{"_id":"@azure/communication-sms","_rev":"432-236a8bb52748e76d45cb5a8bf6f4e691","name":"@azure/communication-sms","dist-tags":{"next":"1.2.0-beta.4","latest":"1.2.0-beta.4","dev":"1.2.0-alpha.20260210.1"},"versions":{"1.0.0-beta.1":{"name":"@azure/communication-sms","version":"1.0.0-beta.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.0.0-beta.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/communication/sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ab0a6267d83d2785f455688b19ad26147971d882","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.0.0-beta.1.tgz","fileCount":35,"integrity":"sha512-eIp8uOFGOTl6tEGoh7StpHuq7KR1jZaWkrEOaBncVxTBKZr4Vf8BQ7UjeP9KYyWNoeRzfzCQpWhNcr9l3Dv+xw==","signatures":[{"sig":"MEUCIBH7PPNE+tsjB1PgWzPfnZqSVP03aALZePMZtBe9RVejAiEAiSryYdSrN5w0UZzOYir0sxqxbyv9mKxDMV5nJJY1ySA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":89329,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfaZQ1CRA9TVsSAnZWagAAk8YP/RcYQwMNwjIsf70VVOgd\n1VXv5TTRdCWnkcMIHtYSTwTBAFENtw6XWPBmg403xI9lDLXlvuVTS3Bi7tV4\ny8tio+wDL9qibcGWEcZXdBUExWpd5Qx6isvfddWhxJSoxsIdHiCG/mLP71XV\n/6KlcvUfk14ycvwnzi1wSILJNUHjc6TowaPpsL6RsZpZcu2IFLAWzKyHv+wV\nJp4dfHrhM08X9LLd4Rd/U7pxsWf3nhjc2c466xTKnZkYmZJRFrlyDDWxdbS/\nF+nq3MUaKYco1GEZiK4B64Bq15AsMaPSqpUx5pfCMCXTuV98g42zCJ2B2j/0\nUekjIX1na2r7UzA+YO9sWg/QgLiNdhJvLKYCX/LxxLJ7i/Ggx8H8qaN4dMCF\nzadzXHwGM925p/YZV5CvtOtoLMBseLNbmQabNBBCkFhSL9ytfUbAqoVQL/PQ\ngz+HP7Xidwgmz8z9qeAPZk/psOzjePXK96ulHz9fG/50k+PRByCu2pe+lU/i\nf/SRhoFcILxB66Kwpgyrhzffq9DeOSnIq10ZA2AiHbxW8J9JPbAkoJ+Kpo3n\nhfWM3WqJMvHLo0SF7869KXJGoMgPSQGaY4rzEptyEgx26FGdD+0LJ5OaWckf\n0Ap/vJSlzlBxKnRymmNr85cOrN0XojREdXMMi6kmeht56tRhEWDZAvqYqgG1\n5IUc\r\n=vPLI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-communication-sms-1.0.0-beta.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts -f html -o communication-sms-lintReport.html || exit 0","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":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","build:autorest":"autorest ./swagger/README.md --typescript --v3 --package-version=1.0.0-beta.1 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.8","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"12.18.3","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-http":"^1.1.6","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"1.0.0-preview.9","@azure/abort-controller":"^1.0.0","@azure/communication-common":"1.0.0-beta.1"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^4.2.0","util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","eslint-plugin-no-only-tests":"^2.3.0","@azure/eslint-plugin-azure-sdk":"^3.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.0.0-beta.1_1600754740481_0.8112332117985155","host":"s3://npm-registry-packages"}},"1.0.0-beta.2":{"name":"@azure/communication-sms","version":"1.0.0-beta.2","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.0.0-beta.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/communication/sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"53308f530c674bff12c53ea909a39d7aa7c8e6c3","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.0.0-beta.2.tgz","fileCount":35,"integrity":"sha512-e7GJ7mxQbM6ubZtzpcW2xP50liUP52A8idMltAJVbj7hR1fy+lwiRI4dBboe0OOkfvD7KL7/1YduqIwZu+1rGA==","signatures":[{"sig":"MEQCIC1iV8zTcP1r5SsGtEtpqHBQeLwHHumrwrpq+tNoCu9GAiAI9zlferIUId5yvHc1r4CZkykLNnzrOcdC1hNXNtKmog==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":89350,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfe8J2CRA9TVsSAnZWagAARroP/1SLbItvxGotgm2DVt2a\nRxT2XLSmXe/PjLESIz7I6b/gNVSm/IxKhM6xg2TKN8Xy3GEb/HERj6aEjdWi\nZkdnntnhBjEKfNOG2BeRejzdFyO2Ytu3IgNiIUPGThsJdUPjCg5J3hAJpDp+\n9ScRiC/ttl00NXmWk8oQUoMml1fYa2rmkihoE0etOTlAibO04VFxDbgm1QsL\nCG8OwGQYKvj4jdvOXbZI1XGhf0vGe8bK6i0YpRuVEUfTgxi5w918HIrVV/kG\nkU4cbFJfCT6Xk8NYvLxa/eAC3SfPB+7n/iF1h531IHcGeJ8puqgFpErknmvg\nGXJ654IOOAu/X68X08/VoIqYTgHslwNupCu7lh9IHylZkeWfD7dAd/Ck+KF2\nHs+r/GS96cP2wAG5Q3DM9oii+kTsYuS4QhJGpagH6OdtDk7f6qcD6ZvWbDFx\n87axWP4EIvZ7WQNVJi7/xxFprzB9H6MI+g/D2/gm5xsTOM0PIanoQOp7NlAo\n+IPQSN/6teX/fTrO8v0T9jawEA+r/wc7pG7T17AkhnCea2hsxRXXgvSTU3oD\nQNSiFgJ+0r3hS+0EpV8z7b1CWXJXqJWvyHsLJrQ5j3qxyM1CMNBJ+o/3hdY6\nxMuNWYgJ/uc/1b0QzBGEfBxoJlXI7ehxx0Vf9wzNN+7mZNpRhvJogD0RuoLz\niMlq\r\n=X18c\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-communication-sms-1.0.0-beta.2.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts -f html -o communication-sms-lintReport.html || exit 0","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":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","build:autorest":"autorest ./swagger/README.md --typescript --v3 --package-version=1.0.0-beta.2 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","execute:samples":"echo skipped","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/*.spec.js dist-esm/test/node/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.8","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"12.18.4","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-http":"^1.1.6","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"1.0.0-preview.9","@azure/abort-controller":"^1.0.0","@azure/communication-common":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.0.0-beta.2_1601946229523_0.7673725701623502","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20201013.1":{"name":"@azure/communication-sms","version":"1.0.0-alpha.20201013.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.0.0-alpha.20201013.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/communication/sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a9cc7ef4dd2a5bb8b74eeff59464ac27fdf39838","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.0.0-alpha.20201013.1.tgz","fileCount":35,"integrity":"sha512-jkGKAD/38AKGcJUKM4muJi4m86d5P32FGzOf0+jRib+81T1x85Na2UD8zRHb3hG3dXTBAAs3utnhw3i7vkWs9w==","signatures":[{"sig":"MEYCIQD/nTJcZWF3nVv2nyWDndZ+bzMqXtsKlkIgxX3ft2sgHAIhAIPdA/ux6vuRJIS6opxn16NY4aVuddAhoiIg0Q5mAHBs","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":89399,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfhjPaCRA9TVsSAnZWagAA39EQAI9y+NQ3XzkK/zZ5g0JJ\nWX+HQ9GjadJwJ9/+Rps+xLxJ1xaoLCk5v22FAA24UhwE8jFsALuoGZPD2fOE\nmvZkHdNbaunlo1fY0k+1eSEU4z0P5n0+WJaD1v/Z1F7urzgVBGSd9gZ4rYiB\nbTKYdvCpuqrcaxCgdoC9CwQ8f7TyyEFcURNnqBLnBq9WkHxGS94ADw6UyALK\nYNDhWJYq+uYSR0FJ0g8e6WP4sRA+b0W1GC1qg4DLOUedgiBCgNf2cpbUjO3O\nbOsgk97nInCehczn68V/KU3XGqvVcBMgChwefFYFe/tHibsSLYk89fC6jlDC\nqjoe/wiCpMVoiX1LQluj2SggwOv+1B/ksMI5DJYjypY415fbLD1IuuYO3r3H\nVtq0Bpx7KnRNBn63msOF4NAG7cTFyJ8UBKeDv41v8PMj3l8h0tbwr4gMoBpv\nD35BGmVe1GyIgDFaHrBvE7g/zsQny7dBm38CBNtLO1aDbZaSrrdaFakB0ud6\niER3cGSxfYte+qarA8+a7dfPeGCMKoZDoxeRpnfg4uZ98Ti+AFz9EN9CJAzD\nfocj4UjWeQfMYFeyRwyq2LntphTtVh0V+IY/+oB4Uic7CVxsvor6rDhpVrxr\n/S6kddGL+bzm13PIcFf9JClVul+5MA53RpK4cgIC02UAdjfkxljVHfq7+GJs\nkl8p\r\n=C+Le\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-communication-sms-1.0.0-alpha.20201013.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts -f html -o communication-sms-lintReport.html || exit 0","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":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","build:autorest":"autorest ./swagger/README.md --typescript --v3 --package-version=1.0.0-beta.3 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","execute:samples":"echo skipped","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/*.spec.js dist-esm/test/node/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.8","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"12.18.4","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-http":"^1.1.6","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.0.0-alpha.20201013.1_1602630617659_0.7653782693475364","host":"s3://npm-registry-packages"}},"1.0.0-beta.3":{"name":"@azure/communication-sms","version":"1.0.0-beta.3","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.0.0-beta.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"1eb79996d598806eb90f9464c4265fbab69dcb1c","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.0.0-beta.3.tgz","fileCount":35,"integrity":"sha512-0WRbefCrmaRehi6+18cnxF6Pc0FbeJIUcc01diWQ60c/rS4e06fq2H7d4U5uI7SBK+1dE0ZTaozEbCdyVYUiuw==","signatures":[{"sig":"MEUCIQDWg2JSCaBkoJP3d48stq1XvJ1z9HRy8lCp/C5AqbKeQQIgT+Y9HilwHzLqE4g1qS6/c5i7Lf4zAxxoL493AOvWJlY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":89194,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfsvz1CRA9TVsSAnZWagAASS8P/ieCAKDEbki7fCwPL8o0\ngGLQZi5KB5xTlmIdnE3Zw2sfgqqVSX5AIGnU0RCuH/dZ+idXHrJmbETL23pa\n+jRpjFN/vBGtHXvY5CZNyBZbcJ9G/xP0T+gf08QsXxD/T9p9z5j1+7B25oKh\nwJvDLkoRUuBSioU6D2JcjNNuOHeSJe4esic3Kmj8TQOCsM//Y9WBXMI4nOYa\nWEzjKLwqnkSEaSSOv6xX7IIiQF5oekAmejQa1xi+nhQtIgqLCxWW3revroH4\nGHNLU24wdG5FiBJizYTxIZ+Z02q+fs6BkAQmIbNv3wk5fSQ2YndWKOolPhg/\nGByZYG2OHopho3qAKMx1vBhvZagRw4DCrp0ffOb9Ohq6McLwMDnlRIBs9048\nn/4W207t4EMy5KZuPesKuQ/k+AmFLAHBTKJG1FM/cPm1MvPrDpNLCieknCsZ\n1jjdqEhRYbcBKkSYzxG6B8LDpTy1J08n6nwX9Y8KiSW7LXP8Vi+tVtgk5bGY\n7VK+6WjZ3DaXLDDy2hwfpyEhhfxf8/EwaiEgkCKBzUNwj9BDq5S/80u/lA56\nwSTgTtrLtoGI+hemuwr3+J6xwA9Hs+JwkOfSmfx1NQulN9scB3YHpOSFTcjl\nGlcQSwq4mGJafX/kCgsJ09Wdi2QJnGRUEl0duOcvqzWadSkMoER+u16rhmw3\nAIDP\r\n=CY/V\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-communication-sms-1.0.0-beta.3.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts -f html -o communication-sms-lintReport.html || exit 0","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":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","build:autorest":"autorest ./swagger/README.md --typescript --v3 --package-version=1.0.0-beta.3 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","execute:samples":"echo skipped","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/*.spec.js dist-esm/test/node/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.8","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.15.0","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-http":"^1.2.0","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"1.0.0-preview.9","@azure/abort-controller":"^1.0.0","@azure/communication-common":"1.0.0-beta.3"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.0.0-beta.3_1605565685068_0.37026396339908296","host":"s3://npm-registry-packages"},"//smokeTestConfiguration":{"skipFolder":true}},"1.0.0-alpha.20201211.1":{"name":"@azure/communication-sms","version":"1.0.0-alpha.20201211.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.0.0-alpha.20201211.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"f7d1f29e389ffb7976ccb73fcfb15b5d14cfc3c9","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.0.0-alpha.20201211.1.tgz","fileCount":35,"integrity":"sha512-/EQ4zxuOBPrdcZLbGPSD35XKfuT8FulitkktSKpgr3SGYR0W9utUxcYMpXOSyb7W5wN7MZXSTPh+RzlU/QUS9g==","signatures":[{"sig":"MEUCICGiuukPHCwxMtJHTOdq1/5juqMOcmnOKvxr4mhJ3FvgAiEA3tpNx3iivVSWA6UO38ALRMQj6RLhz6ziA74K4koeja4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":89244,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf04waCRA9TVsSAnZWagAAu5YP/39du4XYWrCWmW6vBCeR\nvvaXd28f/ssUTWIKoqAoKnaQfzLFRH7jqP9EjGSp3fheKo1yfCtDBJTEprXl\nHaPFeJGYVy3CRdLo9AMz0vmKxXmXPvLQBgtKle663FSmKxb01b7xSwxO0f+m\nLxflKlSqpdUR/uqUlKkRmb65D0ZiJQtcMfBqwbcpiX7rKTZD7pdwqQ/fI0kX\nX7WFBjzFyp5842rCLZ9Ea4IQEPdCBZHKNo+6KtlGfiATWHV+wEM99T5h6ApR\nBOsM2vxM+ntdW0FajlaMwbS24k8wK+jDyFw7r++0WyivNkcbnqc+84wIq4/p\nD/ghGEOwRqp2z/8Q/MyiNAusZh26B0XSEgNMB2eWsdh+QR+l6AUWT2Ytwlti\nwEFSSSGiOW0KyOCl6Vw2PmcDghBuRDjWT+NNrDe3XZVTCsH3XWDQt0btKTA6\nwvSi3rWmFK78WrRNF89C0/OJ+tjcx0mTX59Ksb5cCUkKpE3nGM7jmN1GTes3\nhuqgT+3rXzGJe1pFuNh1aivnkFTsnzeySF6pWWTxR8hcl2JZwyvuUhTM8qe4\nz1Fu/Xjqlo6hZ7kXLLyrlMrpO8h4/Uw/+oeNV/qOMtpRyiY5YELvZ/5rY9sr\nv1+0nG5DaCiErvhvqZQlWy3eP1J1TD6HikI55HNUIQcmjrga7Akbl8CnPN3i\n8gqY\r\n=swIH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-communication-sms-1.0.0-alpha.20201211.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts -f html -o communication-sms-lintReport.html || exit 0","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":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","build:autorest":"autorest ./swagger/README.md --typescript --v3 --package-version=1.0.0-beta.3 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","execute:samples":"echo skipped","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/*.spec.js dist-esm/test/node/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.9","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.15.1","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-http":"^1.2.0","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.0.0-alpha.20201211.1_1607699481672_0.6021487141301682","host":"s3://npm-registry-packages"},"//smokeTestConfiguration":{"skipFolder":true}},"1.0.0-alpha.20201214.1":{"name":"@azure/communication-sms","version":"1.0.0-alpha.20201214.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.0.0-alpha.20201214.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"f2d213c0f490568460f6395906053716f7a59402","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.0.0-alpha.20201214.1.tgz","fileCount":35,"integrity":"sha512-XVXJpmun15vqxkKzkzNRM7csQ+3e2BplpXHVuBP4Qg2nNoO7cBXMPRrsP/NxmPH90QdEMty+IS1BJV9e6kKOnA==","signatures":[{"sig":"MEUCIQDLU5GnEjXmw76kJfCspqnWtrvJqros9V8AL2BUf9iZQwIgQT1iPzsj7F/NeVC2DVDkZ9P6Sel9RFPdwHg1Cz9WEJo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":89235,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf14FZCRA9TVsSAnZWagAAewYQAKS17biHriWFKfEQ9gJF\nL92aI3MTqbzZFmUdBC/JMZNSIT/I0c5I8TNtag8i73EVVXWgaUouIGMhIZ4R\nhsIQ8MjhfI8Pt7tuMlvlYZkAfW219yIc+OeNWNOO5vnK7sUWp4CAA2E5x9t3\nwLUzlzqDvgcCfyFjomFdsYDcmDIzE6o0Y5oFAJjzsYZEt1IA9s9Uy6hSta8p\nf5e3tT6PkA8UvIewujjxtoqvPJ2ylCHWRQDCVGkHHcVQnNw8rpWfw4zuLqSV\nCNPCjfhkXGTPkNBsatjWii7eJTKYUCUTSX0lOupBqy4Eat/aENy5Nj4EUgEv\n9pbmfAI9mJv7DTHzCQi7wFiYSoBIfI37baBY+iA8Kv8ar66X6H0hnQO2Nl0b\no4CItFGB03SxO6XQQJE/swhkNFTWyN86FpJl4UAPyEFDXwfo4dLijBq4tR+Z\nILQVlW62HUBxTOlvE+i8lYyr6zI6j2Eoup5We++jp0fR1nZDmAtDaRQ/6ty2\nMrWg4NdUxhqrNUb0w2qBY3qJa8CwTiq9A0orti22NOixJdC9jByJ6OoXlRQR\n6KyB9aA/md2IPkQjOnjNILSbb2pX1n5EGF+BcvoDMRV0pVJGMfVM80gT8xyx\nk9mcrD94RqFJcOEUuybMZuMk14MVq80PRiqQXkhHlhJbdGMKzGuNYchQt5Te\nHPSH\r\n=FabD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-communication-sms-1.0.0-alpha.20201214.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts -f html -o communication-sms-lintReport.html || exit 0","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":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Skipped.","build:autorest":"autorest ./swagger/README.md --typescript --v3 --package-version=1.0.0-beta.3 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","execute:samples":"echo skipped","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/*.spec.js dist-esm/test/node/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.9","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.15.1","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-http":"^1.2.0","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.0.0-alpha.20201214.1_1607958865891_0.19305078574395007","host":"s3://npm-registry-packages"},"//smokeTestConfiguration":{"skipFolder":true}},"1.0.0-alpha.20201215.1":{"name":"@azure/communication-sms","version":"1.0.0-alpha.20201215.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.0.0-alpha.20201215.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"c0df64ca08acc36aa4654487e2a73f0222ec28aa","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.0.0-alpha.20201215.1.tgz","fileCount":35,"integrity":"sha512-4UoNlYQbpbbkBphv3A3ylLVcRO0RXiO2IEWpRueiUCaq6SclqI6CNvXx2xXCs2GatRYJ2M22gzfsI7IQd6zLXw==","signatures":[{"sig":"MEUCIAlJz8YyNUAZfKohLNsCq5nHQTJbWxWd3tpgf8g9ghYOAiEAkWBIhtuGH3UxSLRj1ZLuMSMiaWWH/gkUh9TCSTIktIo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":89574,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf2NLhCRA9TVsSAnZWagAAVHgP/RVEDTAIaR7U4eOMa9u8\nft9FeFUU7tl1UcJWkqUu4Xm1ogwVWSSexd3uJJ0jmHbeK5pmo2hZSg4J+fph\natCjRJDmRMmA9r1rYGEPxE/gsWfXzFOk4gpA4eannNOLJa/63wayJt9USd/H\nG6bLqJYS+Uxu6QfkfmBxJID2rhDGn58WWjEUV39MjzeA3wMH1N26UFsG3TQW\n2VE411QdML5rmZ/7xQU+2i6dn3A5CpPG1NurYRLQCZ76JZubNk8YhqxPYDiz\nz1aY/k6XSbM+D4GI0s04+FyWQnMo0LkfbuIrO2mCFLSelFY5sudA9FsUi5ET\nMwlUOylJPjumo3F/MSM9r9jDJaW3ycAwoyQtN9CLf1YNeppj87shHf9nUexx\nFy6W0Bnsp+PnHpTF2L8OuNJGNl+TmkEGKpUNMfeQ6zaKFJa/h2aDGgck6rr/\nBSLp1R8aeKoT4iS/5T8I9pshANTdBMZidEB13rBXj0lecGcToKX77CW8+1NM\n1A7pChYSvZSCNhVkCbagt44ZwtSCsVjS7LuuLj9v9x08aSI49gZtLW+Fq1/G\nP5R3RAZRCmBetPdH6QMLj7h7ZBtcN/5EB61QJJXPXOpOKsRf7wqavgjkNTb2\nxjjoM+Eb72Ypu7s6MQmtLiP5GgnuPRBgFYmIVRDKns8bv6wnNEoyTT/LQQB2\n6Ufr\r\n=aA7m\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-communication-sms-1.0.0-alpha.20201215.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts -f html -o communication-sms-lintReport.html || exit 0","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":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","build:autorest":"autorest ./swagger/README.md --typescript --v3 --package-version=1.0.0-beta.3 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"dev-tool samples run dist-samples/javascript","execute:ts-samples":"dev-tool samples run dist-samples/typescript/dist/dist-samples/typescript/src/","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/*.spec.js dist-esm/test/node/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.9","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.15.1","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-http":"^1.2.0","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.0.0-alpha.20201215.1_1608045281358_0.3249891870475943","host":"s3://npm-registry-packages"},"//smokeTestConfiguration":{"skipFolder":true}},"1.0.0-alpha.20201216.1":{"name":"@azure/communication-sms","version":"1.0.0-alpha.20201216.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.0.0-alpha.20201216.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"4b7a1f79f533a7a978084915b4507ba81d59c474","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.0.0-alpha.20201216.1.tgz","fileCount":35,"integrity":"sha512-uVGUucHMAEkzmZy6JYRibFc9nOO2CTLUOvP1zRrCgb0SmZ8N0icTncKnenPV/I5hZa6+EivMf0JtPdej0Jmq1Q==","signatures":[{"sig":"MEYCIQDRx0zl7g73F2WcCvHq6ChgST1VwQ9Wrgqmm0+L7LIG2AIhANXPn5ePUWAr9JPC9bcKQq+W7W/jsS1q0ShN5JNqnQSf","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":89575,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf2iQHCRA9TVsSAnZWagAAQKUP/jCEu6shW8tOXxYrvwYP\n6Pw8Qda5z8/iB22Fek5aMkFV8TeuICNLM6cdPpoev+k6ZFJhVYsypjzOtnpo\nbkLEHZuDPVbjkmUBkEtxR5O5hWgBasmVZzOOEneddooMtlT/VpcUAxhaxcrM\nSrOmFeFf2PmVr5d0ht5nzzD6zumGFUrXruXy4y5sJcHZ5XHZ2VNuO+0TdLsS\nZY3zhy/Z/U/kmurWt0WhfzRGDVrty6u1CYJ3ODg0pLOzhhxbzf9GpNsUFWJM\n+IzOGVDDD6OeTtVlJxVljglWhJjq+BW+Od1/rBg4B3BPo7CYh9mtHH/g3OsU\n9ZhZKx+N4melxG+huSNQQqc2wohTSBYo2yJE/OhBbVhTE9IDySLFxZLSmO3P\nOW4LbKPvTBknOuIyvE5OXbV3/wm4YybuiLPRf7ohpLyZ9h75CV9PoIQyfjpi\nXOGtu5R0RyjMM+5WYGj2QnPNI50LVQCX0Lk+kTf68e8EXAul3Qy6KWjdyYA3\nw/xjLP5vgz/abTZji07H7CzAh7cAZBsfyWKN+Qp1uhv/DSUSNMhV+dR0L8au\n0MtaUeCOpjtEb/wEXd7xEGpShsgf7q7tq3bo+LueFh6Vik73TJwXXfJfaqEI\nKw7uP+2k/sJaUDaELIItw1Rsb3mbE1TDU4RPB9+M58sVFH36UJzZ1/ZVKOWZ\ntwY8\r\n=x680\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-communication-sms-1.0.0-alpha.20201216.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts -f html -o communication-sms-lintReport.html || exit 0","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":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","build:autorest":"autorest ./swagger/README.md --typescript --v3 --package-version=1.0.0-beta.3 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"dev-tool samples run dist-samples/javascript","execute:ts-samples":"dev-tool samples run dist-samples/typescript/dist/dist-samples/typescript/src/","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/*.spec.js dist-esm/test/node/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.9","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.15.1","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-http":"^1.2.0","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.0.0-alpha.20201216.1_1608131590695_0.7091489699954772","host":"s3://npm-registry-packages"},"//smokeTestConfiguration":{"skipFolder":true}},"1.0.0-alpha.20201218.1":{"name":"@azure/communication-sms","version":"1.0.0-alpha.20201218.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.0.0-alpha.20201218.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"3d549d8782e7486b2d6bbe440b4d70afc360fe86","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.0.0-alpha.20201218.1.tgz","fileCount":35,"integrity":"sha512-bS+vzWwntgffjl8N5VaO/lxTeLQVMExv8tpHLWouFXYOubTZ5ErGu2c8GEEM5qXQZPJwLOjIXYDP0fJZ2QrNJw==","signatures":[{"sig":"MEUCIQDP638bxb+t8u7c1hg6/BXDDay+riEQShdQsFU/S4C/2wIgR7UwK8AeyC3T8BEOsw4RuxVwRFSzdvkZ4ndM2q2SgY4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":89697,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf3Mf0CRA9TVsSAnZWagAAbIgP/0AedArfWqT1cBBFczLl\nTGia7z71bqMeIpzOvXDFOgyyTXIFEX2CskdSasfTKW2NbgT+PXZoGV7Ql7Rl\n7LatHr9p3Etcl71Fyfvj1+Slza1vYXIhD27X4QuxRn9Oe8AH/JQQRQ5BCxMq\nb2IayJ5sTOQ6dJmO7h9UGbtOdOwJWXunmINeYJytSWwFTy+ZN5Sq56WEhY/X\nlVeYpWGOz5R3DsmautYoyBzOt74lXhh4GbFF7F5cCgUY6YTlETPBUJHbb9xC\ntgTODThNKYhrcn5XkgL32IoXGpBxJs4+vjzBfPj+KOlrSnlrHSVek38yVR3F\nelYUockdDQuym0jNhCsUpYu5mVbvjsxLyIYSW32aKkEWrczuyxIj5QBkS7px\n8+XNGoOumzWb9b/b/IVWOg8dCdRclmc21iS0HRrHLvp+pN4tyvFJBhv0/8PP\niDsiodIExeaCe+2zV6eY74MVi7mjDrHg3406NPY6JFM13CskrxVcMgwZEf/p\nBM+JhZcCiN12XfvGFYbocV+pQVCuiataxlMyPB9pFzCrft4z0HDiYH1N8mr/\ngZLVSRAXObp4p8aqNKaJMTl7328a4ZJH+wCNSo6wfGyDhR+CrP7bCtYr1w1m\nQVEMHkZifseMnuQTOKjk7Nf4GZW2BNiTedyxFQ3D4W0KhN2D1E7y++PtNbAV\n0lL3\r\n=Pd2V\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-communication-sms-1.0.0-alpha.20201218.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --mode file --out ./dist/docs ./src","lint":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts -f html -o communication-sms-lintReport.html || exit 0","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":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","build:autorest":"autorest ./swagger/README.md --typescript --v3 --package-version=1.0.0-beta.3 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"dev-tool samples run dist-samples/javascript","execute:ts-samples":"dev-tool samples run dist-samples/typescript/dist/dist-samples/typescript/src/","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/*.spec.js dist-esm/test/node/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.9","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.15.1","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-http":"^1.2.0","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.0","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.0.0-alpha.20201218.1_1608304627798_0.18730165889585182","host":"s3://npm-registry-packages"},"//smokeTestConfiguration":{"skipFolder":true}},"1.0.0-alpha.20201224.1":{"name":"@azure/communication-sms","version":"1.0.0-alpha.20201224.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.0.0-alpha.20201224.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"c3c733fb8a4097a61b7659396d92a545b8d2a8f1","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.0.0-alpha.20201224.1.tgz","fileCount":35,"integrity":"sha512-ByamwgTA/Vo0YMtX3v1hJ8lQ1IrVgQd05yTr9+ydFDdgijsCl/l1cyXjnUc7oRkf6OH5MYejEhiaHYppmO3iAg==","signatures":[{"sig":"MEUCIFMqII1W9UBxX8dtle+K2pKBGzwrmww/WEL5gnsgAStaAiEAsuGuDDAAwQBCNnutJoJZ/mFY6HXTV5qFK8ClQ0MdnrQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":89716,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf5K9rCRA9TVsSAnZWagAA04AQAKCLDyUwmwSZWodigQIo\n9V/inDFmhN0LId56sUuQ6G/DWbG/KsCJa7IZQcudtQ8Mkt2XyLLasMwX8Ket\nkHZM6JA18qc66cQpi1QkOP8s6RieXILOovBlzq/nGPEp5pH++KpIpWhhlPnH\n0/u6VpvylPtKxFXBDQKLWhzM1fNzn+bA88NjOriFhAA+W0yK0EZf9ZciOa+r\nMlC4FjlPo7Nc64hfULdaSPJWnLroQzknhcvsK/SbbdDwAbN6SyrG2+WyV29b\nyouEv7WbGQxm09u9ThbW274cbbWBTUbUtgj8jbbhub4+sOdwcjDDZnXaLxTV\nJ6w7oMH1SjYCNfjNJz7hR37EpYAkuhnV1f3lAqcITwToFEjanIUgwcBG76NS\nh1Cb/yr1eOLMh7aHhWju4fDnbjQ0aglS5X8rl5CkWC8KyRaNAcii0kv1xlUH\nSiE8pmpkiILCVwJavfm1+7HYxbg/4QHWEZwqVuVA+dysEI4r+AJmZesAMbPd\niGvPUhnQe0p6o9h9v5bLnyCD8GJpKrevm1ltiY1Gj9Qi6gHLrhJWibtR96om\nioyx4nvK5BiuqO1pZH3a3eOlCcIG/hh4zphct8etOXjG087tgW59cTqKOHjX\ncl570QgY3wZ2HFMUV2M9qsoAtRCDkxZVXT6bbQ09x+x+fWKYAANXUFeGoxcV\n2GLc\r\n=zMLT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-communication-sms-1.0.0-alpha.20201224.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --mode file --out ./dist/docs ./src","lint":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts -f html -o communication-sms-lintReport.html || exit 0","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":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","build:autorest":"autorest ./swagger/README.md --typescript --v3 --package-version=1.0.0-beta.3 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"dev-tool samples run dist-samples/javascript","execute:ts-samples":"dev-tool samples run dist-samples/typescript/dist/dist-samples/typescript/src/","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/*.spec.js dist-esm/test/node/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.9","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.15.1","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-http":"^1.2.0","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.0","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.0.0-alpha.20201224.1_1608822635189_0.9775937498157454","host":"s3://npm-registry-packages"},"//smokeTestConfiguration":{"skipFolder":true}},"1.0.0-alpha.20210113.1":{"name":"@azure/communication-sms","version":"1.0.0-alpha.20210113.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.0.0-alpha.20210113.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"0d6ed7e4da0b80345aaf64f2fc600330cf33d5a9","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.0.0-alpha.20210113.1.tgz","fileCount":35,"integrity":"sha512-LB/G5vjhRzPBDueHNGjeEn5bNjr9zcQ7YFjHdNtt04WfvAZoNjoaPUeJHQXq57W6CNIYyf7uHZjJO97Ti33VLQ==","signatures":[{"sig":"MEQCIF4Ra+WdH13W2CIHPBqj6ZcRJml1PCqXrTiHnj/q+iMiAiBnZAPl19kVJZz34mFv6+Ie4QHFcO3jgjDw15u3u8J7OQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":89871,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf/w3gCRA9TVsSAnZWagAA1LEP/11R5Nitqp4CsOWvN8/U\naSlTICvjDlAcr1aqrxFZ+hmiE8JxUtPJlu4b3OmOOKP4XmxgY4RAWmpHae1h\nNZGlGWqFQMx3Tg6SYEXd4+OFVtybcTYU+sCdtl0qhFvu/ddv5NP1nCj2Mano\ndNMiDjwcq4xislvVKLbcDH4f6rZw4TpDqnY5zP/YqgJOeDkxwiU7mLArddNE\nY8MCa2cvPV1YzzIDVaIePUu5iFDvGiR6bi1hFbgwvJfrn4Bpy7ApG0yZINW4\nzpyGdLhara1RayGov5UUIUXMrBHZ9ktDzglgMCm6q/Dxt3vwQ4HbnEXjteWz\nwef7J1FTikrct8EsAQ0NcZJ3Xso3WIYOz0vZbprTWlE300gsToK8N9F4TjKx\nQnpoh8bLXGNhIhdQtfb9CkTuj3QDfIiieohIAGfHCgW098TcZgvhIn6oxonj\nrfioWyVFViaUUgLd7HjCR/CMRX/3XiMiAbyLNnxwW7Atfrix+nMHMzjWvXrG\nbCJvGV/dVF4wXR3RFG35EJDEms5ijeQyiOIVnff8tPgmpdlzk1HDmJh7AyiH\nx74HzrcyDDieK22un5TcyFFNlzfYiBBqn3XIWHXfZqN9Aaird8ezVQL4qkLF\nhhbJ487eH32X3IiFhKf3/dKUt9+t6SidJylNzjKO/DfyhFbsVI9upFpMSSQE\nxrju\r\n=9DRP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-communication-sms-1.0.0-alpha.20210113.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --mode file --out ./dist/docs ./src","lint":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts -f html -o communication-sms-lintReport.html || exit 0","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":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","build:autorest":"autorest ./swagger/README.md --typescript --v3 --package-version=1.0.0-beta.3 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"dev-tool samples run dist-samples/javascript","execute:ts-samples":"dev-tool samples run dist-samples/typescript/dist/dist-samples/typescript/src/","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/*.spec.js dist-esm/test/node/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.9","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.15.1","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-http":"^1.2.0","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.0","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.0.0-alpha.20210113.1_1610550751760_0.6454960299498822","host":"s3://npm-registry-packages"},"//smokeTestConfiguration":{"skipFolder":true}},"1.0.0-alpha.20210114.1":{"name":"@azure/communication-sms","version":"1.0.0-alpha.20210114.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.0.0-alpha.20210114.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"84d0380217c803fc70571da28571e7cc1814ae20","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.0.0-alpha.20210114.1.tgz","fileCount":35,"integrity":"sha512-1l1ga1vJLWgMsYhiXqqAf7TI2D1E0NiPEXEYrXJjdXPD9cMZr3XMJO7BHb2vqHkn397EquMvEObG4Hrjye59cg==","signatures":[{"sig":"MEUCIQC10tPkds66RGdKSGNr+E+omFW87r0Zb5UDwZdAw+aq+wIgMfQExVcbVnQHyRPBG5iSTVM1KlGRKvNiu0aY7JMonI4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":89907,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgAF+/CRA9TVsSAnZWagAAc3EP/RshR4sujlHgW+m4Vu+v\nygXE/txNOsNnbUc5Xo7/boIaTcreY2BmJQqtpkNVnAaKZS970JlCOrlkJ/3H\n6J0Ro0LMW+7FjnTx+U0+fvtZQtwEkN1WT1wuYM9gm2DGAYC9+rI3b8bIA4Wi\nNSfdEVN30KW2G4nj4mzsNfFMPeNmA7XEXLaN4JpBFsbQFwcjKWd0MhgKGtnI\nzePx96cCqj53JLQeaPR/43gFRmBUfk+XDdKAAKGsJUD88vmigAa/8WQj5sPn\nHDD2Aa47Y11TWzarB/98Vtjb1qbroGMZTtZqb3tnhLLf0b9yiobo9I4YjK9X\nBeR1YI9kGiKzcSoGGded8TrW+kZAw7Yd+BUXeE7p2tBKyzUqKkxPc/Ccfr4f\nIgUmPbS608yOsPg3/CONZBhW2aS9g+HbW9qmpMjiPxiGEGbUDw3jGmrzd2yv\nv8CF5V0c1+O8sbJeUJDEYfS1Z1/He6axCj2Hmy9ZhF3efBBZp+fzvcpK4VuF\ny12DOGZrrA8sYcfC3Oxal5r/23T10A5dRO3n2gQHmpaIl/JkcsYzZW3qJOq5\nL7rKPnA0f3eQN7u6U0gmJETB8AXTRLxdKQIU5DfwB6Z+8H1C3zYlOCHVuQvq\neKltBkcNZq/rHLgAIqwZlKc/mbwdAHHFSKBN6K6zxoUZ0aSSY9woL+IWg0FK\n4ha5\r\n=qQCP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-communication-sms-1.0.0-alpha.20210114.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --mode file --out ./dist/docs ./src","lint":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts -f html -o communication-sms-lintReport.html || exit 0","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":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","build:autorest":"autorest ./swagger/README.md --typescript --v3 --package-version=1.0.0-beta.3 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"dev-tool samples run dist-samples/javascript","execute:ts-samples":"dev-tool samples run dist-samples/typescript/dist/dist-samples/typescript/src/","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/*.spec.js dist-esm/test/node/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.15.4","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-http":"^1.2.0","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.0","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.0.0-alpha.20210114.1_1610637246847_0.8725053816995687","host":"s3://npm-registry-packages"},"//smokeTestConfiguration":{"skipFolder":true}},"1.0.0-alpha.20210118.1":{"name":"@azure/communication-sms","version":"1.0.0-alpha.20210118.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.0.0-alpha.20210118.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"d1d153d47b7bf308ae6aff399db544e77d081acb","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.0.0-alpha.20210118.1.tgz","fileCount":35,"integrity":"sha512-yuYlD5waa2KCq80La5vO1Z1mlE+AJDeiMxQ052tZTGAl0j7TQuc21Fs4bJN88sO4z+1jo9aTE0Hco+zjfsP0rA==","signatures":[{"sig":"MEYCIQDRdexUUCukBoBOA2fksuV+M9ES2B3RD8Lsav7FdilpqQIhAP8WorwK9p9yAbm1AvKnxXue2BHoo65MYagWa3kCEwQ8","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":89923,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgBaV+CRA9TVsSAnZWagAATAUP/Au14fd9jOrTwEauq+ty\ndSWzhuUW4FdSOH30eIcb5+TD0p6j7kW72EeIqexZY1YuV442odS9p24wPsnT\n0gYqnvLVo6jYhu/WCe030yuruiThS+pwRN1sYm0/EUlYWrBFhpN/Dpki5lWA\nNEJbkHio0TpF8cmDzDxtvJnPXE25Y7zU9wqVdYCLDBZsvTMQe0hzxvzcfvjs\n9LzV7Fsb6Fpv3osJSdxeTHV3R7syUEiGASergsNVHlsHUazKbnt4FEbyizok\n8gzHogYp/Yb0qWK4YrpfA2AWnKuJzclxVmejG4vQ62zEFMC1Lim0Ge2T0E59\n4ETJxvn9LsXQ0TryNK2XLtiSRxEidlTr1fMOyjE29OF0UWHXVThOv44dV7Jd\ntyfIxJoUQJXSW7npuUJzR+YIx6wpfAVgityUAvf0rEGxYNPGEX1QcRQwQ2Pi\nQI64aiWuHB4+bE7po1JX+JNvK0HdsnOEGCxvSaN6B98p4g1h1YQ9swz++Xis\n2Y8qisJyPcWz6akezsvIkIEa7XyPF9x6nXPMpa42dGdlPKWM09bztsWzK6Zi\n6ClU6jPYDfdVxptqGJGFv4RARX1AzKZFRlKhzznU/wJmghNBJFrWbPjoJThM\nLfCHjVpOMIatF7a/X8S6FaVH7lVziyBhPJjP2sEvLcEAe0U6W1ks3hvfd+ID\nk477\r\n=9Rhs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-communication-sms-1.0.0-alpha.20210118.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts -f html -o communication-sms-lintReport.html || exit 0","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":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","build:autorest":"autorest ./swagger/README.md --typescript --v3 --package-version=1.0.0-beta.3 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"dev-tool samples run dist-samples/javascript","execute:ts-samples":"dev-tool samples run dist-samples/typescript/dist/dist-samples/typescript/src/","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/*.spec.js dist-esm/test/node/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.15.4","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-http":"^1.2.0","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.0.0-alpha.20210118.1_1610982782231_0.5837065579221943","host":"s3://npm-registry-packages"},"//smokeTestConfiguration":{"skipFolder":true}},"1.0.0-alpha.20210120.1":{"name":"@azure/communication-sms","version":"1.0.0-alpha.20210120.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.0.0-alpha.20210120.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"6f3a9a3b98e2f26c20205df750f599cc22db6a3b","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.0.0-alpha.20210120.1.tgz","fileCount":35,"integrity":"sha512-Ia8gKhkUoiE8DVmS+1f3YFiAlzoE193ffIH0kwGb/EtMtuItWG/ImxXRvkaRe3BkCohugj/bNWnXPh9fwRAtiA==","signatures":[{"sig":"MEYCIQDYeBF/d1tkt2Wjh9aCibwr0R7W1hl3A9h4aCtaORi6hQIhAOjnu2Lu+MLC+NXSfhos3xmzu4ZW0f0C5DaSmtVQ/pqm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":91667,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgCEhbCRA9TVsSAnZWagAAD2kP/ieDPpYyI4E/ZHah46tL\nnvgcfcAoxxy7T6lhlgftN0V2YIDLDDWoo0fLkGOXCCvtFtAI+5ZeQFA9fmTl\nDxD0zn8KN9fyRt41OAnuAQwot+YNgSVeGUa/9/uoqkk1InB+4NHrUQu3P6F4\n5BC/N3FOFtH995qXF+udgz76QyL/8KR/0ZoSr+HCsYS8qNeSLazYVLwfeC/H\nqq+PcdDjlGEsUAbFuYxbuGWnXq1/VfJnQer1awW1YpdmxZkCRX9wJ2MvWw+R\nyEZFG+akjbnNOb6l89IIdiUI+SNJULIgkJ8qYOfc8RNPGAo16uEO4p2IEuCU\nYaU9pUKd6EiC6Ee2Ysm/MtBXk3mszMEDGjUMsWf+fQ6CWn9QuYsGxTuFoLn4\n0oD+G/HuJuxyuASt6bTbPUJWl9CgVIIKRfneviZIjv4mPYAX1qoJboMa6rQS\nF/NQkIa9RFa6II59QrvJtn3jDIUUdQCBJC+u9s9zRizqb8oPD2xtDb2GmKmD\nSZy7AsEMFDM/hazBCZ5j8Xp4QxkEAAeVNro+owuJtWkyVt7AktPxnBWNAsQx\n5rL8qFgpzrzbdiEea7IX2bDRnAzqGw314/rYAaTaLPPXUS0PPzHFbfspadTp\nGp7C4TnG1okR0whHVdl88a+YWMsvJs9jS0/XnpR7WLSU3+qHMMS9/QWOL1bN\nMMvM\r\n=dT+t\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-communication-sms-1.0.0-alpha.20210120.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts -f html -o communication-sms-lintReport.html || exit 0","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":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","build:autorest":"autorest ./swagger/README.md --typescript --v3 --package-version=1.0.0-beta.3 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"dev-tool samples run dist-samples/javascript","execute:ts-samples":"dev-tool samples run dist-samples/typescript/dist/dist-samples/typescript/src/","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/*.spec.js dist-esm/test/node/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.15.4","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-http":"^1.2.0","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.0.0-alpha.20210120.1_1611155547039_0.9167864105972019","host":"s3://npm-registry-packages"},"//smokeTestConfiguration":{"skipFolder":true}},"1.0.0-alpha.20210126.1":{"name":"@azure/communication-sms","version":"1.0.0-alpha.20210126.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.0.0-alpha.20210126.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"6c05c4c8ff37654c4984ca05e97e9d1dd4b85f39","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.0.0-alpha.20210126.1.tgz","fileCount":35,"integrity":"sha512-KniicQ10HDO2CLSOjy98+WJ///ovaczBfcklCwCxbXTdgqx4G0KsSpTeAGz49NIJExmdwRPJ1WGphcLPDzftCA==","signatures":[{"sig":"MEUCIE0i5xyu/YoT/32mWRDNeRphDgCi/RvG7XhqZDlvvGv4AiEAzf5SE6GxDZv74cTw1DzMIK7GCl7MymK0VdrxokS50UY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":91669,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgEDGpCRA9TVsSAnZWagAAJ/oP/2t0VU0b4WVCvXEvD5ij\nUfMqaAuO1ZhMtTU/7Z/vsX6N0qHjCldQtwYY+zNZg0c43K/iVDkRYrZhvOZu\nvl2Dkr8NnOzRtIuSC5U3VRz2502fxEW3ytVJww+nmDg5sTjkck+X/hgGLhOa\nfrPT5sV4P9PiEI+p8gxKA+0Z1cFXdnIOUY2GU+oPA2sFmmL8Mh9LU4GaNnps\npNU11qs7A8Z/kbNxdaoyFNTnqVQkGZQL3pTPrJvF5wfzPg1tFdfq3Vc86aLZ\nvULrSx+fRl2Iu587VYNQ2a+lL14Xsdur1j7XQ1sasCCHFddUgk9HJs0T++I8\nygjpG3NoOnSWnHpfOJ0hx00Qi/3rKkAYahHTOLvfM3sB2CIe6OoCnjQLM1kt\n5UhSSMdPW+lR9MgqIPzORCo8tYEysCfiF7eK06+XPCelk1xvfsqMxis39g/4\nDoZJguhtjlWe2RVL9tztQmGJum+P8EFnTJ2HJ+psa9UfM9eByK5yY0U2ndBW\n235iodfxN50xw+bz/vV05HCB+P9EKASyEoE/7Zt1bWpQvt2lWGrHDcqBDMw8\nBTiCit2raeR4nOuPIBgMbCG+K144OjwSYjWUA0u5BPZeohgCqt2gLWpYb12N\n1nN4gMw4TpEmkoVa6dXBikEvVS3Z5LKp9UBAwKdHGiw+68bqJh1etDjdF1Fw\nSef/\r\n=KQDk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-communication-sms-1.0.0-alpha.20210126.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts -f html -o communication-sms-lintReport.html || exit 0","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":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","build:autorest":"autorest ./swagger/README.md --typescript --v3 --package-version=1.0.0-beta.3 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"dev-tool samples run dist-samples/javascript","execute:ts-samples":"dev-tool samples run dist-samples/typescript/dist/dist-samples/typescript/src/","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/*.spec.js dist-esm/test/node/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.9","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.15.1","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-http":"^1.2.0","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.0.0-alpha.20210126.1_1611674024557_0.05118235579037811","host":"s3://npm-registry-packages"},"//smokeTestConfiguration":{"skipFolder":true}},"1.0.0-alpha.20210204.1":{"name":"@azure/communication-sms","version":"1.0.0-alpha.20210204.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.0.0-alpha.20210204.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"364fb2575ee7ae98b49f02564e77b7a455bba634","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.0.0-alpha.20210204.1.tgz","fileCount":35,"integrity":"sha512-kH9aJJ8Dkks2lKo4KvbvPz37CflAhASi0/WSJpIAZujZq3P8vMZKiU4Nqoy+qyj+x3iQHHizmJUFHrxTV3sjTA==","signatures":[{"sig":"MEYCIQCqBQkovTEMRw49VPuk6F5T6K3eJcKhZW038Kry5a6Q4gIhAMb3Dy5ckNv2ppBLl1ogGpot3AazfwjQkrct0PYkp8Xb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":91666,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgHBGfCRA9TVsSAnZWagAAkbQP/2CwH5Z0ggUICQqYr114\nMcZO4C92bZY5aDLUb7r0Q/bGoj5fKOD1y0KI3h2i2JOeBIQROKSMXhxB2nYL\nFDctk+VfhlzyytMmy2JhiO1lven6aNarFts5Kl6Ydmt/KPnPtmzGH2qYzKac\n+4Yj7QaBTrGzjeVwf30Q2q1YMt0nZqaJOphF1vtbRMdMcRK/J0dBSV+monVE\nSYRSkfrL3zvTXYFrPX4ToJm7lQgf/JMU6/sfvs/SQcfmNBMbio8SqLn4UJHq\nGeOg6jePuzEsN2GUSjJ15Qqw7pGulUYAN+XwzbXBQuQRDRk7N6K0MszBNCYi\nbxPzl5jSTAj0rB9oQtns/eCUAi/WIrsij0CP3RxUDeNlf4JkppEcUl9gvs88\nBAfkVSWEzOUMsdcTJeE9dsKW1wmlsLqiupeVy3cmuQyAMc6ULkTNvVtUmrc6\nZQFiai3Sc3TWaT2O96dlfdTt+8pKZeK3WZGXPFwDRHrSwurr700b7sQt8Cc/\n66w+pDEnA0g1mT1n4S4pUXjYS8PQa6q6rDs+heeGHzo+pffJEAVgFPNeubkv\nmun/3eCzS2fvckTTqGrp8eKW20fLBKW0D5vWk0ZZijeJS0nnC8l+p8oMlnwo\nfwd7k4Cg2uGG0rhDz+tRyXJKeXybmLF746DpgDFuoT0yxDK8gae1TwQgUog4\n77n9\r\n=GFsQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms-1.0.0-alpha.20210204.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts -f html -o communication-sms-lintReport.html || exit 0","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":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","build:autorest":"autorest ./swagger/README.md --typescript --v3 --package-version=1.0.0-beta.3 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"dev-tool samples run dist-samples/javascript","execute:ts-samples":"dev-tool samples run dist-samples/typescript/dist/dist-samples/typescript/src/","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/*.spec.js dist-esm/test/node/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.15.4","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-http":"^1.2.0","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skipFolder":true},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.0.0-alpha.20210204.1_1612452255365_0.5340388719187494","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210209.1":{"name":"@azure/communication-sms","version":"1.0.0-alpha.20210209.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.0.0-alpha.20210209.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"aa8d7acc9871409b54e1d3ccba4d0ae93f5a1ea9","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.0.0-alpha.20210209.1.tgz","fileCount":35,"integrity":"sha512-5oSGv3eNAR92C58dm8i+qmboxRiJxdQApyyVU0lQO+eSecirhR0uZFrRv9BvCjYSd9bu8iQrBkw6qM0mqmoItA==","signatures":[{"sig":"MEUCIQDXg0f4oLv8vm3gtjeWziD025g5133q1Q88jI6FNITRUwIgMr76vbXogUqFM0s+WuGuX1+bNGuZgMshHfL7NOdc6Qs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":93692,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgIqcLCRA9TVsSAnZWagAAWeUP/3vGH2TKGX/AnqQ1eY9M\nFvrw/T6/oest5YtODFC82kzS8+N13/86P2ZRl+AaJnYGCjMxRQeNNVE1BbTt\nAwKi316lUIGMac8Tg+1E3e4fSsyroDq/C+RMqljK1hVLpR0FnBWKWG34xE1f\nuVUJZD33Xt2kjdbZ+A+tSKK28yakU2EYeFRGPZt7B9jrMro8wMxIrrNHWO2L\nV6ucgREkPY/mnEvYHQB4UC1emFU2dgHQI1+iNQh25ft9/hU6v/7pEgEa2Hkl\nlqqYlBVN5bfE5dW0RjNbvwV22eOfqcibTj1o63EPc7K1eN8Jh+vWTROOfFIB\n/Onn8YngxE9riTeRNm/y3TWNAdTRjT7uH9Cjnbamnw1qy5w3PaydZWBaVZcU\nDgJCE/N+3yUyjSYJ/FraEMWXCWmbie/cO/Fy2AGQH49ks/JYZZUF+BzF8TQQ\nTFIHDOdZn3nW/KAZSpSvPlpzZ9kqtPIZ9EzaULL7GsP7FzlYVIcNHw3GJ4vo\nTUTgkMKo9Gtx4+o5yohIUG8L1j8iZMr6SoSqAZlpMmc6A+tifsDPRKSBAbpq\nCFv/fKy1ubil0e0/qMHuxi8TpEJ8E4V7ghepJVF1rME59LvnciRqVUk4F1/V\nM9Hqd9Mmp+CjkRdt/5vc5z3hr2GF4pN+8ktEhJ4sVqXU90qSU5/c4daO9A7r\nP54O\r\n=HHK1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms-1.0.0-alpha.20210209.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts -f html -o communication-sms-lintReport.html || exit 0","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":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","build:autorest":"autorest ./swagger/README.md --typescript --v3 --package-version=1.0.0-beta.3 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"dev-tool samples run dist-samples/javascript","execute:ts-samples":"dev-tool samples run dist-samples/typescript/dist/dist-samples/typescript/src/","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/*.spec.js dist-esm/test/node/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.15.4","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-http":"^1.2.0","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skipFolder":true},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.0.0-alpha.20210209.1_1612883723548_0.605763331716725","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210210.1":{"name":"@azure/communication-sms","version":"1.0.0-alpha.20210210.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.0.0-alpha.20210210.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"830cfbeb60f0ce3515f0ed0f72009f5ef17f91dd","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.0.0-alpha.20210210.1.tgz","fileCount":35,"integrity":"sha512-oghAg+mu8JCohbQ8JHEPwS6FOlU/PWpfck/x19tl5oPM+EM/vP20DthRZpFMTLnDdwK7jXSohYgnmIaiM0BXaw==","signatures":[{"sig":"MEUCIGyDWkCC2zZktegfoxsqfr4uYBuaSSzl92Y8R/GsvEWGAiEAqMoT+L2uBvYnlhIFZIIMevOZagXKD8nh+pJaXlbds+g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":93692,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgI/jJCRA9TVsSAnZWagAA6UsQAItHJ59UNhX0+evkSr7M\nKBfcdozZ/RqUAuc+FJhjzkPS8f4hJiOOAdVHqeEcJiZICIxAwyqK1BKKlT3X\n5hyjNNXVff4f723eCXCF3yv0Vz24u3rzG31NotsbdVBlgb2he/0bTJJxovdI\nb0cUunlFL5Vntks3m7vtbnf0zpQxHMNo1ZZR+7wxhtA11wyQD5pPRwkj2LkO\nqVixF0IzCG1CWKrys2PvP4gHgPsbSocGusgSey/t32qr1BbK/9sNWPV1+fHu\nSKQbOq6nQ+4h8pAy8UcsbsU+8Oc3eBbQrKcFaJ0tx01cVcjJUYQrRi+Nnmm1\nPS/h/Rm+LixYzoDHEwqBmgxi5s60YIXax57GvKeDHdNnN2PiicPn26R4GF4S\napt/+n9a9hCy41bA9m1uYTfZF816iQe9+L826vNpvRwXThEnvwXScZsdrnz2\n33YcceebsvmW0wHudX0IRnOeZJAyl1IhqLWZDBYRnMYjS0Gy8evbhv7h1KOH\nfl7+8ETTGhtWHL6/0zN27Psj02SGSe1BVqzZ/L9EfFpoRECc6sWVWrVysX09\nIO58RqokUgeXlqOKr1HfYHW+MjQS8vKcxiUmmOXkGv6QBYSINykW8hwnh25z\nHx3RhEGigMT31ixh20h7WXN2FPcOY/oHoEgtVyPFFAxkXxPsdjK0rJaed7Uc\naUrQ\r\n=87m8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms-1.0.0-alpha.20210210.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts -f html -o communication-sms-lintReport.html || exit 0","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":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","build:autorest":"autorest ./swagger/README.md --typescript --v3 --package-version=1.0.0-beta.3 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"dev-tool samples run dist-samples/javascript","execute:ts-samples":"dev-tool samples run dist-samples/typescript/dist/dist-samples/typescript/src/","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/*.spec.js dist-esm/test/node/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.10","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.15.4","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.2.0","@azure/core-http":"^1.2.0","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skipFolder":true},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.0.0-alpha.20210210.1_1612970185308_0.023998838790331822","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210218.1":{"name":"@azure/communication-sms","version":"1.0.0-alpha.20210218.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.0.0-alpha.20210218.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"090eb4d4391ba98f7e886efb8ed8150ac1bd84e0","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.0.0-alpha.20210218.1.tgz","fileCount":35,"integrity":"sha512-eVkIEcEFPM1aFTj9xoSCEQ/EjxrRdSzxMuXQNo+YlqrnsiwWYgasP33BaNZuL5uPUfYWMtnekpy48KQ8KoifJg==","signatures":[{"sig":"MEUCIDS1Y2yE/WqtZzwXXjJVW6o+I+cVJVwHUTFA+8i7KfT8AiEA9IeWUBRGQLharRCtBA41lTa6zWnBhlJQ3k11UIJIrcM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":93732,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgLoRGCRA9TVsSAnZWagAAGhAP/Aj3ZWE+y4WzU3ICLZUE\nKFVom1DX9lgWYPXY1o53th8oGdtFLOTqONCtYThC9p3ZZQVlOgazPdHJjvVz\nPG2/cDYIFFfZtdKgIN1dDa7ea7xXcs3X1ai+cwbswH60FCY5Six99WiVBhVR\nGBIAkeukvcvh8C1H0qnGlGH+xkh3W/NlMKFo2iKP8bX5eUjkbPBjNOQZYJuW\nbuAPxnV2SK9hXkX3XU5nLCylIZBg+xaKy+eqicH9WxMRD9U5b3z2wS7lsn2R\ncJ4h44K8bZ74TYuXb8RoJ9ZrxV0/2WN//cNybkptugmSGuhow2YczVF0htvq\np4wzTkmYkbXiVvjDJk6Sc+/lO7UZdZWC0TEblYcAgne2QGLG2Z7JkWwvbDJD\nbtoMXiqC7ZwS31ooV74OHYrcVtpKCC5azHPKR6R1QA1eagAodN1f+z82Y1Wp\nBQfsFTbNSY4LbjYFoSppq2RicA9MfZhVgPL8UnWKQai4Hblay+j5/Kf0rItX\nRZdZF3Yc3DhYtV4JP/HEjQJsl+7UoMLrX3NuhQe6a6/KeCV4xwNMgszkhtq9\nxKT4n6Ive6uQJh2voKeq35griYS12iGYiWHXuVVKe6vm6fggCseu6aX4g2TJ\nlsxSaRuwM4OY+iJ/5MO1dvpNay3DfHiaYGALHzpTPoEDJSxu4ZUBwwNkKB19\n3+LW\r\n=IIdK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms-1.0.0-alpha.20210218.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts -f html -o communication-sms-lintReport.html || exit 0","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":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","build:autorest":"autorest ./swagger/README.md --typescript --v3 --package-version=1.0.0-beta.4 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"dev-tool samples run dist-samples/javascript","execute:ts-samples":"dev-tool samples run dist-samples/typescript/dist/dist-samples/typescript/src/","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/*.spec.js dist-esm/test/node/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.10","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.15.4","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.2.0","@azure/core-http":"^1.2.0","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skipFolder":true},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.0.0-alpha.20210218.1_1613661247291_0.9770107626775668","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210219.1":{"name":"@azure/communication-sms","version":"1.0.0-alpha.20210219.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.0.0-alpha.20210219.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"3b3c7c32fe32bb70d1abd00bd089a737cb33c757","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.0.0-alpha.20210219.1.tgz","fileCount":35,"integrity":"sha512-0gTs7YwuZduu1wWwoA23G/4AcRM5smduGws3ER+x6Rlp9mM+N/rU5XpSBYOdK4/lEjrdVhsmXeovhBNYPAdv0Q==","signatures":[{"sig":"MEUCIQCAlPiYbZbpg2bRe36eAmCPifUo91GwfxslrT4TAuQ5rwIgTJPxc8+9QZPW00izP715MxIlOqoE69zuuXiR4tZ+cCw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":93746,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgL9V3CRA9TVsSAnZWagAARckP/jEfbYoG6sliR5UZxwQs\ngFvHZ98sOfs9rV603aKqJ+QtOLtP+WiOvdd+8hiIC99GvmRfKnNyeuvpsODC\ntnaYv+/qd1n5lk7MOOjAl88o/izk9eJ2WD3b3Lfq7U0Q3gCKIz/Sp1ztfrPz\nJJ8BBbOJcc2R1AMKRLWMDLI3WRGLn2SIFiKRaZyCD6iFGw4ebG945dWMw6MY\nO4icR+OcKHzK4Jakm83mYvLAEkv5TRyxD7T/eJlXNeXShJTRStfOZiL+ogdr\nmfD956tin+b2Pv4a/h4x/1J827sSIV88qqQYbVBlxz2LmeX9aASkrPDUH3vN\n4LlvNBSrwXIAt9e9rYLSvzMnn5rZHi3kf/9aoM72dtn6WpGu0C42zeLO1zs4\npapxaCzoGgFCaYRGRx/neaixcGanhY5aWx7E7qRGHtO3iVf2S0LzQDtMegaR\ni0qw/MbVoFTsuC5G0dohgyUtRGwNPHW2YGO1dSnrJfpZD0JbCtrbGW18D0qa\nmYqiMD49x5tSkNRywr1wjfnncukoOiA+IfQ85U2/7zv02Z9CrtHmunrCHUJD\nsED8ZVQw6dQlBSKFlrNCzu+PbCyj8W/oh7PUasaLw2dKD4iNaUClZOJ4p7Zk\nyya1rWymlYcey6gMWVwfkI7Tiz6CxooEIoI23yi5KbaOTMol2m+GwM4ssfY/\nb5SA\r\n=XuJA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms-1.0.0-alpha.20210219.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts -f html -o communication-sms-lintReport.html || exit 0","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":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","build:autorest":"autorest ./swagger/README.md --typescript --v3 --package-version=1.0.0-beta.4 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"dev-tool samples run dist-samples/javascript","execute:ts-samples":"dev-tool samples run dist-samples/typescript/dist/dist-samples/typescript/src/","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/*.spec.js dist-esm/test/node/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.10","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.15.4","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.2.0","@azure/core-http":"^1.2.0","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skipFolder":true},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.0.0-alpha.20210219.1_1613747574594_0.9814945634367689","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210226.1":{"name":"@azure/communication-sms","version":"1.0.0-alpha.20210226.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.0.0-alpha.20210226.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"efd9f80544821bf99a21d409f7fd6725fe4a6e46","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.0.0-alpha.20210226.1.tgz","fileCount":35,"integrity":"sha512-eMh8FIIffEWKig0O8fVLYCBhQqNgphYRGUoa3FNUvW7xVomWFxVS0R0Djb8jFDXwZ/pLZXWqbk75XiiD/+nVnA==","signatures":[{"sig":"MEQCICtjF3K9RjJKbBcns7Tg9XywuQGZ3SKgqZ5LsERbZaeNAiA1xXTVDelteM//zM4eQ7+T8kNJgkRmkdWBNp4oF6Njag==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":87572,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgORAhCRA9TVsSAnZWagAAmPUQAIEMKCS4d61TXEaY4BX2\ngJkbOb3oVuyPcYHxtnu274GwaFLzDmOrr59E7j6lqGky5UF/X/8NR8a1yO1e\nkwuQ2mqV9RnqZHOoo4iEaZtixZXXoMqwqp5wSHJofwelyZINdgjuE23f1t7O\n7HkbirylRrF/UkKQt/S8/4KMIoBZ0oKYs2BSIHAmOlyaynjsfG4DBj9KlMct\ncFzgt53r3YwIuUj59mIcM9hDHNBiRK5MWp1BYzu1sCWTH4DbFOHt86Xe2fua\nIxMeK3cbLSUXXHcyj+IMnHHQkmbWGg9vMOtXWT+4mTp670xWuAOC+LOT5E6O\noLl6pghm+mxz/pL9CjaZp+e5AIhKKj0bVhCm+MQP5AX4/k2GEcdAyDOrBV42\nszFP5ttbGlk/mBW5rV996F4daX3rp4s706CnZrSjp96sxH9meus8zNb5MVRP\nR7JRABE6ot9b3ou2x/TPjlH0kHpo2yil87dh4OBddfsjt+jUq8DtzhHrddRi\nXJ9145DMzGXA+akHpjIm4qNuBanp2h6/R0M9Bl6T2YPYlpz8SZrUk5ntd5EU\n5hm1PyzuOHAOvcFzkdeNhpMy4iZI6TYXrGiXuTDHbIy6qE88vsHup54tHovy\nFr+CnexXpUZd+U5xIxBNpRoAUbOLJvj0oNnAW/HRefxy8gD3vBAFWMyAHki7\n1IV4\r\n=G+T+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms-1.0.0-alpha.20210226.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts -f html -o communication-sms-lintReport.html || exit 0","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":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","build:autorest":"autorest ./swagger/README.md --typescript --v3 --package-version=1.0.0-beta.4 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"dev-tool samples run dist-samples/javascript","execute:ts-samples":"dev-tool samples run dist-samples/typescript/dist/dist-samples/typescript/src/","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/*.spec.js dist-esm/test/node/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.15.5","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.2.0","@azure/core-http":"^1.2.0","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skipFolder":true},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.0.0-alpha.20210226.1_1614352417284_0.6154809437471609","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210303.1":{"name":"@azure/communication-sms","version":"1.0.0-alpha.20210303.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.0.0-alpha.20210303.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"4d770ff56fcb2e4e8df63f6dfecc86c48b6c3d05","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.0.0-alpha.20210303.1.tgz","fileCount":37,"integrity":"sha512-af/R9ehlqv5Q65TzJRRC+iDFj58bwTbbq0xgGnDmwU9HO3v3140jn8+13gCaC9VReBQycprWGICO3Hn5Qj7d9Q==","signatures":[{"sig":"MEYCIQD3jvB3tzeXio0PGAkQQp9K+yzhNHzoMBXYC+iHLOsEgAIhAMBqjwQeLRteLeNZFQy5x4p8RZiVP12wH8MSJdFdXb/t","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":109322,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgP6ckCRA9TVsSAnZWagAAq0QQAIPJ2erUAhZ9MfjxAEpx\n5Piq/V1URXqxS6Anh85SNi+GEbpmbCr6vI9MZLy1NVIPgqzo8O1jFv8gV5la\nxe6/6pT66NHha1hBsbFJCW8B4vgKgR9uvGQ48YqiASclRgo+6/Itm21rqUGW\n+B1OGpB0pDUHrRfOKu9VvqY2QkYATcGqcujyemJbAcAc2hbHyugHRSdT9I6v\nNe5PgkPsjPGGVmpcXEBpyAdMzxKpnvG9VQY/U7GpurIyYgoQpROQf6sKCEJT\njZ2s0G0i3/afhAKJTY/4F5QpLqF1AAmjWxNGe3Au4cYvQG/cnMcovdvNf8TO\nxjT7qCDPXtVyD4nX9v0Gb8dlQu+4c+Gw5h45ee9rf6Z39gKAJ7qKNMuzmgBe\npM28DXlJ5bG1Q1mz9Cxu0f/4wDK1yzq40Y/FpWC2EkfYL7mJTvwI8wMrE3W/\nVlA4DcvelCAHirf0+K267Dz40mWNpfRAdDHfSoRMu+D4B6Ch9aCZkt944qLv\nLgC3zBluF1yh5FsB6zMkbhexJButAYi7HCdMnK48cL/32dItIVR1nCi+bIe9\n3W7lykcg2AQbUG7J+fxKZTRbtkwfqc38opwR2sOX+wGeiNKezvnSYzqNumw3\nS3z4QJbcmh3rdxZta2LVcJXgPajJzu0Pz09+hIANoMWWT6ejmiPEMJacGzp9\np6lI\r\n=Td5q\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms-1.0.0-alpha.20210303.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts -f html -o communication-sms-lintReport.html || exit 0","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":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","build:autorest":"autorest ./swagger/README.md --typescript --v3 --package-version=1.0.0-beta.4 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"dev-tool samples run dist-samples/javascript","execute:ts-samples":"dev-tool samples run dist-samples/typescript/dist/dist-samples/typescript/src/","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/*.spec.js dist-esm/test/node/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.2.0","@azure/core-http":"^1.2.0","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skipFolder":true},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.0.0-alpha.20210303.1_1614784292225_0.7105265548216524","host":"s3://npm-registry-packages"}},"1.0.0-beta.4":{"name":"@azure/communication-sms","version":"1.0.0-beta.4","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.0.0-beta.4","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"fb83c7ce002ae009c366c91633d66c90e4ea96da","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.0.0-beta.4.tgz","fileCount":37,"integrity":"sha512-l+1m3l9ap0S9kWeJh8inJQKoYtSGJeVT6CmJ8JmoFkJwZBfFdAitoEL+y+3vTtqZkTAFZwum6QJUpgbb/t5KTg==","signatures":[{"sig":"MEUCIDUQjpfFY6f/FosQHGt5T3rPW4CB08GeaeOTWJ0rwJiqAiEAgInpikO9gloj2rfTLKNw60Jj2nxZv8uUWufRK8zxLP4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":111591,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgSD1ZCRA9TVsSAnZWagAAr7sQAJ+AaAoqPxEJSMsQIdpf\nGd+Av5GVYQLWpA83qxJ3V2fpSs6VmUAoV6X4ejYT9aHegiepwD1mUPH5RkIC\nizqiTDFkj8ROcMpmEpp8Sl9x66bHXLkFdT2sf31EzaTDW/Wfb2BaDBSwXkSl\nJ3vK7Mq2kTwcaoL8zvkL+q56OxVwVdqZOkgVVyktPWfkv9IVhIjLxbmvVHFd\nOiRNqp9GOkMpLdl45FNNVgcavp3CumZF57p61HiyQZPOC12w60HGzDNVK9ES\n61XaGH6WPTkHem7QL8O4F1b9x71gWPjP8Hodof7zhZ2Mf3RdLTD2hsrGD9Ml\ndQ1CLe3EvFHe36vWCFHgHrz5ogNr0ThXpRe7k+3erH9W/qoJ7sFZWtkvao7L\nbTRzNdJ3kkWsIIIOH+5kabUm76laUfGn61Z6rRk+kRhQASTR+5ORCKFSfOcu\nChh1lXN1nCdYTA+EbaVmsJmj2MQoGNcijN/j1sd3qoFFOVandlUaeywFiUbK\n2YHSXX7Na7fZTy1DP/DgISclQ5eTo1mkumCaB4t526K6cDqLp4VkRmfLQDKo\nfaz+zsxSo5FTviQ9C6chGmQc6CnTIIsH004SCalsXltELIAqN8LXbfnD69lk\nGQyPdhXXPgQqftDBylbWOFvRpheIm0dnDfXwE5c/EtSwnRBiUPDNid/N8Jqe\nr/38\r\n=mg1x\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms-1.0.0-beta.4.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts -f html -o communication-sms-lintReport.html || exit 0","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":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","build:autorest":"autorest ./swagger/README.md --typescript --v3 --package-version=1.0.0-beta.4 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"dev-tool samples run dist-samples/javascript","execute:ts-samples":"dev-tool samples run dist-samples/typescript/dist/dist-samples/typescript/src/","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/*.spec.js dist-esm/test/node/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.2.0","@azure/core-http":"^1.2.0","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"1.0.0-preview.10","@azure/abort-controller":"^1.0.0","@azure/communication-common":"1.0.0-beta.6"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"^1.1.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.0.0-beta.4_1615347033184_0.39409696303845454","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210316.1":{"name":"@azure/communication-sms","version":"1.0.0-alpha.20210316.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.0.0-alpha.20210316.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"20989cd9a2bc906f343799fa6d0832ae8bdfbfa6","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.0.0-alpha.20210316.1.tgz","fileCount":37,"integrity":"sha512-pFxYvqL7nmYL6OFJ0/u4AYbMCOggzAVmE+pDgOOrDtv3CkAqbfbeBCu83dBYnLJuY4LdtLOk8/s7qoFh3pX26w==","signatures":[{"sig":"MEQCIGTXNEaQawiOBbI40l12cIYo4Xphu2oGlybAl030tZSaAiAV04DpDkr8+G5oi5Y9X8zbFda5dqNlOjEsaAvssvPYdQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":111684,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgUMFdCRA9TVsSAnZWagAAtWsP+QC8DA+VQoQt2WXJtvWI\ns1UVQucpoFLJqv371urt8gwbrsKZKNoLUh/a7AiWtGfnqX7eDxrz4xJ7DlR9\n4mGbVRPjVb2eFtQ4eazKwtH2XN5bCvNWqogZDC7GrL5i3KSvRie7bZ2WRn7b\nZCVbjN0xEJ+Y31CpozESDRFfDmzjUxlA7u0XS6w+wJKIWMsL1DoGGMlVXn/g\nkpKQvEYiVpgjVZtLG3suNlta3U9EpqwCJFmzwYglTLxDsB00rhvOVe1pwHgn\no3DDKnjjpapa+MqGP0Cf+KgRogQPFJJCm5tCCBsUNsE2iSNm8VW1wwca7kQU\njsU9+LGb2DBBv3C8DF4vUsF3Of+Sme6JTQjYfbRAWpf/YYzG8vh1AKQTge9I\nuDzapwkd/Q0IH/ss2MGizveIA8CJbPNUHeoK33SW3wQ5omf4fCKjRPleKyxA\nBZQ3IGUK/YbP8ZR0TPD8cgYcpMiR2YGwV10HVOL37R99JXqf8li21WjC9U1U\n5R6z2Glx+YwkjAb5bg1H1MCEET8Nlc4UJDaSRmeXhiW2XyfTsbWbpxIWjkMb\nYJUARRwJcl7tKJ1lTtFKlgI+FOK9nM38sNCPHRbOAS+pdQ92j9fsx5TiL6z4\nu5Dir09pHJcQDhEai0c0Qpnb05QHp+QisrTGokAS8E4Atajaj511OZYTvYaw\nAGyP\r\n=uKy0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms-1.0.0-alpha.20210316.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts -f html -o communication-sms-lintReport.html || exit 0","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":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","build:autorest":"autorest ./swagger/README.md --typescript --v3 --package-version=1.0.0-beta.5 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"dev-tool samples run dist-samples/javascript","execute:ts-samples":"dev-tool samples run dist-samples/typescript/dist/dist-samples/typescript/src/","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/*.spec.js dist-esm/test/node/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.2.0","@azure/core-http":"^1.2.0","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skipFolder":true},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.0.0-alpha.20210316.1_1615905117394_0.6447668631837373","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210317.1":{"name":"@azure/communication-sms","version":"1.0.0-alpha.20210317.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.0.0-alpha.20210317.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"8b8ecc2b6b88256cf5620a628abe47e1962c19ed","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.0.0-alpha.20210317.1.tgz","fileCount":37,"integrity":"sha512-LrRibhE9GDKhvKOHxDdfEQFpk3avnnPjTSQFVnuF9C6EC45is1CChc9Olt6Lt2tZBDK5qsWw5CEhLO1NxnGObQ==","signatures":[{"sig":"MEQCIBA4H1qu7CAtO58Eg06pqB26CxoicI8/u6fsIiby14fmAiBSto5VF8F6lnytXp9dJt41vPHKAs7YGlQHcm3oqClImQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":111955,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgUhDZCRA9TVsSAnZWagAA8fsP/1a+C2iI+OMG18AcjloI\ngCA7KGHVwGUn7l2VuRIH7HsjX+NU+ooajcE9vAEGSNTd3yxf2j4x1PsnhJNI\ncMVfJQorsGkBu/F4QkD9VP8bwRqADDw/yZ7zI6sU9k+eEIZWiXX8+h6krc3J\n5bb7LSp677GEK91WXFs2wyvGvgjpAiLqFetge/Cq6CotfWMjyi340cWF+0Kf\nGQHMo4x2yTPKmGDL65o6YnWmT7iGdnmSRtcHzR3wqKjaNpxb5/ww9zbUT3/m\ncnnv7qfUIo/KtctlZMencZ60HEgCoDMRM/fKjqkPLKVgWJf8SG1lBdKPJ6QW\n7Nf67iY17+CKQZNZDYVAohr+SgpcLmhhqWdFqYQZ3jUbeZgBinC0hu42cDRb\nYJSOHX+7Uf20dgEmr5ikTTAahAaopYkuKzbIe6x+OlhDgwR3ZHJnAJPw6aPQ\nxgGI+6sJXHy/kXQGpMRljAMtzlBUEpgI9lyjGNKQdKioGRHr3g+rrt3DgN/n\nYacKvXy9e4UfN2Gh42bMUOOEXtfXV1uSVacd2CniIhcLQRJVzmeAMo/w2tuC\nJKt7ZQiuw4Th5rCFwHPLrXgmPqC3PCaaBdUEfUzPtDbSbe2xqqJVoXb4R5HT\n3rnlLTzN83Q96+U549P/PrYRLaRgl9apt6Fn5/mqt1aRkp2SdYuyKwF8FcNo\ninqi\r\n=fvAY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms-1.0.0-alpha.20210317.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts -f html -o communication-sms-lintReport.html || exit 0","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":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","build:autorest":"autorest ./swagger/README.md --typescript --v3 --package-version=1.0.0-beta.5 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"dev-tool samples run dist-samples/javascript","execute:ts-samples":"dev-tool samples run dist-samples/typescript/dist/dist-samples/typescript/src/","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/*.spec.js dist-esm/test/node/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.2.0","@azure/core-http":"^1.2.0","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skipFolder":true},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.0.0-alpha.20210317.1_1615991000791_0.23397492860108327","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210318.1":{"name":"@azure/communication-sms","version":"1.0.0-alpha.20210318.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.0.0-alpha.20210318.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"520536b0dc026395fd0dcc487dbdeba610a62f94","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.0.0-alpha.20210318.1.tgz","fileCount":37,"integrity":"sha512-h1kuWq7EbRtFZmzVM+ihOgrtUc797bNrMfxfkSxmyOIkGNiSaN8WLJzC7O+hkBlKD4vqO8tdVnEkA25x8pw8uA==","signatures":[{"sig":"MEQCIFIwCGMJmUjYuE/Gr5ia+labObDGUNdF0FGt0WMFCyv2AiAPWkMrqlwgPh9DRh+dzr9Q9wVJW/PTqnD2i3E0x+8OGQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":112103,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgU2EDCRA9TVsSAnZWagAA4IAP/AqmOTXk7yyBIXQ8vFQV\nb4OYOTQdgHkY+NW+QadkXByumamQkhhjGr+0p8XVXNm26V9mngcN+LuZQk1o\nef4SLBAxzyCnJm1PE6yd6QZ55Y+FPqUpkKjqSTrAa+jxf90sUjYzgwMR6uON\nJjl2clEDoHKilbkJIPLpKGOcX1eqU7CQkbi9L3n9NwQkEuiEwwpWSGym+for\n9mWjXlXl/jOmahYO3eLsoTqt37rXbzAymVd1QFVsa/Fy2G2hYlHz/kVyrHmT\nFqnOdfPzGjtxqRdEpmPjKGzqAbk7fjoxoqz6cWjbO7KWJvgI2r7Cq76QUZnk\nlRiuVjTNyyWNcBfXqBRzhPYSxRGwMmucIeESiXfc3T4XrFTg1ObFPLdwnum3\nMa0j94v8oQx1NaTByHOiZeqDcDwNPmAhLI9v5Us0L6DZqSg1ebC6xyuFd3bI\nS/2cMZKP/MHILb+fQDKqzUHtcZPvAuYPDABfoSD08KxvVVsFtPBFE8gCetUv\nAksnj9hEDZoleTg3JFztL40WNQGnziTJA4FIShtFb16qY1TcVzVkkW8pU4GF\nniawUeKJeY6ImaL5iRAtVc25LjoN2zcPbZCoDa/8450WvQrkEqM+LiASVLcM\nFVq2yTr6s85ear5KMM3ZwnquSIO2SyvE03PLQK3PsoMZmDbR3/t3f2oiCZbz\nnTzZ\r\n=niRl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms-1.0.0-alpha.20210318.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts -f html -o communication-sms-lintReport.html || exit 0","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":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","build:autorest":"autorest ./swagger/README.md --typescript --v3 --package-version=1.0.0-beta.5 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"dev-tool samples run dist-samples/javascript","execute:ts-samples":"dev-tool samples run dist-samples/typescript/dist/dist-samples/typescript/src/","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/*.spec.js dist-esm/test/node/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.2.0","@azure/core-http":"^1.2.0","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skipFolder":true},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.0.0-alpha.20210318.1_1616077059348_0.9812084772465226","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210322.1":{"name":"@azure/communication-sms","version":"1.0.0-alpha.20210322.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.0.0-alpha.20210322.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"aa94ca707d3c118b1d60f62f3f52141a000bedaf","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.0.0-alpha.20210322.1.tgz","fileCount":37,"integrity":"sha512-QReVmpbUv846eutFu4OVsz9lJ/XN2mv38gW1eIdMj/nAQ6h6wGQY8W7WV1DjF2Th3YnGN/JmL7vCSdbLPEt0wg==","signatures":[{"sig":"MEQCIFqf6mOhcunk/OgbNAZfegfWEEfLAZGoZy4dZcmWD3c7AiBqUADyFAaz9e7d0RBiUq9M1ll+ERK/Bk0A31JCCNs1gQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":112104,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgWKY2CRA9TVsSAnZWagAAdjMP/RBFgxm0D0uu4RTkdYso\n80mEORnmtLtoJOIjukJrOwt5TjxBok87A1qSAQxrDAAlj5nzJed05l0p3YEJ\nd6Irq1eQMCBN3pF8RE6qlx/8yy//dHzARqsLA+dmi8ROcXWPta3/eWWSuBMY\n91NA2FLOlOqBtx0LCaegQpJMashKJfjQTprTGkOa4Y0+vz2O5yh0nBjXAfDE\nUMQr1TnwsyECs5f2GK7YKSQOgBuAWjuIK4EY4ctsKs+dk1os1lNTUbobd/+3\nC3Fre3Y2rxX/0Z81rXBpxVEfbnTgtoJ5+pAykfLoohxHejCRKUNlgi4lfbcI\nsDZ3HY7T3mcJjrdirIVCxjW9d3i9pkGV653lyNZ3WkEUNvB1T0brXUJK6YzL\nNRMsO4gO9MnhRVuehT70wDcGd89hpRZEmEA8MviiUS8aFx8rQMIyCLRu1r/s\nCHaeTZn0TwH6N1bdrqQoXsFq2rh5z8vpPyyEJgYV0OnY5IOSJg/9U1dohDTy\nuwPNTo5h+Q0XtiJ6lqyZ1YOJuIuRJu7bCDeLcsi4SPsIGWvnlj7J29/Z0vDV\nr9ZyRtMmUuOwYQFCdyRJtzeP89fjER1TvaOO2IWqokJcAIkP8rQTO2b8rr5g\n28geHAhqDVUAj+pdWb2vYiy7tiY8TAxXD9ud9cgDatV/xn3t0T+8KO1gIK+H\n/qjC\r\n=qpLO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms-1.0.0-alpha.20210322.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts -f html -o communication-sms-lintReport.html || exit 0","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":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json tsconfig.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","build:autorest":"autorest ./swagger/README.md --typescript --v3 --package-version=1.0.0-beta.5 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"dev-tool samples run dist-samples/javascript","execute:ts-samples":"dev-tool samples run dist-samples/typescript/dist/dist-samples/typescript/src/","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/*.spec.js dist-esm/test/node/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.2.0","@azure/core-http":"^1.2.0","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skipFolder":true},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.0.0-alpha.20210322.1_1616422453476_0.44704764061354085","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210323.1":{"name":"@azure/communication-sms","version":"1.0.0-alpha.20210323.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.0.0-alpha.20210323.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"9b494a3d3075799ab4165a96db52d720f2b69102","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.0.0-alpha.20210323.1.tgz","fileCount":37,"integrity":"sha512-Cney0HQwCEHeSQdvl2ox714lBNEEEcjF7fN+JOjCC5kmKrPMCxpe/vKKtM2Gk6RVJgiEAc3jnLXXlU6RAcqpfw==","signatures":[{"sig":"MEUCIQC7WO1RtL1Qc670tp2xcrt5XbXZ6BlNlmbWrk6XF1PoAgIgG1DYEvklYoByyjkQwvXgOGpws8+C2Xaj/HFEB9Sz8n4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":112096,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgWfflCRA9TVsSAnZWagAAxoUP+wdNDdNQE5P6AIysnDtG\nqyoabBERxSkstBAXa38WAzaUepowJQBuzbwV0CUYW4OCzRLeK+y73045uHUG\n5bhkxout3FdH86tPWVkNkiblUe/rbbH7mQ4+QthJ4tAakstDc06gUznBnh37\nxH3yEjovJ/pK94vdwsfLJXU4q6AbzPh9gYW7PNrXMaBUqi3b12IEAW1+4j/G\nh/321c7vaZBFolfr7l6PRdwxff5//xwvbKbn3ICkkO+0RAAiSzJaoKRCSbXD\nE1oC7ETyceJ+6tvFGO259IvyNG6QLN+l0ptnIia3hsW+sz5lq/0MTyLE3w18\nlKJ+bg7mjWEkq64Rpb226o6uRn4dbaQBTm27OeUpsaaafwWnMTULtnMQ0fWZ\np1BlF0TkddMHyYbDfOHMOEaz/zuz/VMM2NkQmNdLaCU4FzumK7ygSwLwqO9T\ndLr8hv+rHFlyfqJU4mv4s/5wQXfI96obl/tMb4x3sYIGAtHa/28TOchzUIHx\nN0xU9YxKlA2bfAI8RzhccENc0451OVEgb8wnPze5AX6JoLENZaz8VOybJ+++\nJlP6ZaQZ68qUE6e37Uk8AbqWz7SZhPSBEEwx7GkbhVKfooUTkhm/mMSUxitC\nkF/W05O50ngfPRAr4G6xfpBSZAeYMKmxPjphcE0cNwZPwCuN2qDzvfJ7v80S\nb0pR\r\n=RcjQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms-1.0.0-alpha.20210323.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts -f html -o communication-sms-lintReport.html || exit 0","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":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","build:autorest":"autorest ./swagger/README.md --typescript --v3 --package-version=1.0.0-beta.5 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"dev-tool samples run dist-samples/javascript","execute:ts-samples":"dev-tool samples run dist-samples/typescript/dist/dist-samples/typescript/src/","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/*.spec.js dist-esm/test/node/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.2.0","@azure/core-http":"^1.2.0","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skipFolder":true},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.0.0-alpha.20210323.1_1616508901289_0.934761819619558","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210324.1":{"name":"@azure/communication-sms","version":"1.0.0-alpha.20210324.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.0.0-alpha.20210324.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"3fc4521c9a6f11eec47a3bae0e8b35806a803dc2","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.0.0-alpha.20210324.1.tgz","fileCount":37,"integrity":"sha512-iVUhKr+KpaOZj+0SSWb/4c4A2/f1foYlyk8NbHMNUOAu3mNg4WXFTqlq1F65gR8JOpyhD080GgP5TCGiM4KnUA==","signatures":[{"sig":"MEUCIEhi8+RRF8HdBVdHcRmXAX0hCx705ztvTa6hFmXrFWXZAiEAgSAInTzJJTufBkLMr5PJ+vPmDVni5cw+GtqT/3VS6Is=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":112414,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgW0l+CRA9TVsSAnZWagAAFsoP+QEfvOubpP69bFeVb+cS\nlTCYW3hL2fklZX3RmHNJ5NQV4MITUaVzYePwM6udpX0GibTQ11WdwONL5TpM\nSA0T2i1k6PAaP/vRVBgxSBE9X5lokHWRB7tuNYEfgp5OsPulyIOkqPpiEEmy\nyjsQZkJIbxQNtydFa0IOhTP2aAP23Sf8877yBCEhun/eRaSh/JVMCy6KzPYu\nn3jOxZBvlwoxp/u3HFdtYxt6GvSRyn5nZT4m9hrPaBot6Pp0taUT59XgG6Q3\nb6fDabHAEha3i7gr70yIwFD3zEalL43jwma0BsFQgjkAK1xlike90tp5A/BN\nEI0IUeu+g3YtRrxjnLookpsGZWEqx88z41H/3CaWNE1MzijKdIlE5ZfspjG3\na+15HZq7CtgCjg2ndNed5QvHAGPiSMNA7YmVAbwpTKCQjrDgtTFwDxjr0alG\nPOs4z7GUcFI1/irJT7o/Yf7PZ9kSEX0gOndNTlr3DGkOH0shiGrDcs5vpQ5K\nVBCC1Lzol8Ej3H7BL3Pjb1qqxKaWt9Pv0pxIu/r9hujmEh/Q+G7k070OdwX1\nVlZGyrdtpE7Z9ofmRW6hDlDUtybnyfJr7TUfu46L8Z0iFa93kBqaRPmrlnag\nSPek+SR1j5BMaJ2DA6sD5uVCRXTw1Bf9oQufDmzfYoEEHUTNES7+uAAM+gcu\nTAjX\r\n=b2uc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms-1.0.0-alpha.20210324.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts -f html -o communication-sms-lintReport.html || exit 0","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":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","build:autorest":"autorest ./swagger/README.md --typescript --v3 --package-version=1.0.0-beta.5 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"dev-tool samples run dist-samples/javascript","execute:ts-samples":"dev-tool samples run dist-samples/typescript/dist/dist-samples/typescript/src/","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/*.spec.js dist-esm/test/node/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.2.0","@azure/core-http":"^1.2.0","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skipFolder":true},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.0.0-alpha.20210324.1_1616595326221_0.18946265122876427","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210326.4":{"name":"@azure/communication-sms","version":"1.0.0-alpha.20210326.4","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.0.0-alpha.20210326.4","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"bb8685afb734e8d24093570928fd006f007e5c3d","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.0.0-alpha.20210326.4.tgz","fileCount":37,"integrity":"sha512-65m6G7u1c98A0TYtsEoYYcmUBccFhaW4teG3vd0NT5TsKcykeCWZQLqimqL5mI2A+eKuWM2j375hmNMmO+XPsA==","signatures":[{"sig":"MEUCIQDGIqCmBMS10lhxISc4mzuS+D5fF36MIDuY8rBTqZvsYwIgRk8bUP2gUISgRMwrIx1QDnwMFEWjRzocTmgAEwAjlu4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":112438,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgXnoPCRA9TVsSAnZWagAAeP4P/0Pmcyk9qySp/pmDx27L\nUxhbGiv5HT4OjDkHg9wrVmrn43S8/JZn3mGm6ZZAdGBahPuIcVHDBR08Z/qa\nowYcAmxZm2Rwefb8QJTj3MBu2wi2APe0XVy6VIgS6VDZ03/Wn3wFtlSK+TzA\n70OUi34sLxTpsUfcO+GwfaX4QxoqLgCp/qx2CFGMzPLSwIm6jDuZXzAlDqAt\nw+/L16nLFWn7gF5Gr8JDS6VPQql2YEhSE3Lva6rVJ8KkukGdvZMgvvXfmdR6\nBMLcDTrioNwykHKStQtBrCfoY+UGSy/dDkCzPos1x9DSmQ8dMtuGaru8H/KO\nbHkV0fVm3j9QE2j4Ovd8dW2p2N0jDBFGspb0ku4UIrpjZXmaIs0FcZDeObeb\nrKYJX/M0dDHdT8NBR8y16LrnP6hN4A93Xqc+tCEh19+eYAFjbnFUEfNjiCYF\nCeHZxdo73iVuUYyna5aOGIMCr+EOZES4K4adKESDZKShKvRTB92EqPaHGPZB\nx5JhQRgSCc3Hgy5QtsN/wIyMTYvplT/6sujOLxNu2OXR18SsKZpiBVwfYx6p\neyNXu85mKMGVrnCrFjefjsrOFKXrRL0FliVTKnz87thPjyl4zWH6ZMJLL1r8\nIaHNJjI1lGqhOCDHFFkPMs8KvRmGCEmtqoAZrC6WmoKSuskP1vFr1nXDFuyW\nqc1H\r\n=4y95\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms-1.0.0-alpha.20210326.4.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","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":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","build:autorest":"autorest ./swagger/README.md --typescript --v3 --package-version=1.0.0 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"dev-tool samples run dist-samples/javascript","execute:ts-samples":"dev-tool samples run dist-samples/typescript/dist/dist-samples/typescript/src/","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/*.spec.js dist-esm/test/node/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.2.0","@azure/core-http":"^1.2.0","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skip":["sendSms.js","sendSmsWithOptions.js","usingAadAuth.js"]},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.0.0-alpha.20210326.4_1616804366611_0.5007491561333914","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210329.1":{"name":"@azure/communication-sms","version":"1.0.0-alpha.20210329.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.0.0-alpha.20210329.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"7854922a6e701a5630289a55fba3d39bcb29152f","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.0.0-alpha.20210329.1.tgz","fileCount":37,"integrity":"sha512-Nhg+Q2g7L5C2o4rBCDO6o6ErnUVgecz4v/0gT8KnglAXL9Pz5OJfDXwR4kwTxIhuOUTSPbvDySR+W4+6xFHJqQ==","signatures":[{"sig":"MEQCIEVH3nHshmB5iAuopH4hlaJDo3G5dIXmP/8+hBFuzmnTAiAFQ9w8lndSDqJmDJH5W3SL52A2pTHi4HsVwl81zGU7Lg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":112650,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgYeCiCRA9TVsSAnZWagAA7cUP/RomUvr+9dpuI0vq7vPN\nSJ/G6iEVtkPUzkSnlnqLkiI8fJgRDET5YPPwgjd7zOjZ8q7RnNLEgCXFA4LZ\nuKZ7zSrJ6tpFGHWWzA+qdJfnGze5E6tqtrO78ltyBF/RNlkHbljR8y+EKmfc\nan/emOHJ0jtvmpuMi4W5jgxChAQ9KU3PehHtcp3UO2m19KdHXq9JETAU+1n/\nw5gjQODNJZ2WXclU4vTpVdfhzPZOwQlws2mobHc1XP3zgTUmNNAhnDkm76G3\n+KDyerUFgZ7TVfZPLoKDNYD03OamK0GH8EijNqOYmiF7CTLWZMr7nnkMo/ha\nxRmUFPF0HAesvDvBTr9gSD74pxQ+aNB4VU5+IR4SWXiEdqHITcAIQ/oJ5fYs\nqLexKYXaS11QfJ7NLVu9WVnQIgogtRuFEmzqH9rQfMav3u/f28T7VmS5KI5M\n5VLoVm7lZkP0OMYlHLGKdHSnuAI0AfCJmN0XdgHzPbGwAkJsklG8eExDqbtO\n4YLN2l80Xv93qjGPaovW3XB86TFs2pUb0R3OTJjN03BJ6qSy6k2OK8tEQbdB\nMZ90uK1Gk1zTjx9UGjqyZ2PekZULZyHO9jthzOTZ4xZO7jbiJdbJhsdKrwNH\nBZnDYdT9fxNp51817ZiXFvBVtAp59JmVIuJAkN5Oot0G/Vz1SF1JkobaZNZh\nknM1\r\n=6Do+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms-1.0.0-alpha.20210329.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","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":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","build:autorest":"autorest ./swagger/README.md --typescript --v3 --package-version=1.0.0 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"dev-tool samples run dist-samples/javascript","execute:ts-samples":"dev-tool samples run dist-samples/typescript/dist/dist-samples/typescript/src/","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/*.spec.js dist-esm/test/node/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.2.0","@azure/core-http":"^1.2.0","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skip":["sendSms.js","sendSmsWithOptions.js","usingAadAuth.js"]},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.0.0-alpha.20210329.1_1617027233784_0.88249665616032","host":"s3://npm-registry-packages"}},"1.0.0":{"name":"@azure/communication-sms","version":"1.0.0","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.0.0","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"02c4000f1c92d2d4b061055fb81c7d43c0c5c356","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.0.0.tgz","fileCount":37,"integrity":"sha512-TEIzbVZLAilVhP3kfeSSnb0l6ZCy0tU43zIMGN55yGyv78jat3utj7uggpXLCym9tWKYJAVZHOCGDvljioatOw==","signatures":[{"sig":"MEYCIQDQdO6D/W6qQZLAzkf+cqQ9mBqn+MqEIpU/8rM6VNUPswIhAOPEG+598avwl+q5lwd40xUEfzAOjSYQvkpVXhW01th3","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":112613,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgYhuWCRA9TVsSAnZWagAAF9YP/jCBpDo9lqrqPh5+WOgM\nzFK1bSSy18tqzBU4GVMlVvNMJ4515L6mmCSlBNskkKXVehKRkBADmKm92q+s\nTCf5/N9or0/iNqCulsrZqqBOp/ts7J78c9XRUAR3ykvDqVpNFqutZ/iZqaxx\nGMyXdTMzqbrCietQTCbfVSvjM2Dw7nTrh5E9uGirUyF2xD9zEdZfL4Fh8Akr\nZLZAiVPoxQCKtomWStDdovKHbSSBhabkYTEcNflSSn0BuwY96548mE8R6oQ0\nLF7wt8reFSLTsHf/jE2mhUaPB3yzpbTCDDtwNkLWT+h9KMXUBlXJgkpkQA+4\nPaoVtuoot6SQox+Iq1zoaeqs5mmFCPC96KtCaoWFz0HlT/wTJxgD4CnWRK9U\nETQtXy3HPgeIc4DX+od9I4NICQgOz0FyLiN2YXaYmJKhFAzmVySKiBezSgzK\nj/ioCCsHGfwYPyU4ukP62ilDEXwyQAHu27nkQa8Qytit6S5ZD9CkDMgK4lGW\n5xcnNGD/DydQHjzKkPAxTq36cjgu0sSAvumPEOdEd6jyvdHQWk+IbbG11Uil\nF0zknV0RqXyI10y0N8yelcBvMD3R63el6NegmK1vwua2V1mwZi98b50dzpSD\nHaLPF7mQTbFlP2JRTAkRb4O88S7OP8ETeZ8ULHplFcOvNBGUrN0AQs97O+lh\ncCM+\r\n=z9qY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms-1.0.0.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","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":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","build:autorest":"autorest ./swagger/README.md --typescript --v3 --package-version=1.0.0 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"dev-tool samples run dist-samples/javascript","execute:ts-samples":"dev-tool samples run dist-samples/typescript/dist/dist-samples/typescript/src/","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/*.spec.js dist-esm/test/node/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.2.0","@azure/core-http":"^1.2.0","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"1.0.0-preview.10","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"^1.1.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skip":["sendSms.js","sendSmsWithOptions.js","usingAadAuth.js"]},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.0.0_1617042325563_0.12127343989936579","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210330.1":{"name":"@azure/communication-sms","version":"1.0.0-alpha.20210330.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.0.0-alpha.20210330.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"0ce047b70ffb8514b1166e2bf94d5f99639760a5","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.0.0-alpha.20210330.1.tgz","fileCount":37,"integrity":"sha512-DBqnV7/sDnj5UZW7ly9f3Oi1hyjFKgdHQ+DEirk/nik4PAfcrBGuE3XiymUkkoDaRujG3xc4JcIED0Tm01Md2A==","signatures":[{"sig":"MEYCIQCGzd/EjCYOQZCqV9diil0oqIMPnt87QxO+58A9jCPNfwIhAOLzaa/jKmUmFwDLXStAaHG87B1oFJjh5/YlcSNeWEzV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":112588,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgYzZXCRA9TVsSAnZWagAAglEP/2QnrANszH7DJQDKuUZv\nzXhwEHElj0suKUl2E4auHdify9R3TCZ2C8/eXXXHLkg713pEg0gZ6eI59QfJ\nbt9RxjXOf8lmZqvExCUhJjbHgx9+T7Y7srW021fLblMsH//ePcjjI5XKPHZ6\nH5WXiTCURjg6/bU87MfF3G2R3SEezcIP7EBTMG1cZe1edLgD+ZWgqFVpx8Wl\n5mQ+u9i2GlFqSWYRjJwGGWM9IHn2EF1NsZ88SwZp4US41JGKKPKVXlAa4ILl\n8b0aRfQ/c4dD+ac2J4Ys4Utv0vWdjcEAdLQRhGvNmFc39sky07iWu5M/O7fY\nEpTj/1d1CcJcw1FpbaI2QClZuKERLk7QGDvtgwS5h8tyB72uTPhB207GUak9\nX4wVwhdBGbrsk3isADFFdkb5Q1BC/AuT1GTZqG6HliN1LOAr+jRxlJu2MIuI\nrXdRVBeq5JTqKdXJf8LvflevMmRl49/sj+fmE3qLS0YBapHPPmEM/Gvx3jFY\nlYyDgIhQ2yKCady0qXJnL4p+LFRRLPfbERsDb+M7HB2QP14XQa7ETtrSCSU/\nFfvo1HOtUY9vqVerpHwDfHUDUkimLFJFd9HR8zTUoeVwbQGDxsTVVdaC41tQ\nZNsJO6BWLbeBz8kJC4I/5bZwyrnGH9VezoYFNBRagIFBDFv09GqY3ybUDrZT\n8kBu\r\n=oqOU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms-1.0.0-alpha.20210330.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","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":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","build:autorest":"autorest ./swagger/README.md --typescript --v3 --package-version=1.0.0 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"dev-tool samples run dist-samples/javascript","execute:ts-samples":"dev-tool samples run dist-samples/typescript/dist/dist-samples/typescript/src/","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/*.spec.js dist-esm/test/node/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0-alpha","@azure/core-http":"^1.2.0","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skip":["sendSms.js","sendSmsWithOptions.js","usingAadAuth.js"]},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.0.0-alpha.20210330.1_1617114710737_0.3098268234676913","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210401.1":{"name":"@azure/communication-sms","version":"1.0.0-alpha.20210401.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.0.0-alpha.20210401.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"8a353d71802657db690d3c5a4cc78e08b91e5287","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.0.0-alpha.20210401.1.tgz","fileCount":37,"integrity":"sha512-WhUwp0mWW//P2JT0SKpRcA4BY4Y+LR2r6O32G93MGtaw79MZwinjgI6LxUa0BViyg9ulGjxy38R+QCaASVst0g==","signatures":[{"sig":"MEYCIQDSerY8BEeIr9U+Zx2+50se3PTQFM8k6V+BIWLo1ewmxAIhAIXX3n/q38luim4RGx8YfogpEF5VWqSgmYvMNLRTmjrj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":112582,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgZdVTCRA9TVsSAnZWagAAhrgP/RCuKjNQJcOEDVJiYRRA\nkEXCvvCo13H/Hq1BdGCPQZb7ntxApkV9sgFkXpMjllCAOOHY0ECyOt+D3eKE\njnD22a43I4cLlDWu8NBq+cBZNN/AHYy49OtdBfZXZfz0d+XadphWIIef9ZHR\nfKkZQMJo0BGytOgqkRaWaxgABHVqN17eva78d9wTydoQvqcPJKBQVhZLNxHV\ndPBJbv6ZovHkhYROmQwxQxvIqDPyMwWfW2WRPF4dyX3iqGA3t+fAqPiN+p9r\nbwm8TRqA2ifz9KH/f6y74wVsdoHG2F5nPqwYc7YWbHJ6QbUIqVBDKc7Jg19J\n9AOrsaYFdJBUxoCasCCm/hz4kJ47EyVU9o7RWEDYtbYVHMvAJvP0pqiEQIuK\nbRwoK7Rlu2OfjUP+r4/+iMbq+YlkLaAQNNyQPAbvrjcjzbeL3T0powzpeRcj\nog21H+gk6LKuVK0WeWskjTKgdrz6zN/+zjubxmUlbg3SqD/RRhA+0hDlWtHN\nPiqVGw86hKvKHhxVQdEq8aaSNM2gsNVt18cuHQdaz/Qm1JxXB+N1oIID1MMU\noatnuYbH5fTLE9kHmdupVDdxbmH25JohGaigpbrX1Drs8Uf8STEQpv+ckx2h\n4lJc8q9KpFVm9YioOBIWnNF83NpRXgM+oeXzawv2G3vfFNOa3MKGdywY4e47\n40KW\r\n=ICUP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms-1.0.0-alpha.20210401.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","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":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","build:autorest":"autorest ./swagger/README.md --typescript --v3 --package-version=1.0.0 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"dev-tool samples run dist-samples/javascript","execute:ts-samples":"dev-tool samples run dist-samples/typescript/dist/dist-samples/typescript/src/","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/*.spec.js dist-esm/test/node/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^1.2.0","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skip":["sendSms.js","sendSmsWithOptions.js","usingAadAuth.js"]},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.0.0-alpha.20210401.1_1617286482563_0.00386617981214199","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210408.1":{"name":"@azure/communication-sms","version":"1.0.0-alpha.20210408.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.0.0-alpha.20210408.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"53c389ccf240e98154319a0c55d6fb3f72e041f7","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.0.0-alpha.20210408.1.tgz","fileCount":37,"integrity":"sha512-6vJsCu71IDwwdB2Gpb0Zx2hM361Hyp98DxipVkHeRWYW/1QuAqWseoU8j+cOAawHIuFPaqX2QfH3Z592yHa95A==","signatures":[{"sig":"MEUCICjRh6dT7qGugRd5X4MoANbTkta0x1ydBJLWGhNFjaucAiEAubcpNGtg6AXgyxG0YHAjwWUGQda2k9/RrLKKOe3edN8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":112587,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgbxIbCRA9TVsSAnZWagAAmmwP/1vmIK6oq/OgY5IheNCG\nt4zH82x6d2RXYyTDXspKba8z/fZweryjTjT5EVYJSevdAnt/ZvF9LefkcuiV\nLMgK+wfsABuFOChbNuylqC38Pc46LlVL6QgEsQza4ioamFzvq7o9Yj+BjAKd\nhlDD+dqa+f5joPiJBhUKm4YHfuW3mhJjAGnnUzQidSqrqAl44fLBZFUTVB0N\nceRnKAZMnDj2wIX0NrUN872UITsA16+sN+MOJkRKlfyAds9ULmi8dhGnnqDE\nGXFndJmgLXUwJBa91ruysS9B7gFu2156sK9ctYiyORGsawNIOcZVoBbu/6Q+\nkCcqqK9+wNl6TEXQPGOk6em3aoE9cs2pNPjdXjb6T6SIuONgZwRCSXIjBF4/\n1v88m3jV7tW55e6xiMhUOX0Swf0Nl907ELCpD9B5vl5VoRlL6DPqNpWcFJnf\nT0J5ZxjofkkBLrcCqlGYLclOWzZIhcrmou5hRiQ8d52CLVAb0P5Li63idBaj\n+dnHlS2aJ8KS+knm2t+8cHpAjJO4ybh0QP2++TkL9OcU9PK59vXXL57Ofutz\ngljeGEK1bOzQoSVfV9hFcP0NWrJznsbM2MB9mjNG/XTfUtZROftgffxMNqz+\nv0lJV7IsG4D/U6eFVXdjtiTqhzr49UHV0JJto1bITZg2RJUU795VnrqLzD3k\nWOzD\r\n=hQ7X\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms-1.0.0-alpha.20210408.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","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":"tsc -p . && rollup -c 2>&1 && 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\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","build:autorest":"autorest ./swagger/README.md --typescript --v3 --package-version=1.0.0 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"dev-tool samples run dist-samples/javascript","execute:ts-samples":"dev-tool samples run dist-samples/typescript/dist/dist-samples/typescript/src/","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/*.spec.js dist-esm/test/node/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^1.2.0","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skip":["sendSms.js","sendSmsWithOptions.js","usingAadAuth.js"]},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.0.0-alpha.20210408.1_1617891866647_0.2535397779762134","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210413.1":{"name":"@azure/communication-sms","version":"1.0.0-alpha.20210413.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.0.0-alpha.20210413.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"b234f3fa988fab0b76012ee990b9572db24c3d37","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.0.0-alpha.20210413.1.tgz","fileCount":37,"integrity":"sha512-uhmt+7Tose9SPjrKDAdEh6IKpnEVrnnHkppzNRHLdz5OiBcIFmqqSsyG4vY3aWIiUgnxCkwP4OLtlmyXoFv59A==","signatures":[{"sig":"MEYCIQCZqTcj2hJUsvVuj/jDgxtLe/2ygkjcqy/rEmuE2r0HPwIhANTxlbTfS3Ws8PA7DfRsY2vcoPc6JYqGyc1SHW/oQuYf","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":112684,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgdalfCRA9TVsSAnZWagAAavsP/3MTETV0GawiYaiqoYhT\nN8T9pNQL84ML/A+egMafBgbZvKTWyTuopWHuCEMvED940wpUnZxzXD/773Vg\n7Jeyk6Gf0aKuOGGS+TfywNvB+mSTpECgy6wqEzfroE6dFRsK6mhLWvSoonTU\n7eQtEZRAMN4yax30KKDYJIYudDbggJjlUrUC0Nid4VVk3zRPt7Iwm7Q0Dnt2\njwQ77Z7pFTw/akdy6FC/kLCPb4qwE2a3DHVRJb9AqaxIL+gI4uD2Xnwhkb54\nXeuDGJ1jrTRYEXI3FBT24n6y2Nm6nfih0biX1DTItfSdIDzs3FKQ6sNB8vv8\nOGqy/2RPBLmn5BhBRF1vwehSiU/thMOo/RIqVXrYjN0Pv7Yu9uyme/WFi+kM\nvkX8LrPmzY01QyI89kHdCllpzBpwlVt5hUKG9nqNbBwt9bkfvu2mrA+e/dLd\nK5MiMuP4GperbK5NeXcU9o2V/5jrfBY2SrX5PF3Nqt8PwxsTHpCg9CCk0aLc\nSOnBG6xYwvAN7uwvAyMgW0KK+lTqxtKcBIW9ntCsJ4t7o1Yptr2cZ6BC+C+P\nWrqup7RVw4Zt1VpuD8o7nG4fdJvpX5ka8hICwQwrj5t/2JK07KfKcg6doEdS\nN0as0OiRnbh+wYophKanHXHfN/Mysxadl9OsAbC97DtDsJhIfDz2Xc/URBrk\nP8ib\r\n=0V0/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms-1.0.0-alpha.20210413.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","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":"tsc -p . && rollup -c 2>&1 && 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]","prebuild":"npm run clean","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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","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:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","build:autorest":"autorest ./swagger/README.md --typescript --v3 --package-version=1.0.0 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","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/*.spec.js dist-esm/test/node/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.12","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.16.1","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^1.2.0","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skip":["sendSms.js","sendSmsWithOptions.js","usingAadAuth.js"],"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.0.0-alpha.20210413.1_1618323807325_0.4228774784599283","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210422.1":{"name":"@azure/communication-sms","version":"1.0.0-alpha.20210422.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.0.0-alpha.20210422.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"3f734ca508a1d40a6fa2d271dfa07706e25ad511","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.0.0-alpha.20210422.1.tgz","fileCount":37,"integrity":"sha512-odSrZTzjvgJ9QnPLOT7+zaGobN+jc76auJWAmW8pzwyk+00JGwHF8m20fl1nB0iEAZQ++ayx+UJ8GoDOue1oOw==","signatures":[{"sig":"MEUCIFrcCl5k226r5g+JVyWKkEjs8ZBGzd2SzbZp41OOKJibAiEA7KlRkjxEF4N13S0L3y1JOhZW+Uo+wiOlOoCGxUMZ+AE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":112785,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJggYTqCRA9TVsSAnZWagAAF2QQAJvXN+GxBkpeHJ9p1TlY\nabd8S0OxrRH5dHX1/gYXld0STgVy3RWaBqSBNkXqjGG4mqMRb73OyP5fzwx2\nuyd212fSrx3Jn5rXoCV/Pr8qu2ANH/HHZjw8RQ9O1DVDgjNFw20KmipKqCUv\nzdkuusJWGBrNiK0blk7wuSNq4c08e6fgixjc4uircOa9CLthtF1KAzfXGtN7\nE03lKui9Zm9E7C87NKBqDb6oF7wEpARSgmJ6ZhCBdJm1pEX5tMvDkDkYl2S6\nsGYpQJpYdPKNHbSwUjGtALGvdZ8bkZZC6n6GsZBZTGqrXK5CcOK7+GJXZ85e\nyyQzMcQqmRm/dqU5oFjzNgdZ0Av1L6bQheSP+SbzueH/jMbcX/Afm8RBFAn+\nBmTIb1AScX8N+5wbv95Y5nzYR+fTBNT9tz719EP+/lXfdYa6VmvB08Pr3/6V\n2qZt3LOBEoJyVcI5q8pOH69g/pVijq3QK3bAbjx8ANrKrbRXFeOruyfJLQeg\nWCJhR5sT1Y/Xbc+yMXWUh4k8DbqqXPcqHgnbpHSnjFBYwT/81gnut4rfAsWy\nsw8KtaXKVl8uxxBA2opDDsGasOwcXuhUhwK0C5UBUFbW6f+kvR5iU1TVyCVL\nTQffIigOcTQzjtHqWKBoW2CQBdOOm6ng+wI30YmE1Sr8gm/G2qYChGTp7Xxb\nDUU9\r\n=6gGl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms-1.0.0-alpha.20210422.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","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":"tsc -p . && rollup -c 2>&1 && 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]","prebuild":"npm run clean","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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","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:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","build:autorest":"autorest ./swagger/README.md --typescript --v3 --package-version=1.0.0 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","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\" \"dist-esm/test/internal/*.spec.js\" \"dist-esm/test/internal/node/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.12","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.16.1","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^1.2.0","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skip":["sendSms.js","sendSmsWithOptions.js","usingAadAuth.js"],"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.0.0-alpha.20210422.1_1619100905929_0.39301043661394863","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20210427.1":{"name":"@azure/communication-sms","version":"1.0.0-alpha.20210427.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.0.0-alpha.20210427.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"9c10b1f1a142db920abd0ff8e1009e5e305a0354","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.0.0-alpha.20210427.1.tgz","fileCount":37,"integrity":"sha512-GapVJCO6k+JwUd5l3yYCyDYhrxWZd9J1VI6ZvuGVL1+vKszR9w3UAy0rcizCOjKX2mNrZKZnn24/dnxB14xXYQ==","signatures":[{"sig":"MEYCIQCGEh7UiHMW0lfXIcTMkI+lqlwKjSXVyr4dHYhwR6skDAIhAJk8rZwjwY6rx0G5GETwqYyMMxytttIXbDQy0QJurZwl","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":112785,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgiB05CRA9TVsSAnZWagAAiXwQAICBJidMFkcevS1UfCgP\nhGoiJplH34LMS73rXFy+6lq5ShI1ibJ1FmLbQdLi2BfNMqV97lGZSEGs5kQU\njEq551VYQFJy1RChDKo/DPRwSeOP1eqwT+wK0hk7uGDnUPjs7cqzb5KHwyuK\n6X+cYfr0EoqO4dWIpLjCEw+DzzsCHN9bjkBreBPN0Z9rJdwJfAPrjGoqJtGG\nFzL9zpKvUDUQ7m8KpLY3aKakGVBe31xnAeOrRcrjPkood2AS2QHsY9IPAGxa\n+HX3TrFkQ/l2YJE/BgFCd+K8gyTxB6G8xH76AnO3K/geqOAXvMRvvNuwb/WS\nwD4PN8+fhfN5V0AiSrqjBysi9qcBLCO/1qPlVHm2HKezpQ9Y20/gYPanURCS\nDM9lL7twPfE4GkgEpZJ3OYYuNQvUdvKC08feYZ0t+g0ZtcXh1Nz7K5tGXf4k\nVEcdrlMG15ekNaDZcb1M7W6ivmHErS5dCKrpmzMdjtT/4Z4cUJ2hauKXhQ/H\nZN1y533ZsW+ApOsHd5rPNOWj7kP9iuVhxCNU8532VYhm+vrKMYTsniOcPpq6\nJ/+Z8VUi/bdQGycHbwK4VGtdA6/lHDxmWLChojOe0+uhF5AKcNYeY1sm0q5x\nwuEdnmcNzMdPFZAtGkiuMsnoPwCHjKSthQLZO5ZBV8ut+XMc56PnjKRkazJg\nc4h0\r\n=thRR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms-1.0.0-alpha.20210427.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","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":"tsc -p . && rollup -c 2>&1 && 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]","prebuild":"npm run clean","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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","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:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","build:autorest":"autorest ./swagger/README.md --typescript --v3 --package-version=1.0.0 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","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\" \"dist-esm/test/internal/*.spec.js\" \"dist-esm/test/internal/node/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.12","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.16.1","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^1.2.0","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"~1.3.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skip":["sendSms.js","sendSmsWithOptions.js","usingAadAuth.js"],"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.0.0-alpha.20210427.1_1619533112955_0.6611809081203921","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20210428.2":{"name":"@azure/communication-sms","version":"1.0.1-alpha.20210428.2","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.0.1-alpha.20210428.2","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"67b4ded2b8c7c393cc1d7c78c4fd86029279ffad","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.0.1-alpha.20210428.2.tgz","fileCount":37,"integrity":"sha512-nmME2RcaN88Hrkx+j5XY2alnlA+dOE7pdFPTmGTHf6qez8LjonDNufRMk550AHQG/Yd7ApVAIgbQhrhhUwvv8w==","signatures":[{"sig":"MEYCIQDrpNPuNbF+X4rySeNXns1MJCDt58ueIg9YfA+lgvhcmwIhAN0LFZumrP2PD7DdRSlgFFsO+ZtN6Pbhz3CR+ofaqGqX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":112802,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgiZWpCRA9TVsSAnZWagAAdCkP/0kuTbfSsGsE3nAzmSDX\nLCnkcFCTmppB/qtVjXokqta7NHuxKa+NtltZHoKZuRQBJ9k4IFrCNH6hG2AF\niCdORpkIVcTNC4Idfb0sTHIriTD+XwZUvnsief3QNV2nMS7Q0rseObJwHZiv\nW/wUnQHm2rx+T6J1wdRS5RTk4LSTtMM1T9syND8qfaP/zSiGBLBO11K7zWhg\n8avbPbHQftOB+hLipSJwMfbflsYY9q4ugpH80HZcqzMCDxW/LIncC6VPQw18\n+U0ucXgaEGqwpNewe/izgMQbsD6FrocUjlHC/Awmh6m43tPIa2hZmdaMXjeh\n/a7Y59xvniWId30pMTqZmXV/h6eiSxTSxA7vIztpnM8fLPD4mW6A+PcTMbXf\ndVIuwE/WPP2V4xbpHXO0Ok4LYCz38qYtBLsNH6Ql+popuLtRt8nk8VvFyJNP\nuhQzOn82lOc9zM656rCpGo+IO8wylm/Vgs+GH313TfHoVDA0nIGZT7c4qN2I\n68bazcNVWK1+rwreMSaLDnW2z2UF4nBd+p5A0NiirTscKKsIgtvQP5GPWnSR\ndU+kcpriwPKdxRR+Bpbv/PdC0LDfUTQDyNhFYGz7i8nceVzvmjd4K6grqBuv\nbF+zi1cxH6+P2KGyFGmogzTrL3EeuIowsJGVEeaxeCZby5WTbiQ2tLHSu+Sb\nUKcJ\r\n=q36H\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms-1.0.1-alpha.20210428.2.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","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":"tsc -p . && rollup -c 2>&1 && 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]","prebuild":"npm run clean","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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","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:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","build:autorest":"autorest ./swagger/README.md --typescript --v3 --package-version=1.0.1 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","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\" \"dist-esm/test/internal/*.spec.js\" \"dist-esm/test/internal/node/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.12","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.16.1","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^1.2.0","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"~1.3.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skip":["sendSms.js","sendSmsWithOptions.js","usingAadAuth.js"],"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.0.1-alpha.20210428.2_1619629481276_0.7512418810489787","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20210429.1":{"name":"@azure/communication-sms","version":"1.0.1-alpha.20210429.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.0.1-alpha.20210429.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"dce081109735e766df84538b47f6f13f5c2eb2ed","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.0.1-alpha.20210429.1.tgz","fileCount":37,"integrity":"sha512-p1ajKCGtbXYoLY6LixEuvsrzcG4QwtKY42XglUMjeZsWSswYeMYrzcroGkXFMl7SiI0Z0RXu/veP/pWhcGI0kA==","signatures":[{"sig":"MEQCICUn/LfRay9sZOeM3A0kL4o+gRa4Q2TKZvxuk4NLqsCZAiB4KocxbOuCKRv/9qJL26CbxdGhhTAkXkXmJgQrMJzrCw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":112802,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgisDsCRA9TVsSAnZWagAAbrkP/3Cnet8G9wywO60OL7J2\nZxtC7jQ8Zqor7v1s48kwoQkIIHyje3fPgU9g5FFrZ7RGNFTCcyhnJqfqSIxQ\n02sp12qY1P1gnOrFopsQsm4h5T/BdjHhlBdsvMKOUBLMdkc3JVM3mUOBevBV\n3Tr+7rx3CIDuqG5d58iiDsvAI06yXRuxTxkXmjbmriNt3vofEsRJLRXRFXIn\n3lSwXNf8q91BYvvLZiCAy2Neg/SD+ykP7jEfsMV2BL3Pd5WnFp0cn3dL485Z\nuqp9PuVbCS34iFbGndssYkudIfNFq6r//+hDDhqaJH20sRaO14qFIe1psVc8\nL7v8atXj3akDUdbLEsQlSvdHbxH5Svc+FXkvA7RagtlF4+2Lxzw2mo9lH2QC\n1+cQLiurnk0iVq8QuC67hvjSQvMEMf3WjE0K+cEbeDo55x0cKWJJTlcoby/d\nQGB0HqxB21x7TLQE7CZRly3wEPaP/EQAElnej7DJAOXqGfdCm7KPRZvoJnNJ\nrqk08xKQRo03HeylP8R0pO/GoyNBdRLcv3uh57WECvjLQKI1xpCVo9U8Gppj\ngdev/Wz/OLuY7oCm32rgcN9uE93b0TfHY/7PWW38qZn3AfZNHygmfpnPtHnj\ng7Rb6sWyTXbNBYFEvGdZGg1/YOFW+zjtEXACgcm1VpP7DzdpbyFDIklQ0wsO\n88fq\r\n=qFui\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms-1.0.1-alpha.20210429.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","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":"tsc -p . && rollup -c 2>&1 && 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]","prebuild":"npm run clean","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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","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:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","build:autorest":"autorest ./swagger/README.md --typescript --v3 --package-version=1.0.1 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","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\" \"dist-esm/test/internal/*.spec.js\" \"dist-esm/test/internal/node/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.12","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.16.1","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^1.2.0","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"~1.3.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skip":["sendSms.js","sendSmsWithOptions.js","usingAadAuth.js"],"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.0.1-alpha.20210429.1_1619706092333_0.2977027307233222","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20210505.1":{"name":"@azure/communication-sms","version":"1.0.1-alpha.20210505.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.0.1-alpha.20210505.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"302de693d00f43b8fe6ac447ab5dae6e06be26ef","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.0.1-alpha.20210505.1.tgz","fileCount":37,"integrity":"sha512-ZTdj+47nBDpQnNi42SZCEkyxTZ7GzeR2MIV1UlJBlgb9vUWca2NpZ7QNJ+qwoRCIe+HVODpNF8VM39ZHmP1Q3g==","signatures":[{"sig":"MEUCIQDBz5GQJfRZ5TfJFnjIcrESkdo5q5KLpKZMQ/o2KQS7hQIgLPP09vElJqtsNatqeaWIUECL5yQbwuqfDoh4PdTy7I0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":112802,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgkqiWCRA9TVsSAnZWagAAX3wP/3nMp5MFOxTdwuIu5vd+\n1+W9cEjjidL6NK2s7BlNuawg/wEw/f+gCcvsDLu0g9i9M+aWgQf8KPuG02kL\ntFPwXvbQebDiSOeZ9Emtbfa6G79IQWQoFAssQHgTVrPIYzM8r3bmbqBB7QfZ\ntBOcTAUrCHNvyefz0dWZgKF09ihB/QFBS8VTa7P/nkmBWW8WyYREhE8JMJP+\nLJQ9Ql11OTfzlrZURUguhtCB85eXNBtMQb0CArY6w2k8Y1Tw22K/ujP8Szf/\ndoVEgxNMnCUKuFVoXThbYSdktMh0efYLZAVKqbOnkV5lMdmb1JUgf9zkn1c5\nHd9APnzoXRDI3Zb59Eu1fezQfaBjBi436vzd4EJAIgk9HH45VuUsthqIY4eI\nR04JvPutzdO36xOLinyT88ikpc5us4Aw42Mz1d2nPhIvcZ/ttYmZYKiawoKA\nvS/EftTgBSmtpCFNHozwM6dMpyduOpJVW4Miv9xVO8TbLZbVeb7t4IAz8x0t\nSgzo5H7L5/glhhMRPmSQP35Zz2A6GB56Uz5B03jrF0ys15Wwa8axy+DZic/K\nSmHpYWC9zuS1loI6uzoi79eXIBePZPjEiGwJzahCucIaqtPCm0jvmYh60BDJ\n+tBD5cgY1VE+prz7tGfNVihun3tr3zgw2vfp6WAoUoezbGcdQS2pi//N6dsM\nEsA5\r\n=l44q\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms-1.0.1-alpha.20210505.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","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":"tsc -p . && rollup -c 2>&1 && 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]","prebuild":"npm run clean","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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","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:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","build:autorest":"autorest ./swagger/README.md --typescript --v3 --package-version=1.0.1 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","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\" \"dist-esm/test/internal/*.spec.js\" \"dist-esm/test/internal/node/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.12","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.16.1","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^1.2.0","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skip":["sendSms.js","sendSmsWithOptions.js","usingAadAuth.js"],"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.0.1-alpha.20210505.1_1620224149632_0.9014668607029934","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20210514.1":{"name":"@azure/communication-sms","version":"1.0.1-alpha.20210514.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.0.1-alpha.20210514.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"71c131f1be36708692c85ab143e74a629a2177b4","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.0.1-alpha.20210514.1.tgz","fileCount":37,"integrity":"sha512-/zRVIgls1JTiNT+9oxyAOj5XS5pEIp0EIdLV25mdYWhfzWRme/f2HPaPv0r2apM755Nik0irQCjbJPvM1HytNg==","signatures":[{"sig":"MEQCIA7475bqhf3fmindUzTGPJ/9o1MTff9mw5pkBSGYQNk8AiAg44g5EN8lCQnmycc94eNBH61KrtJnutXNp1Ww+M9epw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":112843,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgnoilCRA9TVsSAnZWagAAQNgQAIfPqHr+h11oRg7wDWjC\n0Z5FVnrgkbwu+vwonH60iq5mSGfR87+1Do4n0Tq1gznvXZfoYY/BQaKynYYw\n6f3i+EljWlKf53n/d/4jE/kUmJc/dIstwbJTGajHN20nnuCSunm84fQ76KmF\n6lXD8GYUKadjbIcHdVjLT626CDiw/U5W+MqnUxVrbcwUzX/VGXR/QP1AB+RY\nGwDfLpyzhXa7XInSjNh8tzlYyXDnfZoCCibqosBhGwTuZozR73O2R8w9J2XA\ny+szUOUiKzOtv8ryz2pIaaiYroUiMkZyUeL19+CMJW7X1LDfoFQs6x7NsYkK\nsX+s4UVC4FZDynYXAGyyYceqFb6IY+d24kkup0ZuuXH8AmxPDtPG/WuX7riT\nSQuaZRIQmPgnyKb0Ypnln9vic5fm4z5PAx/vSWJ0d+T1N8Sf4fvF2df9dpgg\ne9d1Cluu6d7XyeRXSnZrYCUbRWNPa6UX1msyiZzw7DMms253R6/rS0pOnhQF\nXK3Mu6rah1GymSrl3nTpL6+GYENrxEXJEmqe1+cigs+KEQz3kFYxRAgm+HKJ\n1iFJWNDixsbTru/PN9natJH+2McyRALKxIA/s01Dj/zXxLr68zAORrSPVv57\nzKRE55ZnKS7Sa+zm+ZrbklqTVn8svtJixoYRRyExanCRX/qQ+XocuGWnn9JZ\n0uYt\r\n=nRgh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms-1.0.1-alpha.20210514.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","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":"tsc -p . && rollup -c 2>&1 && 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]","prebuild":"npm run clean","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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","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:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","build:autorest":"autorest ./swagger/README.md --typescript --v3 --package-version=1.0.1 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","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\" \"dist-esm/test/internal/*.spec.js\" \"dist-esm/test/internal/node/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.12","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.16.1","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^1.2.0","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"~1.3.0","@azure/test-utils":"^1.0.0-alpha","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skip":["sendSms.js","sendSmsWithOptions.js","usingAadAuth.js"],"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.0.1-alpha.20210514.1_1621002405085_0.7571868552969212","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20210517.1":{"name":"@azure/communication-sms","version":"1.0.1-alpha.20210517.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.0.1-alpha.20210517.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"46ebfab9e9bf2dc655ec9200d027cf043c73487a","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.0.1-alpha.20210517.1.tgz","fileCount":37,"integrity":"sha512-YOJWfoAQbDnSBezPNuAmYHvF+GQnSCSu7ieUTTLNHo6xQaPrrRLk8zDKMjE5EjubL96Ug5Bjlh9j9HCdX2MR/w==","signatures":[{"sig":"MEUCIA5mKu3nu9zpPBD/eWgoKY/XQjbEobM4DjELpHY9w9VZAiEAuNmULirFP7SPAdkgTEaNKpn610xa4xUONb7qF34091E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":112847,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgonzYCRA9TVsSAnZWagAAQlkP/A9CdcbdHlL5uclIaSNv\nD14Cvq85KtJ+anLRGOY5nFakyFI9nxFce3Q3d/H0cKFqyJ1gmTS8SCqhld46\nVzrXGw09J/bjtWQSbrgyFalXROfiXapej8YHgNJemvjLcK3ig6zJQaVSNuJO\nuPE9aLu4+k61toDSPRbuOEV37qrqiOz97uTRku1FR3RZ6mdYJwYPOXn2L8fy\nSbBXY9EDEdfypmNpZVDPLSYrAFw+GOnFUnMBz7livluUOECIN5RSvFOz8sKM\nn6sJhY6b7+v1u0S5MoikooHMRdyHdZWzmXFoS4jgQV3mWuNJ+FrovDxh5GH2\neB5hkPvEk4vZkEhii0YFaYmz+JUdcBuv8ncMC0Goy0UD/iB+A57xcuoAIqnm\nJEX7pgspFKtnUrNPJHGRFV88Ipxw/QTh92kck6ID5Z6oNPgc3whopnpC4gkf\n66Ljlxe61lFSWqDXzvksCu567N+ToH3qARXFz25ebrPMML+scrR5RgPkxl04\nS0JGoOe8iDyVD+Em1Mbs0kNCsJ5vngbuJwjmmzIwNlhu1AOZbuDDLZjeWDQQ\nnjtiY0BJGWpL0mudXZ7hDhY+LiZQQc0hQtWhjsu3tupIxz0NeP606mRaebtl\nZs5Nws7qE/Dn9UWF83D0twWXJPjWzqkrXGUgik+injnLtc8zdT99xE01Ptwp\nXMJc\r\n=78TD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms-1.0.1-alpha.20210517.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","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":"tsc -p . && rollup -c 2>&1 && 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]","prebuild":"npm run clean","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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","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:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","build:autorest":"autorest ./swagger/README.md --typescript --v3 --package-version=1.0.1 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","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\" \"dist-esm/test/internal/*.spec.js\" \"dist-esm/test/internal/node/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.12","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.16.1","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^1.2.0","@azure/core-tracing":"1.0.0-preview.11","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"~1.3.0","@azure/test-utils":"^1.0.0-alpha","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skip":["sendSms.js","sendSmsWithOptions.js","usingAadAuth.js"],"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.0.1-alpha.20210517.1_1621261527665_0.7211754935230412","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20210521.1":{"name":"@azure/communication-sms","version":"1.0.1-alpha.20210521.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.0.1-alpha.20210521.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"b6b7caadef3ee33560de045b0f0c7579ded0c324","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.0.1-alpha.20210521.1.tgz","fileCount":37,"integrity":"sha512-pMjdE04uULytbGSwDPd/GQXEh5uTFHUydedSQ/M3lOFbZs+Zh2vVejOKKFmY0bNjF7Fn3YHfyd/JEhioZ+fddw==","signatures":[{"sig":"MEUCIATRzx8C7n50RrtH/UzCo8q5ZtOA8n5nOk4Yd9dFtVUPAiEA/RGkPzuquRpJP3lUfSoQDzi7vWYzEQjPLl+XMtrJ1qM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":112751,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgp8HmCRA9TVsSAnZWagAAulAP/iarYvBlrw9L7mo6XFcI\nBUZL6V0DdUvJ8mxb0h0t+BLs8ydlsAObO9AH6S11aDMkRlR3RF7BBkUhBRdg\nGNgrLUJ+MAwYGmKKwTRJkc7YerPrl08gon499jK3skOhaZekECLe9fyE/m9F\nv0M0JcJYbrD7fuWX3jCbTPZPXaX5MNyJDT9hF8MlP5LFWlbNK4zDgyUs6TZQ\nx+AAnmcr0vwArayNUxK0PtIg7OvKz4szdv34lKeozKGyzx6f0aX672VOGhmk\nnhzZ7uJ/4Lm7s60xiZGwNtz0cq5GdvoZedJh/EF+J1vLmJrGgc8P9bZjBnyb\nz9vIJFFT1ZYJEazxT5/eEgW/nApcZ5zotugaSza2n0/jEY2/22Kc4QfgNYWP\nR79JjccaSR2Lrx4iAFLwdNjNQXw2jXCv6SbJht7truRdNKFE0PT7LodPdXCe\nLokFE1TNTO1Pdxjm/h7zBAbFQn605GLdyEMusPQR3TS9D7UxlttVGv/8V7NQ\nXs1Q0LKqyv9Vs4TnFDS1rK7Z3q3YhidW7kt2hTnpTGaIDC6Wi/4CxU6iZ7bj\nZjYNpv2kU70Sb38JU+RmlZ2YVqtMrpG0CL1ba9Kdxc9oZmgNRzlWYOZV1J5v\nerpUSjpoFDObFV5mngt9oJxcBqZrprOXKhCXQTsIYRYG4hQk3FVyoC1YwB9y\nElT3\r\n=c8kl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms-1.0.1-alpha.20210521.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","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":"tsc -p . && rollup -c 2>&1 && 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]","prebuild":"npm run clean","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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","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:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","build:autorest":"autorest ./swagger/README.md --typescript --v3 --package-version=1.0.1 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","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\" \"dist-esm/test/internal/*.spec.js\" \"dist-esm/test/internal/node/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.0","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^1.2.0","@azure/core-tracing":"1.0.0-preview.11","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"~1.3.0","@azure/test-utils":"^1.0.0-alpha","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.0.1-alpha.20210521.1_1621606885605_0.23777485653278596","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20210521.2":{"name":"@azure/communication-sms","version":"1.0.1-alpha.20210521.2","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.0.1-alpha.20210521.2","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"bcb4af117299238faf8d97d97a4c2684511513e3","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.0.1-alpha.20210521.2.tgz","fileCount":37,"integrity":"sha512-awv+Op+anJ5Gnx9C+i+02oXgAPuWkSU+z/7rhy5y7hih56cju0v3Y3nWwBHUGl9HdgjuXmqq78a5aUyRNIVeJA==","signatures":[{"sig":"MEUCIQCvmE6+oKP0MnBEgpjoUD9mh+66xGkyHU6E4C9qQTi9ZQIgCDWe9ZaOe5Mmd+cxV0CkrtcmohqS45WB8foICXpzaNM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":112751,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgqD54CRA9TVsSAnZWagAAwIsP/R9hLCQY8Y5qHcs1GE2i\nQZttVfwpuFMrE95YstLx+Y4xn2NUEZ6sX4b2YURZqQtpPTs35cX0JQr2VWv9\nxuW15p8aMJtqs90ZQ4Cox1CMagcCcFYj00wDdOqY0eu1r3nwyIa3S+Lmkowq\n/CKCXL45I28BYgQFFPOPgIinYfz6KGE2nJTd+WoVovUdrad44EoNEPWurh/v\nktZaR7mwqHxW4a+Fj3WlStpPawA6/fERUEftvKknsFSYKLmBUWr6tM4QHHuC\npTQWUO8E4A1ZLH+ZrqeCmtceenHQvSAyw5jbvX28obxTC/wDX/VBkYTEuxaC\npxV3n5DLkQ1fSsSElFqRyF+3yX+WluCzPY07CT8IrDXg0POo4jwINVczsKvq\nbWuKP3YjznH6rtTsyH65inxVG6zILglnH5nxrMF+UNLa6WjeT0gjlt0Vnl61\nw9yyCKgRqCdVcdq9KsWGCq+wMsdY2rhGhwG2WIiCzTZVFmfKQk5Rpm8wyySJ\nUd8WoqxbfMSnnrzou8EfttJaG1ZYnk2C5dNXljzaoCbz+GJjVV4czKBSpvFd\nX93t+bPIVd2yyFQzHZzcDXAesyECzJ++QXbdox8tVIwdRtPCkCueJOVCdPAt\nLwkdtp/d2pABJP4icmiflCZ07k2f8cM2cBq/0GpDSB1J4uFEZCxtm2q/69Rq\ntpz0\r\n=dEqZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms-1.0.1-alpha.20210521.2.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","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":"tsc -p . && rollup -c 2>&1 && 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]","prebuild":"npm run clean","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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","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:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","build:autorest":"autorest ./swagger/README.md --typescript --v3 --package-version=1.0.1 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","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\" \"dist-esm/test/internal/*.spec.js\" \"dist-esm/test/internal/node/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.0","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^1.2.0","@azure/core-tracing":"1.0.0-preview.11","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"~1.3.0","@azure/test-utils":"^1.0.0-alpha","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.0.1-alpha.20210521.2_1621638775843_0.6997208465796931","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20210601.1":{"name":"@azure/communication-sms","version":"1.0.1-alpha.20210601.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.0.1-alpha.20210601.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"14a8a7666a8ac84f03e81994fdb79525ee5bac2c","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.0.1-alpha.20210601.1.tgz","fileCount":37,"integrity":"sha512-M+s97hsMtzD5oOOBMFcTa7L4KLNiZ5h0c8rpmTmanyw8rjwWc3xsgSi7w2hVXoQsGjhL25Dsgesly/BOEKDoeQ==","signatures":[{"sig":"MEUCIQDDXcIb2Hwzq0pj42iZdcyNMAowPDQjSln5zjD+ZYhnqAIgF2qdJjVY025qMpWQKiP1eP0OAtli9n1AKySII0SSiMQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":112769,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgtkFxCRA9TVsSAnZWagAAbxcP/jhlZLwgD/0qL+7KGWOO\no1AAlMSNEUWvlQCXpq/BqEur8fYS880LDLUyY5tSzdi1dqgm2mC4qz4iNCuF\nkWS1aAkr4uoeGBzMuWP7qNo2W3+xUdC+PLGUwgfx/QUY3RAE/Ey/HfaqdZFJ\nwXwGcVnhUOVGOYDHlo+swvusYmJRa1q4iuRg1IFzkrZ/AvRbMEUGXKFIT9P/\nMsan74QqOc1uJz3i6cg2haIpbYXo8r9iwWaXD0GV9qwzcxk4WDNCU1m7ntUA\nvQ0OcNKzvZcci3KSuqFnLPmxqB8sG3QJN6piGFM7yBFBMVWhuHaYMtHRzGzA\n100FTLX3jTuw/nAFZVQJ5ulU6euo40UrgPwDfCCyYSwZQYQpFnH6V+WAJqXg\nSSAilboegAw52Q/EGq4CL1/WKA53USNqmQKjWsQ/iJsqAXHalPyaXvHkSPBR\nx1jhSXRwCqPyzNbRLL117tS9wzg9OiaLTy8xHbsQjHM2AKXE6rPfSPzHXisk\npUVNceKdVJ00W2j+tdpqLV5qlbesRNHiu9TpOXel6tro7n0YVha3pbA7qz3O\nyqiqiNgPbi8C/e7ksSILaOC5g6ejpYo+kYVWQIwWPBWu1kkIiy7EYx2f2ISt\neeVCTy74eHfjtop0jg/uzm1FH5CJ7LfrBjFZIkpHRJsaHZ5qYC1zb4v2lfLt\nXsvX\r\n=VQA5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms-1.0.1-alpha.20210601.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","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":"tsc -p . && rollup -c 2>&1 && 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]","prebuild":"npm run clean","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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","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:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples publish --force","build:autorest":"autorest ./swagger/README.md --typescript --v3 --package-version=1.0.1 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","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\" \"dist-esm/test/internal/*.spec.js\" \"dist-esm/test/internal/node/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.0","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^1.2.0","@azure/core-tracing":"1.0.0-preview.11","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"~1.3.0","@azure/test-utils":"^1.0.0-alpha","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.0.1-alpha.20210601.1_1622557041110_0.7549038410943338","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20210602.1":{"name":"@azure/communication-sms","version":"1.0.1-alpha.20210602.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.0.1-alpha.20210602.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"12a793cbdc9a288071e1caa042ef0faa6a25901b","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.0.1-alpha.20210602.1.tgz","fileCount":37,"integrity":"sha512-HKvfjsAMUyqF6huFfglS4Z+hCAbWShRHabzzO9wJPCecbwfKIR3hzKjXHaNA8XTwqsRM9zN+XCZ6zR85b4uLxA==","signatures":[{"sig":"MEUCIFlo7APpnYGuNexAugQYhAkS/ZLN+woQ5jL3Tg0nBpk5AiEAo/FnsiPd/1h8jzMbn6fZdI80ytIK4CKqSQg0fXy58Lo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":112775,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgt5NBCRA9TVsSAnZWagAAShkP/iLKkP9BUhXAR9v59M9Y\nINuDgK9SEgfMdytiZHzxfpaLF/xiiRuC9w6TjKowV2i4LEJ/lKwDQhJPDwlB\njJPtS38Hqhc26yWUCK/TTiW1x5Kp0llVRqXRVxvTB1nLkSY8EgwMrMtoQVsJ\nemfKdu7LCzD2A0lbdqI71DewS4wjbN+Sfl5KltoYUAv2TislVVC3Nhyle6BM\n9gw8KjcQH4YtOTGSuyNV1/joXf47msVmb/x6ew3UN1/M7/VWhIN6xVgSa7qB\nYqlBPzPOQM/3n51di/We+TLQG7Z0FHYD69RuOX61q6J1rEg11msaqxd3QyYn\n29m7ZxXj8vlgQYlQ2EOVY0w5neLTwZZGgYIPQElOSFggarVAxrqxXD6K+SBH\nMV9+kuIcaNtLdw4Uk6J/AkrvuCS4Pl/NUAhtc98lSlwTp9u03KfVxj2LO5FG\n/tev3tWRVwOUEP7CfjTDX1CERk3aXMWt6sclBQg1SYlVACRb0IM6Tvj0bP+s\nR5nKEL54Mxb7bmbcuRIiZNumYHYzKdr10rQkh4sGY5aqRCLiZjyagykaSQSu\nNuuuGWEHkOuT/EXZR6wWJ/yrhe9aBNL4CKLC03aQwqIPgsfPHOrhmGmHu73U\nbu/sozfRPMdP+I+BNxpo3/fUS0anlPXK+ULCGexPoadysQRXrG+Reoh9Ve8L\ntsHJ\r\n=aPCt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms-1.0.1-alpha.20210602.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","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":"tsc -p . && rollup -c 2>&1 && 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]","prebuild":"npm run clean","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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","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:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples publish --force","build:autorest":"autorest ./swagger/README.md --typescript --v3 --package-version=1.0.1 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","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\" \"dist-esm/test/internal/*.spec.js\" \"dist-esm/test/internal/node/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.0","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^1.2.0","@azure/core-tracing":"1.0.0-preview.11","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"2.0.0-beta.3","@azure/test-utils":"^1.0.0-alpha","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.0.1-alpha.20210602.1_1622643521862_0.22467003559087195","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20210610.1":{"name":"@azure/communication-sms","version":"1.0.1-alpha.20210610.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.0.1-alpha.20210610.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"df77ca759ca82cb540768c5a3158550ab6209f0a","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.0.1-alpha.20210610.1.tgz","fileCount":37,"integrity":"sha512-5XBARlw1GshRD0W0XF5sLkgtzyyWrDy/D8921MNDvuJeUtGmQl/FGsFmtImPcg6FfQdn93haQRJMkRg3p73SCQ==","signatures":[{"sig":"MEUCIAcnOQaS59lO0eYbjBUUN65zpiUFqr2FIsU+EA2MdPi5AiEAk/NX2Pj5kT8xneDZWQkfQE9UpLKPvnT0RLwEBxWN8Og=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":112460,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgwh/SCRA9TVsSAnZWagAAmuIP/Ru2WkmN1KAvmivnOZJb\nLXoZ50wJIMbymimFlzrFpCaEZ/kXHFbIwddgUoQ4E/AiruPUUXA+HPTU/zLl\nBhsUMCahdBqFa31g7fKGP1odqy0EbB0FrwVFW/A6InG6P3oHGac4aHzH8GGx\n8K8yJbkZcKNeZ8TIBx363CwqTVuoNcC0ZnQ3jU3Iby6uuFjUIEivrG4w1snU\nBdkYlgGaOFizAt0/wroL/gbMvjsMPv2yk7XUzgH+EYIFdgKWvm3znZzBSoES\nCNAZSSW4Ep4sZzUg7aZSp7KTUtGzyN3OCM5cpkyGNSy6FZgY4uxBZkvZIkrR\neVw8v5Qg3C6K3ehVrUtSm0uzEHBWTdjEAu44KPbcyQw9O0iriu7J3vJraRat\n2EWr9VJn+FJIwS9zBTMqF9yFGYrC42iVrwaLb7fTgOk+c60OxgVyr+sRhLIN\n6F1H9LnpEPBx5fiJo04jVdgotnr9xEi7bVzVvWxRp1vV6UdkPAQpPOErJdUV\nItGxU18ScjZXOt5ucsBA1kt1Mi1a+cx2HA5fnsuDCQ5uVUnSjANtHRb/ve9z\nWoV2u3qVcVwS8aibH0ie+l247zF67k5e0t0C9Bib+LpphtFeuWXROnv262Gr\nXasNt/Yj5GjjWE6IVcv1Rx/7+wM9EWYuWnoXop4C37VcVOqYPE9wZa6XjU0W\nolGe\r\n=kDPG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms-1.0.1-alpha.20210610.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","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":"tsc -p . && rollup -c 2>&1 && 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]","prebuild":"npm run clean","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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","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:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples publish --force","build:autorest":"autorest ./swagger/README.md --typescript --v3 --package-version=1.0.1 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","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\" \"dist-esm/test/internal/*.spec.js\" \"dist-esm/test/internal/node/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.0","dependencies":{"tslib":"^2.0.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^1.2.0","@azure/core-tracing":"1.0.0-preview.11","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"2.0.0-beta.3","@azure/test-utils":"^1.0.0-alpha","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.0.1-alpha.20210610.1_1623334866607_0.565815975256958","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20210614.1":{"name":"@azure/communication-sms","version":"1.0.1-alpha.20210614.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.0.1-alpha.20210614.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"59ccbc8eb33b67f1c92b56809ff4d5934ce0c8ed","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.0.1-alpha.20210614.1.tgz","fileCount":37,"integrity":"sha512-gHKUoN6GjYFWtyR5kPswW+7c6z5iOt56oLhkefitCU1c73uqO53dmpg+2LY+Lnz2CqZXW0XYI2i9/bolQLd5DQ==","signatures":[{"sig":"MEQCIC9ieJaMIJf/PuyjRL/ZDXwIM7ohL1Xou76kEigLByc8AiBQHdX4sXRsA1fV3cS6EJlWyS5XZy5MhuwIuzv/F7yafg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":112774,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgx2WnCRA9TVsSAnZWagAAsyUQAJnbHH3//mjbEPmMnRYB\nd97PMBL4Xmw/zHQDRjzSt5/zJ0kTq9rnEJQoSJvjWLuqKyLvIX1UQEZm3mnQ\nuqKchbE/bp9L0t5Q5KOiTrIy3EoelLtlNrzQzOB/rX5M9fsNCXMWfUF8FEtK\nNN0JQLpCUw6oba8yR/w/Lj4pXpzIbQMHsaE/dM0bUb9BLJclJQuEfcDWUMNt\ncRjnw3r8ltuTTm+Eqs46nkK2oLGheQ65CT/zihfGcc8pxjqOttw8entIbEHX\nN9IVxyYAVXALCutETPRl2MHfQYlyGHsoxM2/CyVo2UNI8om/2X6mR2+F3Be/\nxsJLBvYGi+joWQpx+S5c9EQYT8bZuH4rdU1mMCHTbjNc+NWIAJS+p3aYS8wA\nTAS8TdoccP4gUE0I4TSiftikpAqWJH2yszXObW9IKVYxZO4CMWVOQapJ9OgX\nLLHa5KmZX0PHcq1UQlL6hNmkPodEmUGXOPmFm0L5Sh/TCT932W85NuVFQAns\nvrs9guAYgLWDcFpccJm5ZI0YoKEghv2uNcBFM2h+y57xKxa6icA5KWHSAp0a\ndr+v6iG1+lI1Naq/HFRP4YepWJg0ShjXPfudGKwxWOxjexJAh5xLt0SBYLSo\n18sH30dh9pgX5eaGr8s9Wl6RCbInfGHa5J68JYbb/BIRXx2qMfzA5bVIhhLh\n+TUO\r\n=/d4i\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms-1.0.1-alpha.20210614.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","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":"tsc -p . && rollup -c 2>&1 && 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]","prebuild":"npm run clean","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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","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:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples publish --force","build:autorest":"autorest ./swagger/README.md --typescript --v3 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","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\" \"dist-esm/test/internal/*.spec.js\" \"dist-esm/test/internal/node/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^1.2.0","@azure/core-tracing":"1.0.0-preview.11","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^2.0.0-alpha","@azure/test-utils":"^1.0.0-alpha","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.0.1-alpha.20210614.1_1623680423657_0.5118869935151531","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20210705.1":{"name":"@azure/communication-sms","version":"1.1.0-alpha.20210705.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.1.0-alpha.20210705.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"b2b64fdd4eb42d5f05dec16f066f4f802c4267d2","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.1.0-alpha.20210705.1.tgz","fileCount":37,"integrity":"sha512-tjtm+z87M0gSkbaRoiFMUtgK30fx8adX+lNsAvYR7P0d+JRKar/T6ilUfXjcgTEkn1psIREFCSbCsR6tgElDEw==","signatures":[{"sig":"MEUCIAwvKiMqMpD37hdrReiWaAyntNWQKoqZS6/x6602IddXAiEAsQLkRL7aubXnn7Uupc+8JkPWFM11k7e6Q/txvaTGpnY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":113092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg4xXdCRA9TVsSAnZWagAAZkoP/jz/5LQqlPnFIXp27pxV\nCMXSMFAYhEoBWhbwHvrPBTHSinTJ/KbLX0Mu0cn5+KRlZzvcvWpY7KW+VorP\nJbzCt5mc8xxO+BWfXNNeHVx3fDz5t1JUoIllhWZaglwGvL1WwsgXqPoP9DnC\n0PasUKV+VaWYFKg8kZmCEOrX39TdX+FK7WpPnWXXDUy5LmiABRQlda1VaJIX\nyAGuhCl84zaWYkacIjHjPnWe669RHzF5xPP+HYebNG+S+IrXPimOh9pEWBu4\ntXxsH8VNSFgdhc9/Y38i0GVwsIma5hqYtVkJ+ZWwd5ULzYUKmfM3cWQaKweA\n0gaKa0WFPEBexGv4AOKcQhBgGqhquxc6rweTME1tDp0biGkNO2egav/DqYzr\niIlUf/u8vlagRiVfp2Tx3uewIy7nWA3VnURE1VvuOa3gdPkRV8QPZh7bKR+B\nk/J1jX+Y4myFnUILyh+4Fu/nsa4piWvVE6oSRpjsYDchApVTxDAjLlxuxcOq\nILry8xX+PZCMYHWspNh4gMlhumvDLs1mkQNV3VX5hem+ia0R4VXoLdyc8jFc\n5OZ6QCAY4VYfPyIbCSKR+gbh6jZKA6NYxiuxyR/3vBsBKTAo+tyLrIroBnm0\ngfqwX1UB76fefFF8fqCsLvugRTWvaxj8w5aIP0g8RVQeZhpVMS6cOEknwXGd\nsdk+\r\n=jZNK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20210705.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","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":"tsc -p . && rollup -c 2>&1 && 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]","prebuild":"npm run clean","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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","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:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples publish --force","build:autorest":"autorest ./swagger/README.md --typescript --v3 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","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\" \"dist-esm/test/internal/*.spec.js\" \"dist-esm/test/internal/node/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.1","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^2.0.0","@azure/core-tracing":"1.0.0-preview.12","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.1.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^2.0.0-alpha","@azure/test-utils":"^1.0.0-alpha","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.1.0-alpha.20210705.1_1625495004989_0.5644824553543004","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20210716.1":{"name":"@azure/communication-sms","version":"1.1.0-alpha.20210716.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.1.0-alpha.20210716.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"b74aa5283e425aaeaa965464aeffb8b14b568222","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.1.0-alpha.20210716.1.tgz","fileCount":37,"integrity":"sha512-hWEJoFDaD/geLc4dC/MNky3gGoTvMwzt+G3JK3JqMyNmdXejHyA1NGUEhhE58vtB8W1E0UhKfXGwyb/guq6S0A==","signatures":[{"sig":"MEYCIQDz+BcOyry3Z8mceCs7dVctjan2L/B7bRpuzL/OkPwzWAIhAJG1yAQccqoqm9TsmsMNfMHTXOTIpGqE9WXKnYKHjMFx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":113092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg8ZYxCRA9TVsSAnZWagAAhR4P/1OIw2dzWQn6N1rUExN7\nUGMAk8xBoE5SpAumph9JrmGN6fH1htKA9s+mNXVbx2CB6G7Dx3bBfzv0s0K1\nAXsbQ/UGDL0TNSIUG4HJQHKno0GKGGBkvWd0kwXTWsEQTgMR1YjyTZ1aZ+je\nDh9Z3MB0yR3PFRddRDy/58YkKYWQvTxs+1zlDlz4ULEk0stWbm16g7D+gS+0\n3yXYUG+K6J3QWO5c747xRfSQcs7GhcoIA3aYaie6jrLybKFxtxIC+YK4bbag\nx8kzf5hVD7I4Z5yWYz8oB9GLY5SqV/5Keq0bSNVC5B+a/R04qNqD62aqiTNk\nhymjC2dPNEBR4BSFo8EO9IX7uyh9Lj7Y7bEH/2dGVrDOqxjlrlS3A1BsKLGc\neGyHDIRveMyuqQneRaefnNltP6RR4Jy645+08VMaVxnVoRHPzodDwFN1JEK2\nSlXf9rb1VSJSMsatOJlnf7N4BO0Xud6X2N7RvGepVsA34X7lglbwoE37B84j\nabef9MREbtFSn2izWR3HW4H10NZZvrTu8aykTdTH18Q+vyMngBPzHFfHf+EA\ntZdwR1uAekQcPoUXj8oYrgs0fUvGu4O1aPK91/h7JBpdUPBDEjpNs0NAWpSs\nuOouaehsVLwlmi1YcEC7Vy2KekhSWnIWCrSWvzC43GqHJdAAmktglHhEoEze\nooao\r\n=z356\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20210716.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","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":"tsc -p . && rollup -c 2>&1 && 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]","prebuild":"npm run clean","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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","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:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples publish --force","build:autorest":"autorest ./swagger/README.md --typescript --v3 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","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\" \"dist-esm/test/internal/*.spec.js\" \"dist-esm/test/internal/node/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.3","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^2.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.1.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^2.0.0-alpha","@azure/test-utils":"^1.0.0-alpha","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.1.0-alpha.20210716.1_1626445360908_0.5176344276922626","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20210805.1":{"name":"@azure/communication-sms","version":"1.1.0-alpha.20210805.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.1.0-alpha.20210805.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"7e4af8b37a4adf33242fb9cc740e2bdf3719155a","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.1.0-alpha.20210805.1.tgz","fileCount":37,"integrity":"sha512-mBYdA8OVMNsquYZLFa91Ag3UXo9Q7plPg1EwPNRXjr8p6DXTCLGZn38Tj4G1Y7N6wVYO/mMK8Da/lFTbMn1pGA==","signatures":[{"sig":"MEYCIQDg2k3uefaSd69OMmlZ59WKnQAb30hiyZGuxG6vPg1kbwIhAJceqdKA8j09rCaGWlzrvU+9ZjmiPTUMicZsQvP04Low","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":113407,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhC/ShCRA9TVsSAnZWagAANpUP/jJtmn7+cQypz5Fr1qug\nmXDhqtqfhuC3Vpz/0OlBkIP3YGxWS1xoH0/ACBtyNzLjf18me+d5LZSoOfL6\nbdHvX725pB7jOXQrLJ98HOEdXPfYPoFgJ3oX3912n85MO4bGqa+hVjQdEk4/\nlJ2iHdaOxis/UUeCAzmSoN0Ox1UOuigiE3vktJdFlXiO/SIlQlO8DSxu6bjm\nm7CPlk7HIZGsCHfs4LNiZp/2kdj67w/w9Shw5BEjik4SpxZKQs5GzpW6EthP\nKH3axcb8h7BFZJmsullvMveA1Pvd2Fb1BnVclGibTXtz2c0a7GKj1z1AeK4m\nf3Z/Hkwz3I3w6Om1YAWhLVaFIEU3I71+hk8ZnLxRP/oMBQJxTCtGoICQEYyJ\nYMZZlJlzInVTuDmkoQITJ1+LK8J+KBxFDjXPCqR0meaTs5sy69QbnxXUY+mb\nkzoTgct+1Q8kWRH5DMtsXTRqWvF3GgzFEeV+yL3A+pihqqJMq8EBraJw5Wpq\nUWUpuvT5hOAcjNW7nR7fdse9o2l+U6KZpv0dOMuLAPSgSvjeNAMbQpgpbYxG\n4zYGdcOiDjlmVRaD0u9xG/dvkQrY8RwggUaRVCXT0JOLqGCwlmYl80alUeZR\ndiLBb3vOgQJS0rRIE5GwabX2pNFVk4z8gujHzrFXaE6W0n5qthI66qRfbcby\n6YTq\r\n=ABl/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20210805.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","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":"tsc -p . && rollup -c 2>&1 && 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]","prebuild":"npm run clean","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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","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:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples publish --force","build:autorest":"autorest ./swagger/README.md --typescript --v3 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","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\" \"dist-esm/test/internal/*.spec.js\" \"dist-esm/test/internal/node/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.14","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.4","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^2.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.1.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^2.0.0-alpha","@azure/test-utils":"^1.0.0-alpha","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.1.0-alpha.20210805.1_1628173473730_0.7569032770540043","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20210816.1":{"name":"@azure/communication-sms","version":"1.1.0-alpha.20210816.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.1.0-alpha.20210816.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e5e529e7c01d3ebedb5b12026ebceba17f847dfd","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.1.0-alpha.20210816.1.tgz","fileCount":37,"integrity":"sha512-Eh+0bD1JZZnyW4Pxsyv1Er05Z9KjRE2Jm8T9DX8izcd7wJ0twsjT9FnuMWVmek0LJ/7isIAGWippalQxWTaO2w==","signatures":[{"sig":"MEQCIHZRqzE1MS3jQUH4+L5TwSSv8gXjoIewP5zYp7nSaOXEAiBjEsJNWL7WTPEAAjdW6R/MjNLQ7mFhyVxy/3u0ZIvQQg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":113491,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhGnWoCRA9TVsSAnZWagAAXwEP/jBYce8E+y42gbmjzfPK\nQO6hDKGcpEbsH0n8JzxP1hpz28nJU9GU6LGzpsO4UOg4VFqNq28WMHomTNXA\nFv3gnx4mhQ2AncrwiPGvin/QNCWPnRGAz2dECDZOf2s4Zb5yjFDtn31y/yY5\nTj1j62GwYMCMMjqKS8D+DbGl6WThC2Giugw/QhqOBzvhttC4wkp6Ewfx5SLl\nitdKrlXVLF9G6GuiaES9fFiK6Iog1kx6ME3yqDt0tQPvBMs9KewFd7nZTj/S\nyvVLoepRG7Gi2/yoP0y1Fjk/Jqn/EJL9NoW4Dq/+Kjy5gL/RBqnG0rqWePAR\nv8y6anFKboZ/OBrKOkkf48k+vBQzh6RlGQrim4psdtbDSPFPYhRQQ5Y7nd9s\n/G5BY9mRLS4+kNWLFQnp0z6UuNcBwmbsOmsz3bGxzW+KgW5Xhx4QLKkzZ2YM\nRodDeHg/F/IAtBzn+pYySsMxIxnD7u4B1OyjiYxOveSN0lgigqTq/AwiodHw\nRylscQrrbHmUo56VLPt4TdqHkcGrJluqZoxi7qhCalO5KXliuSLbutIQT2XA\nt6c86ZGAdv2+RLdA981gFt9pvGwGqeewPlAi8BguVigm+5mS6aDHAkiN9tQX\nj3l+dBNJmxUyOKsQHwB6/exciYx4jr2bhM1SFAndnco8mH0CuwIQGI9/GEdV\ns3Nt\r\n=WjT6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20210816.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","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":"tsc -p . && rollup -c 2>&1 && 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]","prebuild":"npm run clean","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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","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:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples publish --force","build:autorest":"autorest ./swagger/README.md --typescript --v3 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","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\" \"dist-esm/test/internal/*.spec.js\" \"dist-esm/test/internal/node/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.14","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.5","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^2.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0","@azure/communication-common":">=1.1.0-alpha <1.1.0-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":">=2.0.0-alpha <2.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure/test-utils-recorder":">=1.0.0-alpha <1.0.0-alphb","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.1.0-alpha.20210816.1_1629124008460_0.9140273906359075","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20210827.1":{"name":"@azure/communication-sms","version":"1.1.0-alpha.20210827.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.1.0-alpha.20210827.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"66e658ad263a5351d1afcb494b34b03fd66b8359","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.1.0-alpha.20210827.1.tgz","fileCount":37,"integrity":"sha512-rlpdWpxQ6M6SgMwDAMxXn+i9mmEHofr53T0jKUgp3fOG+wjVtHVYyk2x3yrvjUMf6BHsgY+boB9IgFIC5qHVDw==","signatures":[{"sig":"MEYCIQDgs7mE8N7s0sqGpmKtg2ajzGEuEYdCLUozqw9BYvqKpAIhAOrmqUnCnx6ivkqnocPJc1SAzKTDS0NThZ6mVXrrBLxJ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":113475,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhKPacCRA9TVsSAnZWagAAviYP/23zClEn3NtKqZHes8n9\nDyp/Wi4wzP6tvNyxQQAAiUtUVH0rQse2GDjwAkDs0hynI+YnvmZtzYy5Y3rd\nO+MfkPBGIpVowhaDf+jnTHpa8Z9G5O5g0c4PMG4oeHlYuvJG7t0kn8jsLD/C\nEl0FpVaKhtJB0hjjcBgVNjLZo4bF/7Mgcp9DuC78NoLWpsn+XwyCf8/phwDU\nvXzJItYy4hNQN7dusG7nDy2cfgVUQMz8nGarzLxYu2bQEcz+cYMcMuEylOM0\n9lr8Bi6nrnQjk8imkmIjQnYM6qNANtlK9+UhANv7i7L3Oo5AOABcwugkOcVP\ne7tuKelwgNdJCMXrBWb6LF3jok1X0H3AlprSH2ww1e9+SqYID6F8QTSgg6Jl\nJ7bNRQHyaayhvSJ/XpNszfkJriVGjysNL9eGwwhrpTQ1YxMzVsMgPh7lIuaP\nsaVr50fI6wBRv/DRHnPE0tZQUu+dpk1PknjexVECBXLuNX54OrleFZYnYt/S\na6ndrFFNNyD7pyyZqO00kcDnPrB6ueIfAqxWfIWTsVIOKH3QwWr+FjJck5Qj\nyFU9AeA5fzQOHNJl1oHtyy+2qXia6rVdmYlVR4ZfEYY+ygmO48nYL8uOJvbn\nSyRLVy5WVlp3qpj496MCdAd9UjWtP10N/JxBO6GTj23x6SFA698b/njPFzr+\nlUm1\r\n=LGhJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20210827.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","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 . && rollup -c 2>&1 && 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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","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:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples publish --force","build:autorest":"autorest ./swagger/README.md --typescript --v3 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","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\" \"dist-esm/test/internal/*.spec.js\" \"dist-esm/test/internal/node/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.14","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.5","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^2.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0","@azure/communication-common":">=1.1.0-alpha <1.1.0-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":">=2.0.0-alpha <2.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure-tools/test-recorder":">=1.0.0-alpha <1.0.0-alphb","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.1.0-alpha.20210827.1_1630074523783_0.8782524788436203","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20210902.1":{"name":"@azure/communication-sms","version":"1.1.0-alpha.20210902.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.1.0-alpha.20210902.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"aac3093f772e128eb54639fb5dfa3eb9897c64b9","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.1.0-alpha.20210902.1.tgz","fileCount":37,"integrity":"sha512-QILgRyFtRu51XmAo+nCP0YdHbF+bqd+WYFECru95jYkvNiTT5ruTDm3jOhoKCjSpMQ0lHbc4uxkCXcY0oxUM+Q==","signatures":[{"sig":"MEYCIQCdd28RXWuXE7HY+9TEYjBOYJrhV/9pd+3/PUofg3qvBwIhANCt0j/1J98PcMEocFLtVYTRXWPIXQpw0kpnaMkPtKzM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":113435,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhMN4NCRA9TVsSAnZWagAAkJ8QAJSiu2kRq+fB33wMWg9d\nlhgLCG8xoGjYWuuug1zlqlEdi9NXHwhfGyjDsy4nPBMmK1PM4IXMLNryTr9P\nQgWu+5qlnjCSghok/tM9ZAzUmDrTn0WR5dEEqS/O4d++v97GJeFEwGNnTBy8\nB25n3j1EYMrCJQazl3XI4mjNibWkqeD2jdvkgWVvg95Hz5iOcrb5Jy2palXl\nqA1up2iQyvkgHuemmATf1CaQpioqqqPBr8pRzJ89dEgcn0vbqZSxV59yf9JD\nUb66wJC0ruKfrGyONujOL/+PwqJHuQG2Cmkf0/87xKE89dUzX4+Ms1fXLXIL\nL2E7OFGcSzQSGGd89oFMPANQw8UjJjYWYJCcAExrg6vbwqHkSFGF+EEFX0ay\nxlMILo9KKhS1Uo98jIhQbM7/rXqfLZU5ygTehDjFeQLBGIFV5ocbUOmakw/t\n/0HltdPGePDXu7W6+hUOqVL7yK/BnpRQW2hcKQ/EwD7uaA6LUv4ltupmyjYg\nA1MZsvAf+MEYFv+XfyFLeWPIKNKrIwagr90w2P3KfGWhmzTESUkeAhDDDZyO\nIpbNqAcL+zISsZb4PmKfUstBlY4k5u60dGWS8OFu646qJRgdNE55ZDt/Du2y\ndcCJbLHOmOJNQA1JGRqEZLqrhcia2Blu5aVIfxbWNx3KP7Ss6hWMH+PoGIsr\nsWjV\r\n=JGVP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20210902.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","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 . && rollup -c 2>&1 && 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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","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:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples publish --force","build:autorest":"autorest ./swagger/README.md --typescript --v3 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","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\" \"dist-esm/test/internal/*.spec.js\" \"dist-esm/test/internal/node/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.6","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^2.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":">=2.0.0-alpha <2.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure-tools/test-recorder":"^1.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.1.0-alpha.20210902.1_1630592525782_0.475179608705085","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20210915.1":{"name":"@azure/communication-sms","version":"1.1.0-alpha.20210915.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.1.0-alpha.20210915.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"6f602fc03f093a597ee6a52fa7d27976d6997832","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.1.0-alpha.20210915.1.tgz","fileCount":37,"integrity":"sha512-jEPGJY8lOQW/JFPit3Pam+WQXaOSi5htpEQJNA4ydChbwNXfY3mDVNsoQkXfCQ8X8wci4/vGpiGwlpSVXvFC+A==","signatures":[{"sig":"MEUCIAstuHfvND5lhraiczHU+IvgqhqZP18P8WSuo/UH4KJ2AiEA3rh/juoAGvACBELjRjNx10HvnFW7P4mKr2xkfJYSgrA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":113421,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhQgGlCRA9TVsSAnZWagAA734P+QGpK7L2xRm4ZylpJqPr\nL51AsmKbKyHxGqGzysES4Kf8nVP9YyLRmxz9hf5PQnhdem++SwDxRtUP5u6B\nhPNe2PJGY7vae9NJZdufOITSp1KwktT9HkI2zw8tiu9r/CbsadSGp3iDwBEX\nesjydmlqREbCs+wk4W9OBDb5bsHS/x9XtadSGvK7N089Re51MczmW2pROjGF\nTS+iNrEZmf0hY9GMxwO8u0Cl8eCSThGxyPE/SyJ+Lg4MqWcpnwIkzzighhTp\nQFh+mtqm6I5QsQFPIAk6jT6TllFT+wmffdYkXWelHQAeVINpZTll1RLIvNd7\n1B7cyZM7Xvt6un8ugiSVZqqaFmEDN4DcvDuaQtDCbfXsyDnvM8EeyDr1MWXj\nSCz6SemKnYzDfcagPqTp+LELaFL8O3dy2DkmXTD4AT3kB9dZZL4OwyunmSFW\nDsk7y4eCxFnSiApgcuaJrEVm8rnIZMvoVY+wml6TRjDc2pAG0lenAjqsmwgf\nExyKz6424k3nmtTarTCnPAu/inQMjjvHpvr279Xie40YffEuX62riN3JIQcv\nl1arRDW4ql5x7GEZYBn9UHjNFu74S76OCBKJi8CRb6ZXGupcnunQ6YhPTz85\n75b/1zpgZHavlTe40LGMLJHGGqcAO58UysyZBvb3Cfn/TxcRXnnCZ5oA4laT\n6Of0\r\n=B0V0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20210915.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","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 . && rollup -c 2>&1 && 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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","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:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples publish --force","build:autorest":"autorest ./swagger/README.md --typescript --v3 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","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\" \"dist-esm/test/internal/*.spec.js\" \"dist-esm/test/internal/node/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.6","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^2.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"2.0.0-beta.6","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure-tools/test-recorder":"^1.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.1.0-alpha.20210915.1_1631715749682_0.11997906550473392","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20210928.1":{"name":"@azure/communication-sms","version":"1.1.0-alpha.20210928.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.1.0-alpha.20210928.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"d4f6177bc8e16ed2fa71257eee99931f8a848f2f","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.1.0-alpha.20210928.1.tgz","fileCount":37,"integrity":"sha512-qDb8zGh2Y2TqiN90QjHabtOxAUDBqXwI2wnrqHQVzwLNE7ZpHiQ6BRDx2ncle2DzNmt/iGHCEODMHPFda2b7eQ==","signatures":[{"sig":"MEQCIAm4ecQsEJHbsHBnrG798dCJ/mxgDbPjKpGw78dgIY0kAiAizMU1KDWj9OSA03YuF0wsEOY6pJ+9Fh1ctyiI4nfoww==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":113472},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20210928.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","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 . && rollup -c 2>&1 && 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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","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:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples publish --force","build:autorest":"autorest ./swagger/README.md --typescript --v3 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","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\" \"dist-esm/test/internal/*.spec.js\" \"dist-esm/test/internal/node/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.6","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^2.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"2.0.0-beta.6","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure-tools/test-recorder":"^1.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skip":["sendSmsWithOptions.js"],"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.1.0-alpha.20210928.1_1632838686067_0.11733712694964393","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20211001.1":{"name":"@azure/communication-sms","version":"1.1.0-alpha.20211001.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.1.0-alpha.20211001.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a13fb86932bc1696be93e9a261183ff49a791a2f","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.1.0-alpha.20211001.1.tgz","fileCount":37,"integrity":"sha512-oWzsxe0OX3A9GYO7JLkXrLp7Pgf6w5WIMFrtZ3EC6SnnY+ZsZkp0+6+B5HXc1/1pWkFH/+MywXOduD6eixCRUA==","signatures":[{"sig":"MEUCIHNFxjXkdNIH9aqPK4v/TioXuUQWBmZOOigTT7HAYxjrAiEA+yHCSlisFkMcX5ET+7z/8rDpJYIPd+gmxocIdn9oKpg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":113476},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20211001.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","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 . && rollup -c 2>&1 && 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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","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:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples publish --force","build:autorest":"autorest ./swagger/README.md --typescript --v3 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","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\" \"dist-esm/test/internal/*.spec.js\" \"dist-esm/test/internal/node/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.18.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^2.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"2.0.0-beta.6","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"^7.18.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure-tools/test-recorder":"^1.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skip":["sendSmsWithOptions.js"],"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.1.0-alpha.20211001.1_1633097913190_0.8149912513434212","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20211008.1":{"name":"@azure/communication-sms","version":"1.1.0-alpha.20211008.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.1.0-alpha.20211008.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"28caaeeb554c549d5e2205c043a87550f74dbed4","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.1.0-alpha.20211008.1.tgz","fileCount":37,"integrity":"sha512-d1vVWZ/gKQ4HSt0MpnkV/3Iak0+LUdzD9aRZGqYkNc5A/PA8OPm/gbbLM+lm8SjGOqCXn0o2oB/RUHdAhHZZyA==","signatures":[{"sig":"MEUCIQC9mnCrtvzQKTDvFqnb9txaQrbEuB63IxfPMS02XXsRYwIgcI/h8ZZ9RxFYNPKKfixIIrWuJoFBmmQQWPLQ6XQ/os8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":113423},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20211008.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","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 . && rollup -c 2>&1 && 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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","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:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples publish --force","build:autorest":"autorest ./swagger/README.md --typescript --v3 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","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\" \"dist-esm/test/internal/*.spec.js\" \"dist-esm/test/internal/node/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.18.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^2.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"2.0.0-beta.6","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"^7.18.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure-tools/test-recorder":"^1.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"skip":["sendSmsWithOptions.js"],"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.1.0-alpha.20211008.1_1633702845857_0.18087278944702523","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20211027.1":{"name":"@azure/communication-sms","version":"1.1.0-alpha.20211027.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.1.0-alpha.20211027.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"949c0173c700cbf09e3f0286f4b8065be2a991c5","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.1.0-alpha.20211027.1.tgz","fileCount":37,"integrity":"sha512-/u1CrnpbU6l0p04f9uxiG1CfFZ7UdaPCIoEMHfM1hPQLuK5AL9xPPS+c0ggOkUsdag5NXCBrhOEiVBc8erij5A==","signatures":[{"sig":"MEUCIQD/D7dq6sUHt6Lg7B5f60jg6mgN8lE/RgaXUpoFdswYSQIgRCquSWMhUWBzo5U/QJthZev2UjAsUkBSfQ3jnHoKHc4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":113372},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20211027.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","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 . && rollup -c 2>&1 && 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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","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:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples publish --force","build:autorest":"autorest ./swagger/README.md --typescript --v3 && rushx format","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","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\" \"dist-esm/test/internal/*.spec.js\" \"dist-esm/test/internal/node/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.18.1","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^2.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"2.0.0-beta.6","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"^7.18.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure-tools/test-recorder":"^1.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.1.0-alpha.20211027.1_1635344659399_0.42071119765090104","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20211102.1":{"name":"@azure/communication-sms","version":"1.1.0-alpha.20211102.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.1.0-alpha.20211102.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"f213422f7ee794a7d3130a70b9f4b48fb477cbe3","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.1.0-alpha.20211102.1.tgz","fileCount":37,"integrity":"sha512-y1nyUYY517SwhZBX2zurqditdy+6HbdgKd4iCRnJPBp1q3510rF+ZODxuZFmwX6nG6HQ3g8110+oa0fgRxFPcg==","signatures":[{"sig":"MEUCIQCnOiGszHWJzJVYML5kxRrsOKFOqIy2XlOlxKyAZK+ZggIgHW4jMAFlCzpUIv4QYw1sP7k4n2iDU2qZWA5mULAH3Zk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":113362},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20211102.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","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 . && rollup -c 2>&1 && 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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","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:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples publish --force","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","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":"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\" \"dist-esm/test/internal/*.spec.js\" \"dist-esm/test/internal/node/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"14.18.1","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^2.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"^7.18.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure-tools/test-recorder":"^1.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.1.0-alpha.20211102.1_1635863100636_0.1020187664141321","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20211203.1":{"name":"@azure/communication-sms","version":"1.1.0-alpha.20211203.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.1.0-alpha.20211203.1","maintainers":[{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"6bdf500ae6e8903f9fabaa80a8dc6b11b03cbde5","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.1.0-alpha.20211203.1.tgz","fileCount":37,"integrity":"sha512-PI/nugqUsrjCw3jKKRCTSG72CDdCHIJVVrZ7cdRJ3VDxfc4hCBk2+llP2+LU3M5rNF2yPXgldjquC59iwIODNQ==","signatures":[{"sig":"MEQCIHSBqu1LmMzvVqzAzp/LISZJa9MUdsxXuZvkf8sAIKjvAiAot5wAuLuY5XrjWZPPRlpoqwUFZlAbSH7MfKfBt2cIhg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":113378,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhqjacCRA9TVsSAnZWagAA5/4P/RhAFAevlyxauSXXLTYq\n0q5pGmGsUmnOrhbobciKX2NYlufSjb0TEpZ18wbekDGViGaAvosaqC7xNo5r\nFqkOyA7haByd62UmkfsHQHbzgOZlq4/fpEp3IiMGUT6in+EY+lEkSMMwUX5W\ns0vgasUwjNHWnLj4CW5Eobq5QQzFMg7r6P4FisF2HilAeg+VjgniAKSTk1CP\n8YjzmsaPXcGKIkhLt8llDenhx3V+vUh/7fA3Ul2V3ixK34N2CVhHcYgzS9Md\nkOfyXfNDSz3mlKgp4WAvUEOMaBRanrYlVpi/kSC4BTevcVbjYE6vK9oQJ0HD\ngDauR9fEEGNALAPgi5z3FPOCQwnhA7ITdZSpSZjrtlBKVtP2C6WYHJQ2QGDO\nubgfHOfjH5vAO96Zo4KRNO4th+bRtZ0WN+QF4Jh5vapxxLYG3srNtxPYmQoT\ntZaNpXw7dtnjyhKiMjjdIEqHmjQz/aJO5+sry3roQ15eMsM0q/IbSRrcB1NU\nVeQ37v5PLDEWxeZFcoH4XTQsTCb28t4iID4MP0AbTvZ60Uui1PFDC8I05j3w\n2VYaEAGUbhAV+Spz2OG/VqGggGrym2xS/wE7UOB5k4zduyteqHbBkLz6kLl2\nNIAQu8QFXxSvbNP3xv8mvDNqKjdvyTMVR7YS4VBOjyVOD74hLUvRtzi2sS32\n0Bry\r\n=ODjt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20211203.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","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 . && rollup -c 2>&1 && 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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","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:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples publish --force","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","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":"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\" \"dist-esm/test/internal/*.spec.js\" \"dist-esm/test/internal/node/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20211203.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-PI/nugqUsrjCw3jKKRCTSG72CDdCHIJVVrZ7cdRJ3VDxfc4hCBk2+llP2+LU3M5rNF2yPXgldjquC59iwIODNQ==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.0","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"16.13.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^2.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","assert":"^1.4.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"^7.18.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure-tools/test-recorder":"^1.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.1.0-alpha.20211203.1_1638545052352_0.4763821156250623","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20211206.1":{"name":"@azure/communication-sms","version":"1.1.0-alpha.20211206.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.1.0-alpha.20211206.1","maintainers":[{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"54743f626505044af83c87e0cc24b4ca9bda2962","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.1.0-alpha.20211206.1.tgz","fileCount":37,"integrity":"sha512-9m9zkz4a/jCHSQTP0ng8wRa4vVk0AmmlI3tl22sQLv7K0n/mIUfIPp5cU7MAhcnZ2GCc4mb3ZGrIZ70xdznUhw==","signatures":[{"sig":"MEYCIQDhObFGMzGZ4LYTyTKM4Nk/pJXP5lgPaYKXxCK++6+6yQIhALAX1wT5PBpOQJfMUgUtDUCAekV758Ek7+9AAA9IB4Gb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":113354,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhriycCRA9TVsSAnZWagAA48EP/RjM323MKbLjXGx05Clp\nJtv2XwX1rUFpXIFzYZzlcDdNY/gyjh73/emWaNoYqd5/+gmw+WOcC3vk5AOm\nFJgWk7JN+B5JpQFMoxx1HaHCbC6gykoKd8TIaZVTXECnyoKOg0/j64UFd9Ol\nrwQq02IDPV0PfjRomKG/oXHSVY5+JIJbuQzOSQMHpNALZjZv3WvU67+3ns9s\nTmNpbNxh4Ebu0e4xVQSK+FA3Wl9BpIBIAigEnjwDuJHyOuLapinCxXDnIh0U\nhZM/SvRPUNwOR/0dWP8wmDMK498alnM70vb8stORnIHOR6ZwK8WKIPnFavta\nGQWFP/jTyOtO2bIZCLs7Gus5mL8fAdBJ1t3lDEC12Y/xtoQ1uSmd8HFRs5L4\nCK+Wurfq+1tJip6czrCJ7Cr/nHKqID8PqGBt/R6uOLiGg+QLuV1ejAVIbCaN\nz3O9h2G3C5QOm34pdET6USa9Y2HKkXrPB1EXOFSgH08cFamioFZocpYTNi8a\nte55nFXL3tbqZoAhbe83vYIlX8xrJfcdAj/kA9KLX9us1ZHh64U7t5VL2O9f\nU4VSL697GAnyXzQ3rYi4C8JvnPwkmjkYZQdkgD5oSA9mRjC063ecOCCma5hf\nVDchMPUzMe8tj2rx3+/ZB+7A0N7G0o200It20kFK5OcPrAhDkK3WPmiEFoCO\nDT6K\r\n=hIk6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20211206.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","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 . && rollup -c 2>&1 && 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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","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:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples publish --force","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","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":"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\" \"dist-esm/test/internal/*.spec.js\" \"dist-esm/test/internal/node/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20211206.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-9m9zkz4a/jCHSQTP0ng8wRa4vVk0AmmlI3tl22sQLv7K0n/mIUfIPp5cU7MAhcnZ2GCc4mb3ZGrIZ70xdznUhw==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.0","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"16.13.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^2.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"^7.18.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure-tools/test-recorder":"^1.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.1.0-alpha.20211206.1_1638804636592_0.7460433278502085","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20211214.1":{"name":"@azure/communication-sms","version":"1.1.0-alpha.20211214.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.1.0-alpha.20211214.1","maintainers":[{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"5103f6ec4a44f8c7a4ff2faefbc9b17e0e657fe5","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.1.0-alpha.20211214.1.tgz","fileCount":37,"integrity":"sha512-uvJvS4JjsXG65UjFCoxsYoiErQ4P9gC+SUvpPyDjypq7fxUvmlbMR1HleKxitrUDsHFLruvAx8/PHIIUfuYb4A==","signatures":[{"sig":"MEUCIE/weXjCwMLTolaA5t8DIcboHHfCD726kw9XDfnsVXGvAiEA67qf0TDq9FkvQ9FRdL/bCi+N/G6MGluGfqMRp1WUCs4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":113197,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhuLXNCRA9TVsSAnZWagAAxOEP/jiiwkQYLe/YtgbkzioE\nGcf978lsP3Zxd7h0NYABA9Q7jKUoGlNgRpJKz563VG2N/+IpWlhhIkNalCC0\niJJbH9ffImd4dGpj9WirKlivoPjb8f59/C5EmfmWWodfahy+5X4PWGoa4Sud\n0gmc2aqqGAOKwqfPyxrRsA06s8jZYEr17oaI6G/iIt9/sQsZoJn6ajlF1n1F\n84AcTWSIdb/5nh9xwvtB8FICXPjqsfKhNVhbAgJYPUXrf707o5NK7w0O/J2M\ndO2OMHLO3K4jHfYRT0Wsz/1alwAiackqFaSXYW6oBcRgjQ0+2ZAtiDwKNm8U\nAN3oRr19yYJsr/sg8J5r2JsZr86A6rSvLn8VKKOLGngNhid4xZ3ehUwCu0AS\nKBuyiW2155Zz5AaO1lKg3mMgLExuW+GsSH082mcR8uX50eAjvmvkuXazaR4F\nfQ5BkRcIrQ/g61bUnhzbPGkA3h8skG7JtT9ESe/rVHKVvCRGyiiXazTuTgys\n7KF+OEJrXY/eU/a6bMnwxDvvhLRfJ17QdksM7sQ5UXelnBh5Nytr1N1MVNo+\nnynt871CJTJo1mMpUOAb5HM9hP5+13hWkFrJT5D8X2UhI3FHmmbW2cREKFMk\nRkqEdNJk4YnxrkRZC6JTl76/STK4OtAdKaHyPYQ6bccw2W1M2Ulch2DrbyqK\noUiP\r\n=iVYJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20211214.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run 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 . && rollup -c 2>&1 && 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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","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:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples publish --force","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","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":"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\" \"dist-esm/test/internal/*.spec.js\" \"dist-esm/test/internal/node/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20211214.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-uvJvS4JjsXG65UjFCoxsYoiErQ4P9gC+SUvpPyDjypq7fxUvmlbMR1HleKxitrUDsHFLruvAx8/PHIIUfuYb4A==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.2","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"16.13.1","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^2.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"^7.18.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure-tools/test-recorder":"^1.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.1.0-alpha.20211214.1_1639495116955_0.5302845454433405","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20211216.1":{"name":"@azure/communication-sms","version":"1.1.0-alpha.20211216.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.1.0-alpha.20211216.1","maintainers":[{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"5845c8760cbe87d57c0fb72be8cdff3254d1ef13","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.1.0-alpha.20211216.1.tgz","fileCount":37,"integrity":"sha512-MT4UA+yu9wvAXYTC7lOzUEfZ0zLUf9+bY/yc41dpkh5J6YxTVpO6WkYC4j4h61O/H4mU1WdCYaSdBJT2hKDnrg==","signatures":[{"sig":"MEQCIBnWW4rQnxzvbzH5cRMGKa8ryuWollNr5qhH21zXvJGsAiB89DmWVRLn8HyjW6ridNlAy8aJpraicSJawwxfAJPvkg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":113196,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhu1i4CRA9TVsSAnZWagAAOZcQAKBMP3f+sQR4G7UK6jNt\nne1tureC1HJPAFC2yXUfdjNgu2faOCTbzT2kNcdCP/IzMZBVcvMfpfz6c58l\nTYRsmk96o74PFxssxwZADSl0NmcAgrVEzv5I/ZrohZknnVePFMh8ggQpdMED\nd0enGaW4GVwBTADrAHWuh5tb1Skp/4k5cwcC2+lgmWGfyDKUi4Wm4Go8O5Ce\n74xy1R6v3V2RXJ/AB+lEOWhaOHniJdjooM7vk0KMUvBakH8E5xPIoRmm1s1s\nXkPGFCWKP4o/2R05/VJK0XCGeqWC/pgzikm+fPyBNLbvoKc7c6Mru75VhwJ0\niTmZSWiTwS/cErmPFm5DZMoFMp4l7S8Fgzh67AiekTcFTN4Pd/0WJF6pj+rL\nTI9IOn6YTDhcVXZa0hDrhMp6vXq+/S3LrVh+/tWC+V1TLrKgWniEYFnDzmKW\nFVeYo751mVxJ7U3rN+iGdKco+tW33dxEowTgsSqbmRRDFaUU28Ep0KRT4jIR\nFNLos3v4c3Jl4UEy2WAzJoiIBTPS2laYlfpMfIXVQM3iXlcEu7nyQ1aElvIZ\n1xyZFt3Urp/CJKtg8ysFPX/et/Q6iYJR0siZfYFNT/JjLhCJY6AwR/EgMefY\nr73cOLQKtyWnJO475OpvJ/xcLo65oxhD1DQOAaTJZRnfvfm4aAlEdOa9eLmw\n6JHw\r\n=z1a8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20211216.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run 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 . && rollup -c 2>&1 && 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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","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:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples publish --force","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","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":"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\" \"dist-esm/test/internal/*.spec.js\" \"dist-esm/test/internal/node/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20211216.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-MT4UA+yu9wvAXYTC7lOzUEfZ0zLUf9+bY/yc41dpkh5J6YxTVpO6WkYC4j4h61O/H4mU1WdCYaSdBJT2hKDnrg==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.2","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"16.13.1","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^2.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","inherits":"^2.0.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.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","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"^7.18.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure-tools/test-recorder":"^1.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.1.0-alpha.20211216.1_1639667896796_0.0668283281340567","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20220104.1":{"name":"@azure/communication-sms","version":"1.1.0-alpha.20220104.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.1.0-alpha.20220104.1","maintainers":[{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"78e15c9c26b1536620c739bc7301833cf0fec0cd","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.1.0-alpha.20220104.1.tgz","fileCount":37,"integrity":"sha512-0n4EyDtLzgSnAHoRL3IVB/PJNrEjjwestrE36hFKlqMcqVLwe8HOur7ORD8ypt5G3fLM3vMEHHGjySG8tohVTQ==","signatures":[{"sig":"MEYCIQD2nZuxnV1T6WYxVQ4MtkxdBmPu24dtGNlsC/AHTCvadAIhALXgAGp4E/rm/E9i30Ak6Qb3bx2KvMO0Vp0DbsYWTBmo","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":113241,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh1GTpCRA9TVsSAnZWagAAoqkP/RyRkbmXIcJTphWEgMk5\nSPCBzncqPVPrZvLpUA0a+H7aCD+zPHrnAhY6xKXdJO1AXKpq5bsWiXFAtQ8z\n0D97vZJEFk8tb/qjgE9Eawgfpw2GogQ95Dg5ViAG3rVDRT4kaaw0vOoT1NEy\ngsMQCbpWjGgzUZgULRYRuCmRV9xyo+b5Og2nhhsquDyCrKDpnqz2AxVVMzvI\nz1WjYeTlBSeB0uXfYjwhFEbmF/wKjcOqnAmxHdiWkm4luwvjQt23ktpkK/9h\nbvNTGpjh7uZjb7xg9Onti2kD65ahz+AUUXCJkLbn1AZ/ctxF/3QctlPR0Vzk\nfAo0P0uyJRbyX20lV7dqYDRi0eOmOC7wVIHHYS9RMJANffH+uVsDNDNZgCzc\nalozS/UswOqip0BA7mLCKqkAhuhue8gT8kngTDr8KG2jgsV+M+TDQnUe8O6W\no9LUy4+dzcJWAZY8Ijye2Lu2bOV2w8vEHSZD6ltwFTdaJB3g5hH6R5ABMcsU\n5LKojP0lcOpTEm2z2rPBRpVKY5DnIdW99crGL2booemPbNVuRCt2IE8cbFNZ\nhSZjiTg6Y6nTZ5rka2o9gUC5v7oJcm8x+3WTHH2R+5HNRiu+Td2EOrOL817l\nzwR5dxEHO0UHTU2NQechHmfEIDgjMI9E21tNm7Yuzm5yX6RaRu9/mqtN6rvH\nAZtn\r\n=ktOm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20220104.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run 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 . && rollup -c 2>&1 && 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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","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:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples publish --force","unit-test:node":"mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js","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":"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\" \"dist-esm/test/internal/*.spec.js\" \"dist-esm/test/internal/node/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20220104.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-0n4EyDtLzgSnAHoRL3IVB/PJNrEjjwestrE36hFKlqMcqVLwe8HOur7ORD8ypt5G3fLM3vMEHHGjySG8tohVTQ==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.2","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"16.13.1","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^2.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.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","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"^7.18.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure-tools/test-recorder":"^1.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.1.0-alpha.20220104.1_1641309416851_0.8269051885760068","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20220113.1":{"name":"@azure/communication-sms","version":"1.1.0-alpha.20220113.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.1.0-alpha.20220113.1","maintainers":[{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"3a0d26f4f85c20d72a0f5051ddf6229984e5c160","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.1.0-alpha.20220113.1.tgz","fileCount":37,"integrity":"sha512-++E0SRzNc+NF8oMpxp5Bgayolp6wl7v8IBocd/NKQ3gON8Aj9rRmEToxDxs8IaLN4Qrw0ulZh9/Rb0C5QTbkwg==","signatures":[{"sig":"MEQCIF0cFGafwXAZQehmpPLMZMtFt00mS2jFt6ZZNYfWhIvpAiBQ3a/Bik3MdDJ6qKkzWvyRnPXcyPUq/eDcvU73NfhIrw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":113297,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh4EKnCRA9TVsSAnZWagAApj8P/0181bfkSbuZsvxx078T\n1aGlSS8p2fL3dIcFD5z95oTV+NzHb9rN3SkmBElxYQ38+dENSf/TlnN4dtG+\nG5AmmI3pWpI6Swbl8xQh7yF0IWTASDNprCldi4qojD9u6WuP1Xrdb+izcG8F\nNed9/lvYgfLAq20gdks877VlqH1/BVp+gw+TkAGp6xLL5V8jGhgi5wb6N3Zr\n65eK7/djAPWSfyMRArtkXjRX6psIAQr5dLiLfdSHuqvyyuWg822BBf+kWw4B\nR3w5azkTVLmNjhT11TcsVCGHH5k7ttYahCWYLa60UYpI+3QW4aFKsjZulFRC\n55dJBt/7Mnsxti8+RNWMaRDJY5ZKepnOAuvIlaiO3psrM5wMWThZeFmVmlPl\n8kOMFD5NDpBNtPfdaUxMkMzr7piTLBZKPLzBW6AeWE/9FMT65zvh4zsF32VB\ntgRQthPVk5E6vk48MlrQzMg0MTJN91Xn6hmqocPYBkmOncMzZ0ii4LKyu/Oh\np0wbKcU/ohGqMAjttiR7mlTwfOzCSgmzXb6HCNNbEatD4/OA4WGFzFa2LERk\n0mjnmt4ZmuJdeReug/cvxWT7jLf+6JiRe0VguPtwPQaP6KE8kNkhonsNTb/B\n4HtfzbhO0jNksEfYezOHJPVki3fsMYufUi69BP2WvMxCRyQxbM5bBG4mYmk9\nUdNE\r\n=Gxm+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20220113.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run 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 . && rollup -c 2>&1 && 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:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","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:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples publish --force","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","generate:client":"autorest --typescript ./swagger/README.md && rushx format","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\" \"dist-esm/test/internal/*.spec.js\" \"dist-esm/test/internal/node/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20220113.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-++E0SRzNc+NF8oMpxp5Bgayolp6wl7v8IBocd/NKQ3gON8Aj9rRmEToxDxs8IaLN4Qrw0ulZh9/Rb0C5QTbkwg==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.2","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"16.13.2","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^2.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","@rollup/plugin-json":"^4.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","rollup-plugin-terser":"^5.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@rollup/plugin-commonjs":"11.0.2","@microsoft/api-extractor":"^7.18.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@azure-tools/test-recorder":"^1.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.1.0-alpha.20220113.1_1642087079648_0.3847578534148548","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20220201.1":{"name":"@azure/communication-sms","version":"1.1.0-alpha.20220201.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.1.0-alpha.20220201.1","maintainers":[{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"bc6b6afb55a08037a07543d7e6d19c4ae26493ba","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.1.0-alpha.20220201.1.tgz","fileCount":37,"integrity":"sha512-/ItjlMpDggdTQ9QvaTIDCk8Ze1wQWrubfIQhGC/4HYpNMYjZJ5SnJC7HIhxXJinq7TemFCXzZR4Zdv3G1XQkMg==","signatures":[{"sig":"MEUCIQCfiQZ77GWnOFImlozjjL2VclTimOdixe6kuQoqMfBJuwIgO7Cc9UA1zAG+wBXTGccvdI1pqN3n+fLp2DxdFCSAFq8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":112959,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+VCwCRA9TVsSAnZWagAAu/4P/1h6kbe7VfarfD4+QPRu\ncrobc77FczeLQIkqlU7JMbAxmeB04yD/ThXyjjukYmzm8zySTUkpNmATWbCF\nyTndeYP4gcUyqZSbYx/VBa6IkJxS0RTmYNPnIQJArj1jMyAFN9hEb4+dEajB\nhgOnNHzQCcOPK25GppbOnuKzWxwks+E1Jw9q5Dr3smTPCVklVcM1f8lsqG69\nY5xa6wyrufJGfnyp6SdmJETxWjS7axLIX9DEfuXdeo/MRdnK0BSI+SZnRFcx\n++Aq2zwnngdpo5PxkYcKWN35tW5//NfQhxR+RRH+qGK5ch356LfF0jwAGVJC\neU/BvQi9o0A9CnsQZyrw7OoAvJjVbGe93OvT1Cr7IhzqSLkJcCSEWhNI4g+v\nJ7rPULRJ2Hzmaqwikt0V9+Nob95TDFDXsyqzLzHvq4QBEeIVu1kEqwN0cpm9\nvBg2yOP7hmpsoFZppxiyTDVB0ZcH60Y+3daGnmqA4P7bwuFSj0+pjss9xeUc\ngdK++3RMINWg+YW2gW51qkPHDCQkWP5PFD3AazXiuwxaA5a2J+9Fk+h3OYwj\nXJkzq8MsodhtZCOIko0jGrLlVQNMOqyk3ORVsqETSC3DYvWx89/tAgnkxk2C\nDu4gBmc4uOE7V1AYQm7jPFIOkOWCpDa/vfvEu2OWTNta1SUmSmSgADWgGlV8\nGJHK\r\n=xNE1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20220201.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run 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 && 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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","generate:client":"autorest --typescript ./swagger/README.md && rushx format","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\" \"dist-esm/test/internal/*.spec.js\" \"dist-esm/test/internal/node/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20220201.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-/ItjlMpDggdTQ9QvaTIDCk8Ze1wQWrubfIQhGC/4HYpNMYjZJ5SnJC7HIhxXJinq7TemFCXzZR4Zdv3G1XQkMg==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.2","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"16.13.2","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^2.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@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","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.1.0-alpha.20220201.1_1643729072628_0.6932655871768834","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20220308.2":{"name":"@azure/communication-sms","version":"1.1.0-alpha.20220308.2","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.1.0-alpha.20220308.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"28f239c61ad035f014aa85e2d565b493998177eb","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.1.0-alpha.20220308.2.tgz","fileCount":37,"integrity":"sha512-H4AfPXGkgZuhVbPHa7eem+eLmXBOJWE7oSChMaebxx3hFmy86mb9/Isabcr0uEYQbF9KZPTxezM8JU91jB8WRw==","signatures":[{"sig":"MEYCIQCW3pXEWG+1eYUcRGmiRrfUFL8/JZdnJpPGOGXNEzkbCwIhAOyLgfoinnqznOo2qXK1b71AiR/ShCuxxrnbTK9YaIXF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":114542,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiJ3ZbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq+3g//Z4QJKjGH6VRQR564aONfSnH4BgW64pDyaczzwYyY8ogaR/u8\r\nk2WRT2tvu3Wn+2kbLmR0KzxSYDF/mzPtLTPfBcwdWwcOWabjJymf78ILCaUC\r\nYhmQDdhiHC/sAsjtcgSoxdl3oZ2cQioiy2VzuOtg8TNZtTUIfawBxfDVcABG\r\ne5atExXb/xFGc7/YOYPKQomz+Vc+DJD1Nwrj5+PwN1C4mU2L3n2bbEs70kNB\r\n1VBq8q1YSd6Ozooc9zmGXmXKUxMgJ3d+zWhUNKgPFOyBlzoadw/r8LZw+8F2\r\njcTNhtJUzQDtc9G8DAQEmQd5v4NkGD1q96VpL4Q+I6FyBaZ/zyM614pvQkLo\r\nVWlG9z5Qv/J5FxC8X7mnAJlKh8BXL5m3YCuglXrE9EmHI+aIt4q+k4d3zuwY\r\nbmyd9nsTrM29upQ+tOU3XkP9xPckgrVpQTyXPytCOJl3k2bxChkbhOdmU5eR\r\nNlWUUMKXolarZSFmCWGKmWG9p4mFuCIFfacCIz7nQHAe+YxMO+zkQlfr9dZr\r\nEA6nbKFM9MtrtOhJgNjX0TF/Jwh+GXnRBV4XHVgM4qHgkI0TZiBpacyHwR2x\r\nsO3d9CpyC8PC0j+8tx+uUJSQ5TfQtKEPOWnys08o6O3P5a+7XIOcBV2KLrzl\r\nn4imXdqO5lhvIrrVHyMi729UPkyDlImmHh8=\r\n=y7Ol\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20220308.2.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run 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 && 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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","generate:client":"autorest --typescript ./swagger/README.md && rushx format","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\" \"dist-esm/test/internal/*.spec.js\" \"dist-esm/test/internal/node/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20220308.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-H4AfPXGkgZuhVbPHa7eem+eLmXBOJWE7oSChMaebxx3hFmy86mb9/Isabcr0uEYQbF9KZPTxezM8JU91jB8WRw==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.3.1","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^2.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@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","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.1.0-alpha.20220308.2_1646753370886_0.08786245055562802","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20220309.1":{"name":"@azure/communication-sms","version":"1.1.0-alpha.20220309.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.1.0-alpha.20220309.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"f7ae3fc40a8f90327fa52a768bfcddc62b3c17a1","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.1.0-alpha.20220309.1.tgz","fileCount":37,"integrity":"sha512-cQDNFNuUVbACQ/pZY3GcODfUhaPiJTpGD6gAgPmN4/8lVzY5ecgZeAPU4aMvezH2ZPZT34mi7k/kiHv5euZTkg==","signatures":[{"sig":"MEUCIQCYaM1exNsVacLc1ZUPL/asUStHpDh/jSGpy7RNWH+vJgIgA4Y8CzpNLCyij8Wa1smwEqmkz2hd4OwFOQIvIk8bNV0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":112959,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiKMWYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrgqQ/+NdjGieYKHTxCzo6rKm9kZGJzGHF4cyKTBQwUWuibQpcbG2d1\r\nS90+PbNiQy3wk3bBCPt7ABMWzdq0ZqlLwzNV6GlyIgZ0mlk48FJLCP7xqcsV\r\nT4SqgtmlNh+Dx00xzQzatxshyrCjFsRNXeUbRGv+I74XLiwZxS/NSMdVIbMF\r\nUgcG+6uhD+O7dH33YJVWQ6aHveBZqHtgAmpkiPQZAxYFqXXqAxNMlIam3gz8\r\n7iqk/7XLi/lmvexKhE8GxWduEDo6fgb5t4dsQViO2NA1LFL+QoaDFKiGwJLJ\r\nm08bz7nqRmf84z4/JoqFA8HAKJGl3sq1VZfimwr9IN66ScrY4o4EOLOEMxgN\r\n2NAO852DuANjymuQ6ceZt55dlhsYQHIsMFp5lHqhV6OCFfpE9ZbLcqE9K5ro\r\npKxEEaSEdyXxz/f4OZoEKwzhvWHjCp7QyK6MjNQSviqrNZTLXurIvhzA56pd\r\n9desb8br034JfWxVG6xfg8W+paNZoLqwmi9Rp4HtrKm8LnTZsxCYP895f1Ty\r\nmPqlc9r5FyIiwT74fIhPabFW27gU+wUuojOUyIw3c1l7tktLV8YjW/BWJbFZ\r\nc6BkwSIV+g9xZd22MjryStWwTmz44iddshRE+5CJvhGIfGEqABlkwMPju2Ms\r\nQWK/TtDvNHiRCXboxSFkEgvoomt5FYscABg=\r\n=ybOg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20220309.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run 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 && 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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","generate:client":"autorest --typescript ./swagger/README.md && rushx format","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\" \"dist-esm/test/internal/*.spec.js\" \"dist-esm/test/internal/node/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20220309.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-cQDNFNuUVbACQ/pZY3GcODfUhaPiJTpGD6gAgPmN4/8lVzY5ecgZeAPU4aMvezH2ZPZT34mi7k/kiHv5euZTkg==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.3.1","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^2.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@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","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.1.0-alpha.20220309.1_1646839192453_0.30219570065003176","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20220310.1":{"name":"@azure/communication-sms","version":"1.1.0-alpha.20220310.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.1.0-alpha.20220310.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"f45ff3160285ee608463287abd5337d013eb6474","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.1.0-alpha.20220310.1.tgz","fileCount":37,"integrity":"sha512-HfQ7m2yt68MW9f/7ePfySeBx+BlJ1XaY8U8pY7LZjG2j8ubTmUgsSLndAtAyIskvc//7Bp1+HhoXIrx5+PrnJg==","signatures":[{"sig":"MEUCIFxvF5gjNzASH3QrTLZTycp0Gxgo5M6LgzIrM20mIzukAiEA9knG9XzRzSK1gO9vUrz3hJ6YvMiU1Bm8eZaQaFsa2ro=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":114542,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiKhfBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpDjxAAlLl2XgsgTTsT6RQPQ3C13HlkYyx385O+aUUVaaEEJnl8TcOD\r\nj8o3/7Zi/VfSVjKyRkatAcwxw0hjEbQpqsTKu7p/M74WBODKC3SRme/31CdZ\r\nC+aDf1teQUW7/3qlLvYXpgxt2SA0fKuFHtTk7XLM/0mxq6Wiy3uC2AjoCbYb\r\n7Oh/T1vQht0pEcdgEwJOwwClun7jfyfIFujicbawOpeUFMFEkuYawQXOcRKK\r\nyRYqyaL4MrFC8MBfSgUNmrlx2lYtD4h9nWoV/dZzPv8zwakR+9hzq816u9ze\r\n9fqx6SgT2PHLFqPz9qpabCl78FrDPfiw9vU/8KgD21t4JiORGCNshAXCpk0V\r\nHwLmEH4JMi5+sJGPHqYzxJlsRyHYk8zDpYIuUHopFRBFBFSvj2t8/qIkJWW1\r\nSbrUAZ65JEdb9gOmkmh/VJsT5YhPTpYZ5vxVWXngBt6ycYz/cByuHEanWV4i\r\nqkrNFNUQaoQhKhY/6CW3F1pfjR8KcxInneLm600oQrW7YrsL9R/vOt7xJ2Mi\r\nWMKBIxt+eta6oHnc51MXnp7wGuIQBZqzg68xSY7NLO3NOIsfnECcl/jsr/i1\r\n4HwyxeBKiVN6AFKNomOJARxeKBMUD3I7/ft0DKg4hQBeIoJom2z96jj+p3Ph\r\nvmqHsJ3xtD5aSo675WOyQtgLLDWxCpRyTZY=\r\n=2RPf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20220310.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run 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 && 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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","generate:client":"autorest --typescript ./swagger/README.md && rushx format","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\" \"dist-esm/test/internal/*.spec.js\" \"dist-esm/test/internal/node/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20220310.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-HfQ7m2yt68MW9f/7ePfySeBx+BlJ1XaY8U8pY7LZjG2j8ubTmUgsSLndAtAyIskvc//7Bp1+HhoXIrx5+PrnJg==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.3.1","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^2.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@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","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.1.0-alpha.20220310.1_1646925761428_0.272094612224808","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20220311.1":{"name":"@azure/communication-sms","version":"1.1.0-alpha.20220311.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.1.0-alpha.20220311.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"d558b11d4b5ac47354ab0c85c080590d41a850d3","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.1.0-alpha.20220311.1.tgz","fileCount":37,"integrity":"sha512-SB387pMKxkSGwDEwU2z7ZJEogkTykDTAA0/3P4epddzxAvk2M27ojJCoC8yxL2GqtISNiYk+UfL5s0AJMaFeCg==","signatures":[{"sig":"MEQCIHiSchTY0zoq8H0FJZimD/G52K8Bebtv7jYX6jnHhrfUAiB1Nr6GWIoRk7Cad82ZksD1sfDIGDEw+sQlCTG8e2TA6Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":114649,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiK2j2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpLpQ//Y5RO9pSRIawk+VzBn6wLZx8V4bBroDgu4CZA6rRN3JbagUGA\r\nN1HDvp0o18GzyGHCFfeX7qnFyhOV4rPNygvF5DCitT5waIoEA8Zf24tXadLI\r\n1zFx4Kto28XDaBnCV7spyh1ymapXmbSKv3oZWonuoN+lj9n1Tc2rIdc5wsnu\r\nGciN3EcaUtmkISwBcbL/4DFLVuh8GDZFeUMGQ3bv04r9+p6SySbwyrkbhm3R\r\n1VIYx2hk4cGnRYekcJiQs+np4vNgT8i9Sq4H4fQNsXhn3lueN9Gjh7Z758cC\r\n7ov7Z8udicosIKxCvqfbNO5ewKKvtJIU1cuF2WW6Lwe0FnH57YOW9e1n85om\r\nnxcZucfgh/VSuSmnKwx3vODyG22yjMqiRVGJT2pEcaEimlmutzdwPuTR8Ru6\r\nYMqZNZILvVWFVVET5q+YkNKZE0Ub/LxJw1K6rNQxfSBrWqWQ8wYoloYZNIqA\r\nWcdn67LHRudhZ4pHT5JTp+4766yVTzgdk84qlpUg3SmL14HHlwh0n1iPQEjY\r\ndIPtdohZSKD+5nLKWBqRtue981qsBpIAvOzBGeORM5FV0/F+DJRSx9InzqAC\r\nbt5Y7xFJZ8TB1z1CFW81/hbp70BMbFU+XbaWZ4YD4+1Ztu2LoqFAFfPicw0+\r\nOJF1BgPkOqezIwc38ImDS4nFBSDaAqwdj/4=\r\n=6sCW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20220311.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run 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 && 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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","generate:client":"autorest --typescript ./swagger/README.md && rushx format","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\" \"dist-esm/test/internal/*.spec.js\" \"dist-esm/test/internal/node/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20220311.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-SB387pMKxkSGwDEwU2z7ZJEogkTykDTAA0/3P4epddzxAvk2M27ojJCoC8yxL2GqtISNiYk+UfL5s0AJMaFeCg==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.3.1","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^2.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@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","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.1.0-alpha.20220311.1_1647012086504_0.44539531626529594","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20220315.1":{"name":"@azure/communication-sms","version":"1.1.0-alpha.20220315.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.1.0-alpha.20220315.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"2011b343bf882db9d7808a7decef045e61893da9","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.1.0-alpha.20220315.1.tgz","fileCount":37,"integrity":"sha512-xn3HOgymrFQlawWImkBM6a7O/PG3M19auCy9hccatYa2gPkbKz+b69niIPi2Av1P5Cr3L89PynChBHMyOZy/Iw==","signatures":[{"sig":"MEUCIB1FF9JA1tjaVr/DV0EKXYgJBFS/m3cOkgMTAcQkhBzlAiEA3kTPQc89I7qu9cIwv26KF2+cjSd2B3EO1n0HyCl4pSM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":113066,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiMKgDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoJRg//VrLCXVFJdMPciKB6Wiex7V9QN5zFi2DaDTB12uT2HKAD7JoO\r\nuPlOrk/iJyD+8hJmBRjlxNK45kvTJ3o14Fif+gm7h7oRUqrVs7CxzT1tpmod\r\n92tsU9lT209Jiy5M9ag5yvKvqfdZAEQabDW0asN9Dl2Llgxb4qwupCv6RqQw\r\nm5lRbn3myw61mgDl9d5YOclrxbuloQqHZIZaDEd28x/u76EnQc66riOaoNUn\r\njRUGNSb1p8N2AAsd2cbybS7ft/aJW9BId31NOfeEOxjLZXObRyvcVCC3lY+w\r\n9RdaQ9XqDwAINS6ty7lHu9bWAlE18GBIUj1pkv3z/C+Y7F+FZ8KanE6u5DrB\r\nYQjCQvBZw+j0Nk9v/pYG8TEfHDlAnwnnNXAihKfZ2I+NGfFiHnIzpn9x/suG\r\nGJu5ngbb+CDFPt1fc5Fb1jYjTZOGgfBQX0WOUp60lhNRB8f0AhLHkaqkKA8P\r\naf7nFzNvaFlWJlNrhHD6dCujsOsaooNplbte8j881o589MdKoyCCh4qgzlwI\r\nxySZ/Jn+VTFxPgdDh20qGxd35cryA5dKqDCV+VTg2nrOXP7wGNt9hWDc4CCe\r\nEv0myYSB8EHm9rd20T/5PvemDOegflhVi+7Qz8StM0sAeGD9eEY9IzqW8LLr\r\n9vTTk+EQeqg4z6LllAHDiWHQcR1Yy+JnGgY=\r\n=lvq0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20220315.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run 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 && 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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","generate:client":"autorest --typescript ./swagger/README.md && rushx format","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\" \"dist-esm/test/internal/*.spec.js\" \"dist-esm/test/internal/node/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20220315.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-xn3HOgymrFQlawWImkBM6a7O/PG3M19auCy9hccatYa2gPkbKz+b69niIPi2Av1P5Cr3L89PynChBHMyOZy/Iw==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.3.1","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^2.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@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","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.1.0-alpha.20220315.1_1647355907162_0.4703495628839913","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20220321.1":{"name":"@azure/communication-sms","version":"1.1.0-alpha.20220321.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.1.0-alpha.20220321.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"9bd236978d4a2f65857495e82d6d3b0181f7c92f","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.1.0-alpha.20220321.1.tgz","fileCount":37,"integrity":"sha512-lc4YL620YAc4bpJDszW1Y3JOxKCdt+IW1uD2ZsN7grDklms1/Y5zcGprRcYMuYsuwQ2l9v9PMsTSVoHs8DmvRw==","signatures":[{"sig":"MEUCIC2q03hf3os+OTblIceaZLfit01CVDnuzK2+qJLg0AcAAiEA2fFVCM+kUjpjuN0FWZl2nHuNebh2s89EKspULrGAaEk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":114649,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiOImxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqReQ//YK/OGeVhCBLDS34oEnpwT+P/HjnrDogcLoXl0K++OeuwKP50\r\nDhJ7C1Qk+NKcMPkmu3+srJxbaSFtIgkikEKcUUtHEbEfKkacWHE6IQqo2zNY\r\nEtT6qyVEtj5vjvByq57A2bY0jHT4kHLuJB+SeOphyTjj9Nf2Vr3kWjdKBxzt\r\nhQ2nB75pclOyR1begrhkKnskhwC+Uljo+sOAyOxx3XmoQKGXgeWDmzfuLTkh\r\nxty2oAUCVRESCTJVQ0sbj2yl9+V3gX880VlpGs6shPq9g6KJY4rlLSrZkVie\r\nvtc4svXBaubTlr2jtBbM4FAQjxBKdN5MT/MbxuSZiMIvu76HHhYLlBKg6+U4\r\nRyeiluJscFaHcrdQfZiyE1Kd9rlPUd8nEhgMyoZ2prBsVR/tcdv8lwNFx1M+\r\nFW012elujeUQP8YfjYLsfwuJrbxr42/4AQ0XMSqazw6urdbK2GHxOIi16Vpu\r\nX/WytzlO2XxvA91ho+VhJ2BOdr5PmHvCyHRvAZbCLpuydMGF43fRJxaZIyDx\r\npFnQ3XK/4DvZwM5FuMWtHBnh8C5UsniMj7hle0vtqJdEjsb5jtzHkRVfi+mu\r\ndTBxs71t1zqfVOm4fLLuMsYmlJZEHUVDC5UlU7cKx2LeLUZ6PKdWrYnrGYS0\r\nU/OTjps/NElgIfyCyLjE1q8VX/4I+RVDtAM=\r\n=Noz0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20220321.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run 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 && 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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","generate:client":"autorest --typescript ./swagger/README.md && rushx format","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\" \"dist-esm/test/internal/*.spec.js\" \"dist-esm/test/internal/node/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20220321.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-lc4YL620YAc4bpJDszW1Y3JOxKCdt+IW1uD2ZsN7grDklms1/Y5zcGprRcYMuYsuwQ2l9v9PMsTSVoHs8DmvRw==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.1","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^2.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@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","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.1.0-alpha.20220321.1_1647872433016_0.7954710108664431","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20220331.3":{"name":"@azure/communication-sms","version":"1.1.0-alpha.20220331.3","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.1.0-alpha.20220331.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"53c3f1a5146e0466250e02c3218ccacd715156e3","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.1.0-alpha.20220331.3.tgz","fileCount":37,"integrity":"sha512-h/JdWQpfSV8IFP/6R98VE9TnQfJPwBDXdtmWC4WB1Zl0FNq+T1KG0nOF1gp+prAi2cqILQGchQUYQpE413p4dA==","signatures":[{"sig":"MEUCIDDIJHv9kDcSn2zBLxf8OfQo8rbx5N26YSUdYlc9RXOyAiEAy2/PjUgOaTQGhDMRLEorEVWOhk4O5YO7lQqBr2mWMxE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":113066,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiRbghACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoRMQ//fsxYJtPq1Q91LBC0Pacb1ADbBgRlHfVbUAYPBFzpsn86fvz2\r\nFx1G3zazG5J5KxhyvYO3iTvUv3gHlmV3ZobH3i88ymUKnZzcqP5RyUEAYKGW\r\ngiUl6VunUyzNgO/teVCeKx7q4RS2wE1f7r4gDhaUUPs7OyhRSdNm4Z+G+8KZ\r\nvfaAE69xXC0G8n8XvVbaj/SyZlCCRjXkYrA8Q0Yn5A4PvQGTyYSX+A3YL+a/\r\nqWRSSsySoV4+19cktcGs9FOgaQtn4IQDBMNw27Gi9BX7DrX+hyFcbZi/jipk\r\nTRgQ/kD/M+EtRcfLYqWSCbyt1McOFlAH9hOdfwbPZdvD4KVGlgeshsnvypYu\r\nQKIwepZomilHmyP+BLhqPQx1URNeXwH1/adzY4RleaJ2h9lRj5Wvg7A9UPi4\r\n8bZl1uVSypUGWsKqjbGus2EQIHG9olGjATbpRdfvJmrvNIZyqlZ82T+kd6hR\r\ndcZgOf4dmINJdJ0SIAvLzb03irHGdqY4RwAeWyeGLOIfeuQQ2K28uPbDBUk9\r\nkFojcsUcTDen1tE+j8onAB2ajGSQSIuf/mjc/9IXrEHez+oxibQ+MLxzmywO\r\nKSKF6O5piMmtNzx9nI3Lx7pvBFZzEd0pEXbwF6hu92kqJPVbtgWl/sxJh3R5\r\nre4vqyqrO+fWowg80mWzSiWqJ352VpegUO8=\r\n=mkze\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20220331.3.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run 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 && 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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","generate:client":"autorest --typescript ./swagger/README.md && rushx format","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\" \"dist-esm/test/internal/*.spec.js\" \"dist-esm/test/internal/node/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20220331.3.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-h/JdWQpfSV8IFP/6R98VE9TnQfJPwBDXdtmWC4WB1Zl0FNq+T1KG0nOF1gp+prAi2cqILQGchQUYQpE413p4dA==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^2.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@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","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.1.0-alpha.20220331.3_1648736289771_0.43107608510668083","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20220401.1":{"name":"@azure/communication-sms","version":"1.1.0-alpha.20220401.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.1.0-alpha.20220401.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"38418c5473a35dd159eb2c3f7618304edf51a965","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.1.0-alpha.20220401.1.tgz","fileCount":37,"integrity":"sha512-GL1L4TVvL9RQ+SbpYkfz36Ipd5fsekm1J7Gdr/GFf3Iytqkf5OV8Ri0xGCrM+sLPPCEwENL8JTzvZ1EALkCvVg==","signatures":[{"sig":"MEUCIQDiATVgRzuJnxCMSrMTWngr/MUsIBVdj3JpV7D3nbyImAIgI47HkNDCHpYwVnOfMApAutgwLF8DDbqs3g2c13fx+XI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":114649,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiRwq6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmphXQ//dEO1ME406YBqYeG+/iVfAeeNqItRaD3lcy5pRiOzebpQIFWQ\r\nGUY1/f6rsJjhJXls/lSXzeNXvxDP6tXo2VjEG5IO0XoDMxuHKleodkxJZMXW\r\nAgXlsN7BbZF/krppGXdJ8jv2ggI8rcnwEuhOFUUfgVSlAYBXBDeaSCwnQU5q\r\n+UVIUGTudEtjQCgpXkRWYDdi4Ilb7enQywWTX7MYOL2qPH99iOyKP7hMwexR\r\nysUGdp0T3CGNJJAuM4yaH6laxXVoMIcYAYodW+XGNQhhjZAaH2il/F0jQ0we\r\n3O+cPKV0g3xgWjD6RlIAypFREeprlf0u5p2rU7VED3smn+UDk3uut84NcScK\r\nBXFduQ1KPvnyU+9ItXcLD6UVU+l6jzWKh6Lpupn/+SyZVudOGD5p+meaAzhW\r\nEfK6rXNJhD/Vg4HCnmPpibQu7Kiz+ca34NazF7yo8RiDZDAuD2QelBqpKUkc\r\njjhQ2U5mVsKD+kOc4dqqed8rq74fhBQVWi1Mb/4HXIsBtXGWHqM0tBEp0CiL\r\nrIbN4LULT6KjFvy5gyQ0jP4K2yFXCFt8FkKOxEERQeVhTzxTXZSeABbXP99x\r\nVC4xG59lwbZ1GITylK3X7VxagEUVWbBBdQqXgWvkYCKiWQ05EQxO8DXA0Snk\r\n0YnCUN1hqcQXCx8866kWrb6bIr46hwCo5M8=\r\n=jrpt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20220401.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run 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 && 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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","generate:client":"autorest --typescript ./swagger/README.md && rushx format","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\" \"dist-esm/test/internal/*.spec.js\" \"dist-esm/test/internal/node/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20220401.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-GL1L4TVvL9RQ+SbpYkfz36Ipd5fsekm1J7Gdr/GFf3Iytqkf5OV8Ri0xGCrM+sLPPCEwENL8JTzvZ1EALkCvVg==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^2.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@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","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.1.0-alpha.20220401.1_1648822970547_0.007544663600025592","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20220406.2":{"name":"@azure/communication-sms","version":"1.1.0-alpha.20220406.2","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.1.0-alpha.20220406.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e16acc84b03fe084821d4ee4f57e67c0ee22f2bc","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.1.0-alpha.20220406.2.tgz","fileCount":37,"integrity":"sha512-hTG0zbkP+Y2o3BsVlMWqx0hLIRiZaPN0+Yua9SoPBiv6juXVrdecuzTMLaaVIbt5BDhUa61m/eOTe6vQ0JwPQA==","signatures":[{"sig":"MEUCIQCbe3fGcD2O3Y8YWz7cTIsn6MpVJ17mfuQHxhHy5syeVAIgMPSU+XrpLvZy91rt9PjBLAAwEFoDleS6I1ITPITsRrs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":113066,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiTaKMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq4Zw/+NcdJZ1PLqX57sIRpg7D5iOLB4nPFFpFIRF2/vvu2hbepgH8P\r\nwq7DZ3wsus903EEHcosE+cATqBLpuA4DWsoHxez29I+mDpGN+xAp0dBVzDD2\r\nyoPJyQbmP/k/4DWGZk6nZPCFWHCWNjcXD2NhIlbDs5hil8nz8GNhlX/7R8tb\r\nDGczvZmHiaC8wUfbVV0isA9AYrqtJ0WyFEt0II7GD5O0sJ2PQM5VhApfNNyn\r\nzLmZCWgmpXFpfNsmaQoUzjnhnXdHDPwnb2ndEUUYObOczKDK1qbSUPi07jEM\r\nAgC4XG7fko0N6rYB2YjlBAXgC5OQtcnCdfjk5WaicG1PyCbWiJxtjpdWXlMP\r\nyrjjnUEc8vSkUAPwUOnDu9AOafXja0a3702JrRzE6yAjrUOEXs1rJpbk6ZKq\r\nfUnJuPgf4g7foQFjIYHfQF3vSZKkGgcD0U960Wz6h5lZbMPCa6spVcN/1C7P\r\nAt2f86LkkUGu2YoOsy/0dUSCnWZwodv4hALQv5ojm0X5StPofk96Pr9Ee4pV\r\nfLrJPUuGi8mJWz7+BE1cu4EDf4Kd1qeChsF207i6L7TuIUPACE1cha+MLh+8\r\nMkG7pnsSxEVzlWZv723RQgSxovOsQHB/xW1PCLblarLQUtMw7XGvtEjqZpAq\r\nn9sPRdl+BKFSmWERyqL8OhtNxQaJWEpBC/o=\r\n=Fm9i\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20220406.2.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run 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 && 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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","generate:client":"autorest --typescript ./swagger/README.md && rushx format","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\" \"dist-esm/test/internal/*.spec.js\" \"dist-esm/test/internal/node/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20220406.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-hTG0zbkP+Y2o3BsVlMWqx0hLIRiZaPN0+Yua9SoPBiv6juXVrdecuzTMLaaVIbt5BDhUa61m/eOTe6vQ0JwPQA==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^2.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@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","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.1.0-alpha.20220406.2_1649255052179_0.687899246778038","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20220407.1":{"name":"@azure/communication-sms","version":"1.1.0-alpha.20220407.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.1.0-alpha.20220407.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"bc7fae79d7b98d4fa7fab21e6f310e28d7116312","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.1.0-alpha.20220407.1.tgz","fileCount":37,"integrity":"sha512-HUR857BECws79dvG40HPVBHENJUZ8JB3iJ7mvSEeFT+0GgfUg+tL0C9V0taKfqYuTDnh6vMX2uTJ0005iBKL2Q==","signatures":[{"sig":"MEUCIQCje/W+u9kFggDI6lfW4qWQ0L2mSN5/zZbBjpGWNe/IkQIgNAlbbbmjRESItDXOHL8bLQ76VYdxl1mKM67GOKSD0B8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":114649,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiTvPyACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqy4g/+KDag2ayfIhR2b6NOuDOxuwkxJY5BSAoYPbv1yrTIKPuXBvRt\r\nWVnTWpmmKX5bL6ElL8LNyZMs9K2VepR0CKOM2rOuR7CEqjIN5YaptFPQwDz8\r\na6dRtusaKS79QnDtgyTUJnjJKTf6r2fKr9yKc0j5DyZE+zmHVdaSLzhtXPf4\r\n8lVs0iUnMqirSkaMALGNLyMCy5LcO9ESb42uuErr/eS7BoNLK+aYbksSgqtj\r\nGqFr2m4p9sCDx530agf2rCvV//3R0WBOmKJCVZ+gpzNkMyzDwo0EcUKriVCO\r\n4c4i1cgyHu9TYGaMuOrgAxTsQY4YdsQ9ATYJd2mMCwiyC81ebVeGtDs99tiq\r\nc3rafUP248U5FEwb7vBtBkxmw64WnaJbbOSqv0mAM0ypKTMk0JTC8ACfqXPJ\r\nmLv84fYyMNqzllOjUa4fXydEg2QBP+1SFkmR0+jxstxlWC9yekrJQhLfhbn+\r\naRXcyR9clYetk5E97wx9jHzp27gpL4RgH2bZRP8/rwS7dHxuihv9i18/FpEU\r\nWgpS7FKjrTu9u00OXIqjPWGXhwJuOdfBAmVZGCsobz9qdUyuiQyRuhpg6DFc\r\nGOucpt+/ksEr3RUo/GWhno4G7+fBfWhh8o/fUjdD9l80prk+fjz19nNq0XVI\r\n6JsYDYVyd0y3dHoMQdxKlb3bMHhL+W2NtE4=\r\n=eAgP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20220407.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run 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 && 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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","generate:client":"autorest --typescript ./swagger/README.md && rushx format","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\" \"dist-esm/test/internal/*.spec.js\" \"dist-esm/test/internal/node/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20220407.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-HUR857BECws79dvG40HPVBHENJUZ8JB3iJ7mvSEeFT+0GgfUg+tL0C9V0taKfqYuTDnh6vMX2uTJ0005iBKL2Q==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^2.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@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","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.1.0-alpha.20220407.1_1649341425964_0.9528619452389693","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20220421.1":{"name":"@azure/communication-sms","version":"1.1.0-alpha.20220421.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.1.0-alpha.20220421.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"c013af9e0ccf89c6ec69d38bcd9ae31ea0d12699","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.1.0-alpha.20220421.1.tgz","fileCount":37,"integrity":"sha512-tDKrw+OVILwdDu1OIUSCuwPGEpvW7syyts2Bc5FFe87lBYJPQTd2ARUN8w43HftR3oI943XfMYxLaWoJgl0dRA==","signatures":[{"sig":"MEQCIF2LuDPOI9bHSc0wABoA7wLm96FQ0MrGwPVUdYmSRg/xAiA0A8rC/V5gIMWm7pbDABVRhwcSlfmdV8VEXcAJIrBbTw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":114658,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiYWj/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpk6xAAmUk5jAKKG9gYNBIVIftRUHmHnn9aYib2vpqXC1NOOUUUqA4u\r\nkGXNEdpCqgoudVaGK3wSCi80MXwe0V8egYa+UcwFq64CEpStQE5qcKpoH2Mq\r\nnrkROpSFQPoqnSVrNUKnkq74yGDD5hdd42KjkdFyRA2rSAWKbDpFjUC8qTr7\r\n1wI62X2Lfy/BNQYHh/ve064ov7CJGBVfWeIhVczGl7oiuOhczeR8lN2toPvA\r\nrIyRt052MwKcOyjHLCIR9vgKvHiKBYPfg5p3NFJuYeOKnyH/pNRNL6yZBo2p\r\nV7Qy8deeVSsTUlVAnsTXFhkj6p8oLrxxvEIABel2YB8zBMQEmR/krWoz+chl\r\ny53gXfvdny5yp9nAQDXFpl9lHgRhV0+2UZxxMGbgWSlOQAvUdSD7ttSN7Vuz\r\nx1a0cdcrtY1OqP6heFANsL6YM75JPqQ0CjiAxB1QQkOj9JLN2fKeT8q7v6Lp\r\nw9HNg+qXF4X8jEcXWTZQTewipxgwh9x+kPryYB7L6q6g7ocjPAt6EWUVOac6\r\nhDAMr+dvm5AWgPVw/2MvaV04ek9GpUZAMT1HmjvmTTkFax9xt/4F+E2/lI/5\r\nvBhIyXeNwW910p/id/dxDIrFFjW2763taGR40h8oXRD40dkshcFOb9yQuDxo\r\nRz4ar4CY9hkZBaxxweWcBLT6SaPbVaPw5TU=\r\n=8ibv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20220421.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run 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 && 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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","generate:client":"autorest --typescript ./swagger/README.md && rushx format","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\" \"dist-esm/test/internal/*.spec.js\" \"dist-esm/test/internal/node/*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20220421.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-tDKrw+OVILwdDu1OIUSCuwPGEpvW7syyts2Bc5FFe87lBYJPQTd2ARUN8w43HftR3oI943XfMYxLaWoJgl0dRA==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^2.0.0","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0","@azure/communication-common":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@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","@microsoft/api-extractor":"7.18.11","@azure-tools/test-recorder":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.1.0-alpha.20220421.1_1650551039421_0.01577556089991572","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20220427.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20220427.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-alpha.20220427.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"5d6a03cf438ab339cf79cb61aaa0375ba0baa3c1","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20220427.1.tgz","fileCount":43,"integrity":"sha512-9Iq+SHqDN9O/PyB4Xt2Y1O3VJsey4GyhYj+/4sPlZ4k60vJHTZlvoZ4lfIg2jpQQpe/y6AuJiEkftVKZgGeGvg==","signatures":[{"sig":"MEUCIQCLXdu95DMg8XDQ513c6cV9bHrycCWRw26+InCxoLug8QIgXCWcYDZz81WRzD2poYVHIs/is+yyYcfNeTji/sY1TTg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":118160,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiaVKJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoniQ/6Ahe6ARqL/vfPRqgxSD7O9ZWepMW7wCJZKJPHg85ZIb4TT9EV\r\nXGqHM2Ovc/cRZxA+g94h7IY3bWYxYowHbMVPS7eFHQmP7WE1c+14t5jkD2Mq\r\n65OKUqG7SiXx8U9MKpEdnmXZgiafxUY50H/ZRbOMJTxKA3eEZoP+TpbbNXfS\r\nWHHKuIapciwjf4RFZu3DAuHfHvqwNZdyn+O2tLOy+nATHwpJRTijsaNcjGZG\r\nobXYCALBj+f/B84v0VTLU8fD1Cpw3enrWQmuYban9QCmb54G2ObvkoXBrR3f\r\n1HHDjL4rUinh9FKGM+jhwUWh4b0rgNaxOzpdtMqC2C13hm5rO6m3i21mNIlJ\r\nnTA/LOt1T3BHEq3yl7FlSHk6F3w/ZZvAZ/cVQ8qNEri0D/8Dk9+wFPw6Duzw\r\nFHhNdegScjyv8W/GKkWQ2SZhFDayzYFIzcNaKZJaCJX8RqpWuCFYaV4OgPKd\r\nYYuB0I7LTFujBWbadbM9c+oAHCPgo4foeZJjLoe/1TSQvAuV/w51jBA63hgZ\r\nOICVoRf4M9rU/DAygT0zt4AnXlUrmCjQIr6pStWwTiTTLELlcxq9tVPvLvbx\r\nwN5Tbm7swIB0RJPTYY3NkqXYZjj9b02U9uzUyZs0mQVJPpYNaVVyKilPzvhh\r\nwkRkiWZfFmaXHJHMBBfJ/LXEPs6rBnI5vuM=\r\n=VjZN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20220427.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run 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 && 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20220427.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-9Iq+SHqDN9O/PyB4Xt2Y1O3VJsey4GyhYj+/4sPlZ4k60vJHTZlvoZ4lfIg2jpQQpe/y6AuJiEkftVKZgGeGvg==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":">=2.0.0-alpha <2.0.0-alphb"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/core-util":"^1.0.0-beta.1","@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","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20220427.1_1651069577150_0.24068111762420008","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20220504.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20220504.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-alpha.20220504.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"69169fe6d567e4f76ebcb93fdc91a96ea3524933","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20220504.1.tgz","fileCount":43,"integrity":"sha512-y47gjZr/iHCsK9hCLgvPzzwoV9dRYMfQSjNluDEgIuVfvo2VUOmUX+q9xQDlQEgIXG2yfILEiECjpe+0O4M2Uw==","signatures":[{"sig":"MEQCIDNAAuEOEYdtsUFRGn6U/K0YrYE0ba5i+2mpoi04BFGVAiBlWHRRuBDGlIWzhCi6fbfDedCiKZko4UXAASqScXwk5w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":118160,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJicotaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpRbA//bUe5zBQC0zB1Lkch94UQipOesQqaYmxHPfLaZlsa7L6WsiFC\r\n95u3AA+xe9KsKNr2wOIyTZss3cULwWw1y7H7vfmj5HTXZSIr18yKP7e6NGJT\r\nuzFSJFt/5jtztsjo+xzYxjm9hiUWn+NtwincOIlFm0vzlov3G5MWoDOuzARM\r\nNx32Z0UIpFQ07I/BAyQ2yNpqEBNU3H58IyeDsY1q7CfJHZXxWqH8ezBMbGPo\r\ny5YhQMASNd2MdM/miTwFF9pqCTe1qVjqf+LDPm61MJ27XgIuWan1ez8abgg0\r\nMCF2cTe30NPVLEAbaMVwTuR3YCkYZQuqfTOAT07XOfnj2w9ltDPXkMxedNrx\r\n08FuvnccKFATvyuLXJWdr989GEKaqwqLENJ+xFTu5LHqPn/ettlE33686II3\r\nQn76Sa1CLqJg8lVemsh4iMm9rlOM+Q9t7UEB6irSRaYIArukuuCYqu+mKzgY\r\nMXLHQIgvgABt8iebao+YpFW+JL2mQEELb0V8WImDPoHTJgrdUUzRsJNhacdD\r\nsI9MeSw3YUEz6wDkdCU3TgZsYrCaeA0wwVG3qGOPjpFCZvsfDwxh6M73qvzh\r\niAAnJAaN3uFWoueoRw1inrSS9EYGTgzz4KSIRG74UOstWrpgiW5BadX6dnLc\r\nxlzKBy9addApMUJATKky8SrwYDfj+MAHFrw=\r\n=io5T\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20220504.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run 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 && 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20220504.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-y47gjZr/iHCsK9hCLgvPzzwoV9dRYMfQSjNluDEgIuVfvo2VUOmUX+q9xQDlQEgIXG2yfILEiECjpe+0O4M2Uw==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":">=2.1.0-alpha <2.1.0-alphb"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/core-util":"^1.0.0-beta.1","@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","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20220504.1_1651673946640_0.666136053071313","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20220518.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20220518.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.0-alpha.20220518.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"aca60b31baab7daea988cfb1f10b1edc243ca737","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20220518.1.tgz","fileCount":42,"integrity":"sha512-0M9IbyPiRVyobWhiJqK3KJjsNG/IOa2bDEq9hvTeVLVtQvm+JCBUjEbZrI+EjnWp463u4xBV48/PokUDnuST2w==","signatures":[{"sig":"MEUCIDYmx6oNoitwwR6YEDMSWUejaHSy64MH5WySqJLU0Kl7AiEAxh+Ti7UnL5cVWchf0fd9/HV4pHaBYIxu/XivWA/DPws=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":116146,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJihNQxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoFRA/9GSToOocNHAoT6Cx5Xgbq9ucTJgRVBZNsZ0R7H69kiGU4NIGU\r\nUpgIA7l5OvL+gzjo1ju/Xeh89YPOu8YnGgRtmbwYrdajcotXkIaI45fP28wk\r\nwmnxELc7oMTdWgAZJ2nx9FmC0y2SeaA1FDSNkW/sRwNo4rPftkFnPaRLsjXe\r\n9SVcvQaSUbunFuv3z+d8OnCOBlSMifhjtBB2uxCKI+M/lEcUe6rNjxM7JSa7\r\nhg5UN19aBSnDHP0vLgqJ0mC83hd0EuDZPu8mwLF2i4KfhVYCQ00XY78gCJrY\r\nQ0fyQGU9NTaRFJ46OQXaNQZDND1rsXbMVQmUd+gdre5VxruZFtp2kWcakm/D\r\nVG5mVHa1JkTabs62wy9SJmzO6EnFhrO86aT8mE0j3HkASu9DoGPKmVHrhpOx\r\nWALWGFP10EBD+eL7fB/GFySPFzYfPMhN7EQTJ7ovr/fjrp7fRh17254HaKqy\r\neUTFjCqag9KpU/Jta3/szp2Lp30zRtAYsE7X3Xc/fma4Kl+CQGoLbAgF6aqs\r\nZpNsmaGi5AuUxONfjrdqWlIxY4cJ1sCS746HmMdxwVmjtMrqpfLpQUuCgfqL\r\nILgC5X3CURzh6gyX23AAAJG2b/888MqwZcT1kbleEYhVCwoAQH0mQClgA/MF\r\nxVsZnMuUrhSSQhbkGPyoWpcmKlAjkWdev9Q=\r\n=uHel\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20220518.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run 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 && 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20220518.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-0M9IbyPiRVyobWhiJqK3KJjsNG/IOa2bDEq9hvTeVLVtQvm+JCBUjEbZrI+EjnWp463u4xBV48/PokUDnuST2w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.5.5","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"16.15.0","dependencies":{"uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0","@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","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/core-util":"^1.0.0-beta.1","@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","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20220518.1_1652872241764_0.25023678385205916","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20220523.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20220523.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.0-alpha.20220523.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"5c4e53137cf8931b4e31ab3263f7324fc04be771","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20220523.1.tgz","fileCount":42,"integrity":"sha512-txRbObWJwglFzXziRr0yz45Q9RFL//Z/Y5P5hiXJ3MMlxSFjYLhcAqCWtOuG0Q1OWGhIjXh/N8uMjgKPXa04KQ==","signatures":[{"sig":"MEQCIC7Elz/PuEiY2G2SjDWyUXnKhGidu2oxvHPkKDCWtUUCAiBHfFVzHTlOlv/MFlpAhzuVxM5VvwkfQzGXSGUdWd4rLg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":116145,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJii5gyACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqspA//Q5enCwNAy/oiZBrDrW+HtvesxrUzGzduOC+fYk+AFohmwXJL\r\nM35MyH/DeYg17SPvxr9x+i59hbuW7I3X3U/3A1VZhb9MDGqV3wGa/ZM4Msc3\r\nCmVXXleq/mMDIUShXhiPVTg0brb3/7IKqgvw3zDImbj2/rYUws/f4ijC0dG9\r\nPj9ZER34e1jo7DvorsOI9oMYJ2oOKx9XPjcUQ8b5F2R0hbDmNQ3Q1gK+Yg/6\r\ndpWArBuYARunbudz+Hepg4hsPy4enfAQAu4mDIWGN3BLUrIrL2g1PDBmPM/I\r\n/kbaDZzOd2L5NaX5TMQTcBRc/983psR+zzuBDLCP0aIP6CVF18b0dkO0rlNb\r\nnB+sM6SQ4pdN4RlXylIRWywftH5ySfwSrHUvwNBOk8D8hscgMN+sNc2yvi7Y\r\nF3sIy+acvxJjv7A43kfCS7ETB0CIPxbYjdq2FbOpgSD4B/5AEdUIDTboUOEX\r\nLwq/jLru4FoiBSAQ/djmA0Tf+mtRU+jfLAj0HMpl4cXOrmgsRndzdqrDJeYo\r\nV5U1VSPNGry9PW1cAdVnEZYWijLtazviRJyTYma+/3yBgz/M2rwA72IVBa39\r\nMvcWuBUvp+QdPHqJkKVUstevwR0eT63ifXm6Ugpyc41Xw28Fl3gXMO+RfIcm\r\nxi7debctzzMeseVdb4xV2GhfYWrQJQUm4LY=\r\n=jip5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20220523.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run 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 && 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20220523.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-txRbObWJwglFzXziRr0yz45Q9RFL//Z/Y5P5hiXJ3MMlxSFjYLhcAqCWtOuG0Q1OWGhIjXh/N8uMjgKPXa04KQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.5.5","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"16.15.0","dependencies":{"uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0","@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","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/core-util":"^1.0.0-beta.1","@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","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20220523.1_1653315633939_0.6364185374186","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20220525.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20220525.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.0-alpha.20220525.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"b3e18d55241b1b4e8cb251092f5e1441f68badb0","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20220525.1.tgz","fileCount":42,"integrity":"sha512-m9fNudWPxt5w32qEVkbndu1VFfVQe+TjARE5rc7Mm6vCoKCXX82f783oGUMFX5Fv15YPN29vjiTtEukLDZPKAQ==","signatures":[{"sig":"MEYCIQCvN2ytMXFLPUGI8GyiivCAlJvKCp1eavcqzBTafRzNHgIhAPu2r77MuaXDvGiudirL/vWOxeHkPfnAVq/l7fu3wu3O","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":116197,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJijjuDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq61A//RU2bMBy6Y9ZY+v54E6OIVTO9aNVpN1XeFwLrmmex0zA1S9y4\r\n/R1/1l72TTg2lTMRvM7WXRW7arNgkGh//38atBmt+7kxAyiVWcxC2MgVOlF8\r\nLw/flNYG96wrj6aoUBR1dlMBBek2rOlLhgcSzTnLbe+92OvnDxQHU4i1MAKS\r\n3oVytbtJScxB4D/dw4cdgOpfRlPa1zAlxYC5Zst/McaxrlV2SgrTvn7iSLsz\r\n6YTwRfBzjU4f1O1ZGnWpMcS+fdBGc6kkhTXK6a0Kaki8t+UX1d0T6Wydxxgh\r\nKPuU5R1nVwxVZORkF9aruqEQUOT+YKx//80w0i1KY5kRFMfOCZedu5GQDpFn\r\nUv5a3AMz0V8hQfa7zJCEeys90aKSS2/Z8CYS9D5eCinZaHZa3Ug88YTYO7kJ\r\nMrjp8jEl4h2mE6ml9aCRlOye00UQy3brBp4DaG824xljK2/7fmFVV+1/SVx2\r\nFGfo1k2ZvxeAMcgJ1GOTfqPymUFZ1EYfe5qY1VU4TJhrqRDD7Y1hmLqYg5l6\r\ng0PHwJWDqE6/uLcP7SB5gccQuk3g6YpqFW5i4ROqnDHk+WHvpQ9U/wy/Sj+W\r\nxkv9kwEeSxYIBJx6ykBn9MMI94sYKykzDc92a5+HgQwa0pM+tRYL6Qoy9tuO\r\n+bvJsQb23/lB6xxaLgBI4duaQ8KuiMDU4mk=\r\n=dqcD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20220525.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20220525.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-m9fNudWPxt5w32qEVkbndu1VFfVQe+TjARE5rc7Mm6vCoKCXX82f783oGUMFX5Fv15YPN29vjiTtEukLDZPKAQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.5.5","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"16.15.0","dependencies":{"uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0","@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","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/core-util":"^1.0.0-beta.1","@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","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20220525.1_1653488515040_0.1995880618388095","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20220704.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20220704.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.0-alpha.20220704.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"151ccee0ba90ad858c3f005c700a8b92ce31f0e8","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20220704.1.tgz","fileCount":42,"integrity":"sha512-lSnnhm6SjS9XZ3p1g/Hm1WhlOp0xjVSlOdI+KPO90bpH73sevv9yeMvrDYBgu34Kw8qb/XjJRRIkfpZjIYgmtQ==","signatures":[{"sig":"MEUCIQCXKv/A6jgTpisCM7Hsnde/DbY2g1bhY0/Nd78eeRP+PwIgCTtKVy++HowC5J4WqqpGRNMKMid4jaNXxRA6J+0XmuU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":116468,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiwvbVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqyNRAAoampCRpyPKJuTUiMPnR6GD2zB+pWdC05zBFigat83DtK9umI\r\n9NGKprqdvwWkNM3jOw7z97bCfMA4TNDrKrZLVTH2dilMOT93PqGWoK4/5Hdi\r\nIqNmydHeCKWFTjRiDdhs70SZZcAgXW4DAKxMoq1JDmbq+yv2u5A7Y31v0mFE\r\nWhkc+z3rQeK+bS3SY0YRAy4xPMalGctJ8K+68VQCiOXA7IzTau3lMaBcPLLr\r\nDTox6u4ZzY/cPheau/mgc7AcFduGPCEKYZYMY3Vu/8oFJWqG9iJw1ZIyq+uT\r\nJIhFDEb1EYVCJfkVJDWh7OHPWv+rBQjpTqcE9LYvBL1AhmsI4uz0MdIz7R/n\r\ngVnA+ZmsHuS2zIv2zWotq0/DVj3P5IOsSD9VHCXUxiBxVw7m2lgJJ1sRahw8\r\n2gJ8felr2CdBmM3ys/4DXrDeyAAfVhNWecoOo7kbQ564YjErcos9t37aX0A7\r\nC4jpdIuG6hpe4G/f8PgSVu88ljHLYOLG7prrku4xfLQK4hLkdGrkbaCol4fa\r\n5McOu6Uza8As0WBYZ7L0NhsarO9p6t5zi7zBz5ZXsAFdZ9nlAntCrPUtyeV6\r\nQ9m+PBSpC1pZmUJ7XwV6nSINWo4048CeV8y68jKcqlP8HPWOyvD9ub/zWi8O\r\ndqJ1pDUJOZRfzIVo9kz0Fs0G+hpqtwVHEtI=\r\n=tkr4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20220704.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20220704.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-lSnnhm6SjS9XZ3p1g/Hm1WhlOp0xjVSlOdI+KPO90bpH73sevv9yeMvrDYBgu34Kw8qb/XjJRRIkfpZjIYgmtQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.11.0","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"16.15.1","dependencies":{"uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0","@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","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/core-util":"^1.0.0-beta.1","@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","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20220704.1_1656944340957_0.7740703691850455","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20220725.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20220725.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"7ecc316163d2f0612af7b8fc3ef677a41832c293","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20220725.1.tgz","fileCount":42,"integrity":"sha512-GoYfFN5gz8AcouiF7ZEp1SikoqaewYKwZcKmQWlIU89rnFow2Kph5s/FVxuvEuWa+tIzAeAWB/b2nuCssXuoIg==","signatures":[{"sig":"MEQCIBlobVD4dlcypvzzNbT9IdstgWcqfJUqWrJhirKOOX44AiAVx3xKzUa/wL4i0Qrb6WIiGifMvQ8PmxyGNcm2EDr/ww==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":116468,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi3qaaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmri7w/+NfQeEG6ZVhS3H+VIV/5DBpMi/1tTrN97yWgbe9ff9CgSLND2\r\nkvSVXNo+/7amxN2H4jUst8a/zS6g787itR7Zb7Rw8MiA2diyJ6Vtr5rzavZ1\r\nYISLJnF9seniUAh7Ah42JI+auDKKtL/7qZDKZ0Yc046GRG0e90eguKGxyBlV\r\nJ12uE4yZ1TmXp8Jz2Oeh7JlEwYS3afmmTQtHeK/s3rfYZ5AlBO8/eKcZC5jG\r\ng8+p2Ehm50iAOHUGQchxV0PglXsKNbR6JiBxam0njHipMLj+6yyaVXppR4YW\r\nV438LCJVa8jCQKsvjwpzZtnhsqSrFXB3Ou2j5Bh4Xp2PIk0CB47R5DKXklJx\r\nTy5Ddw4L9H3muaVYzDAnY/VYBXN8KQZpLs5zCUOpbd92VD4UUnUWMl8c/RRo\r\nw5G0D85mP1aQKnBoVkABOhdAiVVSuiueRo3ojTAKfErMFiB1Of5AgIHLz65L\r\nYaFCEdwuC/yOIg6tOdOmZwHSaxAvlkXIensugW9fICzClLW227oKO0wAqGo2\r\nkcE/oEpOMEFPKq31gW+0SbAzqzTrhnogc4FuB61bu77aMWmVgNBkxsDj5cw/\r\nFA7Jo18RQvDq2MOYCJMa6xVRuAglr8nHRjjO0SIkeym9TSbGKkNEgDrlHt83\r\n2jaEI0k3q/ZMGbywHNiiDLGaM8ag6Vsu2xs=\r\n=kdEe\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20220725.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20220725.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-GoYfFN5gz8AcouiF7ZEp1SikoqaewYKwZcKmQWlIU89rnFow2Kph5s/FVxuvEuWa+tIzAeAWB/b2nuCssXuoIg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.11.0","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"16.16.0","dependencies":{"uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0","@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","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/core-util":"^1.0.0-beta.1","@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","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20220725.1_1658758809904_0.7290720304318805","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20220803.3":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20220803.3","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"90a94ea7878e17ba8e9c9934a07f4e18a8b3811b","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20220803.3.tgz","fileCount":42,"integrity":"sha512-sZ/mfp/7v3+/W2VtEunmHKmjGIgS+KTieOueUHXITXQIehZLgeJKin3oaC/3ELV23sm5/PHRK/r0DUBs5fqYEA==","signatures":[{"sig":"MEYCIQDZ8+Y/viTWBL3FfKURJXgXofb+sGTDcN0bdoFlf1jeJQIhAND5eJsF+LlDQZGSsBJD7eAG7GpAKXXwFRtscjzKhQcW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":116448,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi6oUcACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpqlA/+OcDzvUV1s+FP1M7eSE9VRDXgOQoDqxX3mO2n3hJ8Gmd/j6/0\r\nAk92qpOgaxCnkmev6gQJGxVHmIFSjoaO38gZJf6aFBZbAqXWKZdcZCps671G\r\nOdWN+DB0/THhphD9qRRtUJK1Aa+cowMzDH1m0wsuQ8mvxVv41s2TOfsy8qhy\r\nrMDX9H1o0Gq6K8cUnGkXzzuHDBDD/SL5auWikRmwOmEW/uGwJ3zPtbXRs8fO\r\n8uO4StcIOOfc+bAZUXRKmcA6evi58GiEGpFLnPVv/P0ojtaKhbdydaX/wxtD\r\nIMVfQOZg4ncXVxwmTBgEI89/3sFYvBZkw6e07GygCL6dkyJxNP8vgJy/CYzD\r\nBsen/sSjuBaT6kHv2QCIqWpzCl5Naq+cebXb9+XWDlbDvk7V3DPz7C0AI1w3\r\nhx5S1RQZ9/tL7f9rwh6vZIjZ8cZfUaIWo9bGFidfSlCPyd4zEUJFPKKw6ydc\r\nlR69pero4UKLqX5yD7f9XxIuelqpxZHrBa0nZNWBBtzaFpcyXBKcEIwLE6Uf\r\nO5i/PvkdKzGCRUBmrRxgS8F4/wxJiyjpIaPjFjManS5mQ5mZLoPr6ac/vcjk\r\nyZEspphLd74jB6sLrR8bpd4b8at5VCt+BoaO9nVt+efFOfHEypXnuan4cRu1\r\nylv+BjWsW2kRmdy0s7fzxwW3PX6JUg6uoAI=\r\n=1WPi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20220803.3.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20220803.3.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-sZ/mfp/7v3+/W2VtEunmHKmjGIgS+KTieOueUHXITXQIehZLgeJKin3oaC/3ELV23sm5/PHRK/r0DUBs5fqYEA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.11.0","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"16.16.0","dependencies":{"uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0","@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","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/core-util":"^1.0.0-beta.1","@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","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20220803.3_1659536668352_0.14881292237279942","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20220815.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20220815.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.0-alpha.20220815.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"1b921fff9e89797d973d69dacfb73a2898260c52","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20220815.1.tgz","fileCount":42,"integrity":"sha512-Ct4ea1ePvuSn0rNAjgL1X5vT/cHUnLraxQJEmc9mLa6YOJaj3e3wAj1CwA0GeymA1TP50pzE/ssK6NA7ch8jQw==","signatures":[{"sig":"MEYCIQCUrWEIvpH6umQvHBhdymnyF7R/zoI6249LsAuZgxKnngIhAMQaMvoMrstx9EfRPZ8n7UI+a8h9feOdwfkFbrhefmdY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":124222,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi+la0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqWgQ//W4O697OOK5Q58gOq+8X2npQLklZnhIjPYYkq7/48k7C6CBgn\r\nTsJ9NvNTsh3Xgi23TGVxDCEfjhu5xxlOQ5TyhLMSix625nfuTo5HX/Yv6zGu\r\nzXq/8w09rfQCzz4z+NzcL6WRcYd8NH1afbhNOkVY808y3OSHPwcsTv3veuyx\r\ntZthH1sr4u32dnJFkI0reqWOn2Rwk5JeiXFnh9YKRkQO+bAxyh/1XJAnunpy\r\nX8bOgoeBrncy7c4OyCpkqc8YpRbnQIzCf1J3IOduZv+IlpHTsHYjgefbI03+\r\nttgtQOsjqz2xiC79TWOJglXAB8yvLJBJNNzXIlwDHMEc61s5YGZFAgwn9wmY\r\nsg/9m/XmYYKScjvaMJPRZ57cB8RZGxQT2AIuvC+Ufg17xJRednv1HDZo5/ug\r\n988HOhI72XjDe2STbRJ0MLXILSbUkF4wdDEBi3M2E2xaGv9WJ6H6P3rfLiFq\r\n2Ai5kUKMbi4q7VMIYtTY8eYiy0o0Z/Dp3alCfDU7TSrlVvolsT0yKa+v6Qiu\r\nj9IzuYa6uQuXn4bZLBpkl9ei+r8nLOwZGT+kg5PDjU5bWVvQeISCpnPDvw/D\r\nawIuVTvpw0MU7LBLOKQJH6WRmD1hR7rr8qhms+wX0IvaJp5aSxZEJePlBS1f\r\neNgTPRHEhAPm7VkITX+/EPw0SgPofIFUb08=\r\n=Ogvd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20220815.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20220815.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Ct4ea1ePvuSn0rNAjgL1X5vT/cHUnLraxQJEmc9mLa6YOJaj3e3wAj1CwA0GeymA1TP50pzE/ssK6NA7ch8jQw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.11.0","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"16.16.0","dependencies":{"uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@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","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/core-util":"^1.0.0-beta.1","@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","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20220815.1_1660573363795_0.3835347020966213","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20220901.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20220901.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.0-alpha.20220901.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e5045ecefe800bfa0cd031ce6a327dfa8693e21d","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20220901.1.tgz","fileCount":42,"integrity":"sha512-QjLZRV3enQvrKSX9mb1uUkw2z2rGis9KmTFhTpgIwFbe5cEiKl+nxfTai1P0A1Qq9CAnhgHrISkYWNd9N8oUxQ==","signatures":[{"sig":"MEQCIBvdHZjft7yiXNxXVOVlYKw9nQhBGg2Ssivu76q+R6NWAiB3RKcRuhF1xpyvA8FZN3BvqKlFRVUgqxiSIp74cyIFdA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":124215,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjEMB0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpx5w//dajKE2SG/rqyyy4tvHmCoJtm8jQEyG6AH0MhdDQUWWtC7K8U\r\n/6ERTCUVejzf+AauCZ386IqqIxLSxPX1Tytg/GrGCQjd/fk1NQxM1LtflPlt\r\nswP3Sor1+Eg/Da2cs2laZ4w8iNdzICgMxBg7ZIE5zMdVr0mk0MT4g1enhF7D\r\nqyMk+owlYumfBvs3I3m3uQ9BePAcs4M5GZG7ha9fmldSYknwpFx7Yz4F/Stx\r\nCejel3Njx4QHIG0ZY8mzG5IS4rPnAF1weRopxxO3/bXsOb2+JL+UbFd8pdg6\r\nZz+leR22JIeSQ5JA3PidTGVqHgZF/Q25BgN+UD44DyFxCV8BEWleHjMYgG+2\r\nXjnSfjOWUaOOCOAymdQ8OHSQXA2mVOtkKRGzG8/Pe+bXhpcYWTCdeqtjABWz\r\nwl8WOAUikcfH7sbiFH78fwTyFSmWB0psqxt1Kx1yDZONBYmbzFZidpzsJLq2\r\n7BksWD9g7KrKp6iBKTn+NBwZc3EMjnANYPGs2qbfVaY84qLkX3dR+S2IEC2J\r\nvPXm0mAQvizaf+BafLRPZYM3Yma6bw51G3tDl2N8Xo7InUnKxBglJeWkxc2Y\r\nbD/GvolZRlrKKWh8vP7JpAXs8NEfixVHZ2R1fsr0scOMHFwnyXOXPYKygX9M\r\nYp/OHb/H/yzgRMj1Rh1obiNOjdevpHac33U=\r\n=Pf6q\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20220901.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20220901.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-QjLZRV3enQvrKSX9mb1uUkw2z2rGis9KmTFhTpgIwFbe5cEiKl+nxfTai1P0A1Qq9CAnhgHrISkYWNd9N8oUxQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.15.0","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"16.17.0","dependencies":{"uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@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","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/core-util":"^1.0.0","@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","@microsoft/api-extractor":"^7.18.11","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20220901.1_1662042227714_0.2953879947112845","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20220923.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20220923.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"68e8e3bd3bfd8a2f6146e3cad608494dcbfeb82f","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20220923.1.tgz","fileCount":42,"integrity":"sha512-MDcnm0i2B/zB+aylWT05R4UeNhopXWFDcHFa3Y1Wi5BJjVM1TnTlmVBcnyoz8dpkg5yLB9ca2X3vLdA4DuXZKQ==","signatures":[{"sig":"MEUCIC3JKh922OjmNnGLKf4XIQ5jEcAM6JQ2gt2sn+7AZ13mAiEA7qKc1KXACQKS7ogA8Q3cyzkUh1gqr5oEIVLCqs2uIoA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":124214,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjLcHtACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpGXhAAkri5xWDIUdBKlHB+ofYwbQo2FLmoBFTw+9KRdHuqdUMGJFX0\r\nOzeCCjUUJfCfKmNpjPlaBOMIXA+CkHnP23EDvXVPEGCg9Y5BQY2iXF7zvIv8\r\n8nxsqigCYKA96NaXPa8isFAwHu1Sxv32encjFkQsvdog3YQU2F9mbjctHQXd\r\nVMGokZ5BZYyOa1uy8MmATIyJUWNHh+eNNZAy+yzyHNOTU86U3rc36IrXizpU\r\n3SnehPGrry4wd8tSruXdpgifwraJRJeL56jmKyfCQpmlT9pnVZsa9hLuNKRk\r\nAsbJbhC2VXkF9JQAo7hBtzjGLBI9u9tFbhH/MRmG/kPvVERZRv9HGmkrb3Z7\r\nRYfBLljdWayR/AYnz/fWYewgID1gGKi+3QAmk4pMIdKG4d561qtZ1xVpIagR\r\nUNl/4RtFWkl/48THkq/PAl1HC3bT5NgQu+LnxFS1U1wSlc1N6jU5/2M4Pgpv\r\n42FijtrhgLEjK2bGBV7a0tUVUtIh+3qNvdUZa+l25SpKnoDNme7s19cRhx3j\r\nfyZl1YRAbgxITjSEUlaQ1v+rttpuxhtB8JKdei5FyC2ODfhbjI4D3forS8ob\r\nem5RLjA5mTuHhC486Uf9hvBIb/V7eb+SYFME4P99rEY8VUj0KIO2ykOcSODn\r\nstsIT3I/ci+tRrST27C7W5xg2/61ufOnoHs=\r\n=zDx8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20220923.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20220923.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-MDcnm0i2B/zB+aylWT05R4UeNhopXWFDcHFa3Y1Wi5BJjVM1TnTlmVBcnyoz8dpkg5yLB9ca2X3vLdA4DuXZKQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.15.0","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"16.17.0","dependencies":{"uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@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","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/core-util":"^1.0.0","@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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20220923.1_1663943149084_0.48296999808201524","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20221017.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20221017.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"6e95169d5f98b493d913c6f0085c27ee58895884","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20221017.1.tgz","fileCount":42,"integrity":"sha512-zusbYuE+rwJA/dGgTp2oaFLvYIZN/cv1jTTI4i4N8crZX/emqBPKk6LMtuedsGMYy6Kigx5pLFYJcji71YTkww==","signatures":[{"sig":"MEUCICi31yy7TBY70BoyNP7U9l6d+EpkrQeU84tHZlNFl/s5AiEA8JVtLu6rHRKd3DYuj1aX+rbvoaKiDKM2jO4nJ97CdLc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":124214,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjTWYqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqLpg//e1snnxhUr8Nq2JM86d8/6m9Xjp0s2KxW6vnKbYiaNiXL2ThX\r\nB42kj3YHAQlesI1BkJOOBZx3DKzbhErxBvrEtB0R61jn91LagHlvHl5CNF8B\r\n/HpIM9LhtBIv7/3CoM7n6UuAWQuG5ZKhO5F/EI8YJN6ucEo4LRnHq/dNUINo\r\n36hSkRqHyjbETC2aXlc9gDoPfnjPt2x9Hngat0z4BKN2Fu/1+Jy2mN0wml3j\r\n3b6hCyz8TlmOPQZdoXqvXqkCWQ0zimSahUdjOhTep2Ak9O/YX6f/Qik5l0dv\r\nTYEQly5raWAi7Okxc+noMmuR1qmhnnZrMa/ciokm9/0DAU76kpuMgC6YYiGA\r\n64sUNjPALOfbL34AUxysvvj3l7csHywFf9IoFj03nPPYQNQdBmpi/J45TRxj\r\nL0PFmDIAPw8CS4cr00uqYsuHnBw+EP1HBoru/J9waecgTj1bJp9Ahtwe8luU\r\n9UmuuwSpeJ1qshUEqFmaBXOME8dcJYcxZcveAFr+bp59tTrp3F4d9rZLvmGd\r\nBZB/NhuN8Wm0tMDSX/X3CNDXiCW41sJfY2gDbSopAflmuFELzrxv11/+o2ZG\r\nEY+xrOOx6BkidGmHQV7kt1UJXtBDhEwnsZb17gMpKZqzo9hzaduuW2EXZzY7\r\nASfHYtIpeuRRt0XXSS4EJHEoRnTP9wPo0ZY=\r\n=qCCN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20221017.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20221017.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-zusbYuE+rwJA/dGgTp2oaFLvYIZN/cv1jTTI4i4N8crZX/emqBPKk6LMtuedsGMYy6Kigx5pLFYJcji71YTkww==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.15.0","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"16.17.1","dependencies":{"uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@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","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/core-util":"^1.0.0","@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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20221017.1_1666016810633_0.8830045185891531","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20221107.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20221107.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"b8f36c858b2be2a971eab0816040f36f71d4c578","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20221107.1.tgz","fileCount":42,"integrity":"sha512-mz7mU6uxw9izG9rt8e4Krw7i4wz4xYA9+8clvgrt0KmnuPSBg9QPI2Qr3/vP4ONo0FEBvS3AjEsU43ZWvRbA+g==","signatures":[{"sig":"MEUCIQCcvnlz1HUJ3zUSbBaJACB6s5LQXFiDFM/OgxSBa7alOgIgcj+DjIQjXWWb9PfhxF6HXzlbK9BU+/MP/pusGNZoEr8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":124214,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjaSNbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp71g/9ED0/58ArN3SPnWdZS63Gwv50hNZWfHpP2Why5YtSQMYkVNW/\r\nn5Zv9i1//tPkYR069sm8QCas9HpXiyokusluZdsSj0EzJgXIU/MyLmBRgj1v\r\nUpFOLA7xXUxf7tdXFHuTK92YBny3EAA+tde44cASZd475BU/uh/3r1XX3jS0\r\nV1sXSMxfcwLZz3w2Supqn7XYWf33RY6ERkWU4t5imTqcNPCFbtHpB1Dt935h\r\nlmGFbBDtPRQXWyDcp2q2LEEQ4qu0SHulSVCQx8PyxxnXnYbwobX8jfEEqK6d\r\nqVkFByL9/Xumx200DFUZSN4IGcIb4gMRa94QQWPpTNFpbkNehDE2erlaZ6BE\r\nRMSfx3l4Gv89Fs6+1wwl7opGQnoBI+F8ijGlkiVfwPzPsTklzBGVdumhZQSx\r\nw40y4FMct3KUqVGPOcIS6oJmwldZEMjAfO6bllgTfJZgv5KgGvXFO90n0ccy\r\nzvD9hx16YtxeLJTgU9/eN2AYnPPc6U2ToBuIn9w2mJZZKp50Kda1Iz7z9SxY\r\nIyMJfuMsWIf6I3YyIF7qwKuDUdvMl90eYa0P0gP+qT2begr5ilC9fveor2hQ\r\nA7s6b8LpL8AErJxbXXLPojf0G9d/PjJ4+CVJ6nbAC4pibwsZ5ZP6P6SLFYn6\r\nF3EU+PxT74TU404WmnlQzsYF/8El/wIHOvg=\r\n=ubbJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20221107.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20221107.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-mz7mU6uxw9izG9rt8e4Krw7i4wz4xYA9+8clvgrt0KmnuPSBg9QPI2Qr3/vP4ONo0FEBvS3AjEsU43ZWvRbA+g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.2","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"16.18.0","dependencies":{"uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@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","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/core-util":"^1.0.0","@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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20221107.1_1667834714945_0.7737000391054154","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20221130.2":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20221130.2","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"f39ad12ed3caeb76e0b9e12a06a68d32d98138c9","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20221130.2.tgz","fileCount":40,"integrity":"sha512-zKr+L8xOkoEw0cVZSOaSgt9Yof04HUjaRC69cUoQOuT1T+HDQqnFpdJfc84xvtU6n2JC0/nckQ8kegb6LKAWag==","signatures":[{"sig":"MEQCIDMLKyXkWw6cVkwzyNXIs4Pk/eoXKO56vn5UQK7jiN5CAiBUpuF9bpYaA3UF1tQWGqB2VbRyYoocRqmzVJQpuoAigg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":119796,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjh3XyACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq4EA/+I7desB+rpvACIIZCdKk6r8QYv0iTbo5U4cb4f53k+r89m419\r\naPLSYMOdRF/gXpzshRG5498IrFNLW/lQQFc5siBLaiDDrxzM4uCS8IiAAfZB\r\nTgusUb72Ecddg8zdwMnZxPdQ4VCpZITgtLO8xfnA0IKVbQwmiW38an0vrNsb\r\ncztFfnOmCZQL6unRAYz3NzbPqiO7Cg+6SOV7gUyBrsOMnp1aQlhvlMsH3Qii\r\n0zx5JgJAuTzwJSN1PDgDfrEyRC43mjGUiHvqdIpS4eg7Fn0jL5y889uzscca\r\ncP0p5xZylG30oQCrR1GqqLJhl/KX41roWPY/hbB6D6s15mdXcL6xYJ6BhP82\r\nY8Jn60bSVmemJx3gQbtgwilHRohdWzjD1dEp/PAYkEomY6njP3lRc/mEVq0j\r\nFpzG8Jdgxrxkj2TVXZNhvZbNbhYNj7M8B022YxEgiTZyLqIZIkB8Ur76CNoG\r\nx/UfgfI3WB/GbvhBo/TSsQIbnjY+wfNCu7Rx4pOKXKqQ1NljeRQ6gcwR62ko\r\neAChPeV1pMOCzFlDCUzsYib5MJ82huUzBszB5IrT2zwQf6mQBOiScn2XXWmj\r\nthjst8vOKt0dm4QTjDUtuafonTqg/7n+wcFvayWn5WQKyKH59bwnuC/yapoI\r\nn/5yBc1oLeFP24QLIFCtL4b9TGZ8R1abL0M=\r\n=ae7n\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20221130.2.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20221130.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-zKr+L8xOkoEw0cVZSOaSgt9Yof04HUjaRC69cUoQOuT1T+HDQqnFpdJfc84xvtU6n2JC0/nckQ8kegb6LKAWag==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.2","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"16.18.1","dependencies":{"uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/core-util":"^1.0.0","@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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20221130.2_1669821938234_0.10282854214993264","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20230126.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20230126.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.0-alpha.20230126.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"fe3e2e00ab0d662e875f19dcb8c425d148de8c94","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20230126.1.tgz","fileCount":40,"integrity":"sha512-Sp60ZlnrbNf0xSP7btt6cpwvDrxX1yxPA4gy4WHsk0R6Qy0EiE3fuOb5//6ZZljXUfkgljczN5Vd1QtaL0KFYA==","signatures":[{"sig":"MEUCIHYy5mugZJm8y9GZbmeBAcH3OMMx8c93M8cN3xm2HSRVAiEAkSh5WYmz/iGL0lWGWK2P9aoOKXjHNauTQeAlI9s8gjY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":119776,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj0ptVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrSTxAAocLR685F3ArmjrZDbvyxy+d0fyrTnU3iBO7QTtjfmnTOLzTE\r\n3KWi8TXvTk1vpHWR8dAN1DDfwdXS0d18ocpRJJ6Ee/c5nPGxWTuzl+WeTOPS\r\njBTinzJUHkUKHd1NSF35oisTVeJfLgK8VqrCD2rncECQwClhpAIdHsnUMTn5\r\nHGbTbiJnHvuwSD3OdX00Be8GE2L+CjZym2uYqaSwsQXdo4Q2YMwfDx9+2eSB\r\nljrDI5hXu2s3jQERG75p7XaMwHmi/T6DmDQmz3qxvaiOwAwVsRlWwgVeHFQn\r\nwivt+pIJEMce1DdPLujC9ZQ67/9Yal2eIf/ZHqx+sIagwuQO3xIu0gTnQFKT\r\nf0YBlpW1gFqF+0VZOtwjtJ7fjqJFDvgdjN7qEvpHu74QmZx1SIrYiSI9s8yY\r\nPpKVHHlpzDbQJ2w8+MQrGrHlPA0Z2o4vNVNYZvuyQeQRsoByhUyUz1T+aJ+n\r\nDyYo4Tml+SfIa9W8GCL7MEoBdbgfbVdXbFxlHiuQpgyDGFJi5MEE9A3N6dlb\r\n7gaSA9kJ4k+WU3dXyRbaDTMd0axSesBUM3GIMo7YEw1Kt3ebOLzWrNGa8yrU\r\nEgYkKLW+JE8TmyrGgZuzJY9Do3lz+UMx8Nj1QbtgBgA7zRlaKElftGNl0iXy\r\nXmv7DWjuoa5PgeWLaqD5IqPw+57R1V8tukk=\r\n=Nuea\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20230126.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20230126.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Sp60ZlnrbNf0xSP7btt6cpwvDrxX1yxPA4gy4WHsk0R6Qy0EiE3fuOb5//6ZZljXUfkgljczN5Vd1QtaL0KFYA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.3","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"16.19.0","dependencies":{"uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/core-util":"^1.0.0","@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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20230126.1_1674746709349_0.04438982913225242","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20230127.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20230127.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"6cb07c4a9ec8f2420baa32dbaed99790481b85e7","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20230127.1.tgz","fileCount":40,"integrity":"sha512-UF32R37g9bMkHwvWZtnM8KeiM9Cmb9nHNvgqsIAfYPU8qb2iZu84l/r7x4XFrd/MC3hK5IQA8KigUERwWrzlkA==","signatures":[{"sig":"MEUCIQC8rl5dV2W1od7f7aA50nfxD48GWpZUh4Vi9Etf0gj4zQIgG2uXVkMqsgOxHjFfJdTZvZRjVUQb2n4or4ReivGxU3M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":119777,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj0+0xACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqZBw//V65mQCHVM9Cfzh0GZllJOphs5fwK4vvkQ+/VlmIij1Y0tLtO\r\nlD4xf72z84PwLF+JxiYgERuO5AtpR8VTRr0y3G6RWX+OhblK6zVp1E9gbXwN\r\ndin7yeA2C6zjxTo6F9+QfDsT0tEvHqCB7O1UOBQzRoevv8M9b2YhLdLHW+ka\r\n/1EEL9oZwbkgGKlltFE7StmipvX/gn/qk9fNzAQ2Duy12JlEMMAXrxF6d3I+\r\n/TDNP74ZrrOE4d+gmDOWVpJ8POEENCQwLe9yS6FxUVez1NwuPOF1fd/oRunp\r\nEp790wQfuhnrwKOJjdtKkQ7t21ei00Doe8BGwNwTjaWaVdmcZbvq/x8oxe83\r\nVI7dYiiuuP9lZZp36rHADavMfN2cjXdMbte7AYafkMdQ+ZsWfLT6T8r/YSqA\r\nFEFkTTv3F8fbIwN9p1wv+wzNcDCWrRnq8zMBrdQYBoed0cZDLqgQhhuvCx52\r\nFlEDbH41AYeGzu+GoI9bKlOd1UsADoSCj8SAOEtx+UeO42txm5eHPR54KV/J\r\n9gVluKylPxE6Z79BaBeSwuVUU43kZUJeqKcDNAfwYjaSvSB8DavM8CYSTQHt\r\naYJzgrrSxUNFML+7ilPaQY+/S3GJqQcM/meiw1yJlWvAeATTq48i0RNqGycU\r\n8NYYkoD1Dz3cWFXogeN6RJCBiEEhr+0Ro5M=\r\n=/0oS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20230127.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20230127.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-UF32R37g9bMkHwvWZtnM8KeiM9Cmb9nHNvgqsIAfYPU8qb2iZu84l/r7x4XFrd/MC3hK5IQA8KigUERwWrzlkA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.3","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"16.19.0","dependencies":{"uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/core-util":"^1.0.0","@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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20230127.1_1674833201000_0.03456461254783694","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20230303.2":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20230303.2","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"31994798a1baa2937c22df8eb4cfd6d8234f80ea","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20230303.2.tgz","fileCount":40,"integrity":"sha512-BynXG5/b6I9GvJAdfvdDDqqktPcGYlqJNIP6Hb7FotNBmAATVpXK156e14rGVQ2t+fB8/FYgt/XYtpw3syn8WA==","signatures":[{"sig":"MEUCIQCi+U8SE5qv35OY+mXgT/F2krRaPLW6EBQ4aFY5zZllQgIgKgwN4TaTfNMQXbQkqle4EuNMv0V/3vvjTsdulcye4/s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":119797,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkAhEBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpUmA//aHk5jNkD0vKoThV6e49mOgRdxiVUxWeGUtGzmBvfsNYhFLbh\r\n6VE1SZOga6MUnc4mLX024Q4JH/QqWCJGf6XhG+5GWEBNfBzc7ltH4LWzBabh\r\nNmzRpPWffhrPViq2FxqTNQ4PF0epAmMzeHbIfgv91R09iAHHP4RucGG88nKO\r\n2UrPmeErotapdw5K3CBK9RVisLe88CpjDho/VH1jsldr3/uR4Mq3EqB+Szse\r\nQm7t27sSaH1ylbEwLCTKAPfK5hVFMD0lk2maOYXOOyoTsQUCJT3XzD4OBeWg\r\nxzI2MHzhAG5BbGZhKNJaxgfpp04pyOZfb7S3Ba2IhbZ86eooi+F/aMO4ILAo\r\nFrZeZYtuDSdEFylx/2y+LO/99VEwh+6HHxSd9z/BOw+fakC94KSAHMlQDtY4\r\nL5TbxYhOa2L+Ry10DwXcHaDNjj+s0XbxceY+JzCWhjq2OwYQqWRNdULVpz70\r\nszlsHFbtEJDnHgZyXWl+i5fYZONDElgoy9r6ak8C/iitePfO3j2GxdBfpXh9\r\n+YNzxiWFZz9ZdDLyjjaLSLjcoZaTjSpglJy0KozWkb5aWB2KPFOTaZwa0wVF\r\nb6qTrnP4NJtXBPsJVrFAgNVbDxPTsvMWqJjSJxMhOs8tDpONE6DMbcg7d5WT\r\nuIgBo36JYEC0JqH1zmcB0+p9YkyJ3+mz0JY=\r\n=08lx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20230303.2.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20230303.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-BynXG5/b6I9GvJAdfvdDDqqktPcGYlqJNIP6Hb7FotNBmAATVpXK156e14rGVQ2t+fB8/FYgt/XYtpw3syn8WA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.3.1","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/core-util":"^1.0.0","@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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":">=3.0.0-alpha <3.0.0-alphb","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20230303.2_1677857024906_0.12172379597564875","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20230303.3":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20230303.3","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"0f8709037b3698b84b162418fa141ad2ebd2fe6b","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20230303.3.tgz","fileCount":40,"integrity":"sha512-TszRMUWcLVpV0s8IwweIJ3cxwuAQ9wRyCmacR91nvhV9j/TViE9IVUqwZ2YH/ieW87y/IYchvv1UeQFJfsPbcQ==","signatures":[{"sig":"MEQCIEJ6N/fRXr7ZuOrLyUJ8/+WUXwwgxXtSfbTtwXMSQ9yrAiBBPbnrhg4zwhkOQz3kSWxxEHnNiDbXKo+XZ2Cx9ujphg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":119777,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkAhOqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpv6xAAneQ1ulZMnLl+5zrOw+VKL5dQdp9syOZOtgt5+Wb+1ewIWoP8\r\nOfTRTyjKu6q7aboKtgky8fMffzSrpR/uvI8KgGqZRZLEKXjKnMRHoAdpdW8L\r\nZgFDoHMhzHlzZWuU+g7Hb2eVkfrvSn7uc9t+o3NWAammAkI6Mv5xTxCg+Nt6\r\nT0xWSsi+o+o6klkFowCIcxCL8dEKaJJX89BJmh/MHZXTFYCWIme/F23t3yg7\r\nLvMX9Z24g+8glhVScPMiJyfEHvamf5er9z47mDWBXhLbq3+2YihGa9wxHB9E\r\nv39ykxfIEdhOsGTbbBlYLMOdBIutivQFZn1KhGGD9dILTUO4mlP2SozxI9Mt\r\neuObBCnJT/5rfTAWXIwXmT8tNz9TxNWMaIzHU0cKDeARCSZ4pWfI+Mcvoq/Y\r\nFUxi9YWR7XUacsoB9G9bK1oVan1QMPSAbeijeKIXQqgpy8oaVeb79lF0D1K+\r\nm80hYurjRVtT9BV5lseRhBvoQmILNhBeD3hZoP8/eDBooHUr0UMa2Da/D8BL\r\nDnUO8h3lKwyMzqSzUm/UNRm9Oaqa+9+0cUW0YOqEvrN/S4RdgtGv1/KcW5e8\r\nPHaU4qxIwWO9BHV6LCJR5SRCUnQ57Hqn2g709prLKUxCAexWNzluysphuZzl\r\nfaVi6osVlp8hY6KayLcP45rD0y+4W/BL+fg=\r\n=wMGk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20230303.3.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20230303.3.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-TszRMUWcLVpV0s8IwweIJ3cxwuAQ9wRyCmacR91nvhV9j/TViE9IVUqwZ2YH/ieW87y/IYchvv1UeQFJfsPbcQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.3.1","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/core-util":"^1.0.0","@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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20230303.3_1677857706001_0.5033821484112211","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20230306.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20230306.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e7be5707872ed331319b69aa5286f8137ee6edf4","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20230306.1.tgz","fileCount":40,"integrity":"sha512-WRl3bdL7iYGGyIFHdzHr88LR2X19tPL5zHyr36sSOrNI2ulyvFhNnzW8xs7Ws8jCzdqEOcZoIec9IEfdsTbcQg==","signatures":[{"sig":"MEYCIQC8q1MivhPlpSD83YuwmRbO87VxclCnf0mgm7xh7J2asAIhAMm6KPEaFSFyb+uimUVbv6FXD6EydDsYfzZzdV54MSlN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":119797,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkBgo3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrcNg/9EKjev9ER/XlMcE7pBcjTxYCJfyGoaYJoRuG4Qx4Gyx6DFIyJ\r\n+CHR4inbs0y34RzgO3vRu2sfTF2QjsJGXVr9I9ayOUuR56yoTKtI/SyOzeVB\r\n/lVBWO27J/W/Mh4DTWqqyFglPMKoSeS36h7VIFIp5R/pzpBKsMH0gig4wnJf\r\ngh2EK1pylFk81+uJeBSUgW+OsZyLw2/FTg1DKc0eV6Hx/Z670p83tM7zqJCT\r\nmx62nwZSgVMl3D9NhbqWGHDH7ZwLlZyARTe1zy5BeHp26hHzVbDwC8x3a9MX\r\npLE/zBm2Dcc863+tCWyYDi8NrbxprCe9+cCGn9cfwSiCEFtgO2TY35yWwSrO\r\ngOvlGK316pZAcuyPksknIS4atZA1QuNf+u2c8CKIIJCPigus3CSY9OEGUYYd\r\nqMGKo+uR2q1vMrSnNeL4q1qAOs9l1VJbc3LMnF7mIiPcoQBZnKPp6bxT+Qyb\r\nJk/g9xvCfXXzB+HLpXP5bDMdJotujzsPAJsXnrEW4vpVBxTkwt9U4r8XXV86\r\n+v0k8MYS0PjDeGwN89CcKe2egrasSMqNqZLpjqTRnf/ZTZhmvITg1sknV9gU\r\nRn2G3ucf0IKJWzjtPSD7txxA4bsROadPVNZ9zXDQq7Mx7MiPH4/1t8sJ8TVi\r\niDIJ3OEQdsNLFjdWKhEVzF6DBcMAYnkYcJw=\r\n=k801\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20230306.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20230306.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-WRl3bdL7iYGGyIFHdzHr88LR2X19tPL5zHyr36sSOrNI2ulyvFhNnzW8xs7Ws8jCzdqEOcZoIec9IEfdsTbcQg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.3.1","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/core-util":"^1.0.0","@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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":">=3.0.0-alpha <3.0.0-alphb","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20230306.1_1678117431654_0.5450609312142047","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20230306.4":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20230306.4","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e7c5ae388112af6b49693a8cd2cda468b0879416","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20230306.4.tgz","fileCount":40,"integrity":"sha512-qxKgcINZlURy1A9nd+glaMc2S0BCJfysOLTaWf/9VM2nNtr/J20ctIIQA5E8WGZfRf4lZJK0pQZFP60znWWm6g==","signatures":[{"sig":"MEUCIHHlxk+9Nh+yLrZjwEp4vbclgxU7b57C4p+eyEs6uZjPAiEA5W5HNxgjO51DGf/Lmelf5lv0Rfg0g/dJz+8GfCUJzDk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":119725,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkBpffACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqozw/9F51c1kO+5bmh7IGY4FTQ/qY2Q+L2Oy/jBUcf/t8F8aB9AjJQ\r\nT+PQ12baehpBflThJzyPiZZri7fWGJMiNv79/725kXtkKEDwWoYwnfV7nbcE\r\nQj+6r8C5pengNQQhC5TXkmewUrhEsJpmYXYP+faoHVmlTBIZrt90McZo87r7\r\n5xtXcuCSysW8NvE3PMev/pFMHOJae93mfou5M0z8TYKEpTSYXiDjKS2Yiaes\r\nLA/GMlYFC0kALEv4rUxGyCp9GxrtyVJ2WXPqD+qJnkRPv/6b7zkreTGyMGc0\r\nXtIwqYpooZffbwD7MET1ET2Lj9SEqhIVpEGFFThS7sk5bqFyyBnAUxOncWzW\r\nPhj/s7si9YCyIXzn1STPfjpido6PP6e5CYH7B5kNt0ljOY0UyC3wLQTypmOg\r\nahGbO33SSfejo1yxAwPzggVxB2Rn/6keMSbARd0LQYIKeglGrM3mZR8PugSv\r\nbkZKY15kV9a5hKoryZRcI2BT749673VmFqPGHpmdxYLfQhad5Ib2szH60G0a\r\nqyQmS024Zm3Hena46T2sVLlgCUtgN5Y0iZTel76Edf02axioyUufMK42+x42\r\nb7AXNiHSxf19dPxiff29Iv2pk0XlHd26JuR40aCa3zPnaWz3cI/3eKyGlPXT\r\nhYFBgZjR/oACRdwy+S+JY5W7D+9JlqC/i8s=\r\n=Zs65\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20230306.4.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20230306.4.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-qxKgcINZlURy1A9nd+glaMc2S0BCJfysOLTaWf/9VM2nNtr/J20ctIIQA5E8WGZfRf4lZJK0pQZFP60znWWm6g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.3.1","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/core-util":"^1.0.0","@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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":">=3.0.0-alpha <3.0.0-alphb","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20230306.4_1678153695304_0.48061114603600275","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20230309.2":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20230309.2","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"98eb917d50d7329a00a78e2d2f744144366ce1e9","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20230309.2.tgz","fileCount":40,"integrity":"sha512-A+W5srfow/9rsh85ayuY2OYsdJpYk3BodgOT+vVryhmP3VZlLZLvL1ArKbbUpFKfqMz0LOe17zD6S48j89PXRw==","signatures":[{"sig":"MEUCIC84KdW88Dtb9IJtU7k9fdNdTS28iqEmGzFRfMv9REr3AiEA/40yRmiwECvMDYauxrcLhJ+kEVSsUzA1jVVDNhVB+hQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":119797,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkCfSfACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo4DxAAjdTPU4g3GNEZhQ902f2aU0vcSMMUTtwjX55u8JBmTcSbkoe2\r\nlPgP8owSZop90gIx4l6p6frbibuLOpqB24P/iOnaRp0GcEAKvR9NQBCTFtgv\r\n+fSAaNVN4znk8wY1m6VcWsAdHYSfS0sa8vbiMzQ1Ynt1kFGfIrb7YFo0kWiT\r\nfxPMi1GL9eOnvF3f8B08ltfiJUXxTkH8eKcUhOuc1ZEAUB5GRqjeGy46mImA\r\n2Q0BBxBWo8eAqq+w1IrLa5dRqmcHG86RSfM88rT3H22MVzCoYeHoesKyYRLS\r\nGgsMYWD9FxwWqL6ofTRR28wllpzamrAhYqpk9bCcrQDbCPUiTDBLbd0nf+/Z\r\n2d1OStUE+FrrBqTigrZjok8BKHCIgC73tmc5Z04sPaJNKZC9CPHVN9xxTJiV\r\nggHtkUlkV7T+2NPQW/YvRl7rCaDuI8vRGml2+RmzCKILhT24uQwRauJ/ep7b\r\nc8vRMzvSpoLLW3tyVvNwCKgTSenN/EQR9xaGcoEIOkWwPsx58yc5fv9jpeEL\r\nkWiJAPQ1+HJik0X4TJIxfExesq3FCI5d8yPWR3awgtes87Londsi87ybijwS\r\nQrlk0xYN/HMP0H/hGA0GYEP4JdPDkA6WGrmcOQg/kKg2uOnGFxc7EWPS4IDT\r\neYa1FHclXH06A7nA+ZlJewv7cYRzyLpuBbE=\r\n=i6RB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20230309.2.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20230309.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-A+W5srfow/9rsh85ayuY2OYsdJpYk3BodgOT+vVryhmP3VZlLZLvL1ArKbbUpFKfqMz0LOe17zD6S48j89PXRw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.3.1","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/core-util":"^1.0.0","@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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":">=3.0.0-alpha <3.0.0-alphb","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20230309.2_1678374047621_0.7684000705895835","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20230309.3":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20230309.3","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"b8aac8fe6e1f06ae133dd477e0d585d24f2addf9","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20230309.3.tgz","fileCount":40,"integrity":"sha512-2+W4B0XPvJb8yE6I1Xrc363dYzZY3qF8NIkHR9PppMGiwJyUfAFq0JsGqnz8vnF43iwbCSKvkoZjwE+QRfISnA==","signatures":[{"sig":"MEYCIQD/n6cVK4YNdYQxav2B3+ZnPWe7IU1nM/YH0sPX+9IO7AIhAMKvrUFytiyXnw+6tqJPgl4MrE9RXYZcyz7g1WWOdupF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":119725,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkCf2pACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmplKA//bUNE4vqrlABo6W7nSScJQVlJPMz+Aso8vkZc+rX9CeoAF9So\r\ng9jHk3b8iuDkWNAQREP7mtIRtpeNY8dmIC/g8YzLcBn1dryp3GEnoBFGXJ8q\r\njFd3tFXO4AkuORpRqSqJ4gcUXT/Nyxi/9ZRUqgLt7iEunMR9N0PNpLhCGGpO\r\nT0QeGI7n4Vf9Aw8NjTb6U25ktCpKsqHAX/eZiEEH1Ic1uy1vbZu+SheyGyJ5\r\ngOntDmRSyRAVnsO4oOV9g2cpeC9xtoab5aFmIOsSTeZtj2rchX+N5/Kv8lrR\r\nIHRhNetGgOqi98D2Jgnp1uEOdYp4qMCeJO/ZbM1OBHUL3KP2Qy7Sp8qD9lYO\r\nistVfmrTyuqddgDFjdE71JOKX4PcWi9576BmflxQGTCq4D+TyNswUPwtT8Q6\r\nMWCyClwtfcNmnjZ6nSZMo5IwULbvFuBH6HcE9KnNvXyaBPy+tE80r0K+9cxc\r\nYqDygfzxBj580+rF4Lj+BFOyo8E40T8Lqyl+dfe1Ni06J+MJpHMERCnEfoWY\r\n0YWpqspiEIQOLRiP9ekjWZfMjfswHNJVzMYXjllK2dtX8vIB8IywBhV26z6n\r\nm0Bi86pR2HwEEOzPEj94oBLik4VYINeDN7n22BbDlOZGaG1Wbr6Zh+nYpu6g\r\nfWEXcbUHrPokrTuQ6pj5b2DxwSQomseBg9A=\r\n=ZmTo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20230309.3.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20230309.3.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-2+W4B0XPvJb8yE6I1Xrc363dYzZY3qF8NIkHR9PppMGiwJyUfAFq0JsGqnz8vnF43iwbCSKvkoZjwE+QRfISnA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.3.1","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/core-util":"^1.0.0","@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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":">=3.0.0-alpha <3.0.0-alphb","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20230309.3_1678376361453_0.024182456639863847","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20230310.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20230310.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"400519f5fc6b3ef88fd97fe26ad7b184d34ef552","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20230310.1.tgz","fileCount":40,"integrity":"sha512-dPfP/JhwiW7tqR+Xaezo9FnGFb2s6rQy5FpTpuXlVn67HqCZBNb3PoWKcl8G88pC/pvEkew6WJ3VMFJjCVHQzQ==","signatures":[{"sig":"MEYCIQDJV2Ayctu9N0gcZVcClE1RBZs2LWQZUQI9rvOcWVwnigIhAKo1N0r4t1w7RiSfgu5Urf2YWhkvdX7+cMOsM3FZyZiQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":119797,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkCw+zACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoXzQ//SVcU5Uh4FCtFvkd4bjHkVk2KFQ+Ifh1LX+6tcju32dlKfHky\r\nrT4DDDCDmY+X5y1oNlZPFit2LvQ7Dz9X4dISIZurxZNV1upQkXa1+3R78wOp\r\naRVmqCDMkfNvxqXKT21bKS7qhvWT8LyoWk+6OQ6bE/phKhmqbZHYkMytxbQh\r\nWmaztCr9zYt9udn+ZEF8fJDQXRL4n+kRXcS0pEZpvg7u+jHOJ1tHnIDlO1Tf\r\n+F+sMw9GnXbN3IlBkfRzTvhlzSVVuK4RscNXWGBsB9vmtQ1qG93VCEVpWT7G\r\nWm6PPSuc92ugKtP0YoPfiXHtUUiu1ISUPT82y+A9ab8BeIOYoSVPa3BFVyZH\r\nQcvAqc3htTRBs2uTpA/5bCjqd4DOqPLjZQ7obYhrC3u0RnAU+/Fu6/HX0I9G\r\ntjLhj9tGWyuITJTG5CLjhJIuQ0K643/AKV3LuoVu47PSB9JKo1Vh/v72ShhL\r\n/5hJwMwz7Jdsf8VaFaOBleKQAEsii018OBPmlnsSZ339bIFyVukFum0Tn58L\r\nS4gxyQ86qvsVusxVz8XLNncmD/IhwRwpWtQFPdyjxb+DwwSozD227YvM5bBy\r\nRuGW6HmixHXZbpTK8eUyPk1WjCbfYuDr2LHbGzJ7fesd/BGCTOS3dW9ZGRn6\r\nYhhI8NjvQJ1qjAUXH4gyu7jI4wpv4q1dYCo=\r\n=Eedy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20230310.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20230310.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-dPfP/JhwiW7tqR+Xaezo9FnGFb2s6rQy5FpTpuXlVn67HqCZBNb3PoWKcl8G88pC/pvEkew6WJ3VMFJjCVHQzQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.3.1","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/core-util":"^1.0.0","@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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":">=3.0.0-alpha <3.0.0-alphb","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20230310.1_1678446515179_0.41003022555966506","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20230310.2":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20230310.2","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ecc34c434d6dd8a735e45d0c0a86cda63f223056","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20230310.2.tgz","fileCount":40,"integrity":"sha512-dWKowoQ02ee3TxX1s0v3SYQ0JQYvkBzko14IIvehneISvyBzcj25Qt7luIV3s+7jgbvLjUtOeWBvrwf1q57rqg==","signatures":[{"sig":"MEYCIQDufM6ZYOGdyvZIsSJYIihRAbEkqwoV76EBLgE4x27hFAIhAOKAcHxjpcAp4/nmmezN7Ij6gr4EbigxKc/cYthmq2HO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":119725,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkC0yVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqtGA//RVPpqeUI/dBvr+2apfZQA3nIghdkGWuhuOZofu18xCr5r7C7\r\nmaM8LwoHoc2eRdKHZArRO1jJFZrHSvt6SWIgdA2KA540UeGes+7Q4sw4Xfg0\r\ntSS+JfUvbnlcXQCsxEBJt8CzlBd+W2+YM7Doi1nHTSdFsNIX4XMuJPKpXAVA\r\nsy5ePxM5VPWVjPrcpuFEdVtFw9CjlzFL7A13NXUjP64gK+JtAkg3MU5EkJ0T\r\nxMf0hSsHLcBFDTQ3gQ6JDwdoGhsi9NcY6acSefKhAfjvoWO0tvwY09WBDAtZ\r\n2mROK5KjLJESfHLbEjRJ0ViG+N1aoX68U6QiUFjh/N8t1iABrY3eibEx+Cy0\r\nniucZzX3Vr/U8mhuS1eom1p5QdybLTPYotComIFgbXi5rLhsTwl/ccIjDkxZ\r\nNnSCLELuq2klAdP3PWttRKjhlCgwnK/T65lMlNowV4gI3YEqF9vkPVzSoCAd\r\nV/vz7OvZd14o26iFPLcVWrJIlaE0rmbdQET522CTvLjIXxCiH1YJTEaQdJrr\r\np3bg4Qmamj+UnnYwfKE6dQVorq+iTS+JCdZet64iLAk6ESYOw2evqaSQZuEr\r\nhKbNsf5tIU2Idc9fDphADdUc+PfWD2qJMM7zO2tc5VDnt8ySE9kuA94seniV\r\nJxKNWBbQTKlACGxl5uZcVHb6VID9E13HV1Q=\r\n=Y6le\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20230310.2.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20230310.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-dWKowoQ02ee3TxX1s0v3SYQ0JQYvkBzko14IIvehneISvyBzcj25Qt7luIV3s+7jgbvLjUtOeWBvrwf1q57rqg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.3.1","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/core-util":"^1.0.0","@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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":">=3.0.0-alpha <3.0.0-alphb","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20230310.2_1678462101195_0.32218804704605564","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20230324.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20230324.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"5b8db1c358b796959501b13cdc15418ae0291cdd","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20230324.1.tgz","fileCount":40,"integrity":"sha512-Bn+yOMwwiQ6yu70lvhgx0BAkB24QJumwgkqZ2h5AkjU5o0e/7j0jQj12/SUbFfc36V8X6HVRUEtbRS4qM2cdEg==","signatures":[{"sig":"MEUCIQCzULQiVaGo4qfiW8O1aexLMWqvv91G7Zy6cvhpTKiuhwIgNZBFDn7LRL1nHbIpYmz3Y26DgXE0tZPKRwNOZcFx+ww=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":119705,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkHbMiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqs7Q//QG9KFmvlTKFXv42ldd0WPKpp3qPUoogx3ISNyFHW8HBukAf5\r\n+IqXmjg2nmKNDRPX0HBlPL90ZwDG+NBWGSiw1Ij3hlHp/gsjQCc2dF56efAu\r\nIFbHLTqPCL0siatv9SO/seXnDgwf3nx35NKum/ich3knh8CL3ocTsxrs4ibK\r\nIetxqnwBtbXJ/lrwwuZzcHmhLxt/GTsVUNN8mJhZbDbilx94k9cKsDhXh3ZR\r\nYrcqASRe4FzLWdJK28MYIPxraOBVoTFyHKBZ/XNQilS+w/MJDTmMnMZDEF74\r\nown1XxLgfMWUMnfgaQcCPakHD+RciToqzjUXUIqR0Tdt0NkkMDDZwbRyGFhF\r\neRkO8WgFjlQPe1t263bKptMo9TcBoj8Q4u85m96kSkixoJ3R8j+uogFydq3I\r\n3sYlSje5fvZPSqwdNp2YGA0zjWDN+jQCGIpIfikdiB3aSBgLb8qHGKNPXrbQ\r\nSxStQWl3G5Jz8G6i2J2E1XqbaJ+3iVhVto0X84RJd1C0RR92+YOCbVeDM/e6\r\n9oHpdEmX/D3crF0ZUBUa2KMYqPKIU2qJnO0o+FEPIjLY63GnGeh4OHT33YN9\r\nJ0/vnJtqgbKNKnZ6q+3WKBRgEOV8T01BxoW7hvD4Cl2bBJfdMgWiHgis40FE\r\nuBdPlgfLUJmZBxsvN7vB+Wkeu6NVCFWs1zE=\r\n=lbEF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20230324.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20230324.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Bn+yOMwwiQ6yu70lvhgx0BAkB24QJumwgkqZ2h5AkjU5o0e/7j0jQj12/SUbFfc36V8X6HVRUEtbRS4qM2cdEg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.0","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/core-util":"^1.0.0","@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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20230324.1_1679668002620_0.4167988317717308","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20230515.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20230515.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"357bdbe779f186935ad9ba9e1ed8c69f5336729f","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20230515.1.tgz","fileCount":40,"integrity":"sha512-ihZF+TUlpJDUpcd+vbY7iQeVhw2o/ynENL8dqcMFTE8XtGvwrrwfnIB6OOEx7VOvbf7Rd1qP6A5p7qVoUo9DlQ==","signatures":[{"sig":"MEUCIEJAMBvh5VXEm8wci3X9PzD2F645+yS5J94rPhzlZ8w+AiEA7Rv34yVfRWGO+Gvd0/ONtyaHfSFhgfcwlH3W/LLz3Vc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":119705},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20230515.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20230515.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ihZF+TUlpJDUpcd+vbY7iQeVhw2o/ynENL8dqcMFTE8XtGvwrrwfnIB6OOEx7VOvbf7Rd1qP6A5p7qVoUo9DlQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.1","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/core-util":"^1.0.0","@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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20230515.1_1684161878753_0.15877220504465317","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20230728.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20230728.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.0-alpha.20230728.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"908d2e42e88a8f48712d753801b7bef9488eac09","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20230728.1.tgz","fileCount":40,"integrity":"sha512-y21UWDhMoQPs+exLuseKTBuHW0fmE2p61UaGQTpkjKm8L0cSbkF3Q5uLMM4s9WeEEPeWYano6ixUCqGdTuTHaQ==","signatures":[{"sig":"MEQCIEUHg8oFbHp4C6a2a+5A+2ZvYcrbGKbNB8pGRPn4lCxwAiBYxD5aVq4+a8vanHJdx+M0o4SfmcfOcLwg97h6a8LbIg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":119707},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20230728.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20230728.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-y21UWDhMoQPs+exLuseKTBuHW0fmE2p61UaGQTpkjKm8L0cSbkF3Q5uLMM4s9WeEEPeWYano6ixUCqGdTuTHaQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.1","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/core-util":"^1.0.0","@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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20230728.1_1690554548814_0.10805896483034716","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20230803.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20230803.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.0-alpha.20230803.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"337cf3c7235d4d8e9b1eec59893e0500355b2e02","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20230803.1.tgz","fileCount":40,"integrity":"sha512-xWU2o4fw+4wo6V0z7viFqkMBOjL0FvbVBXp1LFytckwZaC8/KMvUBIRhljBCIpffB9FkleBmQo+dmOu1F/Sl7Q==","signatures":[{"sig":"MEUCIQC705ucUr1QPmOp1V0x+jgOmP16gaw7WS2m2hXTFGmGrwIgALSkCLaw1NQeBKuPeIj5n1ltb93GW26yHeZLimkdLyM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":119705},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20230803.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20230803.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-xWU2o4fw+4wo6V0z7viFqkMBOjL0FvbVBXp1LFytckwZaC8/KMvUBIRhljBCIpffB9FkleBmQo+dmOu1F/Sl7Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.6.7","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/core-util":"^1.0.0","@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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20230803.1_1691047838173_0.23330396838538214","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20230803.3":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20230803.3","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.0-alpha.20230803.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e14efc2b0fa7037770dd9b5016c76dcb96f04741","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20230803.3.tgz","fileCount":40,"integrity":"sha512-k9sWRKbbmNB2v1SQQc9xFbuy5l9yn3+tlkmeAeFa7S3VRMMFjBUp3tdVRn+HjLPBPUD539PFbVHU/fi2Xr+EdA==","signatures":[{"sig":"MEUCIQCJA6sYfI85/k6a8pfX5+lZV1eIMQ4oz0Rc0MZi4l0L5AIgFrFSTTnPnLxkFyhDETwoZMQTBfoJr5flvJlDtXJfA2M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":119707},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20230803.3.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20230803.3.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-k9sWRKbbmNB2v1SQQc9xFbuy5l9yn3+tlkmeAeFa7S3VRMMFjBUp3tdVRn+HjLPBPUD539PFbVHU/fi2Xr+EdA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.6.7","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/core-util":"^1.0.0","@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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20230803.3_1691072837813_0.7820259564616623","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20230828.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20230828.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"818e21b849df1e437a27740b6e301d391770a4c3","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20230828.1.tgz","fileCount":40,"integrity":"sha512-A8Vco16iOWPhgvsqxfOySlJWdni64Djbb0p5zmUatNotDp53fG4v3Pqqvy1gNxxC/Jc43aArw5j060db/lQOeQ==","signatures":[{"sig":"MEYCIQDyN+bQJ+1oh2Di81bQCqslpQJLvTSrXa1tebvcIe25UgIhANSoIWl7x/fHb/OyW8Uqed2jm6Izc/1NVM4IT7bijMGQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":119733},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20230828.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20230828.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-A8Vco16iOWPhgvsqxfOySlJWdni64Djbb0p5zmUatNotDp53fG4v3Pqqvy1gNxxC/Jc43aArw5j060db/lQOeQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.6.7","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/core-util":"^1.0.0","@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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20230828.1_1693233657562_0.06351701711683244","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20230925.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20230925.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.0-alpha.20230925.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"4764346dfa36dc57c825fd14675f7db5e292aac8","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20230925.1.tgz","fileCount":40,"integrity":"sha512-TgvYdga3FSrd/WsoIeGLzKESLdJHgKJFdwCgzktmWMWJZPNyMirlDXWh11XHJLWGyOaZVcn5TMQ1HB5K9fyFGw==","signatures":[{"sig":"MEYCIQDSd4rHySWDp3WnsHjPs7cyo35SravP/UVc0wNArGWCXwIhAPqTVfJqAaJ+b4PhriFMW4qJwlHVg8u4LIu3vzPkS2HV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":119733},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20230925.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20230925.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-TgvYdga3FSrd/WsoIeGLzKESLdJHgKJFdwCgzktmWMWJZPNyMirlDXWh11XHJLWGyOaZVcn5TMQ1HB5K9fyFGw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.6.7","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","@azure/core-util":"^1.0.0","@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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20230925.1_1695652754140_0.6147039050814975","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20230927.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20230927.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"8adf7f3b3363dfa5889a48c557ecbff151c09839","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20230927.1.tgz","fileCount":40,"integrity":"sha512-rwW4/2PVb71AkbiJb148T64b0YLs2V+sYB9QIvgofyxCNwZj7MUgegyo20IpgERaPO9r1lBeJCigK/n2ZdLRsg==","signatures":[{"sig":"MEYCIQDJP1zmgtrmScR7k5OzlRrwiJxI9O2u7Ii+e9ofahdamQIhAJxAr80v/scyFy7yCgI7V9ClfrTUgV6xHtKqRCpx+bcT","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":119757},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20230927.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20230927.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-rwW4/2PVb71AkbiJb148T64b0YLs2V+sYB9QIvgofyxCNwZj7MUgegyo20IpgERaPO9r1lBeJCigK/n2ZdLRsg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.6.7","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"esm":"^3.2.18","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","@azure/core-util":"^1.0.0","@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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20230927.1_1695824598943_0.014889712346875195","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20231002.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20231002.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"720b2f76411d620f6eadbf4eca5b7bd580c0aab4","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20231002.1.tgz","fileCount":40,"integrity":"sha512-OBN09NXA4CxnFp9pWHjAoBNShjI4aTvYPO+qreipckDy6X45h5B/fXfQk6+42f8iHUFbEMc6DDZJdSSuzGyy1w==","signatures":[{"sig":"MEUCIQCPRuVovCvqxVLKqtppcBAOZuSerJcjBZpF5vPsKnqEpQIgDcyfGkJCf5mZ4lsip2Gb8iSBbGBsPxHhZ3JG67N1iuk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":119914},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20231002.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20231002.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-OBN09NXA4CxnFp9pWHjAoBNShjI4aTvYPO+qreipckDy6X45h5B/fXfQk6+42f8iHUFbEMc6DDZJdSSuzGyy1w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.6.7","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"esm":"^3.2.18","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","@azure/core-util":"^1.0.0","@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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20231002.1_1696257475624_0.12557301306956226","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20231010.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20231010.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"1ec9809dd6e4440daacdb23671046f24c585030e","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20231010.1.tgz","fileCount":40,"integrity":"sha512-SZ2pnTmoN/l1RvlAHv4vxfLvY/S7WJRvXIRDQs8PlPkTxsFZomouJC4qewzlKmYfizFmyWLGRaNrjuiPJIgCsA==","signatures":[{"sig":"MEUCIQChME+Ll+vTx2AqWpolISgqT4nZXPlL+3iAE/GaS6/NkwIgWFgyFaFoDp2EZ7gpBbD7MOmoK9WWhMcpWqbKEkhp+20=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":119914},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20231010.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=16.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20231010.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-SZ2pnTmoN/l1RvlAHv4vxfLvY/S7WJRvXIRDQs8PlPkTxsFZomouJC4qewzlKmYfizFmyWLGRaNrjuiPJIgCsA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"uuid":"^8.3.0","tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"esm":"^3.2.18","nyc":"^15.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^16.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","@azure/core-util":"^1.0.0","@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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20231010.1_1696948172207_0.7658343124885558","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20231013.2":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20231013.2","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.0-alpha.20231013.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"795740ab2e9862263b58055095ed044b279cc27b","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20231013.2.tgz","fileCount":40,"integrity":"sha512-pKdkUM4Yj/mCNfO96a8mee5R9u4H8z84v2JZ2VULdqAdv3M7PkC64F+rx3TBVPUah0jXNkIKn23vHV6/34786w==","signatures":[{"sig":"MEUCIDriWOCW54GP16L0fVOk+Td+gHpOH8ElTpyKN9Z8kHIZAiEA19VDuf4jpzlzZZe6iIHDg9ASSeADlvB7XnBdAgPNQVU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":119914},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20231013.2.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=16.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20231013.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-pKdkUM4Yj/mCNfO96a8mee5R9u4H8z84v2JZ2VULdqAdv3M7PkC64F+rx3TBVPUah0jXNkIKn23vHV6/34786w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"uuid":"^8.3.2","tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@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","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^16.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","@azure/core-util":"^1.0.0","@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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20231013.2_1697207230322_0.5326788818244319","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20231025.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20231025.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"8d2910ff1b0a81e5289f846cf4fe41945296a3f7","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20231025.1.tgz","fileCount":40,"integrity":"sha512-kpoQB9+AMY5krt1YFAPzIO6mT2ZgT84yKvjUBZrEJ3cHtd/4Wn75u4bYYaYM3FoIixYwAwxiovmpkl1h0lg/mw==","signatures":[{"sig":"MEYCIQDQGwlefN/EqM7EwlUQ4w0rmxte4LF07uO+oyzFI6z3YAIhAMek6J7qfKEjtPDZsyN9COYBIb+48I4TRyhQZkIoIDZQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":119912},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20231025.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=16.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20231025.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-kpoQB9+AMY5krt1YFAPzIO6mT2ZgT84yKvjUBZrEJ3cHtd/4Wn75u4bYYaYM3FoIixYwAwxiovmpkl1h0lg/mw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"uuid":"^8.3.2","tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@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","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^16.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","@azure/core-util":"^1.0.0","@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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20231025.1_1698243988884_0.2947435012440631","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20231031.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20231031.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e6cea55cc4843638eb6fcca1277d33217c2f6223","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20231031.1.tgz","fileCount":40,"integrity":"sha512-/6ba7oq1pIGfN8EJOVZnVPllA6wkTu2nfkbXvite6Id/Rh/xUzxBQfBV8scLaOYaQOZH20q/4x+O0hzucWIyVQ==","signatures":[{"sig":"MEUCIQCEYcpNUoh6JffYrqDcNBAXLtuYnsGHgto+knlCYHWLagIgbHvSBRNn2O9fqocy1nF+fsBA7shyBMEyWrjE6eCiMIE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":119912},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20231031.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20231031.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-/6ba7oq1pIGfN8EJOVZnVPllA6wkTu2nfkbXvite6Id/Rh/xUzxBQfBV8scLaOYaQOZH20q/4x+O0hzucWIyVQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"uuid":"^8.3.2","tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@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","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","@azure/core-util":"^1.0.0","@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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20231031.1_1698762861259_0.694584301687815","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20231103.3":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20231103.3","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.0-alpha.20231103.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"504a43d6522f9bfd478dabfbd49eff7402eacf96","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20231103.3.tgz","fileCount":40,"integrity":"sha512-0bf+siWSPgfFua+dciDvIluHaFVMiRqclBygLqFzmHGGM1AXWhmy7vREIdYLdQiifTsYgX7684/VnbmjkAi+TQ==","signatures":[{"sig":"MEUCIDBOrs4wFTryZzGXm5lDaBHUsdyDx6Jli5T8kX7BWbFyAiEAzouzit0RYtD5DRtNrAWxy8/s7S52UlGnZ5Gt8NMnr7o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":119912},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20231103.3.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20231103.3.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-0bf+siWSPgfFua+dciDvIluHaFVMiRqclBygLqFzmHGGM1AXWhmy7vREIdYLdQiifTsYgX7684/VnbmjkAi+TQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"uuid":"^8.3.2","tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@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","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","@azure/core-util":"^1.0.0","@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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20231103.3_1699008120574_0.03587911368922603","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20231108.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20231108.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"b4e528914fef2240430392dac4591bd3da4f3245","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20231108.1.tgz","fileCount":40,"integrity":"sha512-094Z3WB8b/rlqF06Tx6LjvI2L6O2cysKGl/jfw2fPlIozXTU//RZ0b1s/VBgS0ARY2S4FsfMZR5rQQmS1B0RLw==","signatures":[{"sig":"MEUCIC9h+t4m6RuyQOVQrdeAjn9fCepOGuNH4EaYnc+Ws4JhAiEAl3XooaGCZih77kNwKnaBfhG56b0NLwyEg1Fn0ApvA0g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":119978},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20231108.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20231108.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-094Z3WB8b/rlqF06Tx6LjvI2L6O2cysKGl/jfw2fPlIozXTU//RZ0b1s/VBgS0ARY2S4FsfMZR5rQQmS1B0RLw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"uuid":"^8.3.2","tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@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","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","@azure/core-util":"^1.0.0","@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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20231108.1_1699457320604_0.30463970443411537","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20231109.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20231109.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"129ff27c5688fccb64a713ee5c75bbf29d525076","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20231109.1.tgz","fileCount":40,"integrity":"sha512-oEE0bsfCm0joW+JonylFJOSFEa7uh/+UdKw2FIcCFTL+MMYFakq1W3/pbt6WdoVQBW3KiMyCF+A+3UDyjClNJw==","signatures":[{"sig":"MEYCIQDs/DkLhInu61mAfJBeuBsckVUGqfZuDVO7NZHkDDoO1AIhAMIS3x6OoZa0t/u1C1sDA7Cn0UGUiq7FWEFt8IpBhLHa","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":119912},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20231109.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20231109.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-oEE0bsfCm0joW+JonylFJOSFEa7uh/+UdKw2FIcCFTL+MMYFakq1W3/pbt6WdoVQBW3KiMyCF+A+3UDyjClNJw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"uuid":"^8.3.2","tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@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","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","@azure/core-util":"^1.0.0","@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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20231109.1_1699519942624_0.908175453619547","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20231109.2":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20231109.2","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e86c6a722d1edb98d497c1f4ef466c7748237150","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20231109.2.tgz","fileCount":40,"integrity":"sha512-/jmYg/PUcQy1ts8AAp+lRS4/zAhjuAn5nBJ+/Dc7C6pPhvaxjlk4OeDU6RZXynyFkwuf+w8rybXgZc9ciP+v1g==","signatures":[{"sig":"MEUCIQD9wY8b6uTRq1ggqigYJVGHjbbwhCmeSU+trPT18RsRawIgMG9YVfcddJu8hTDjL2XKevIXJxwDgr18nQnTIp4TzLM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":119978},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20231109.2.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20231109.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-/jmYg/PUcQy1ts8AAp+lRS4/zAhjuAn5nBJ+/Dc7C6pPhvaxjlk4OeDU6RZXynyFkwuf+w8rybXgZc9ciP+v1g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"uuid":"^8.3.2","tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@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","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","@azure/core-util":"^1.0.0","@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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20231109.2_1699544409590_0.5543233809138366","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20231120.2":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20231120.2","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.0-alpha.20231120.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"8603b8a10562979d449ed2871c1833906cb841fd","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20231120.2.tgz","fileCount":40,"integrity":"sha512-EnhAfYzw0qj69CFch3TN8G3UqzWsQdpgnQ8UXC/FXa5Ho577dcIT/yCJRgKuhsahFO4I4/YncFuOJ3R1TRntBA==","signatures":[{"sig":"MEUCIQCb71xu3XR+BBKVF+N793X8Oq8y+/Aov+3CV2YwQMPM/QIgOF7NcSrHh1hpInV1bld3pFdqoiUvzOOPijWbqsN4RC8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":119978},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20231120.2.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.2.0-alpha.20231120.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-EnhAfYzw0qj69CFch3TN8G3UqzWsQdpgnQ8UXC/FXa5Ho577dcIT/yCJRgKuhsahFO4I4/YncFuOJ3R1TRntBA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"uuid":"^8.3.2","tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@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","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","@azure/core-util":"^1.0.0","@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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20231120.2_1700494853069_0.2399035247139616","host":"s3://npm-registry-packages"}},"1.1.0":{"name":"@azure/communication-sms","version":"1.1.0","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.1.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a52ae74617cb0ea7477221cc8108e819486b6e39","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.1.0.tgz","fileCount":40,"integrity":"sha512-mpyCIf9Kqf9yx2KPckPGbK/RJKvJK63plEyalBG4A0PfDpr5i02ChySTPCn72Jjn7jC3POBJ1L0fSTvjZdQMzw==","signatures":[{"sig":"MEUCIQClwJTHqWMk6PYg3BOF1TxY5+wzltImjWQ222T5G79VcwIgUxsv6RN7nVDLYpSV30POS9t0o88w6LTfHzqZgeqqOmo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":119831},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-mpyCIf9Kqf9yx2KPckPGbK/RJKvJK63plEyalBG4A0PfDpr5i02ChySTPCn72Jjn7jC3POBJ1L0fSTvjZdQMzw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"uuid":"^8.3.2","tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"^3.3.0","@azure/core-util":"^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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.1.0_1701281634744_0.7746328775939375","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20231130.3":{"name":"@azure/communication-sms","version":"1.1.0-alpha.20231130.3","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.1.0-alpha.20231130.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"948940d4ac83e131175afa19e8f46d2979ba6bab","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.1.0-alpha.20231130.3.tgz","fileCount":40,"integrity":"sha512-dEdg7s+K/h8/umOm0S4rcGFVP2qrEgz21km7KHwkw1qhm0n/2Z+/8lZHmc7KpV0AGV23CnnEWEPRKp33KGOmaw==","signatures":[{"sig":"MEQCIEYtvCQOnR4oCwGeBn/Z3tqAf2WKURaJum4cp+DBaPJ1AiBrQKK9pLMh/xsnNnRU4afsjHUPCORS0og55lWN22rqHg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":119908},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20231130.3.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20231130.3.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-dEdg7s+K/h8/umOm0S4rcGFVP2qrEgz21km7KHwkw1qhm0n/2Z+/8lZHmc7KpV0AGV23CnnEWEPRKp33KGOmaw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"uuid":"^8.3.2","tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@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","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","@azure/core-util":"^1.0.0","@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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.1.0-alpha.20231130.3_1701357938492_0.3233972718833853","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20231207.3":{"name":"@azure/communication-sms","version":"1.1.0-alpha.20231207.3","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.1.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"13fdbdd54a53dc5628dbf6bbaf1bf22ad37edf74","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.1.0-alpha.20231207.3.tgz","fileCount":40,"integrity":"sha512-g6MTgnDB3lZXTetC6uc7eQ8Qvhra3qYQ68pF0zWllRevqhZ1bcO68PbqVjVdmX9DdNl7n38esbgEnMUtKNkaQw==","signatures":[{"sig":"MEUCIHplqpBixoUzatwxyq4VxJzuRhHdQJdfNblfWSkrue0KAiEAmhPFNJPi14PeVp7XmFQuusq3DNbFK439MKTizoJm3Gk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":119870},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20231207.3.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20231207.3.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-g6MTgnDB3lZXTetC6uc7eQ8Qvhra3qYQ68pF0zWllRevqhZ1bcO68PbqVjVdmX9DdNl7n38esbgEnMUtKNkaQw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"uuid":"^8.3.2","tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@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","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","@azure/core-util":"^1.0.0","@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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.1.0-alpha.20231207.3_1701962646329_0.6068811745340477","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20231215.2":{"name":"@azure/communication-sms","version":"1.1.0-alpha.20231215.2","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.1.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"8ffabdc4499869bcda359f6e017c420e1c164032","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.1.0-alpha.20231215.2.tgz","fileCount":40,"integrity":"sha512-OsmjRW7sqkH9SCgdZVVJX/s7zseQIu3jFn0GE080wz6fXTwozCzp+O3Ar++39Ra/SDc/Z3Ye07qZwvuLvhIyvg==","signatures":[{"sig":"MEQCIH3eML4mdFB+ae3mw1SHRpJCSDzfp8IQF15jgSV/ptOFAiAJHvzRHeAlURk5Z7nEGaJUrG5D0NoxGX/28I2uwwfKDw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":119886},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20231215.2.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.0-alpha.20231215.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-OsmjRW7sqkH9SCgdZVVJX/s7zseQIu3jFn0GE080wz6fXTwozCzp+O3Ar++39Ra/SDc/Z3Ye07qZwvuLvhIyvg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@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","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","@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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.1.0-alpha.20231215.2_1702654175292_0.5895661110313839","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20231228.1":{"name":"@azure/communication-sms","version":"1.1.1-alpha.20231228.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.1.1-alpha.20231228.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"cbbb22b2eeffe5ecd88d0f3de26f5cba42563761","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.1.1-alpha.20231228.1.tgz","fileCount":40,"integrity":"sha512-5CQ5qcTpRN/1NVmPalS7l3aL+IIExtmJe4O9FLnz8pvdg3ivcrRWt+Am+zEwmOeeX1YqJZamMqtUmvvDc78ruQ==","signatures":[{"sig":"MEQCIHCWLH9hZCN0YPJRKAxmlH129kkpzc4tOjUWaHNNVZB9AiAqxXXIub5nXu/cxEdZF8koLjWO1lehAcVqyr6FbKXsKA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":119886},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.1-alpha.20231228.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.1-alpha.20231228.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-5CQ5qcTpRN/1NVmPalS7l3aL+IIExtmJe4O9FLnz8pvdg3ivcrRWt+Am+zEwmOeeX1YqJZamMqtUmvvDc78ruQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@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","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","@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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.1.1-alpha.20231228.1_1703777334217_0.19608305428895934","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240111.1":{"name":"@azure/communication-sms","version":"1.1.1-alpha.20240111.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.1.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"8d85c23ca314a84ed8eed855e80b8986e1cb77bd","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.1.1-alpha.20240111.1.tgz","fileCount":40,"integrity":"sha512-6CNMF5kSdjQFnE2JJKyGIyYk5I+/s2lFvvYnDSuIIR8w8r50apZwQaPpU6p3nJyz6cJOtoXTLoaTs2X6xkEyFw==","signatures":[{"sig":"MEQCIFbNmpG7ajYXjIww7aYq79Y9Kk/DV0/Ni8i+FL0uevz3AiAv70Q9JxwKeqzF5/rW2i9+j8QjgBpt2nRfvOVyyHscew==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":119914},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.1-alpha.20240111.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.1-alpha.20240111.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-6CNMF5kSdjQFnE2JJKyGIyYk5I+/s2lFvvYnDSuIIR8w8r50apZwQaPpU6p3nJyz6cJOtoXTLoaTs2X6xkEyFw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@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","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","@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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.1.1-alpha.20240111.1_1704986917685_0.8452237743829445","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240115.1":{"name":"@azure/communication-sms","version":"1.1.1-alpha.20240115.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.1.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"8fde2f3c44069592612c9877a5fc8862efbf94cc","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.1.1-alpha.20240115.1.tgz","fileCount":40,"integrity":"sha512-zgVxrwkvK88U/jLXnt8SuUzHm9UpLWkUK78+abUf4lolVAccDBNDiZCWvjQRB0qQUTIy1Q3ePRDUYMow9k41DA==","signatures":[{"sig":"MEQCID5Ds5YJCizXh2ypO3w6eepefsMJwPE5sFFaZT2UR6UTAiBXHP9aX4ECZMqAf1D8UG0U3UKM2ta2ecuDqVSqCQTpRA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":118881},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.1-alpha.20240115.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.1-alpha.20240115.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-zgVxrwkvK88U/jLXnt8SuUzHm9UpLWkUK78+abUf4lolVAccDBNDiZCWvjQRB0qQUTIy1Q3ePRDUYMow9k41DA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@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","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","@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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.1.1-alpha.20240115.1_1705333291985_0.17715999886644784","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240117.1":{"name":"@azure/communication-sms","version":"1.1.1-alpha.20240117.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.1.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"efb88837bd8f8946787a52deb4d4e3568794f0df","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.1.1-alpha.20240117.1.tgz","fileCount":40,"integrity":"sha512-7WlGr64jufWHBOKWVSm5MrhKITq5TMObptTc/D7Fa+TDn9Gb3F04xMY+phGS4xrNek0D8oTppWMEMpbmXBdNBA==","signatures":[{"sig":"MEYCIQD3LJuEnRsZhGPQE/3Ybcz7fwzm9eklx0P93sUysOKq7gIhAIl8Tc0zV3yiAjTeQiiejPp2PW/17tBJAM257bsNRrrU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":119914},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.1-alpha.20240117.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.1-alpha.20240117.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-7WlGr64jufWHBOKWVSm5MrhKITq5TMObptTc/D7Fa+TDn9Gb3F04xMY+phGS4xrNek0D8oTppWMEMpbmXBdNBA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@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","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","@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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.1.1-alpha.20240117.1_1705505088653_0.669712266678733","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240129.1":{"name":"@azure/communication-sms","version":"1.1.1-alpha.20240129.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.1.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"1ac4cd002e0964d8bf5f136edc54a414ecffe2fb","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.1.1-alpha.20240129.1.tgz","fileCount":40,"integrity":"sha512-rOabpcBB4cyHUGBDe3Pw7YyVMzPTkh5pvcc/wKT2HCYrsWpSy8Qqv2EUeM5sP1++PDJA1HqL9UbSucSveAFjqA==","signatures":[{"sig":"MEQCIHTQ8glomIG3zu8n0dq1SFqFGeEIHlQrbzFVCb5h+xFlAiBbjZO45TN+e6yXQlUvzdOORIH+ZdlMi4azWCGuZV9MAA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":119956},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.1-alpha.20240129.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.1-alpha.20240129.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-rOabpcBB4cyHUGBDe3Pw7YyVMzPTkh5pvcc/wKT2HCYrsWpSy8Qqv2EUeM5sP1++PDJA1HqL9UbSucSveAFjqA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@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","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","@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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.1.1-alpha.20240129.1_1706542932556_0.2749786152670002","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240205.1":{"name":"@azure/communication-sms","version":"1.1.1-alpha.20240205.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.1.1-alpha.20240205.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"8dc793de4b96adebf5e2fa9225d98832db429dfd","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.1.1-alpha.20240205.1.tgz","fileCount":40,"integrity":"sha512-CULdxvF6jG2r7uEAlWiXNdCK0YROhhAH9Z23HRM/kwTFekplRSjnsXhu3rkQ+aIXJfCEVbmHtw3zfJfO7Xa0rw==","signatures":[{"sig":"MEUCIQDUJQ+t6wyYNY6MUrckf1VjzFyJE7wxlEFsfUitOLOC8QIgbM0dymgsKllKbGd8mvjXYJLKZUvjIHOeM9N/fYMXRWA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":119956},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.1-alpha.20240205.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.1-alpha.20240205.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-CULdxvF6jG2r7uEAlWiXNdCK0YROhhAH9Z23HRM/kwTFekplRSjnsXhu3rkQ+aIXJfCEVbmHtw3zfJfO7Xa0rw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@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","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.1.1-alpha.20240205.1_1707147600715_0.10933336267790228","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240308.1":{"name":"@azure/communication-sms","version":"1.1.1-alpha.20240308.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.1.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"dad17021b174192369a092d6c99ce7261fd6b003","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.1.1-alpha.20240308.1.tgz","fileCount":40,"integrity":"sha512-ndXGaKBnIEE2TATEg0kK5Nuh6NgVtJyEOf46E+4r3fZb4lrkH9SkZAGqNAWXkeJ7OuaCg+wFTsNVQ4NQlBeETQ==","signatures":[{"sig":"MEYCIQDJf3V2z69te58oMmCMIVrJi2Q94xqbeMli2yxenEkkTAIhAKJPUZ2wu1PMhcHab4LRuzEi/9F/gOSMJpwDvlT2wqfy","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":119963},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.1-alpha.20240308.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.1-alpha.20240308.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ndXGaKBnIEE2TATEg0kK5Nuh6NgVtJyEOf46E+4r3fZb4lrkH9SkZAGqNAWXkeJ7OuaCg+wFTsNVQ4NQlBeETQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.4","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@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","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.1.1-alpha.20240308.1_1709912028042_0.1037997353586737","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240325.1":{"name":"@azure/communication-sms","version":"1.1.1-alpha.20240325.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.1.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"91b248fd85829e997d5634946a87f020174930cf","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.1.1-alpha.20240325.1.tgz","fileCount":40,"integrity":"sha512-iGWvR10IWjTstnFpLEz7ayHnPTWXdFaKHwrWOTVhJp8UZ4SO3YUwDKKYh/5nS1K8iRvDBv04+OHlcVUJpOo38g==","signatures":[{"sig":"MEUCIDgrv69wVSgtiqPV8Bq0JiX6bcPHiwNQj/fp3zuKqPAjAiEAoqmg9silBGTEJ58CcMxew6E9IpSyHV5rzAdlGymdM0c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":119963},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.1-alpha.20240325.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-sms/azure-communication-sms-1.1.1-alpha.20240325.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-iGWvR10IWjTstnFpLEz7ayHnPTWXdFaKHwrWOTVhJp8UZ4SO3YUwDKKYh/5nS1K8iRvDBv04+OHlcVUJpOo38g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.4","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@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","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.1.1-alpha.20240325.1_1711377247382_0.7454064874463278","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240415.1":{"name":"@azure/communication-sms","version":"1.1.1-alpha.20240415.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.1.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3b664991d4fa57151b5d8a83a581bef05db1f21d","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.1.1-alpha.20240415.1.tgz","fileCount":40,"integrity":"sha512-8bLtfH4LYofDyU8kXr5m4LMnKVOiEL7GA0Sj5kI03HoUXFoxWWipotRseLygUuMsQT2rch2PUnFshch/vFQyVg==","signatures":[{"sig":"MEUCIQCL65Ui4oDm4MJzrWJtsgIrV2TNUmM+xpwOxBob7Ln+UQIgHFzfinTXZ4Tf+bhT2ka1b2tnkdvUwQp/2Ww3AlTpBdk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122674},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\49cb3f39-0900-4768-a60b-bc89fac3abd2\\azure-communication-sms-1.1.1-alpha.20240415.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\49cb3f39-0900-4768-a60b-bc89fac3abd2\\azure-communication-sms-1.1.1-alpha.20240415.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-8bLtfH4LYofDyU8kXr5m4LMnKVOiEL7GA0Sj5kI03HoUXFoxWWipotRseLygUuMsQT2rch2PUnFshch/vFQyVg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@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","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.1.1-alpha.20240415.1_1713191722839_0.3456907834858649","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240416.1":{"name":"@azure/communication-sms","version":"1.1.1-alpha.20240416.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.1.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0316a674d4d50be942337b23a2e43bd2a4f847ee","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.1.1-alpha.20240416.1.tgz","fileCount":40,"integrity":"sha512-2NhxBbMJuwz6eyRRXUt8xqK1FEu15UbaU1ZRLM2GpRwwOGEdwPfd8YfLzrED6QEorIG31VT+6B9B2oRc91Uk2w==","signatures":[{"sig":"MEUCICj0MkNWD4r1/VpaRyzbj+HKPaALgrJxI5issS7Vxo4tAiEA83u4LOK1zsoDL235xnVkmGjXgtPj5VOTESSkto6vqNQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122674},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1de0b407-72c3-4163-91f6-dc29b1050272\\azure-communication-sms-1.1.1-alpha.20240416.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1de0b407-72c3-4163-91f6-dc29b1050272\\azure-communication-sms-1.1.1-alpha.20240416.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-2NhxBbMJuwz6eyRRXUt8xqK1FEu15UbaU1ZRLM2GpRwwOGEdwPfd8YfLzrED6QEorIG31VT+6B9B2oRc91Uk2w==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@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","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.1.1-alpha.20240416.1_1713278251405_0.9212381139125647","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240417.2":{"name":"@azure/communication-sms","version":"1.1.1-alpha.20240417.2","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.1.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"076a44f159a1cf8739169b0b577e6a460d719fea","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.1.1-alpha.20240417.2.tgz","fileCount":40,"integrity":"sha512-smgPdykWtEIcFA5oWTKeNPM+n+HO7ATBwVoZuL8KaGh/fgefrKfGU6D2s2a8JDoOEaVWURIr4VgbIAqGURz9FQ==","signatures":[{"sig":"MEUCIEnqBJ+UFyhMAq2benh+5bZQaMsjJIP1Zsxss0rumkBPAiEA5HwXE+mSJFg+tPKXlHZf/LWWYF6TbJPPDgVPNn8PJT4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122674},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\cbdc7f17-cf51-478a-9099-875742bf661f\\azure-communication-sms-1.1.1-alpha.20240417.2.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\cbdc7f17-cf51-478a-9099-875742bf661f\\azure-communication-sms-1.1.1-alpha.20240417.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-smgPdykWtEIcFA5oWTKeNPM+n+HO7ATBwVoZuL8KaGh/fgefrKfGU6D2s2a8JDoOEaVWURIr4VgbIAqGURz9FQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@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","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.1.1-alpha.20240417.2_1713364376913_0.6070386535641692","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240418.1":{"name":"@azure/communication-sms","version":"1.1.1-alpha.20240418.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.1.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d93b3ad5cf1a0e8dbb3f5c375563416fc772505b","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.1.1-alpha.20240418.1.tgz","fileCount":40,"integrity":"sha512-JYUqr3Kv35cqOIM2J5CCARTN1O/wgETWRuF0QcaaYH2I8dvxr1mnuJDwsYB7DzaiqDACFz2fPveedcdqVCWztQ==","signatures":[{"sig":"MEUCIEWMzJJf2glDTueBy8PdXtvEXUADO2PNS4bmAKa02HYNAiEAnHDFS8IBp59LCN7693aUi/xS9+RSPHZUkzdmXrRyf/g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122674},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\17282151-71e5-442e-8532-4a106a0c62bd\\azure-communication-sms-1.1.1-alpha.20240418.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\17282151-71e5-442e-8532-4a106a0c62bd\\azure-communication-sms-1.1.1-alpha.20240418.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-JYUqr3Kv35cqOIM2J5CCARTN1O/wgETWRuF0QcaaYH2I8dvxr1mnuJDwsYB7DzaiqDACFz2fPveedcdqVCWztQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@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","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.1.1-alpha.20240418.1_1713451113374_0.08096906401406656","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240419.1":{"name":"@azure/communication-sms","version":"1.1.1-alpha.20240419.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.1.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6dd1752119ef2fa8c979e63becd0f1b6424698e0","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.1.1-alpha.20240419.1.tgz","fileCount":40,"integrity":"sha512-KjsodvjXLzcYhnlmwi+iPiowMDnLOJflnWuiSTkQkJPWxJis+2BpC65V4nCIcw9phmbMj328DYnfYFzP2jrJDQ==","signatures":[{"sig":"MEUCIQDargz6HkAD4d+q7QJAw/qSoSA5OVmXG4ahuRSpe/5eNQIgDeibB58jNoe1bvljHwUWhtRBaDHgsMFIEUcFXmWHwVg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122674},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\d627e328-fa50-4fae-bb3b-11415c724d0e\\azure-communication-sms-1.1.1-alpha.20240419.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\d627e328-fa50-4fae-bb3b-11415c724d0e\\azure-communication-sms-1.1.1-alpha.20240419.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-KjsodvjXLzcYhnlmwi+iPiowMDnLOJflnWuiSTkQkJPWxJis+2BpC65V4nCIcw9phmbMj328DYnfYFzP2jrJDQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@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","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.1.1-alpha.20240419.1_1713537610695_0.9013814056545202","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240422.12":{"name":"@azure/communication-sms","version":"1.1.1-alpha.20240422.12","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.1.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f26741bbb125ab021ec30910d6d34ef0bb86bb34","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.1.1-alpha.20240422.12.tgz","fileCount":40,"integrity":"sha512-2mcVwM2tVwH0qVP8kWrEFSoEidUUl14mGmBlIjk7uo0KIOqN8WZqpmm3oltBejDwiFiKGOhqB+WCPllsOhMRMw==","signatures":[{"sig":"MEQCIHa5hRY7H6tj4gLehfcETvM4SUkg1+GM57UIz4NOjBCPAiAPNMKMb2efOcl7soZvY7IEKTNjhPrOkm++a3EgjmFfAw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122653},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\0c873aca-b1f7-431f-b0e7-d55def45b2b7\\azure-communication-sms-1.1.1-alpha.20240422.12.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\0c873aca-b1f7-431f-b0e7-d55def45b2b7\\azure-communication-sms-1.1.1-alpha.20240422.12.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-2mcVwM2tVwH0qVP8kWrEFSoEidUUl14mGmBlIjk7uo0KIOqN8WZqpmm3oltBejDwiFiKGOhqB+WCPllsOhMRMw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.1.1-alpha.20240422.12_1713815517901_0.8650826735682557","host":"s3://npm-registry-packages"}},"1.1.1-alpha.20240424.4":{"name":"@azure/communication-sms","version":"1.1.1-alpha.20240424.4","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.1.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cd165716a27a2c954811e70366015854d9364cae","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.1.1-alpha.20240424.4.tgz","fileCount":40,"integrity":"sha512-WrM01sK8xYFHRRf8VT5kThAyrJP79myjj4w2sMzjp7+6ggeSYC1cRyRaspgqgCCx3CGZKlZ84T6pQ96M29sXsg==","signatures":[{"sig":"MEQCIFUyemOk0SYvqC4KN3BrdsFg0yQT1m5S5jvm77gac3qgAiBODhMjqB475cwQu0zh9+Y8rISobX9aT2RQbyD+9/v2Fw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122652},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\e768f1cc-4238-4f4f-b68a-c3cbc70a128a\\azure-communication-sms-1.1.1-alpha.20240424.4.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\e768f1cc-4238-4f4f-b68a-c3cbc70a128a\\azure-communication-sms-1.1.1-alpha.20240424.4.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-WrM01sK8xYFHRRf8VT5kThAyrJP79myjj4w2sMzjp7+6ggeSYC1cRyRaspgqgCCx3CGZKlZ84T6pQ96M29sXsg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.1.1-alpha.20240424.4_1713990746782_0.02016350048858251","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240429.2":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240429.2","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c1ff808447a0a632dc315373a1434144a40b1c05","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240429.2.tgz","fileCount":40,"integrity":"sha512-7WajYZcDd2ulydrZ1xWMIAP9jgy54p6YgKvKjJvS9I7p5ixcfDstOmAEIk1C+KTnQeGbiUWfA1h1dDerarXJTA==","signatures":[{"sig":"MEUCIEAdNozrJOX5PyrBPUslqmo2gw1qb8h80xD2Yd9+HWDpAiEAmstWRBaZufFgjZdvqwXYbkg1oWiNk8n2iuoC75BrX1U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122658},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\4c9ddfce-07b6-46f4-9d6a-27912513fe08\\azure-communication-sms-1.2.0-alpha.20240429.2.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\4c9ddfce-07b6-46f4-9d6a-27912513fe08\\azure-communication-sms-1.2.0-alpha.20240429.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-7WajYZcDd2ulydrZ1xWMIAP9jgy54p6YgKvKjJvS9I7p5ixcfDstOmAEIk1C+KTnQeGbiUWfA1h1dDerarXJTA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240429.2_1714401337228_0.8864315823505944","host":"s3://npm-registry-packages"}},"1.2.0-beta.1":{"name":"@azure/communication-sms","version":"1.2.0-beta.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"next","dist":{"shasum":"bd17bfd883a7a1d0549b4c5763473213b0959d90","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-beta.1.tgz","fileCount":40,"integrity":"sha512-DOX/yZZ6Jf4oqbRhZVSmH7uzUGcVezyRwKODwFWal+sCVsGgsgPLQb53nNnvsbvxsZ67N5APZAiVtKHmaYyIsg==","signatures":[{"sig":"MEYCIQC1xok/pudm0bF+aWFrJ/LseYiWstxFEHcWlyLjmIqUVwIhAOWvnjIhZ5KxDJsOmSVuvZpeJuV56iXJgPGMRoODhPzf","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122588},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\e29b5ca2-333f-4992-8886-ad82b71ad8a4\\azure-communication-sms-1.2.0-beta.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\e29b5ca2-333f-4992-8886-ad82b71ad8a4\\azure-communication-sms-1.2.0-beta.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-DOX/yZZ6Jf4oqbRhZVSmH7uzUGcVezyRwKODwFWal+sCVsGgsgPLQb53nNnvsbvxsZ67N5APZAiVtKHmaYyIsg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-beta.1_1714652108318_0.2924136534681532","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240502.4":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240502.4","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c1dfb07c2b239449d53cf74abb5744012d283da0","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240502.4.tgz","fileCount":40,"integrity":"sha512-4XzRuCsgsofqU5u1lxJcHssNPXOP0sw1O5KkS+r+7W9OHk599QjkyygOnNQmXctZQcoXj1POxBbeHytcpT09UA==","signatures":[{"sig":"MEUCIQCcFivOtmbICMG0wgi6NfcvS4yi0XbqeMmtQpfYtkelxwIgMpQ4DESxPEx14JpjEnlxOZ8SjKJIfkniOEZrXjhoJGs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122658},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\37e75053-b1ed-40d9-90c1-ee945edcd27d\\azure-communication-sms-1.2.0-alpha.20240502.4.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\37e75053-b1ed-40d9-90c1-ee945edcd27d\\azure-communication-sms-1.2.0-alpha.20240502.4.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-4XzRuCsgsofqU5u1lxJcHssNPXOP0sw1O5KkS+r+7W9OHk599QjkyygOnNQmXctZQcoXj1POxBbeHytcpT09UA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240502.4_1714660385165_0.703215715987406","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240503.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240503.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"503d8c58e6793c80599af853c1ee7526b821d733","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240503.1.tgz","fileCount":40,"integrity":"sha512-QU+jekpMuJxQo1r1jX6x8K6QUqo2BtOsmVpBpEpoCaHGd+pySP4lOWy2Ks7I7UanHIfHwT5oWLM5//M6gvAkPA==","signatures":[{"sig":"MEYCIQCZ6xhN1crGWY7/0/oUOtoFq28k1T63gbt4mvR37OuPZAIhAOvahSusO37JUbtHw4VMj33UqQUfb+IyX9aEWDsNBesD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122638},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\3b6ab447-a22f-4775-a1b3-f6b70999d3d4\\azure-communication-sms-1.2.0-alpha.20240503.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\3b6ab447-a22f-4775-a1b3-f6b70999d3d4\\azure-communication-sms-1.2.0-alpha.20240503.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-QU+jekpMuJxQo1r1jX6x8K6QUqo2BtOsmVpBpEpoCaHGd+pySP4lOWy2Ks7I7UanHIfHwT5oWLM5//M6gvAkPA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240503.1_1714746692826_0.5103244780487604","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240506.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240506.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b6ada08e3cea4be76f587ecb888ff845bf083975","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240506.1.tgz","fileCount":40,"integrity":"sha512-3jFhjFcseXMrvvoo7vtuxjWbTEfbO3Qvy6KSujBVIxQdL6pooyHI5rjnxNoqNzTRKt1HgvuJQ3rijlv4HyXeGw==","signatures":[{"sig":"MEUCIHxjWJw1YRPpDk1G8YJH+bpO93SYtMKTVzfVAfEXOqEBAiEAmiAZ3jG0aX9Wb74AcyzEMNj9m4KbiKRHjmkbmoF037A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122638},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\3ecf5e9e-e9a7-4b54-881f-4d4b6568693a\\azure-communication-sms-1.2.0-alpha.20240506.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\3ecf5e9e-e9a7-4b54-881f-4d4b6568693a\\azure-communication-sms-1.2.0-alpha.20240506.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-3jFhjFcseXMrvvoo7vtuxjWbTEfbO3Qvy6KSujBVIxQdL6pooyHI5rjnxNoqNzTRKt1HgvuJQ3rijlv4HyXeGw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240506.1_1715006297195_0.7803763473285315","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240507.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240507.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"01d9c4ff4dae0c33304c7fed488496780622774d","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240507.1.tgz","fileCount":40,"integrity":"sha512-UzUX/yy6Sq4jw2c9vgpcBIY0SVPKju67B4C5Ey6t1wNzu7Q3/k9kxEH0c2agBeM5XANHYWBtMYch8gLYN/oHeA==","signatures":[{"sig":"MEYCIQCAHhBO7luD9vGHZxPFEuelBgJIAvLue3dHqUFt8xZylAIhAJVitAKl/nrEhAXlx3fPh7f8A6i4ChbUMxpyin84VRft","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122638},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7218ee7e-61d4-4e34-81e4-c9087fa21539\\azure-communication-sms-1.2.0-alpha.20240507.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7218ee7e-61d4-4e34-81e4-c9087fa21539\\azure-communication-sms-1.2.0-alpha.20240507.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-UzUX/yy6Sq4jw2c9vgpcBIY0SVPKju67B4C5Ey6t1wNzu7Q3/k9kxEH0c2agBeM5XANHYWBtMYch8gLYN/oHeA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240507.1_1715092282975_0.2916894767699725","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240509.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240509.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"779e2d708fe1a08904bde59980a2968734b76767","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240509.1.tgz","fileCount":40,"integrity":"sha512-nXq8kOL3dYtrM6SgZAJbRscXRvYelQrcxXtReaxxKpyj41OZrKWdXeirQAJFFNi8bXdwdRa9c0WA3ugco0zP4g==","signatures":[{"sig":"MEQCIBupNfRBgPE9ZNq9SrAsjZ6zc1mJpMqpCdCdwSOMi22uAiBYFIHMMWpc0X02iJv/C8z6e/BUgqXYmqCxSIu3ejzZOQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122658},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\eaa326fb-c921-46ed-834c-0c1f3a2b539f\\azure-communication-sms-1.2.0-alpha.20240509.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\eaa326fb-c921-46ed-834c-0c1f3a2b539f\\azure-communication-sms-1.2.0-alpha.20240509.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-nXq8kOL3dYtrM6SgZAJbRscXRvYelQrcxXtReaxxKpyj41OZrKWdXeirQAJFFNi8bXdwdRa9c0WA3ugco0zP4g==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240509.1_1715265465332_0.345150952891466","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240514.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240514.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"df22323532016a781efa5701f78744901c746bde","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240514.1.tgz","fileCount":40,"integrity":"sha512-D4OuKnf2IZ41mnW4MDjL05sen8ciFKPHa0pfC0/vkoUmDdH9NRmwsOKwSFoLvkoBL8XBT7NHmu+6dk+Ap1HoMQ==","signatures":[{"sig":"MEYCIQDLj4UxpMb+zV6eDF+CVKyf/Bb9K/IqiuQk/UWDPwmH1wIhAL7HqT2Iwz1nElatP/kWm2lTjWjrcoVAKAo7HDOqeOcW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122658},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7bc8ab42-9547-47e8-82cf-165dad652179\\azure-communication-sms-1.2.0-alpha.20240514.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7bc8ab42-9547-47e8-82cf-165dad652179\\azure-communication-sms-1.2.0-alpha.20240514.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-D4OuKnf2IZ41mnW4MDjL05sen8ciFKPHa0pfC0/vkoUmDdH9NRmwsOKwSFoLvkoBL8XBT7NHmu+6dk+Ap1HoMQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240514.1_1715697177978_0.7270593886202057","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240603.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240603.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2ed60e5e2eb712995439a8450e66f63f950134af","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240603.1.tgz","fileCount":40,"integrity":"sha512-pm1i/2N8HKJAsgXvoKU+TE5STaBaFOipqEMSPOtE3GtXhfufMML4xK/w773d7gxvqo1sLLPPFebCox1Tkkb3HA==","signatures":[{"sig":"MEYCIQDCNvxI5s3kGpF9fO5VP/HcXayuuYWoHCbgFGcunPBx3gIhAMV9GpbAko2pU/CpISnX2mlJaWuJbV42jqRUekm2HN4z","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122618},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1e5c234d-abfd-4cb6-9bd0-e816d09ca2ce\\azure-communication-sms-1.2.0-alpha.20240603.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1e5c234d-abfd-4cb6-9bd0-e816d09ca2ce\\azure-communication-sms-1.2.0-alpha.20240603.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-pm1i/2N8HKJAsgXvoKU+TE5STaBaFOipqEMSPOtE3GtXhfufMML4xK/w773d7gxvqo1sLLPPFebCox1Tkkb3HA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240603.1_1717425835049_0.9469587147602752","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240604.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240604.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c5ba9d1f6e534b198c3d3374a294749b2f0805a1","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240604.1.tgz","fileCount":40,"integrity":"sha512-flpBqoDZ5k3AeQjXtMHDtV1V96HobBKBaVk+30XaTP9Zp/zIgC+IsSta0YbgDMse2Mj81WKbbI+MK289BkSVUQ==","signatures":[{"sig":"MEYCIQCjTOvU79AkNGY1YtrRmbjkjK0f8hR7vd0xaq/M34FEfAIhAP1ixpEOX3o8a9qQ6V0VxD9sAaz/cUoXrdQJ9k34XcbR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122618},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8aa98bf5-762a-40a6-8d7c-748e10115bfb\\azure-communication-sms-1.2.0-alpha.20240604.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8aa98bf5-762a-40a6-8d7c-748e10115bfb\\azure-communication-sms-1.2.0-alpha.20240604.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-flpBqoDZ5k3AeQjXtMHDtV1V96HobBKBaVk+30XaTP9Zp/zIgC+IsSta0YbgDMse2Mj81WKbbI+MK289BkSVUQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240604.1_1717511539117_0.4353512569002316","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240605.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240605.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"aa634a049c329a07cb6a11ac33b319987d36a1be","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240605.1.tgz","fileCount":40,"integrity":"sha512-372tov5z/shKF/ES7fS/OS3u+FelWVrC5Dm9lX9w8lhi4q2xUoqVfafMwaBJlVQ8V7W9V5WBEzVnuoGyZZGPzQ==","signatures":[{"sig":"MEYCIQDQCuFwwlJPq5w7EmVU5yk0fpNsnTxvVVIwtbkpx9Z6IwIhAM062HfJN01pT9nsxL14PnnvgipUTPHhMXZHCsFGLPIr","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122618},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\be207324-b380-4251-bdf3-3e6880fe2e57\\azure-communication-sms-1.2.0-alpha.20240605.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\be207324-b380-4251-bdf3-3e6880fe2e57\\azure-communication-sms-1.2.0-alpha.20240605.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-372tov5z/shKF/ES7fS/OS3u+FelWVrC5Dm9lX9w8lhi4q2xUoqVfafMwaBJlVQ8V7W9V5WBEzVnuoGyZZGPzQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240605.1_1717598234059_0.1710612248652137","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240606.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240606.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a959e6d5e204b60ef630012225eaf1aff8b23da5","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240606.1.tgz","fileCount":40,"integrity":"sha512-rHNBj+izAfjFPO9A9XLbwuLyqOrhReERB+cKalV0E4A7JR9LNzll2qsh9fhz0ZqhuK+AN0tb30KMO7R7dFFKWg==","signatures":[{"sig":"MEYCIQDfBxC1qHQxw+RIcNhNoTpRM7ZSf8parS2BsRt7+EWD0gIhAIDASf584qQG8csD56abOWC6NR1qver14col8l0tqpgS","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122618},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8464c7ad-1389-4a9c-9e03-f3069010f789\\azure-communication-sms-1.2.0-alpha.20240606.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8464c7ad-1389-4a9c-9e03-f3069010f789\\azure-communication-sms-1.2.0-alpha.20240606.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-rHNBj+izAfjFPO9A9XLbwuLyqOrhReERB+cKalV0E4A7JR9LNzll2qsh9fhz0ZqhuK+AN0tb30KMO7R7dFFKWg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240606.1_1717684411295_0.7998946655781229","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240607.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240607.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"74e8617f1dfad87353a9652c33736e98b50ebc64","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240607.1.tgz","fileCount":40,"integrity":"sha512-mlY1vVjBLd288pQdqejZnq3Dzui2+MPAG7IUxDXZ2fmVr/8zepNI2tf2UTl2TypeZHpmarXkm1mgzqomMS042g==","signatures":[{"sig":"MEYCIQCKqhCnQfG/430iB5+b7gH6R1H7HS2pwqVOW0ANCeO0zgIhAPB7PSlVDUMkOxYQo5H3g1GMnxHVTVVOTxr6IJTaF8c0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122618},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\cd5f7d9d-98e8-4bfb-8909-fadef55c9e22\\azure-communication-sms-1.2.0-alpha.20240607.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\cd5f7d9d-98e8-4bfb-8909-fadef55c9e22\\azure-communication-sms-1.2.0-alpha.20240607.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-mlY1vVjBLd288pQdqejZnq3Dzui2+MPAG7IUxDXZ2fmVr/8zepNI2tf2UTl2TypeZHpmarXkm1mgzqomMS042g==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240607.1_1717771094845_0.35346813732344495","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240610.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240610.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b403d99ea991d2284703e4833eeb562bc7b57b68","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240610.1.tgz","fileCount":40,"integrity":"sha512-IqujJvyfQt9ta2/FM2++hy8cTyLDGS7EL1YboTvzhCupngqdidyXGHFZGB6UWv95ZleR0mVuVCRJbdr5sUoprw==","signatures":[{"sig":"MEUCIFZrZ1pD29HVkS7gVGHCeBUd+f6Cu+uo+iLjlMbW7uB9AiEA910CdNAZPPbOQDzxl2ONu4IKR3x++UZyPWFuhqeW9wY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122618},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\d36d38f4-fa57-4222-bcca-dc42fc74eec9\\azure-communication-sms-1.2.0-alpha.20240610.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\d36d38f4-fa57-4222-bcca-dc42fc74eec9\\azure-communication-sms-1.2.0-alpha.20240610.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-IqujJvyfQt9ta2/FM2++hy8cTyLDGS7EL1YboTvzhCupngqdidyXGHFZGB6UWv95ZleR0mVuVCRJbdr5sUoprw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240610.1_1718030044276_0.30698687251764034","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240612.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240612.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5f868462281b675b6f4f44330d98ddfed134d93b","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240612.1.tgz","fileCount":40,"integrity":"sha512-/L8Kq3G+VXEq/OVfLDOs5GmrSymvr9fxDnh+x0S2FvbiiRon7QZmCqDROpWpuya244lG9ceaQpcd2amUH9g3mA==","signatures":[{"sig":"MEQCIHLO64KOrxBrLutyOFjn6H7Csy85M4FliLnHbpLgXcFOAiB6YOEF2ICBywH/dgbV+WH6HGOtGkkXkY4dQCYrbwp4bQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122618},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\000491b8-e7a1-4f11-9f60-2c23fad695d2\\azure-communication-sms-1.2.0-alpha.20240612.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\000491b8-e7a1-4f11-9f60-2c23fad695d2\\azure-communication-sms-1.2.0-alpha.20240612.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-/L8Kq3G+VXEq/OVfLDOs5GmrSymvr9fxDnh+x0S2FvbiiRon7QZmCqDROpWpuya244lG9ceaQpcd2amUH9g3mA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240612.1_1718203047043_0.3730475763479917","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240613.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240613.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8741f48e4217d40bae294bfa8bdf71570ab9a513","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240613.1.tgz","fileCount":40,"integrity":"sha512-4O+G7RHbz3KukNB9V67z3Hz3Db2H06Taydk4SS2HC/WRfM6lfRt3SgwrWdt2mrWxIFclDYAtr4qW5q7FkUQknw==","signatures":[{"sig":"MEUCIHFul6peYyrVezbIWpY7QAffu2CFbElQydWffxH9/8KGAiEA0MRhuEuuxL3X5LblF2e/rJKKCCJkajMy0qU4beMXpV8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122618},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\0f8cb96f-65d3-4899-bb19-7ae951f4a191\\azure-communication-sms-1.2.0-alpha.20240613.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\0f8cb96f-65d3-4899-bb19-7ae951f4a191\\azure-communication-sms-1.2.0-alpha.20240613.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-4O+G7RHbz3KukNB9V67z3Hz3Db2H06Taydk4SS2HC/WRfM6lfRt3SgwrWdt2mrWxIFclDYAtr4qW5q7FkUQknw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240613.1_1718289406652_0.6496016162681817","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240614.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240614.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"96c1e22007c83d336158b521dbaac51c932d013a","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240614.1.tgz","fileCount":40,"integrity":"sha512-Dh2g/kzSylQPy3mdtd1YoeZH2M0sG07lVAbJZPLDMSFo+orPk5VdPlX/NOaFdgIZ4YEW4AVNUpFM/vv1yaPjyw==","signatures":[{"sig":"MEUCIQCpJPfsyb5CSU284OZWuQ9q0bHheM0ptLjmfb5FHk8XhQIgZM5h5LigXeiS/vUoTK/CYYg9bMszYrXDc0E+zMTYN9o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122618},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\85c0f98f-701e-4c68-97f5-b039c97b341a\\azure-communication-sms-1.2.0-alpha.20240614.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\85c0f98f-701e-4c68-97f5-b039c97b341a\\azure-communication-sms-1.2.0-alpha.20240614.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Dh2g/kzSylQPy3mdtd1YoeZH2M0sG07lVAbJZPLDMSFo+orPk5VdPlX/NOaFdgIZ4YEW4AVNUpFM/vv1yaPjyw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240614.1_1718376020998_0.04436360637939596","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240618.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240618.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"91cee9972d8b7b05783c9ba6cb3d911a505d400d","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240618.1.tgz","fileCount":40,"integrity":"sha512-XWF2Xp9Q/u1J57D4Cb7xTmjCceuMFRAw8ucpeUBPiMRsvqxPdQRYV0ZNiDvvuaNK5qHOpOeVvA4gzGTrAjgBjQ==","signatures":[{"sig":"MEUCICt+rxHUtMI4PTmc+fZVw9Ou+U1gnGxF6qgrS7OZGEzMAiEAjsiTEoUb7RnYWo44qlprlGu/AeOiS1nTEU5zgd0IuNI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122618},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\95a1787c-0f07-41ea-9953-45ff0c5e7c7d\\azure-communication-sms-1.2.0-alpha.20240618.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\95a1787c-0f07-41ea-9953-45ff0c5e7c7d\\azure-communication-sms-1.2.0-alpha.20240618.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-XWF2Xp9Q/u1J57D4Cb7xTmjCceuMFRAw8ucpeUBPiMRsvqxPdQRYV0ZNiDvvuaNK5qHOpOeVvA4gzGTrAjgBjQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240618.1_1718721207004_0.3196380741681091","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240701.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240701.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-alpha.20240701.1","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"116b43dc05c19313481a935c3e07f57aa258aeb2","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240701.1.tgz","fileCount":40,"integrity":"sha512-dyBBNJW4Up48FAIWPOXm0e7nX7MpX+1YuRJ6qtmi/IiY/LRSdFu7UhwtEVAldb9G6+PAfV268xGBm6WY/8zswA==","signatures":[{"sig":"MEYCIQCF7XBOu7kKydI0PmtC10ljXZytchVFLcs5WXh6Tk7X5AIhAKkhcnBozYhbhMmu/Z10AMV8uAhEYdwzoK4h2Izs7BX9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122638},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\aebcde9f-f69b-4e77-b64f-3ecc4bc7cedb\\azure-communication-sms-1.2.0-alpha.20240701.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\aebcde9f-f69b-4e77-b64f-3ecc4bc7cedb\\azure-communication-sms-1.2.0-alpha.20240701.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-dyBBNJW4Up48FAIWPOXm0e7nX7MpX+1YuRJ6qtmi/IiY/LRSdFu7UhwtEVAldb9G6+PAfV268xGBm6WY/8zswA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240701.1_1719844416100_0.28813172284294364","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240705.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240705.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cea5b1f875e889b05b804b0f95ff171c516aada6","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240705.1.tgz","fileCount":40,"integrity":"sha512-z1zuGeXv+7EYErMBRzKTgZEtC8lnuLfo2Gj0UMDjTZoIVaXJ9IJKX7R0BaMVSxN2L8ac2Qp6XhRSSN0F54Dhdg==","signatures":[{"sig":"MEUCIQC27+LZb7XBDcdpNoyH76L7UTktxqXYjylVWSGKbins2wIgURS7hijnLgmcrq1KrY9CpQNpJVv5CglsCCgQ74GoLkM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122590},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c1d8cacf-eb91-450f-bb8c-2da849d4ec90\\azure-communication-sms-1.2.0-alpha.20240705.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c1d8cacf-eb91-450f-bb8c-2da849d4ec90\\azure-communication-sms-1.2.0-alpha.20240705.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-z1zuGeXv+7EYErMBRzKTgZEtC8lnuLfo2Gj0UMDjTZoIVaXJ9IJKX7R0BaMVSxN2L8ac2Qp6XhRSSN0F54Dhdg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240705.1_1720189736464_0.2828761715467305","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240708.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240708.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1b4063543ad02636e8f7ad3399623b246bb39e24","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240708.1.tgz","fileCount":40,"integrity":"sha512-LewDpBDLjoFQKNKNBDwqeaieBtHbwrVxqN5Xh3K0rHph0TwlUSe4+CxxeR071hvctPLkZIk8YmfXCcYzi65ozQ==","signatures":[{"sig":"MEQCIDLYgQrzU9mGrISKRhvo3lD8qQsHabpQSr5wbRO9F8OEAiAiGFEGYXaKcOYF5CQDZUqCy4NRrBbmVgtozMM0Iro3DA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122590},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\0b8498ab-ebfa-488c-be3e-55b966874c0a\\azure-communication-sms-1.2.0-alpha.20240708.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\0b8498ab-ebfa-488c-be3e-55b966874c0a\\azure-communication-sms-1.2.0-alpha.20240708.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-LewDpBDLjoFQKNKNBDwqeaieBtHbwrVxqN5Xh3K0rHph0TwlUSe4+CxxeR071hvctPLkZIk8YmfXCcYzi65ozQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240708.1_1720448926766_0.3073098325763395","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240709.2":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240709.2","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"262dceeb07f57a08d9d84d0aa1b37cd84bb25020","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240709.2.tgz","fileCount":40,"integrity":"sha512-BVKwu5j8Ncsk0hTlxanaWoMuPdNvb7DxbG3bhDJ3xknHpdI+UucqRoHvi82kxRbCyOUxiqFdpue6Kp3fOEoCPQ==","signatures":[{"sig":"MEUCIB4ca/7QSIfbzHRZxhxZbXHHJar4m7dMtzhym8YpvnBoAiEAv9ecN6N2Fy4K/OJbJKZbiWDiip1nGSgo7T68iMbRo6E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122590},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fce2dadb-c083-41e8-87c8-02add1a36152\\azure-communication-sms-1.2.0-alpha.20240709.2.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fce2dadb-c083-41e8-87c8-02add1a36152\\azure-communication-sms-1.2.0-alpha.20240709.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-BVKwu5j8Ncsk0hTlxanaWoMuPdNvb7DxbG3bhDJ3xknHpdI+UucqRoHvi82kxRbCyOUxiqFdpue6Kp3fOEoCPQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240709.2_1720535462857_0.5465012336049073","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240710.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240710.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5c37e572d8bf7c37a1704404a25a82d8bff45f9f","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240710.1.tgz","fileCount":40,"integrity":"sha512-kF4b16sGXtNpRXuRln3en/513VIzGvtVD9f0Y2r1sgSBBdA2s68CQgkFVj3V7ljR0Eh9Uac/vqZKi2NFOghnfw==","signatures":[{"sig":"MEUCIFnkflbm7gTfnVz8VRQnsctFpKTxoX9u9n3osh+xmSJyAiEAvrhnitGbJJqsWrHlkYkaVh79vycanJcPGyz/qhpBbMA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122590},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\e354b12e-474f-4092-9e6a-aca5888b2a55\\azure-communication-sms-1.2.0-alpha.20240710.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\e354b12e-474f-4092-9e6a-aca5888b2a55\\azure-communication-sms-1.2.0-alpha.20240710.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-kF4b16sGXtNpRXuRln3en/513VIzGvtVD9f0Y2r1sgSBBdA2s68CQgkFVj3V7ljR0Eh9Uac/vqZKi2NFOghnfw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240710.1_1720621731921_0.36447079122245274","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240711.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240711.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f63e0609bd60bdf381750898406d9b593555bca6","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240711.1.tgz","fileCount":40,"integrity":"sha512-p/D+DYZ4/lNX9yH/PPWUr2FzuBQRUwpsSjI4R1p1NUqoJe+9CidsrQ6uk9oMPAZV2hyNlWW6k3Cn12bRai/dKw==","signatures":[{"sig":"MEUCIAow+Cx8Smgxi9lWEv+EQGN2Dfj/6Mmdg8coPPPECTZTAiEA5sZGYRHrTf02DQ2nrwfUvmp383Z+Hjfvkwj3rurMdRk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122590},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\85e9a98e-bebd-42bb-a026-9bbcb7077372\\azure-communication-sms-1.2.0-alpha.20240711.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\85e9a98e-bebd-42bb-a026-9bbcb7077372\\azure-communication-sms-1.2.0-alpha.20240711.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-p/D+DYZ4/lNX9yH/PPWUr2FzuBQRUwpsSjI4R1p1NUqoJe+9CidsrQ6uk9oMPAZV2hyNlWW6k3Cn12bRai/dKw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240711.1_1720708448059_0.9334481804202832","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240712.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240712.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"07c4b1d967dda4c0506da8d2f585eadbe746ee76","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240712.1.tgz","fileCount":40,"integrity":"sha512-xtO5F+TlUIBk/bxsUm77SUJYzGj6u4YC/V3pAhinigL9aBXeKAA0NhW2uiceAq1DwP0vAUTyRlfuLhRS6pmJuA==","signatures":[{"sig":"MEUCIA6rKryM9YOKcO/SL4wS3Rp+FY4U/Xp6lQ3C8wsiFeC/AiEA+e8G/ElwsWG2K+qC1K4P2n3bbVxcRPiYx7R9SOy6LjY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122590},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\bcd4f192-2896-4213-b1f0-194e7d99746b\\azure-communication-sms-1.2.0-alpha.20240712.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\bcd4f192-2896-4213-b1f0-194e7d99746b\\azure-communication-sms-1.2.0-alpha.20240712.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-xtO5F+TlUIBk/bxsUm77SUJYzGj6u4YC/V3pAhinigL9aBXeKAA0NhW2uiceAq1DwP0vAUTyRlfuLhRS6pmJuA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240712.1_1720794488156_0.7281002066271367","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240715.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240715.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f7254cacaa8a4fb15c49bc91f4462896ed955607","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240715.1.tgz","fileCount":40,"integrity":"sha512-KcF+Mjw0Nq9m/oQBe45h1LZu/lZKwfhXmaKzVU0Dwljaub/AbIZejLAXb/JORJynCtucLkA7yZpN1O3msN2t7w==","signatures":[{"sig":"MEQCIGdyZD4N2UKO/HtDpc9Pz30KQ/7eKg4RYzB40bDZJm9RAiAyrd/eVkEZJyKeQ7w9klraXtc/8AIG9sBGBxYoG4NRTg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122590},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\bf2b4232-03fa-4448-892e-2c5c88eda140\\azure-communication-sms-1.2.0-alpha.20240715.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\bf2b4232-03fa-4448-892e-2c5c88eda140\\azure-communication-sms-1.2.0-alpha.20240715.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-KcF+Mjw0Nq9m/oQBe45h1LZu/lZKwfhXmaKzVU0Dwljaub/AbIZejLAXb/JORJynCtucLkA7yZpN1O3msN2t7w==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240715.1_1721053893006_0.2701869239035468","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240716.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240716.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e7fcf8d264996df44f5945e1bb44fb0e72d5e39f","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240716.1.tgz","fileCount":40,"integrity":"sha512-eqVjB9oVvxxxgqhQvi+zLqcoPAXD+8S+jOOhNHQ6jGXyCi6RqWPGDV32eTjoDUCR7U4hvlvnnt4B3cAoCPWHww==","signatures":[{"sig":"MEYCIQDvtFw+v6Rnj+xnRhToxfypGPjqWsJNY32CLLfiI/EKUQIhANRSBbci1j/nwFNvcu7KyR8MGNQUP7RfejXzUUEXaUTc","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122590},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\18570cad-ed0c-4c77-aa97-2da353566006\\azure-communication-sms-1.2.0-alpha.20240716.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\18570cad-ed0c-4c77-aa97-2da353566006\\azure-communication-sms-1.2.0-alpha.20240716.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-eqVjB9oVvxxxgqhQvi+zLqcoPAXD+8S+jOOhNHQ6jGXyCi6RqWPGDV32eTjoDUCR7U4hvlvnnt4B3cAoCPWHww==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240716.1_1721140181348_0.28622790921798136","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240716.6":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240716.6","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"66dbc1841dba3ef7bd40655d671287a89fc98de7","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240716.6.tgz","fileCount":40,"integrity":"sha512-W+sbD9aHmI6OpR9v+sH5UraWkx2qYXexCVMKuxPNNgrv4PWx9zZzBLoRrO59k+Iy6tYyacbuyu9cyhtMZjPpng==","signatures":[{"sig":"MEYCIQDiZ/+xjPfOpwkcZxiyQD/gA+L6DvpA9o9mxwN0OoIdNgIhAPdzcC70xoxn7UKq8qWJ8IMMKzeQNbM3HLW5QNFeysyk","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122590},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\283dc27a-6f1c-4a06-90bb-4f38cbff2e55\\azure-communication-sms-1.2.0-alpha.20240716.6.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\283dc27a-6f1c-4a06-90bb-4f38cbff2e55\\azure-communication-sms-1.2.0-alpha.20240716.6.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-W+sbD9aHmI6OpR9v+sH5UraWkx2qYXexCVMKuxPNNgrv4PWx9zZzBLoRrO59k+Iy6tYyacbuyu9cyhtMZjPpng==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240716.6_1721174328534_0.5798848513457462","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240717.5":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240717.5","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c11ae21671425881d9214b801ea467a89d4c2b63","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240717.5.tgz","fileCount":40,"integrity":"sha512-YO5KiwgduGSvXZp8KWSph4KyumQcj1Y4XbacYZxJPieSo9icokelx4Kx/dysBlaETBmMJkpcynYWqRtHRXsPHQ==","signatures":[{"sig":"MEUCIE5dU3FeCxIR1rz+vdRNBwyKRrt0sSVJcqyXHirPT0IVAiEAsL9lDUXNyT68+1fyXKvyV7cyg66vnsILe35XPe5Ylak=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122590},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\0ef268d2-1f81-495f-a35a-e1cd5cb4372e\\azure-communication-sms-1.2.0-alpha.20240717.5.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\0ef268d2-1f81-495f-a35a-e1cd5cb4372e\\azure-communication-sms-1.2.0-alpha.20240717.5.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-YO5KiwgduGSvXZp8KWSph4KyumQcj1Y4XbacYZxJPieSo9icokelx4Kx/dysBlaETBmMJkpcynYWqRtHRXsPHQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240717.5_1721259327003_0.2813319517384645","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240718.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240718.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3bab4ad2a8afaee2448f1c7fda1f1072dbd95179","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240718.1.tgz","fileCount":40,"integrity":"sha512-0TcVj65kAR+W5QLHRZ7iLkBse4XVTIY2QIT4cjeSddOZXodtK2w+FiztMh0navO/nkKTDaaYP3Nk/X90WkuXFA==","signatures":[{"sig":"MEUCIQCgMExyNRu9MlP+AjGKiOhvF9MzQrr18gZLk/usOrKmGgIgMfh8ZizEJYK+zzzj3LpmRtWcquYCsweHyiertTZFjIY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122590},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a8a359e1-f1cf-42f6-a2dc-4a1ceeb9f369\\azure-communication-sms-1.2.0-alpha.20240718.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a8a359e1-f1cf-42f6-a2dc-4a1ceeb9f369\\azure-communication-sms-1.2.0-alpha.20240718.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-0TcVj65kAR+W5QLHRZ7iLkBse4XVTIY2QIT4cjeSddOZXodtK2w+FiztMh0navO/nkKTDaaYP3Nk/X90WkuXFA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240718.1_1721313017122_0.021604985319833236","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240718.4":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240718.4","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"32069e10270a012a429b35e82c905a7573893326","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240718.4.tgz","fileCount":40,"integrity":"sha512-mHsOtYTzv8EaWZwBBujAwqOUh2/ZUfV7lzU/bCpWLBx2qKUGM3spCO0528pTHBMXpVRrk5VW1KBiWywTjGXzMw==","signatures":[{"sig":"MEQCIFyznkxvO1uPebC0myHmuZXhBuqsWHffX9v4Ea6JXw8JAiANn6ZOoCORlxaRDZ8omf7KXFYpPbq+PQ8Ys0DRbWyGaw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122638},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\91c40aed-5740-4128-9239-f03ee90d77b0\\azure-communication-sms-1.2.0-alpha.20240718.4.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\91c40aed-5740-4128-9239-f03ee90d77b0\\azure-communication-sms-1.2.0-alpha.20240718.4.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-mHsOtYTzv8EaWZwBBujAwqOUh2/ZUfV7lzU/bCpWLBx2qKUGM3spCO0528pTHBMXpVRrk5VW1KBiWywTjGXzMw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240718.4_1721360078535_0.9910511960461044","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240718.5":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240718.5","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"14750ebb1ea8d650a37bc4e139aee2397144160f","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240718.5.tgz","fileCount":40,"integrity":"sha512-l3rios0Hk0aGvvY1ACFMTNbKH7Q1cV4nuTAxwspdnzAkBXfdWtwErPsvvi4eOHnyTBKjctodohuF/N59aeenng==","signatures":[{"sig":"MEYCIQCeQJC3o5Mxw24yxBmuzAzAyrn9AKAf4PCmDaXtwVyt1wIhAOZiF49rKX7tVqf4vCzas+wIperd7v3teBmjLUO/ZZ6g","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122590},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\70142830-5960-462d-bbb4-e7b89d91ac75\\azure-communication-sms-1.2.0-alpha.20240718.5.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\70142830-5960-462d-bbb4-e7b89d91ac75\\azure-communication-sms-1.2.0-alpha.20240718.5.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-l3rios0Hk0aGvvY1ACFMTNbKH7Q1cV4nuTAxwspdnzAkBXfdWtwErPsvvi4eOHnyTBKjctodohuF/N59aeenng==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240718.5_1721364145108_0.10270040217298382","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240719.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240719.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f480f850a23482442fc7bd5706518e801b2834a4","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240719.1.tgz","fileCount":40,"integrity":"sha512-PelTbUUWWW/O8b91s8ihW3MpoKiQPrenm/h8sBf/eN9PQ7N+hCLseebttsWP2P1K2V9ge5V8OVZpzmbw9Fyr9g==","signatures":[{"sig":"MEYCIQDMWLqCxVxJ/CPpFjqBPl/RJ65G76E3BD5nSNWu1G+lTAIhALW/ubkvVyQDHbr7ccwmW44J0ag4eQ20HrJEGj8ObrrT","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122590},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\dada0c6b-e699-4efc-85e3-e5cea31c7f96\\azure-communication-sms-1.2.0-alpha.20240719.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\dada0c6b-e699-4efc-85e3-e5cea31c7f96\\azure-communication-sms-1.2.0-alpha.20240719.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-PelTbUUWWW/O8b91s8ihW3MpoKiQPrenm/h8sBf/eN9PQ7N+hCLseebttsWP2P1K2V9ge5V8OVZpzmbw9Fyr9g==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240719.1_1721399326884_0.9975197739823503","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240722.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240722.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a4004c7f81fc49e2010f666d5a9a969b0b9db19a","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240722.1.tgz","fileCount":40,"integrity":"sha512-sbWWVH8Pxq63pL0kEal9719MUh28i5KYCdgkR0flpb6VXXM10Yugy4uu1JGvDHB/RLU9PW9kPfvVbSWGp68rUA==","signatures":[{"sig":"MEUCIQCWjgrthVH3kpoXPy/23AgoGzA/m0lTS78DoDqaJ9VC3wIgE12Zd/MbOP8KFa2DeQkVcgbjwApXX2V6PJu3u8YK+vI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122590},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f97a762c-2d8e-4eba-9f89-ea451d991143\\azure-communication-sms-1.2.0-alpha.20240722.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f97a762c-2d8e-4eba-9f89-ea451d991143\\azure-communication-sms-1.2.0-alpha.20240722.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-sbWWVH8Pxq63pL0kEal9719MUh28i5KYCdgkR0flpb6VXXM10Yugy4uu1JGvDHB/RLU9PW9kPfvVbSWGp68rUA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240722.1_1721658858667_0.1316167542089648","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240722.3":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240722.3","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"beb3987a014340c5a0d608e5bc28f53edb09c79b","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240722.3.tgz","fileCount":40,"integrity":"sha512-HIXH6f4AwrW+6xy0XVGrpML6kpdB5ySDiWcuNfKpSi3BwOrhGZx3dVjy6L0axa9PDklWhaIjuGyjQiGLNxV4ag==","signatures":[{"sig":"MEQCIE/E4LUxBaUtVIaekfj1LCYY0lqT/fPnvJC2jO6vxl9kAiAJOpMRcOhkGoOMA+p6c9kEqIDoFYsWtaSHL5HZZOyatQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122590},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b88c2410-3164-4336-8ae7-62d973ccedd5\\azure-communication-sms-1.2.0-alpha.20240722.3.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b88c2410-3164-4336-8ae7-62d973ccedd5\\azure-communication-sms-1.2.0-alpha.20240722.3.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-HIXH6f4AwrW+6xy0XVGrpML6kpdB5ySDiWcuNfKpSi3BwOrhGZx3dVjy6L0axa9PDklWhaIjuGyjQiGLNxV4ag==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240722.3_1721681727029_0.19506015316181347","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240722.4":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240722.4","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"202c99d5fe2d14bdab59aefd0fb2e1c0318a10f6","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240722.4.tgz","fileCount":40,"integrity":"sha512-0HufgNy9leIJRJTDJTTfW8rSJAWGWY0WRVtfXNppU8qseQUGbp3l/mP3tUGdAVF+RiMZnGud7zvvRnaOUw8WnA==","signatures":[{"sig":"MEUCIAiYY93ZutDTyCn6WfmsFZ6NEFwnuioQiFVmnY8RzNexAiEAowT0EsRL2UsVhHQiBesJWpUNVgjQ1i8ra3Rwzssjb+8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122590},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\e5c8ca8f-7d62-4167-a734-a4df0e83d476\\azure-communication-sms-1.2.0-alpha.20240722.4.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\e5c8ca8f-7d62-4167-a734-a4df0e83d476\\azure-communication-sms-1.2.0-alpha.20240722.4.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-0HufgNy9leIJRJTDJTTfW8rSJAWGWY0WRVtfXNppU8qseQUGbp3l/mP3tUGdAVF+RiMZnGud7zvvRnaOUw8WnA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240722.4_1721685808537_0.519532936707751","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240723.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240723.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"40b60006004200bd7c53e65650c6cf0425400a22","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240723.1.tgz","fileCount":40,"integrity":"sha512-zWoAyP+RX5JO4xPgimufdpAK1rvadl8ebzuiuxEQYy3eVa6zvA2mCRYww4qO70s6LNPCMPfWJr4yOOFnJzvBKQ==","signatures":[{"sig":"MEYCIQDL/NAprqMe+AevVhc7JTK9x1tL0S26W/fstfHjopaNhwIhAN1koFuZz0AKNXIeBtfq/oH2LS5NrDyGquqACSkk6rV6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122590},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\fcf51f3c-76dd-4b05-8eff-e109ee73adcd\\azure-communication-sms-1.2.0-alpha.20240723.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\fcf51f3c-76dd-4b05-8eff-e109ee73adcd\\azure-communication-sms-1.2.0-alpha.20240723.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-zWoAyP+RX5JO4xPgimufdpAK1rvadl8ebzuiuxEQYy3eVa6zvA2mCRYww4qO70s6LNPCMPfWJr4yOOFnJzvBKQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240723.1_1721744923354_0.9649773254594496","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240724.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240724.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"80dcc550fbd2d20f5951a96db678fe7cce8b53e6","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240724.1.tgz","fileCount":40,"integrity":"sha512-OCaOBp8bPlaryQ8rnHwQZfgT3qW1RXBGiVVqnZOIf1+s1M7YNKmUZJ4NDcvQeydh9xC2/mHA9PXq51qdeRe8QQ==","signatures":[{"sig":"MEUCIQDesuiX9HsZvh9+X289e0aEsnqTGYTDUQA7qD7Qscfq1wIgQJb/mRaZHvdvADonvyGo/jfAzUNqaXN3yAZioDfpG8Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122590},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\5a6809a4-81ca-461f-910b-0f01ecf7380a\\azure-communication-sms-1.2.0-alpha.20240724.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\5a6809a4-81ca-461f-910b-0f01ecf7380a\\azure-communication-sms-1.2.0-alpha.20240724.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-OCaOBp8bPlaryQ8rnHwQZfgT3qW1RXBGiVVqnZOIf1+s1M7YNKmUZJ4NDcvQeydh9xC2/mHA9PXq51qdeRe8QQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240724.1_1721831353720_0.17177214595404777","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240725.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240725.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"16e36544fe9a5e3bce855250b33d2366fae23cf4","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240725.1.tgz","fileCount":40,"integrity":"sha512-rTvrwWFSrZHIbq41TUXxwgyfCopYSuUMwfmewNFa2SQpCDh6xs2Dot+YeCy4eYK9gU1NzQOdCGi1mQxhR4aHIw==","signatures":[{"sig":"MEUCIQCkGHeuH/sAc7HNn6ySwV13hE8JyWXCjR/bjkaa9NS6fQIgeDuueR21lXuXl2U8JcNlPtBj2emAEmB2szXnHloiQ5Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122590},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\0acafe25-44c4-4ba2-9b3c-6edb5d170efe\\azure-communication-sms-1.2.0-alpha.20240725.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\0acafe25-44c4-4ba2-9b3c-6edb5d170efe\\azure-communication-sms-1.2.0-alpha.20240725.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-rTvrwWFSrZHIbq41TUXxwgyfCopYSuUMwfmewNFa2SQpCDh6xs2Dot+YeCy4eYK9gU1NzQOdCGi1mQxhR4aHIw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240725.1_1721917746717_0.21135320645389388","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240729.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240729.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"803d08cec8cee047d5f1396f392aec8694d3c755","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240729.1.tgz","fileCount":40,"integrity":"sha512-vn8V+kWbgLaCbtWZJr11IUJBlChayk6QCbPk+0bWfNYL2JZA8UzoQuLq4+AYldOQrt831KqVpSpF1LSYa3b+fg==","signatures":[{"sig":"MEQCIBDfSdkHQJRcqJm98L+qLzI0F8fn7elXZGeOh5Ujeh22AiAsunzJsZoWrCCFMHw8REDE19oXCTsvV2/+LVGMf76HaQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122590},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\874d6276-303d-47a1-b913-91dd431a278e\\azure-communication-sms-1.2.0-alpha.20240729.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\874d6276-303d-47a1-b913-91dd431a278e\\azure-communication-sms-1.2.0-alpha.20240729.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-vn8V+kWbgLaCbtWZJr11IUJBlChayk6QCbPk+0bWfNYL2JZA8UzoQuLq4+AYldOQrt831KqVpSpF1LSYa3b+fg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240729.1_1722263365680_0.17708963732459138","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240729.2":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240729.2","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a72a9c41147463ad094cfffd1178566ec1ecefd6","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240729.2.tgz","fileCount":40,"integrity":"sha512-R+j5pwdCBObx178YxU/LwpM/It6pvUOyUS72AasvQjJlsD/D981a4ZRDcV70kqUYKShFJJ8CWxlsPGTIRodWdw==","signatures":[{"sig":"MEUCIELPn/90L2JYiEIHpQ6DECQri7/hgjICKvRgY3BlK3SkAiEAmsWdAib+nw90as0DNsNV9htIVWB+mDCs0H589RwY/yk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122590},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\756ff04a-6a4f-46e8-a47b-9b04dfe731f7\\azure-communication-sms-1.2.0-alpha.20240729.2.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\756ff04a-6a4f-46e8-a47b-9b04dfe731f7\\azure-communication-sms-1.2.0-alpha.20240729.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-R+j5pwdCBObx178YxU/LwpM/It6pvUOyUS72AasvQjJlsD/D981a4ZRDcV70kqUYKShFJJ8CWxlsPGTIRodWdw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240729.2_1722276832186_0.02017910593465211","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240729.3":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240729.3","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"89849a44cf923d8fb1297ae68c5f9d4ae839fbf5","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240729.3.tgz","fileCount":40,"integrity":"sha512-3IPR0j0Qahsu/1s+LtYQpHUnTDlkW5x3ZZjDFTzCkQ8KV7LzdSurkz6ngsjXr5GuThr5McqO83lS2Rl17n145w==","signatures":[{"sig":"MEQCIBQNJztQ7SKWKa7WcqNuGb4EPMKXM4OyG3Ryfn3FI9vHAiBDOPB4YBgQTtN1dKl3T0rFOGRh/PppuPqBfjp6sI94FQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122590},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\c5db841e-c3a4-45d4-9063-d07b3892ba4d\\azure-communication-sms-1.2.0-alpha.20240729.3.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\c5db841e-c3a4-45d4-9063-d07b3892ba4d\\azure-communication-sms-1.2.0-alpha.20240729.3.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-3IPR0j0Qahsu/1s+LtYQpHUnTDlkW5x3ZZjDFTzCkQ8KV7LzdSurkz6ngsjXr5GuThr5McqO83lS2Rl17n145w==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240729.3_1722280202810_0.8733464115404013","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240730.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240730.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"396a020b3de05a44b672bfe00e27731ef8c5f2e7","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240730.1.tgz","fileCount":40,"integrity":"sha512-RVMmilOGKJO3EmjzgYn8NeChAsK64EHtNV4a6y3uMdNyDB0viUq63+zro6esQSg+Hr0ZOV44bKsxUvBdMy1q0g==","signatures":[{"sig":"MEQCIAeL/8XQYOjjbeIPunbkJ04g+5sg4RE+nctNXB8QUc0uAiAhr8AJq7YEY2mVycLDJhuF+S9T6JyA8W7VttBkuu8r5A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122590},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\276562f7-6191-4cbf-abdd-16f00aa4f375\\azure-communication-sms-1.2.0-alpha.20240730.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\276562f7-6191-4cbf-abdd-16f00aa4f375\\azure-communication-sms-1.2.0-alpha.20240730.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-RVMmilOGKJO3EmjzgYn8NeChAsK64EHtNV4a6y3uMdNyDB0viUq63+zro6esQSg+Hr0ZOV44bKsxUvBdMy1q0g==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240730.1_1722349662007_0.5015336734641775","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240730.2":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240730.2","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cd2c5a71852dbd7e7e0cdf1f9e45e8807f785afe","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240730.2.tgz","fileCount":40,"integrity":"sha512-XF2sWoAsoCKbinrfkEY4c/dITjW2D6gf5EiDgmDmNmW7o0rzmEUNSB8OO6Ql97X+KCyvaj2ug/OI2bc/QpXaXg==","signatures":[{"sig":"MEUCIQCaMBSzxzkeubxyPE8ZzYoZWjk/BoBtJ0pPqPr8NsyKDAIgbPw9nWfhjyoZ+N1ICcjVBVicMuOY+/h5KLyz9ITGtF4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122590},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7d29bcbe-63a3-413f-9b5c-213071a4c441\\azure-communication-sms-1.2.0-alpha.20240730.2.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7d29bcbe-63a3-413f-9b5c-213071a4c441\\azure-communication-sms-1.2.0-alpha.20240730.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-XF2sWoAsoCKbinrfkEY4c/dITjW2D6gf5EiDgmDmNmW7o0rzmEUNSB8OO6Ql97X+KCyvaj2ug/OI2bc/QpXaXg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240730.2_1722407890607_0.9203910566081424","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240731.2":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240731.2","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"292f2d64c20a21315813dedeb05efba420c50572","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240731.2.tgz","fileCount":40,"integrity":"sha512-y+0osnxD50p9MWr+xcB1j3i3f305hDCxpxDbxJfYMxBiLxGPjHnC6iE0DKUWaPzGKetm8W+0pzZyVtdvhbJpwQ==","signatures":[{"sig":"MEUCIQCqmUEiqsmRN7It2Q/53Wni8wOhQ1rrRP8PGyzNGvZRjAIgVUwu6c5qX6pyyKAOUlPcdHHpWoGfDbs/RmX7geDLm68=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122590},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\901f1bde-e3c5-4b85-9d51-f2ac1250c9ba\\azure-communication-sms-1.2.0-alpha.20240731.2.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\901f1bde-e3c5-4b85-9d51-f2ac1250c9ba\\azure-communication-sms-1.2.0-alpha.20240731.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-y+0osnxD50p9MWr+xcB1j3i3f305hDCxpxDbxJfYMxBiLxGPjHnC6iE0DKUWaPzGKetm8W+0pzZyVtdvhbJpwQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240731.2_1722436339037_0.3275771472430382","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240801.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240801.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e31c8da83e0b5cebdf23d8dc471140cbd97118f5","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240801.1.tgz","fileCount":40,"integrity":"sha512-Ya2g7meS2cPajHVukcO/6n7wskNWxNphrAZtLT4/Ywi6PAcz9GeONWgF7yAvqYobu78jA/cUzIRX8ykmDT/IJA==","signatures":[{"sig":"MEUCIDWa/HHbZxhn706dc5TIjz11txucsl/nZ2gd9uI8BTYOAiEA0vEfgX/6+awIPImWZltY5UBygNgpBb+15fxqxYR70lw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122590},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\64ca0fa3-b48d-4fd6-b82f-a932a8e5c9f8\\azure-communication-sms-1.2.0-alpha.20240801.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\64ca0fa3-b48d-4fd6-b82f-a932a8e5c9f8\\azure-communication-sms-1.2.0-alpha.20240801.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Ya2g7meS2cPajHVukcO/6n7wskNWxNphrAZtLT4/Ywi6PAcz9GeONWgF7yAvqYobu78jA/cUzIRX8ykmDT/IJA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240801.1_1722522787011_0.012452402008127805","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240805.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240805.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"36b627a9b3d1f9cb7f11a71a6d02557efd550f6d","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240805.1.tgz","fileCount":40,"integrity":"sha512-o8rplO+LnUd/IezrhWGEIOiH7ALB/tw5ThE87+kIu6XlQC5YGb7f3dwv+Bx71uESOMgk2z5iXxc3CxieyuFDUw==","signatures":[{"sig":"MEYCIQC36d+A4Mq6YRjt0RD7DOLJPmFKqazMe091qFirq9DU0AIhAPDw4tE+jiguWacLOCbJtOnbTbG+4MbWA7lntarB17Hd","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122590},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\525351e5-cb60-4e32-91a1-f33ef989cae4\\azure-communication-sms-1.2.0-alpha.20240805.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\525351e5-cb60-4e32-91a1-f33ef989cae4\\azure-communication-sms-1.2.0-alpha.20240805.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-o8rplO+LnUd/IezrhWGEIOiH7ALB/tw5ThE87+kIu6XlQC5YGb7f3dwv+Bx71uESOMgk2z5iXxc3CxieyuFDUw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240805.1_1722868150318_0.8939515806256007","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240807.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240807.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"69076057a116b1dbfe771792c2fe8fc39577d186","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240807.1.tgz","fileCount":40,"integrity":"sha512-4NOxOg84UOHnqo8d9bLwzFRQUA8UxB6ZF4x7+2iHfso1sRzyNhYqWCBdTZ8CkxpptbT7ytvH5Nmj8MglJLzqHQ==","signatures":[{"sig":"MEUCIQCiy1ow3MGzqHeT87DGfbGkwjm4PGzM5wNG0cNnTQ5RzQIgMf+jSBoveMJomIoEFCuGyCgzOfZ59IVUu/cJDsz+RFM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122590},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\3c6e4ae3-9c98-44cb-9f6b-be81c707bd72\\azure-communication-sms-1.2.0-alpha.20240807.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\3c6e4ae3-9c98-44cb-9f6b-be81c707bd72\\azure-communication-sms-1.2.0-alpha.20240807.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-4NOxOg84UOHnqo8d9bLwzFRQUA8UxB6ZF4x7+2iHfso1sRzyNhYqWCBdTZ8CkxpptbT7ytvH5Nmj8MglJLzqHQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240807.1_1723040905362_0.14179893447039982","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240808.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240808.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e1107181e35c8207d07a30a3d8180798b38e29e5","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240808.1.tgz","fileCount":40,"integrity":"sha512-BRXyhwjt+ZFGCMTgxsVVdbnXk2NNCTCOOAQ5o4ISGiTwtEtZ7bvja0udqDvI/EmWPew5ynZ1xT9lsmN1UiAJRg==","signatures":[{"sig":"MEUCIGHufSwNFMLvFD9dfTJr5Sit9yj3+Co1UQmPPbKTic+lAiEAvezmBYve726C5GjdALzC8G83/Hro1o7W+9axbCD5950=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122590},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\adb0cab3-a26a-42c0-a237-c77fb4e54233\\azure-communication-sms-1.2.0-alpha.20240808.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\adb0cab3-a26a-42c0-a237-c77fb4e54233\\azure-communication-sms-1.2.0-alpha.20240808.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-BRXyhwjt+ZFGCMTgxsVVdbnXk2NNCTCOOAQ5o4ISGiTwtEtZ7bvja0udqDvI/EmWPew5ynZ1xT9lsmN1UiAJRg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240808.1_1723127400716_0.2791928195595441","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240809.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240809.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c7026da0607442f9c8fbf9d66a00b54f5321f2a7","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240809.1.tgz","fileCount":40,"integrity":"sha512-U0G8DPauPMNb+xHwxyiHYCBZqpBH8f/vvyzrcNV7h4Q98VxWex7a7z+PlM9wF21WNtUf6laNnhoHIwB9a0XTsQ==","signatures":[{"sig":"MEUCIAVXzgdmCBQ7iFOSNo1LaHRLtTF0rG1OZWP29uZP5QAWAiEAh5agl2khz3mouekncbA1ppywP+qq9eCxpCAZy1aMHmE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122590},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\c3070101-8805-498b-ab37-8fc3efe7d2ad\\azure-communication-sms-1.2.0-alpha.20240809.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\c3070101-8805-498b-ab37-8fc3efe7d2ad\\azure-communication-sms-1.2.0-alpha.20240809.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-U0G8DPauPMNb+xHwxyiHYCBZqpBH8f/vvyzrcNV7h4Q98VxWex7a7z+PlM9wF21WNtUf6laNnhoHIwB9a0XTsQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240809.1_1723213694770_0.816505463771001","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240812.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240812.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4b5f3a4000edf314fbf483e5bbf163e3ad93b3a4","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240812.1.tgz","fileCount":40,"integrity":"sha512-YeKxiiHdW0nkyCl9z/vJEP5otsj6g9fNXdNI1OayHteBawSzYXAPfd0i8hEkbFTMWrrRIHRPcC50e3wm+USqpQ==","signatures":[{"sig":"MEUCIG8Uo3oGiHSyjlZS3ZlIhJshmraxyPvPTsXCR1+/cc8bAiEAutZBjZ7CrX2pIen0X4wjyXQMLMFJf/9e+9BuN4vt68Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122590},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f4ea8f59-f5d1-4057-8068-22973d251128\\azure-communication-sms-1.2.0-alpha.20240812.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f4ea8f59-f5d1-4057-8068-22973d251128\\azure-communication-sms-1.2.0-alpha.20240812.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-YeKxiiHdW0nkyCl9z/vJEP5otsj6g9fNXdNI1OayHteBawSzYXAPfd0i8hEkbFTMWrrRIHRPcC50e3wm+USqpQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240812.1_1723472851228_0.7686329586719152","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240813.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240813.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"479535ce127f8e88771f9cdeff6a4391c9dcda3f","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240813.1.tgz","fileCount":40,"integrity":"sha512-Zmzzp9ZQlctyIjKhy459HiydJbT01HkMqxOG9EWqqL1VndKLbM3N8Lhdw26eAxElXkem/XPLQP2F9C7v6uSEHw==","signatures":[{"sig":"MEQCIGbbWM1syMzD69ETd283Oq4npf85kqIqT7fFWjIhD/2jAiBenGfQuXaieZzLS/KEu9+vHfffH+2qWkqPwaaOdtv/ag==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122590},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f556414b-49fb-414d-8b89-35d0a67f817e\\azure-communication-sms-1.2.0-alpha.20240813.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f556414b-49fb-414d-8b89-35d0a67f817e\\azure-communication-sms-1.2.0-alpha.20240813.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Zmzzp9ZQlctyIjKhy459HiydJbT01HkMqxOG9EWqqL1VndKLbM3N8Lhdw26eAxElXkem/XPLQP2F9C7v6uSEHw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240813.1_1723559332699_0.39335351282468345","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240816.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240816.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7aaf9124e907b95ee09d36986ee42e89f7f226c8","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240816.1.tgz","fileCount":40,"integrity":"sha512-OZHbhLABAypt/Xen8R1MwuJhR9SMqVtuoQnwGj4T6FA9bYcpb/xgxSqlFeJoNtvpFhyNyS2LeKVD9Wy9VDkeLQ==","signatures":[{"sig":"MEYCIQCAgmWs4esOW/BqoGA3Djl9CkVyqwosJKvn0edHBPIKgwIhAKQu/N02ZHatpB4t9swsOd/FE1eUoNT8aGbo2S56iKdZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122590},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\654ce2d2-6ae6-43bd-9019-5a2576f9ad7c\\azure-communication-sms-1.2.0-alpha.20240816.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\654ce2d2-6ae6-43bd-9019-5a2576f9ad7c\\azure-communication-sms-1.2.0-alpha.20240816.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-OZHbhLABAypt/Xen8R1MwuJhR9SMqVtuoQnwGj4T6FA9bYcpb/xgxSqlFeJoNtvpFhyNyS2LeKVD9Wy9VDkeLQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240816.1_1723818589149_0.2285647085927187","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240819.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240819.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"51a763f0d30dae74fb17dfed1637dd4db776f4ea","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240819.1.tgz","fileCount":40,"integrity":"sha512-3N1XM9513vas5Y0grMyw2tWGg9fS+GQ2GLrhpFTunfBe5d0rMXxPzeK+u6wxY/SGk7BWWKm0LMSYxl5kIYOFfg==","signatures":[{"sig":"MEUCIG/4lajntSbcfnqEOMY7oBUfjLRrSdHSQtON7BixbH9QAiEA3wS7YK3wmJ+1PDMySzvBkF0WzhD1tvmwbFvXBdVYUJo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122590},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\86115a99-14ff-477c-940b-f893ec6a5161\\azure-communication-sms-1.2.0-alpha.20240819.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\86115a99-14ff-477c-940b-f893ec6a5161\\azure-communication-sms-1.2.0-alpha.20240819.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-3N1XM9513vas5Y0grMyw2tWGg9fS+GQ2GLrhpFTunfBe5d0rMXxPzeK+u6wxY/SGk7BWWKm0LMSYxl5kIYOFfg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240819.1_1724077707709_0.09004655932784078","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240821.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240821.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"005ccf175acb5a00e1c5f798d8bbfde4024d375f","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240821.1.tgz","fileCount":40,"integrity":"sha512-djLKJraNExBKI8k2UAS0HY4mLHvhvYI5/DuSWm+3LhVKx1nCMGCTloCdR7QwE573MTKMNPvZoyinN5GF9PSk8Q==","signatures":[{"sig":"MEUCIQDfVJ3pom61c0DNK8B9tw8//sOfnpbsIMz/YhlhctOOMQIgUEZMLdCPJ3I8dG6n1GyyEDjS1BnUC4jqK7x3NfqP9gA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122590},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\6b79af1d-1fb8-49ce-81f3-f887d9259404\\azure-communication-sms-1.2.0-alpha.20240821.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js","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 && 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 README.md src test --ext .ts,.javascript,.js --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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\6b79af1d-1fb8-49ce-81f3-f887d9259404\\azure-communication-sms-1.2.0-alpha.20240821.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-djLKJraNExBKI8k2UAS0HY4mLHvhvYI5/DuSWm+3LhVKx1nCMGCTloCdR7QwE573MTKMNPvZoyinN5GF9PSk8Q==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240821.1_1724250482442_0.04842530029800374","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240823.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240823.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e9c80b9caa1fbab67fb86933847335d153f04032","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240823.1.tgz","fileCount":40,"integrity":"sha512-MzSkci6etFi81NcA60nE6yZnr9EYCs9XNoMWSGFGTJ/4uSMKE1n6LuGjWro5axcs9rJYpoFXUD2OfTEPpJPEZQ==","signatures":[{"sig":"MEUCIQDfkiX3hisshdbBDte+hqV+YhNFPuezrJEE2PfwQ0sLjAIgLrlXKXwK4VFI8KkwhpWQ6EoRldExWHd8eG0+ayQANz4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122540},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\050b8729-e9d7-417b-b242-8f7aff05af8e\\azure-communication-sms-1.2.0-alpha.20240823.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 && 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 README.md 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\050b8729-e9d7-417b-b242-8f7aff05af8e\\azure-communication-sms-1.2.0-alpha.20240823.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-MzSkci6etFi81NcA60nE6yZnr9EYCs9XNoMWSGFGTJ/4uSMKE1n6LuGjWro5axcs9rJYpoFXUD2OfTEPpJPEZQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240823.1_1724423446754_0.2886435432467691","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240827.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240827.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"023e614e7a2d4646e7b8cc420c81c6878aeb1258","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240827.1.tgz","fileCount":40,"integrity":"sha512-CPs//vSq2yAbLy4zAZFyfEVhfg/aM/9YDGlYaRMQLKF3kqS4p37dDN/hO5+mvetyDz6O3gAE4A3uqOddTPDHmQ==","signatures":[{"sig":"MEUCIQCePp1rU51eiV7lGsWW7gt0nj9H0zoySjyXFQuWCDnN5wIgT17v0L6QZuzsM+wT++CzpVw1BPSePMjbYCo0Gyfka4k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122540},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\4816faed-23b4-4280-8393-e602a1f97061\\azure-communication-sms-1.2.0-alpha.20240827.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 && 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 README.md 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\4816faed-23b4-4280-8393-e602a1f97061\\azure-communication-sms-1.2.0-alpha.20240827.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-CPs//vSq2yAbLy4zAZFyfEVhfg/aM/9YDGlYaRMQLKF3kqS4p37dDN/hO5+mvetyDz6O3gAE4A3uqOddTPDHmQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240827.1_1724768958882_0.6219108358150385","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240828.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240828.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0917b9fa00a935933fb082e61fd815ea177af07b","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240828.1.tgz","fileCount":40,"integrity":"sha512-EFKa7UUw/DbykAdGY99NSGeTsUD2LHaxTTsQL5tqB3Wbz9wPtlpHby7TGEnypgEpLL4+IBmUIieba65Ppkn9jg==","signatures":[{"sig":"MEUCIQD5AZ9KxLN/c6bH+MeR0Yr3oSuV1YMAcxhPmYHlIt/6DAIgENxT9POEhoO7MSZUZezgIP0Gr9fjIdeZRixZK3MzqyM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122540},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\caa04c03-6ecc-4abd-b44e-3e8a3258aba8\\azure-communication-sms-1.2.0-alpha.20240828.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 && 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 README.md 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\caa04c03-6ecc-4abd-b44e-3e8a3258aba8\\azure-communication-sms-1.2.0-alpha.20240828.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-EFKa7UUw/DbykAdGY99NSGeTsUD2LHaxTTsQL5tqB3Wbz9wPtlpHby7TGEnypgEpLL4+IBmUIieba65Ppkn9jg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240828.1_1724855199988_0.13143432929252508","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240829.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240829.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8c6453c69cb3114e04627fc3c8b197d76f4910bb","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240829.1.tgz","fileCount":40,"integrity":"sha512-NyBLnifjHgqAUuea+fTLaSM/JX3eW8LUeXhSlPf8Obx7ZiA5Eqpu7pgESBPOoDnAn7JhcPkgeyyOe9VRe/Yyng==","signatures":[{"sig":"MEQCIC2JaVpO7RvmDb5wS1T22S8FO6PAum/JSEy4qZ2TRacuAiBu0LsrT2anvOQG3uaJXj4Wpb0Of0zJncde3VKGXcvAVg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122540},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ed7e2db5-70a3-4700-a48d-b8bbed9ceb32\\azure-communication-sms-1.2.0-alpha.20240829.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 && 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 README.md 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ed7e2db5-70a3-4700-a48d-b8bbed9ceb32\\azure-communication-sms-1.2.0-alpha.20240829.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-NyBLnifjHgqAUuea+fTLaSM/JX3eW8LUeXhSlPf8Obx7ZiA5Eqpu7pgESBPOoDnAn7JhcPkgeyyOe9VRe/Yyng==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240829.1_1724941775867_0.4526260007718168","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240830.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240830.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8bd2a56b36e3f5a59ba40b1f89f81d1eac11985f","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240830.1.tgz","fileCount":40,"integrity":"sha512-EuEmhxyl3WYZbsW7tnGK9d3Lu5EcJoiSSM6Ue1gKSPBtPAApX7MHbRlscF+qa/F+2ekoDRZnkiBbcKY5cAjYKQ==","signatures":[{"sig":"MEYCIQC0depzi9D0f/fr3sThmhmNlpmfrPd3DKVQsOC+nXQkZQIhAIdh+vhjeBLhLu+ioe/pvhT2BxrG0hTuMjfZaVeaayKi","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122540},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\79335f05-f268-453b-b69f-eb4040128bea\\azure-communication-sms-1.2.0-alpha.20240830.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 && 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 README.md 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\79335f05-f268-453b-b69f-eb4040128bea\\azure-communication-sms-1.2.0-alpha.20240830.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-EuEmhxyl3WYZbsW7tnGK9d3Lu5EcJoiSSM6Ue1gKSPBtPAApX7MHbRlscF+qa/F+2ekoDRZnkiBbcKY5cAjYKQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240830.1_1725027910723_0.8371565429074332","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240902.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240902.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"65c7d85fa1b69179dcc9430b1e42cfb4625bf749","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240902.1.tgz","fileCount":40,"integrity":"sha512-/i9K+bHCJ9+imXxgHQc+4vF8vem+//BMKBju/zJTVvh/jpQT4aa3dfw81mkcJgnWAo/ahiiTf9Qjq7ra6Ql+6w==","signatures":[{"sig":"MEUCIC1aHlzT/hIsUDCqSD0JVOWA053DhngvQiTBZwaJbfFUAiEA267nRASfjYzacothRfJg/cBAcY3FLbIuBA/BeFm7K5s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122540},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\6b43dceb-d83f-4153-9a7e-1ca540fdac7f\\azure-communication-sms-1.2.0-alpha.20240902.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 && 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 README.md 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\6b43dceb-d83f-4153-9a7e-1ca540fdac7f\\azure-communication-sms-1.2.0-alpha.20240902.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-/i9K+bHCJ9+imXxgHQc+4vF8vem+//BMKBju/zJTVvh/jpQT4aa3dfw81mkcJgnWAo/ahiiTf9Qjq7ra6Ql+6w==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240902.1_1725287123311_0.3016939001372747","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240903.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240903.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4b23c9ba9525a8859fc641b6e3ff81d68032ec5e","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240903.1.tgz","fileCount":40,"integrity":"sha512-k7Mobg6juXHFBLeu4PJgGzlkz7idsN1G08llE49E91JojjKAsKjvc9r+3X3JSg+zU4vfRXxzaeBBQEc0hRnsXQ==","signatures":[{"sig":"MEYCIQCr8MjJe2XEvMGWbv3bxuhmFh/9doL3Ayb3nc3t6W+9KQIhAKLcuxjjOYXVs7Qq0HAwRGd8wKf6R4Vnc/uRxsW2Sqn2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122540},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\6f092fc8-4325-4fae-802e-08c695987280\\azure-communication-sms-1.2.0-alpha.20240903.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 && 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 README.md 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\6f092fc8-4325-4fae-802e-08c695987280\\azure-communication-sms-1.2.0-alpha.20240903.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-k7Mobg6juXHFBLeu4PJgGzlkz7idsN1G08llE49E91JojjKAsKjvc9r+3X3JSg+zU4vfRXxzaeBBQEc0hRnsXQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240903.1_1725373630973_0.42269410044498734","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240904.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240904.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"80d8945504fad9072575135359b023329c6d24fc","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240904.1.tgz","fileCount":40,"integrity":"sha512-ovid+zTJjtKM4n3H//OfzYaEgE1D/2VwFKqmbbHWWnEwqFtKaYppIuqDKWW468Le5h9N69aAIpySTOibUaKjVA==","signatures":[{"sig":"MEUCIQDjl+KwiEn2LSj2Z8A7Qz2iakvR8nEP4Gqr7i4lYRbB2gIgBFywMuAhX55RBhnS3Jad+IrlULgSPBN6HmX/5Ziz8HE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122540},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\83910635-fe24-4af7-b159-27add4929679\\azure-communication-sms-1.2.0-alpha.20240904.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 && 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 README.md 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\83910635-fe24-4af7-b159-27add4929679\\azure-communication-sms-1.2.0-alpha.20240904.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ovid+zTJjtKM4n3H//OfzYaEgE1D/2VwFKqmbbHWWnEwqFtKaYppIuqDKWW468Le5h9N69aAIpySTOibUaKjVA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240904.1_1725459913466_0.8001935785107799","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240905.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240905.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7f3069a79346f9989b3b3e36abb4582d28f33405","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240905.1.tgz","fileCount":40,"integrity":"sha512-BSqs7b0l7cJJPD2GFdpTwH7uTzp5xA46HPsVJciJN+fR91fYNEFb0AUC/O7bNE+JHkFygpDEObQkN2B8w76PTA==","signatures":[{"sig":"MEMCHzl4kwXo4fP6ZgyQYnbuAX0AwYV61M+0EtEO2DPpBhMCIE57rQFX8ML7V1Eig8xfjXV9nCc8Q0sXNWhiZaeosgJv","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122540},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\33b12c0c-f036-4f13-93cb-f0ef49a44c3d\\azure-communication-sms-1.2.0-alpha.20240905.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 && 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 README.md 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\33b12c0c-f036-4f13-93cb-f0ef49a44c3d\\azure-communication-sms-1.2.0-alpha.20240905.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-BSqs7b0l7cJJPD2GFdpTwH7uTzp5xA46HPsVJciJN+fR91fYNEFb0AUC/O7bNE+JHkFygpDEObQkN2B8w76PTA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240905.1_1725546335685_0.945358296911238","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240906.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240906.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ebb3e9d746ccffa7ad66ce6ae1a37b07cb583587","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240906.1.tgz","fileCount":40,"integrity":"sha512-TEgCUG2w6QferBUbWUdEsX9Y7rbrR1MSt/a/hELGAg8lwKY0yV3F5SGPKVRNfzeL2C/N2KpeCeJkYbvYRwHVLQ==","signatures":[{"sig":"MEYCIQDdihwlBVatj66/Z3aBDWN+R68sNUf4S7WvomddL+W0ZwIhAKxNyo6qqlTZlvdbkrYiS2SW6/B/QBzdkXGyGwHaiI4j","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122540},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\3011ad4b-b4a3-4a71-b6d2-f9b4f07da590\\azure-communication-sms-1.2.0-alpha.20240906.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 && 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 README.md 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\3011ad4b-b4a3-4a71-b6d2-f9b4f07da590\\azure-communication-sms-1.2.0-alpha.20240906.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-TEgCUG2w6QferBUbWUdEsX9Y7rbrR1MSt/a/hELGAg8lwKY0yV3F5SGPKVRNfzeL2C/N2KpeCeJkYbvYRwHVLQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240906.1_1725632709116_0.3573271447360975","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240910.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240910.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ceeece352cd39fe7070ccdb23f58af8f4d675bee","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240910.1.tgz","fileCount":40,"integrity":"sha512-rrcWFOzpKD1tY6imrwTtie3mZQGfR6FN0BYkUlz5jjCJ8VEepcLGvIjY7Yy8YqcVuUyxAjSEXwYh29u7feGveA==","signatures":[{"sig":"MEQCIAPsXtlMvzBkmahw0fJfJGuxZIbqeY11gK7lmILZ3rBoAiBq8qoxSFLwaWKuSocebJtoV8ADiuAkqugplBYPnhS5YQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122540},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\0751270c-59c3-495e-adf4-1686d1decf88\\azure-communication-sms-1.2.0-alpha.20240910.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 && 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 README.md 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\0751270c-59c3-495e-adf4-1686d1decf88\\azure-communication-sms-1.2.0-alpha.20240910.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-rrcWFOzpKD1tY6imrwTtie3mZQGfR6FN0BYkUlz5jjCJ8VEepcLGvIjY7Yy8YqcVuUyxAjSEXwYh29u7feGveA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240910.1_1725978398224_0.24508544098221985","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240911.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240911.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e307da35ffcd9b502bb6e41b22c5a07f9dcf3d3b","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240911.1.tgz","fileCount":40,"integrity":"sha512-5W18/Lhd+mYdDuXI3M47cvlqWyHM/4ZzUtPyHbsoz14SZL4H1hRcd+zuGZUDXXOOOegYBwRmrjNd2jTu704cSQ==","signatures":[{"sig":"MEUCIQDboF+obaf9nq/wjoI6qojQE9g9l7ow4N0og57lRUiDUwIgQETJa6EOvkjPJv9673PthkYhxiLtJz8/BMuy1vgC1Ks=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122540},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\3f1a25b8-3542-45c4-bb1d-552bf09827f3\\azure-communication-sms-1.2.0-alpha.20240911.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 && 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 README.md 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\3f1a25b8-3542-45c4-bb1d-552bf09827f3\\azure-communication-sms-1.2.0-alpha.20240911.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-5W18/Lhd+mYdDuXI3M47cvlqWyHM/4ZzUtPyHbsoz14SZL4H1hRcd+zuGZUDXXOOOegYBwRmrjNd2jTu704cSQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240911.1_1726064839166_0.19521825612935206","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240913.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240913.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4eecbe88520b4748ad554fd3071aad98413ffeb2","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240913.1.tgz","fileCount":40,"integrity":"sha512-j81JpeBSqbeN6GboJD4QVBw/IHZyu6fSQRV2lXnm4e0lx7HPFh7/JW/uCbJptsmFzvfIz/YfvlZj8MZboM2Vcg==","signatures":[{"sig":"MEUCIAs3lKOYNTtfV/W0iAASGBZir/A8OEJ1RpeK+5mXX3avAiEAs3ZV9tXDzCzIb8JAiM5LFKHv0NsBa1jQWwV1y+noIZ4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122540},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\14462f3a-f572-4e70-8dac-99bb81fe3f3d\\azure-communication-sms-1.2.0-alpha.20240913.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 && 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 README.md 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\14462f3a-f572-4e70-8dac-99bb81fe3f3d\\azure-communication-sms-1.2.0-alpha.20240913.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-j81JpeBSqbeN6GboJD4QVBw/IHZyu6fSQRV2lXnm4e0lx7HPFh7/JW/uCbJptsmFzvfIz/YfvlZj8MZboM2Vcg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240913.1_1726237545129_0.7735814638525731","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240916.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240916.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e3f56f718751cb04694a12cfdaafaa0843711b88","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240916.1.tgz","fileCount":40,"integrity":"sha512-TGC4AO6DR9WDjg+3NXSmZJK/Jn4yFmd83x/hvLMd9H/3bmixVKzdWR659Z1Vu7TLvPTobxZVk9yqndYGSaY+tg==","signatures":[{"sig":"MEUCIEHAk6k0FkY6B0QavxL0Ec4lCy8Vlvfc8LP1C0ra3YlFAiEA4kB0QIShLIrGDB03o9wWOtoqyd5S+rXNdh4Cl6vKcgk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122540},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\532cb40e-196a-45bb-ac91-90b26f0d173a\\azure-communication-sms-1.2.0-alpha.20240916.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 && 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 README.md 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\532cb40e-196a-45bb-ac91-90b26f0d173a\\azure-communication-sms-1.2.0-alpha.20240916.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-TGC4AO6DR9WDjg+3NXSmZJK/Jn4yFmd83x/hvLMd9H/3bmixVKzdWR659Z1Vu7TLvPTobxZVk9yqndYGSaY+tg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240916.1_1726496840790_0.7910605815661429","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240917.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240917.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ed8003cc7355dbb88e0a3257eeb744e324141a6c","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240917.1.tgz","fileCount":40,"integrity":"sha512-mMvyHjJjyqwEu7TUw/MZlQ1Y/9oBv3B8hNqokJ5vqyFPWqBfKx4ErbRz79R3ULjfC0BhvPPOmmIFUTzbbyP37Q==","signatures":[{"sig":"MEYCIQDduS4yB/xdKMnr0SOR65AjytvnX0pyyuVfOhmhyPT6HwIhAOhDpMdDq1U8s5dA28rpaIKqUwmstBIH1tlER/2nqH32","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122540},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\161c967e-d940-4a18-a051-b7f9889c3976\\azure-communication-sms-1.2.0-alpha.20240917.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 && 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 README.md 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\161c967e-d940-4a18-a051-b7f9889c3976\\azure-communication-sms-1.2.0-alpha.20240917.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-mMvyHjJjyqwEu7TUw/MZlQ1Y/9oBv3B8hNqokJ5vqyFPWqBfKx4ErbRz79R3ULjfC0BhvPPOmmIFUTzbbyP37Q==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240917.1_1726583108038_0.6203251046919775","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240918.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240918.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d4e8587c162fd453e5e257cef89a4c4fbef9a912","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240918.1.tgz","fileCount":40,"integrity":"sha512-iCR7l51uSXw6vtyMqKrme2zRWiTAtxxqsq6VqiJvEZGCAFOhUZOotCKro6Mxfztek//15wwxEQKVse0Gz49hOA==","signatures":[{"sig":"MEYCIQCRseFyidETR4kNOVW96d1xnbLsJdNQ16d3mc+UJTPmhwIhANamVOA/Z0nQj4U8hql89VWHM0p4IUGQypCbE+3A8XCy","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122540},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\57d91d4a-ae4a-427b-afbd-adda4903547f\\azure-communication-sms-1.2.0-alpha.20240918.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 && 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 README.md 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\57d91d4a-ae4a-427b-afbd-adda4903547f\\azure-communication-sms-1.2.0-alpha.20240918.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-iCR7l51uSXw6vtyMqKrme2zRWiTAtxxqsq6VqiJvEZGCAFOhUZOotCKro6Mxfztek//15wwxEQKVse0Gz49hOA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240918.1_1726669707213_0.426588520132569","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240919.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240919.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1aad1b95e46a5f68134de07dfd89f93a3cec0145","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240919.1.tgz","fileCount":40,"integrity":"sha512-9c1hnOogbTONgZ/blKtNhsPknxDo2g9o8PGKlpw9NNitNdSkOyxiR6jb7LnPaM958bRIwbFUQ2mkhK7ItQil0A==","signatures":[{"sig":"MEYCIQCu0xKVQbRHSpm63QstYbCCe5y/48tCqjjV636kPc6KBQIhAN/gHLU+KIBf2C9IcF45+loftaz98Kk4DwN/JCWWCHlI","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122540},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f869b84e-a51d-472e-adfa-d0734988aad0\\azure-communication-sms-1.2.0-alpha.20240919.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 && 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 README.md 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f869b84e-a51d-472e-adfa-d0734988aad0\\azure-communication-sms-1.2.0-alpha.20240919.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-9c1hnOogbTONgZ/blKtNhsPknxDo2g9o8PGKlpw9NNitNdSkOyxiR6jb7LnPaM958bRIwbFUQ2mkhK7ItQil0A==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240919.1_1726755861877_0.3643994350301467","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240920.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240920.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"291ff85efc03db5933326ae1abb6698adcaf87b8","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240920.1.tgz","fileCount":40,"integrity":"sha512-naAfltkc6tegP/7eqPcfKZd7lyLj1ZDfP9iOQUGmCkPa/so7JgnB8/jWDXFXQvoPXvf6VDXbCPfyipcGbMXuaQ==","signatures":[{"sig":"MEUCIQCWGGDitJrwutHhreVP3QGzsIZoOdG6ZtbYLu0BmKjQlAIgBZ7JjW7jsk413F7Q8EifHXqlwyiX1juFUOhYz+w/LA4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122540},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\94eb6888-0dbe-4c97-ba45-46ca69ab1aae\\azure-communication-sms-1.2.0-alpha.20240920.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 && 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 README.md 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\94eb6888-0dbe-4c97-ba45-46ca69ab1aae\\azure-communication-sms-1.2.0-alpha.20240920.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-naAfltkc6tegP/7eqPcfKZd7lyLj1ZDfP9iOQUGmCkPa/so7JgnB8/jWDXFXQvoPXvf6VDXbCPfyipcGbMXuaQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240920.1_1726842496636_0.46726382197429306","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240924.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240924.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a2a15a5dcc52a78df85e856b2482adc78670c758","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240924.1.tgz","fileCount":40,"integrity":"sha512-7p0QGH1Y10YlMmH9cWMe2RN3dJgO6NPos/cBki6WSUIvHUe+nuL+8zaqWx7IB2Qkx3d5dUnOyrmKF4ViJWm8FA==","signatures":[{"sig":"MEQCIAlhEIFIUIsrjJa+GCQEA9K8EKEVbn5MSuGM5dQ8Hz/SAiB/qIYitdw881WQ4tzakO+PTKulHO8RqS+ZyBBuazxy7Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122540},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\476725af-e7b1-4325-ba8c-617a7af65674\\azure-communication-sms-1.2.0-alpha.20240924.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 && 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 README.md 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\476725af-e7b1-4325-ba8c-617a7af65674\\azure-communication-sms-1.2.0-alpha.20240924.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-7p0QGH1Y10YlMmH9cWMe2RN3dJgO6NPos/cBki6WSUIvHUe+nuL+8zaqWx7IB2Qkx3d5dUnOyrmKF4ViJWm8FA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240924.1_1727188103887_0.3227371136209132","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240925.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240925.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9699196bc4fc4554a43e0191564794aa2ae2a8ba","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240925.1.tgz","fileCount":40,"integrity":"sha512-iuTbwvdY5PoIFQpTlsK1S2J/3Ma7iLybABUK819mp70ZYEanLBpZCEIF2wjPMzDWIcn5GPOhzUIe4WkO2FAJ5Q==","signatures":[{"sig":"MEUCIQDA/Nfu11AaexkClDC6HZtYFKDVNDU6ZMVwOin5JK0Y/AIgZSYsrLlPbn3sc5x65hMKzPIv8E+SSMS2wuLnO1/LJBA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122540},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2d8251d3-36cd-4c1f-b36b-b15cdec89d14\\azure-communication-sms-1.2.0-alpha.20240925.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 && 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 README.md 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2d8251d3-36cd-4c1f-b36b-b15cdec89d14\\azure-communication-sms-1.2.0-alpha.20240925.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-iuTbwvdY5PoIFQpTlsK1S2J/3Ma7iLybABUK819mp70ZYEanLBpZCEIF2wjPMzDWIcn5GPOhzUIe4WkO2FAJ5Q==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240925.1_1727274334670_0.04325899312488124","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240925.3":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240925.3","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f1a522ead8ad4a92d1d509e95842f289e3fb2d28","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240925.3.tgz","fileCount":40,"integrity":"sha512-T3FEEbqlqpB+UCnpyDRkooiYSYMzGL7y/JR+CRCsxs+8ZXhshcIuKIhFjgja6PyircUeojhhCnc2yglON2nXmg==","signatures":[{"sig":"MEUCIQCeV2VkRUNYOIrBWOWiRuZI/LW8LMiLMSm5XbVFJMLNdwIgMPW6rsdtGPBJp+MSYrNSTPbHQ11SJ6bPn6dTg6L58+A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122540},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7a2ca176-5a63-4eb6-808f-e2de9180853a\\azure-communication-sms-1.2.0-alpha.20240925.3.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 && 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 README.md 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7a2ca176-5a63-4eb6-808f-e2de9180853a\\azure-communication-sms-1.2.0-alpha.20240925.3.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-T3FEEbqlqpB+UCnpyDRkooiYSYMzGL7y/JR+CRCsxs+8ZXhshcIuKIhFjgja6PyircUeojhhCnc2yglON2nXmg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240925.3_1727303776181_0.8106774103172487","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240926.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240926.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5815eaa6ba988894fa491904b058a3bd02577648","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240926.1.tgz","fileCount":40,"integrity":"sha512-W5Un446KHZ1Qbd8V993jFqPDzeS6qC9+EsyK2irEuSMpVJCsCA67feJqijjuZh4v9Y71Z72h6oraRiPFJxT5Ag==","signatures":[{"sig":"MEUCIQD24PEIPlmEX7ALfNk5A9Wk8lD+dBr2Yg2YTcXH0bhM5AIgaRxQjj1Y1BSTI54KsM5eG6Fu989ZMOb2P/7N75UIyfA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122540},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e3441d8b-fcaa-4124-84e9-b4d260c80d19\\azure-communication-sms-1.2.0-alpha.20240926.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 && 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 README.md 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e3441d8b-fcaa-4124-84e9-b4d260c80d19\\azure-communication-sms-1.2.0-alpha.20240926.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-W5Un446KHZ1Qbd8V993jFqPDzeS6qC9+EsyK2irEuSMpVJCsCA67feJqijjuZh4v9Y71Z72h6oraRiPFJxT5Ag==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240926.1_1727360753516_0.7432315404659902","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240927.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240927.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8985b509d2fe4aee32cbacc3c4cc3ceb7ea31482","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240927.1.tgz","fileCount":40,"integrity":"sha512-YpSfMsdw3jDCNYSMqhJGXutsl8qP4sTDq7XICVWv0rYAUKCyTsIJDkIY6ON602xOd146gJM/LfMtKfUI0TyWjw==","signatures":[{"sig":"MEQCIFf30YZm5CYeMn7UcE+fLIX4qzajzFwuHfVMblYRe8tOAiAqFbm81nm/X/rY/AzIp1b1yxGf0Hz3m0uKWDFuZK/doQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122579},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5150f9f5-de3f-451b-a230-b180d76f9967\\azure-communication-sms-1.2.0-alpha.20240927.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 && 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 README.md 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5150f9f5-de3f-451b-a230-b180d76f9967\\azure-communication-sms-1.2.0-alpha.20240927.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-YpSfMsdw3jDCNYSMqhJGXutsl8qP4sTDq7XICVWv0rYAUKCyTsIJDkIY6ON602xOd146gJM/LfMtKfUI0TyWjw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240927.1_1727447340916_0.4976022206012598","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20240930.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20240930.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4e62d56f53e0efc661a88e62d566af20347d56c0","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20240930.1.tgz","fileCount":40,"integrity":"sha512-7ov3chUVrZ1S40JDxTvySf56PaDup2uM+SOF0LX6/6B1o7c7zKXVjrl5504VrYSoFunzj/7+skpOZ0o0LGyeOQ==","signatures":[{"sig":"MEUCIQDosdwWUMU/chH9Kzlhmsz/EwYSswlhLbhudilUbDGG1AIgPCPdHBUoTROMhPBc6XgsCFLbTt3ky/yK4CXNhH1bsBQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122579},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b2b6de9f-4e85-4499-aade-aa2e8b25ebb6\\azure-communication-sms-1.2.0-alpha.20240930.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 && 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 README.md 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b2b6de9f-4e85-4499-aade-aa2e8b25ebb6\\azure-communication-sms-1.2.0-alpha.20240930.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-7ov3chUVrZ1S40JDxTvySf56PaDup2uM+SOF0LX6/6B1o7c7zKXVjrl5504VrYSoFunzj/7+skpOZ0o0LGyeOQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20240930.1_1727706342591_0.08156466751493752","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20241002.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20241002.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f557908d0e36451427a863af3584d9f0461db80b","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20241002.1.tgz","fileCount":40,"integrity":"sha512-pig36noncBtSAUf1NCTq8uQojFbq+h+7X4SakUPm5qydFNyrEr8Zt6yOcaOpC8YzsPMnlYirv73WeFs3lKdZVQ==","signatures":[{"sig":"MEUCIGqKWCsPtahbYiuIGoVXOZUrpxc/q+ZHqWuAeisyS086AiEA6sXL7wmgNbQZSC+RhRS/NN18S01KMzzGXS/q8Xa0OdE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122579},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b619fb0f-5fc8-41f9-90d7-a90c081c4a94\\azure-communication-sms-1.2.0-alpha.20241002.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 && 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 README.md 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b619fb0f-5fc8-41f9-90d7-a90c081c4a94\\azure-communication-sms-1.2.0-alpha.20241002.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-pig36noncBtSAUf1NCTq8uQojFbq+h+7X4SakUPm5qydFNyrEr8Zt6yOcaOpC8YzsPMnlYirv73WeFs3lKdZVQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20241002.1_1727879434715_0.4025542841947667","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20241003.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20241003.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"65193366166fafd062f85397b50058dabdc4948b","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20241003.1.tgz","fileCount":40,"integrity":"sha512-auTJKA8TNeLNp1aYaRwNoz4CzdyAiqqWfvH/MB/Tr75Ysej4BXnio9uSNTJwMUxHWRRPqYE9H1jkkWzWrqo0Rw==","signatures":[{"sig":"MEQCIGPgH84uPslo9y9TUfe8r4GhaKJJFYa8yRE4MqD1LByLAiB/hCIqjETFKwkrjKyWx7W9/XPb4jKqkmbhh+09zbljXQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122579},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a8eb85f1-f48d-4278-a967-ae9fe9d11e58\\azure-communication-sms-1.2.0-alpha.20241003.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 && 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 README.md 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a8eb85f1-f48d-4278-a967-ae9fe9d11e58\\azure-communication-sms-1.2.0-alpha.20241003.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-auTJKA8TNeLNp1aYaRwNoz4CzdyAiqqWfvH/MB/Tr75Ysej4BXnio9uSNTJwMUxHWRRPqYE9H1jkkWzWrqo0Rw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20241003.1_1727965648403_0.779630489837857","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20241004.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20241004.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ae7d210528b7d6a02a2b675882efeef55f8ea595","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20241004.1.tgz","fileCount":40,"integrity":"sha512-LtxXtELV5GetgZ/OdkHIkEicR8Nd0ClqWVLGzzMTGkAE2bo0TN36zgW63nkHbONXk4OViPmLR5cTByVqOjCrtQ==","signatures":[{"sig":"MEYCIQDh5ePVcSaD9MOfZ029bz+3KUJf3YFEExRyetM2YY2ZiwIhAKjJhDkxLhLu8ejNbrU+ICcVxURFPixQ91TzA28uEOrf","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122579},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fc85f28f-cb6f-415a-8d01-f0a32e6638d9\\azure-communication-sms-1.2.0-alpha.20241004.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 && 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 README.md 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fc85f28f-cb6f-415a-8d01-f0a32e6638d9\\azure-communication-sms-1.2.0-alpha.20241004.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-LtxXtELV5GetgZ/OdkHIkEicR8Nd0ClqWVLGzzMTGkAE2bo0TN36zgW63nkHbONXk4OViPmLR5cTByVqOjCrtQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20241004.1_1728052015090_0.04922877321839181","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20241007.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20241007.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c32a28f4fd1f80685fb27355011814cab08c77d5","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20241007.1.tgz","fileCount":40,"integrity":"sha512-lPIFftola4SqcbKeaIMGhvWAlg1eBzuRGPBijlDcfBCovIbgoesIy6MZhpQ5xiWtU2+Opr6mM5mdLHA0Felw9g==","signatures":[{"sig":"MEUCIQDGPidp7+Kxk33JXKd/FhKBqu5dhUn8Liq5kEZPM0ZtJQIgAQg4+4vh3PPI6QlZ5KOkk+fUMX4WmJjtiKVALO4uAz0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122579},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9db6f21b-1000-49e9-b93e-00b3881958fb\\azure-communication-sms-1.2.0-alpha.20241007.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 && 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 README.md 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9db6f21b-1000-49e9-b93e-00b3881958fb\\azure-communication-sms-1.2.0-alpha.20241007.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-lPIFftola4SqcbKeaIMGhvWAlg1eBzuRGPBijlDcfBCovIbgoesIy6MZhpQ5xiWtU2+Opr6mM5mdLHA0Felw9g==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20241007.1_1728311112439_0.11560828480265739","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20241008.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20241008.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"027bee10870d86c6e9b4c474132f32f4fcd96738","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20241008.1.tgz","fileCount":40,"integrity":"sha512-94cKffUC6ziG+E1Wttt5LQeeFMM9vXTPXkvaJ2i+IGcwu5bogN8FOMRFnfcIn2tG9F/Ya5MsSpGFdcRoMlFdgQ==","signatures":[{"sig":"MEQCIHd7sOkSF/ydxCFHVqlBFWk7WSm+NBaumAe9bwG9Of9kAiAvbSl7R3ivjmw8wC+YN4nevZkroOrq2t6XOA5QvOLkLw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122579},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d523aace-1a4a-4c32-b4e5-5d6fa16d1100\\azure-communication-sms-1.2.0-alpha.20241008.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 && 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 README.md 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d523aace-1a4a-4c32-b4e5-5d6fa16d1100\\azure-communication-sms-1.2.0-alpha.20241008.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-94cKffUC6ziG+E1Wttt5LQeeFMM9vXTPXkvaJ2i+IGcwu5bogN8FOMRFnfcIn2tG9F/Ya5MsSpGFdcRoMlFdgQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20241008.1_1728397546285_0.9068757083620453","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20241009.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20241009.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a628e5b477e4f6f6b3445a39b21983a0eaaa9e99","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20241009.1.tgz","fileCount":40,"integrity":"sha512-fILu1YR7x2C3E2pkvB+6NFThmhhg98E3awV8Gwf4xDAXrbNA5PO2ISfILkn9Wo1wBn/pIbbHlY1xLcETnb0wzQ==","signatures":[{"sig":"MEYCIQDOkg8v8KlNdihEDL9WcF/0S+Ii/jqRoLDiTRdqYjcxhAIhAJGQFbGQmm2n5hxCM1jZAd37tEI4Yu62yiiizr1iKXWC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122579},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a5abf108-3335-4c95-b531-976056506e97\\azure-communication-sms-1.2.0-alpha.20241009.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 && 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 README.md 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a5abf108-3335-4c95-b531-976056506e97\\azure-communication-sms-1.2.0-alpha.20241009.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-fILu1YR7x2C3E2pkvB+6NFThmhhg98E3awV8Gwf4xDAXrbNA5PO2ISfILkn9Wo1wBn/pIbbHlY1xLcETnb0wzQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20241009.1_1728484047949_0.2926815930708415","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20241010.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20241010.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7ec3c8a850caa875c75992c06cf7bc21f6634bf2","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20241010.1.tgz","fileCount":40,"integrity":"sha512-89CfDVxEccUjLxqSPzrgZ66uB5j6ymSHIaRS9OEY1ukGGUbALFSENh9EuDIWzMFLc/AROsmYWapwUVRFV+itxQ==","signatures":[{"sig":"MEUCIHTbEks25qBpz7CAZeDqBhSRs2DnXwRXbChPGMsMWxJzAiEAnzQnur7a0A/+vma4u/goos+w9HhQK9rUof1RGdRs2OY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122579},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f5eadaf9-3375-4bfa-95e8-75ee97acab07\\azure-communication-sms-1.2.0-alpha.20241010.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 && 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 README.md 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f5eadaf9-3375-4bfa-95e8-75ee97acab07\\azure-communication-sms-1.2.0-alpha.20241010.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-89CfDVxEccUjLxqSPzrgZ66uB5j6ymSHIaRS9OEY1ukGGUbALFSENh9EuDIWzMFLc/AROsmYWapwUVRFV+itxQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20241010.1_1728570557556_0.7712994865185885","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20241011.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20241011.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6ffa1ecddceb88fdafbe6d8f6ae92cee37f15d5a","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20241011.1.tgz","fileCount":40,"integrity":"sha512-+8bcOqgRHUXGmEmvbxBnjauRb+CVIzl00SU8jcTneowOoMxj9nLM/NLKbyKzLPPBoWBO3D95C6g9PdT0lJY08w==","signatures":[{"sig":"MEUCIEKxA1qIUf9+zRqxN+rvl362BN/8q58rkNbTefr4ayuzAiEAqmy09OD95Pz1oRrHXYC59pQsz5d457IVQ0wljC9LS5E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122579},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4b76ea9e-0c69-457b-817d-1f513aebd50d\\azure-communication-sms-1.2.0-alpha.20241011.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 && 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 README.md 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4b76ea9e-0c69-457b-817d-1f513aebd50d\\azure-communication-sms-1.2.0-alpha.20241011.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-+8bcOqgRHUXGmEmvbxBnjauRb+CVIzl00SU8jcTneowOoMxj9nLM/NLKbyKzLPPBoWBO3D95C6g9PdT0lJY08w==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20241011.1_1728656705639_0.39958568485823887","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20241014.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20241014.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ce3b5a9e35be8e10b9c9054ef9361a735966bde7","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20241014.1.tgz","fileCount":40,"integrity":"sha512-1L7XJ2du1VFxNPIx4ov8d9R3+arsF9uSRNPByxVD//VEVwOZ94/S/IuhhNkj2dwtU7wm+A81v2BSwcMsAMVQYw==","signatures":[{"sig":"MEYCIQDzVwuLdaFaN89VewDiHBd+6DRUVyOW8b4sKaEYYq2yLwIhAN06Y6OEpe2ocR2Q7z9hZQXx2V24aQQ4R4nkFVooZsEy","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122579},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9cf7ff52-2aab-46d9-a248-e14414ea7975\\azure-communication-sms-1.2.0-alpha.20241014.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 && 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 README.md 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9cf7ff52-2aab-46d9-a248-e14414ea7975\\azure-communication-sms-1.2.0-alpha.20241014.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-1L7XJ2du1VFxNPIx4ov8d9R3+arsF9uSRNPByxVD//VEVwOZ94/S/IuhhNkj2dwtU7wm+A81v2BSwcMsAMVQYw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20241014.1_1728916335008_0.40233594149978846","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20241015.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20241015.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"37c202aca4fc9ebb765336383a748a71ff92bc21","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20241015.1.tgz","fileCount":40,"integrity":"sha512-WwVz2kwBnjBbUn+04vwc2GibPxvp2DjDdzGe2WoBU20kLZ0h13mK4zQlHUJCXWPkN8bwGuPU7sNeZNIB+6To9Q==","signatures":[{"sig":"MEYCIQCJV92NCCMLIEKV49KDckViUlkeX+oN3kYPqa/iDXve2gIhAIRprO5xb71RZIcuudvtQG65S1YWrdxupPC5Bgv8meIk","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122579},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b9c55735-3ae1-4796-a7b8-828cab7c4776\\azure-communication-sms-1.2.0-alpha.20241015.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 && 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 README.md 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b9c55735-3ae1-4796-a7b8-828cab7c4776\\azure-communication-sms-1.2.0-alpha.20241015.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-WwVz2kwBnjBbUn+04vwc2GibPxvp2DjDdzGe2WoBU20kLZ0h13mK4zQlHUJCXWPkN8bwGuPU7sNeZNIB+6To9Q==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20241015.1_1729002359493_0.35215562908305853","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20241016.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20241016.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6a324019d388517005203513a5d93779dab58f17","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20241016.1.tgz","fileCount":40,"integrity":"sha512-4iFUdGjLeA2Ey0nH4W03FnNYQrCsvgsaSli60k49UFR2RnhuhgYVcj42D/xSfdpumSxYnn1Z5SBdSZ25GyJY2w==","signatures":[{"sig":"MEUCIDtl1iEt0+DRNfoA9+m4T2iUA/wayd0JnN4n9v3/mmJFAiEAmOSSugkl/0Ybi3jHDNOOjJemNeaobPVZP48HMzpUZN0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122579},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5376e733-771e-4a9a-b435-86d6d99995ab\\azure-communication-sms-1.2.0-alpha.20241016.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 && 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 README.md 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5376e733-771e-4a9a-b435-86d6d99995ab\\azure-communication-sms-1.2.0-alpha.20241016.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-4iFUdGjLeA2Ey0nH4W03FnNYQrCsvgsaSli60k49UFR2RnhuhgYVcj42D/xSfdpumSxYnn1Z5SBdSZ25GyJY2w==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20241016.1_1729089107993_0.9844233648574487","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20241018.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20241018.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7f3affa02c08adaff2a5ae6dd221ea973b9d26ab","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20241018.1.tgz","fileCount":40,"integrity":"sha512-l+reEWRCO5YYTrDnOjJCRqa4hSzoP1uJv7161k5G8oIKXWbQ846UPPhMy+vrsniAkmolGKpKPIVoLRaeoKAHlA==","signatures":[{"sig":"MEQCIHpuQR7UJU/5wAaz+Y4yY60m7f5uH8LIAQg3FjXoiDCiAiB8XgG0Ee/kXH+1sIdSUmqos5drRTgb9BdAlnyTAdyr4A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122579},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4a92dc98-1802-4f1a-8ae8-5bc87994e39c\\azure-communication-sms-1.2.0-alpha.20241018.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 && 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 README.md 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4a92dc98-1802-4f1a-8ae8-5bc87994e39c\\azure-communication-sms-1.2.0-alpha.20241018.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-l+reEWRCO5YYTrDnOjJCRqa4hSzoP1uJv7161k5G8oIKXWbQ846UPPhMy+vrsniAkmolGKpKPIVoLRaeoKAHlA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20241018.1_1729261624386_0.5282363102068299","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20241024.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20241024.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c24dd363a77bef2151e8838418177645ae8d8d3d","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20241024.1.tgz","fileCount":40,"integrity":"sha512-qLrUjyaplDOZOJFPvnZ0IbKhhLGA6tSqyNx/zttXaywD6q0G72nILq4Xauvms3FPQ3ySXBrGdPe3GpPcmqE9dA==","signatures":[{"sig":"MEQCIB+lCMj69L33ABNva/FrlEmuErMWhVt/h6V/tT/cTDUrAiB5x8JPyZ1UWCxVOSC02zsGkjOaMvWT9+uZKkCDXXn8yQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122556},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fe657d1f-4932-4f32-bd1e-3ac13201645b\\azure-communication-sms-1.2.0-alpha.20241024.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 && 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 README.md 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fe657d1f-4932-4f32-bd1e-3ac13201645b\\azure-communication-sms-1.2.0-alpha.20241024.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-qLrUjyaplDOZOJFPvnZ0IbKhhLGA6tSqyNx/zttXaywD6q0G72nILq4Xauvms3FPQ3ySXBrGdPe3GpPcmqE9dA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20241024.1_1729779901770_0.6088507773925333","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20241025.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20241025.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3b0d6a264776244892f82dc9bc7396839504c4e7","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20241025.1.tgz","fileCount":40,"integrity":"sha512-Fa92nJj3P6j4LOLJIjP56uPMLcxXnYZ602OLbm5ASkx9CBeJAX+2IiuJnvOirnD9MmcDKTmmhxL9lr7qtV3XCw==","signatures":[{"sig":"MEUCIBeFgA2cE7aQjpfRMtSSpMhWnPm809c0ER2EDQgPi/bmAiEAgrovx2gSAzip7VhYx1AjoEP37D75bKn42ooo2m5xmUI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122556},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\35fd1e91-a508-42dd-a501-1d70f37bbfae\\azure-communication-sms-1.2.0-alpha.20241025.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 && 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 README.md 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\35fd1e91-a508-42dd-a501-1d70f37bbfae\\azure-communication-sms-1.2.0-alpha.20241025.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Fa92nJj3P6j4LOLJIjP56uPMLcxXnYZ602OLbm5ASkx9CBeJAX+2IiuJnvOirnD9MmcDKTmmhxL9lr7qtV3XCw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20241025.1_1729866407337_0.47893625273078766","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20241028.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20241028.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3e1250628f2688ae10ce64c66d054a5f888b7ce3","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20241028.1.tgz","fileCount":40,"integrity":"sha512-1qKpWm32ny/Z1CVGbsB+JHfRMOmu+4qSEybF2PbuSW6nVvH1aE2+dr6nPwEqfFhF3SuR4/NNwjjgqhKOjCdBKQ==","signatures":[{"sig":"MEUCIBsx8o51oC3AgVkVGM3eVh7zmSi67YoNbrMGzon0E1CwAiEA3yMPenMLiJROeLUYPJMUPp2QsDz8Kiv1JBHuAk667MM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122387},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b2c5f9a8-908c-4953-9949-0b9a4dae9836\\azure-communication-sms-1.2.0-alpha.20241028.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 && 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 README.md 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b2c5f9a8-908c-4953-9949-0b9a4dae9836\\azure-communication-sms-1.2.0-alpha.20241028.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-1qKpWm32ny/Z1CVGbsB+JHfRMOmu+4qSEybF2PbuSW6nVvH1aE2+dr6nPwEqfFhF3SuR4/NNwjjgqhKOjCdBKQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20241028.1_1730125626449_0.4434046870947428","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20241029.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20241029.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9a85314064f9e84edc908b53c97375ebc617a575","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20241029.1.tgz","fileCount":40,"integrity":"sha512-OYIjShLRU0cT7Ng1wLu2nTIKLaXutcmXVCJGmjaYnuKpyoXF0FD6FjCaaZxcQSIu31sJthA57e533yZiU4egWw==","signatures":[{"sig":"MEUCIQCNItHcRockx3v289gDZIROxksmjcm5segYT7W5ojFzaQIgagotPL7vjn6yCmZCvdMQm7faXccBUCrXLwbm6vLvNhc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122387},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2da2c286-4054-4a3c-929c-f412c2a096b2\\azure-communication-sms-1.2.0-alpha.20241029.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 && 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 README.md 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2da2c286-4054-4a3c-929c-f412c2a096b2\\azure-communication-sms-1.2.0-alpha.20241029.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-OYIjShLRU0cT7Ng1wLu2nTIKLaXutcmXVCJGmjaYnuKpyoXF0FD6FjCaaZxcQSIu31sJthA57e533yZiU4egWw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20241029.1_1730212052428_0.14399971572277614","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20241030.2":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20241030.2","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cb0feef869777e34f30251bf79c3a0b0b27de4fb","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20241030.2.tgz","fileCount":40,"integrity":"sha512-egOjJgYMZAPkW+7PBE+51D4RnqtD9zWjeKXOzZstnNwG/9i5Z0mDvFPY/3YXYA4QNyIfQ+D0sbkYhwG1ntkAHw==","signatures":[{"sig":"MEUCIDtB8/ApvMmriMDxLPhc/8xjOEDGioOc6hpsuFQCfaAQAiEA4YHFOoUk2AMLPgipd9w6kz4asrXPl3giHEiba2kKMkQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122064},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\184a689f-f4d8-4a66-ba4a-850c32e1fad7\\azure-communication-sms-1.2.0-alpha.20241030.2.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 && 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 README.md 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\184a689f-f4d8-4a66-ba4a-850c32e1fad7\\azure-communication-sms-1.2.0-alpha.20241030.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-egOjJgYMZAPkW+7PBE+51D4RnqtD9zWjeKXOzZstnNwG/9i5Z0mDvFPY/3YXYA4QNyIfQ+D0sbkYhwG1ntkAHw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20241030.2_1730298307315_0.06704974529568597","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20241031.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20241031.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"68356de863a4105876e6405af555999cf7bf78e2","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20241031.1.tgz","fileCount":40,"integrity":"sha512-iNn0pMtzI98tUsyaPS5mHWkdWvVp5X5x/NuHzxUZV/aGMwF0oqlRUWbtL53lG8mDwLTHTL/wFMAnlLhCNjym9g==","signatures":[{"sig":"MEUCICM35eqeniyHUJdKEQsqnQ5jCu0cSxm6b0cq8aAv7mdzAiEArQIvcdTf/jeGaU99FS2X+1EDQOhSYlgAVZmTx8TdBrQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122229},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\48fa9700-8579-4be0-9c19-8c2146e17798\\azure-communication-sms-1.2.0-alpha.20241031.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 && 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 README.md 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\48fa9700-8579-4be0-9c19-8c2146e17798\\azure-communication-sms-1.2.0-alpha.20241031.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-iNn0pMtzI98tUsyaPS5mHWkdWvVp5X5x/NuHzxUZV/aGMwF0oqlRUWbtL53lG8mDwLTHTL/wFMAnlLhCNjym9g==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20241031.1_1730384741472_0.05827559333527499","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20241101.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20241101.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"007be7cae2ab17dd326cbaf2093d5a60c86c6312","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20241101.1.tgz","fileCount":40,"integrity":"sha512-Fge2fa/fzZGvGS3Oox6akLamS3fF0ju+YD/dctL2EwvCfBmRheF4i/ibvXx8dXVAGx4tVKAo9X7/+nG/G1NfRg==","signatures":[{"sig":"MEUCIQC40pArcVkGI3GPW/RhRm7RJC79OegI5B7aSlPI4ed21QIgDKANLO8z6tfHGFIQxRkBUHscsc1yRQ8kB9NqOwfX/7M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122229},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\688005d3-403f-4d5a-b5d7-88c92e076934\\azure-communication-sms-1.2.0-alpha.20241101.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 && 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 README.md 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\688005d3-403f-4d5a-b5d7-88c92e076934\\azure-communication-sms-1.2.0-alpha.20241101.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Fge2fa/fzZGvGS3Oox6akLamS3fF0ju+YD/dctL2EwvCfBmRheF4i/ibvXx8dXVAGx4tVKAo9X7/+nG/G1NfRg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","inherits":"^2.0.3","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","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20241101.1_1730471134810_0.5217823520458051","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20241111.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20241111.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e06b07b1a8904fda09bfd22dc152f585386a099a","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20241111.1.tgz","fileCount":40,"integrity":"sha512-E8/W4/jz+Aa/MjRLVlKnxibAjy65gAV9LiWIx3oMeeDyAknjoM8xzYDJtAOpXwwuJPqkenQ3SAHYy3ouWwRSow==","signatures":[{"sig":"MEUCIQC0IUqQhx2UVLwZYj/LFcj6IxJQtlK1FNoM5kLdGcMRvgIgbQY8fAchDAyZ0bgPkCNpEGAh47RaiopIX1Q+d2NPRAM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122202},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6f102e79-b9b1-4f78-a180-d32cc9694725\\azure-communication-sms-1.2.0-alpha.20241111.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 && 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 README.md 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6f102e79-b9b1-4f78-a180-d32cc9694725\\azure-communication-sms-1.2.0-alpha.20241111.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-E8/W4/jz+Aa/MjRLVlKnxibAjy65gAV9LiWIx3oMeeDyAknjoM8xzYDJtAOpXwwuJPqkenQ3SAHYy3ouWwRSow==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","inherits":"^2.0.3","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20241111.1_1731338864729_0.6120580958832615","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20241111.2":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20241111.2","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"afa44cb9df0315b3db0d860518a910a30f7ead7b","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20241111.2.tgz","fileCount":40,"integrity":"sha512-xMX3dv8VVD7W+r9VCaDBffyRHkJx7o4BH9AJzusF9qkqPDB//CPsCnsuEYLn9TH5vJJ6rNO9CRsZreCCoxhc/w==","signatures":[{"sig":"MEQCIHP2w2qIDYFB8ZHJYN+iSR2brkvkh4pyZJkNjBv21IeyAiA9FC1Cd9MlutlLXERq0MyCQh8dnWMJY+v0BkVNwoawPA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122202},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ed7e51da-fa38-4813-b188-a8e3d478b552\\azure-communication-sms-1.2.0-alpha.20241111.2.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 && 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 README.md 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ed7e51da-fa38-4813-b188-a8e3d478b552\\azure-communication-sms-1.2.0-alpha.20241111.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-xMX3dv8VVD7W+r9VCaDBffyRHkJx7o4BH9AJzusF9qkqPDB//CPsCnsuEYLn9TH5vJJ6rNO9CRsZreCCoxhc/w==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","inherits":"^2.0.3","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20241111.2_1731349364478_0.6030549174914048","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20241112.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20241112.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e36a9e76729379500d95897f91d1f700163f0008","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20241112.1.tgz","fileCount":40,"integrity":"sha512-xo1EjAlV8ON/xvZo+wY34li2+m6TEV6D48Iix+gIHh9DgQ80bdDLYEKrW8JGhby1pQyCK7oaTAUG+hv1jrBrCA==","signatures":[{"sig":"MEUCIFpQpuZBmA/U24Qfn9uE7iEuDRTcFz4v2qxCA7fmv5TEAiEA4EYaZk634S1LKs+nMndpl847Lpalw9fSxmJz0D1zyiE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122202},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3a246990-f026-4e78-b004-6ec50635193a\\azure-communication-sms-1.2.0-alpha.20241112.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 && 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 README.md 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3a246990-f026-4e78-b004-6ec50635193a\\azure-communication-sms-1.2.0-alpha.20241112.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-xo1EjAlV8ON/xvZo+wY34li2+m6TEV6D48Iix+gIHh9DgQ80bdDLYEKrW8JGhby1pQyCK7oaTAUG+hv1jrBrCA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","inherits":"^2.0.3","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20241112.1_1731428847181_0.04615463471299308","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20241113.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20241113.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0eba739ddbc5b5a26ca4e86de8c4918a092ffa35","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20241113.1.tgz","fileCount":40,"integrity":"sha512-MKgGgfj7yHG0z9ZcYTY1kOEH/WwIPEH6QP1H7LfSiLnyxPXshtP1KTgExw1f0cynAdOhk+gnwIP/ZGLdfAynhQ==","signatures":[{"sig":"MEUCIDwYnqDwj97wqhy0ti/Q0iycdfXUzliB4WNx9tCxHmtUAiEA2AB0FUVUbEaFA4fuuKbCDaZbNUJMJsCbHHIgVRFJm7c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122202},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e26949af-724b-4b02-9268-1187c024cde6\\azure-communication-sms-1.2.0-alpha.20241113.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 && 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 README.md 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e26949af-724b-4b02-9268-1187c024cde6\\azure-communication-sms-1.2.0-alpha.20241113.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-MKgGgfj7yHG0z9ZcYTY1kOEH/WwIPEH6QP1H7LfSiLnyxPXshtP1KTgExw1f0cynAdOhk+gnwIP/ZGLdfAynhQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","inherits":"^2.0.3","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20241113.1_1731511786811_0.46214766092986137","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20241114.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20241114.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1e403153aa7c94e358248248d6a89ded30ef7f23","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20241114.1.tgz","fileCount":40,"integrity":"sha512-d1DVuV6po08HQT/u+1LKlUkVl1V4mV0I7wXeGege+R23+INXhgBAzjVblIQGTNJ1jN+RHZPM4o9CO9A4sAzcKw==","signatures":[{"sig":"MEYCIQCIZRultDJuQskb0ag6w1KzXAwcIy7gUFyoQYcuyiqiiQIhANr/seKv9zzNr8Qh55MYyZePOTPJ1NpEggklZkj5ActJ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122202},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6c95751a-f5d6-4165-8aaf-58c8c3a3a2a3\\azure-communication-sms-1.2.0-alpha.20241114.1.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 && 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 README.md 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6c95751a-f5d6-4165-8aaf-58c8c3a3a2a3\\azure-communication-sms-1.2.0-alpha.20241114.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-d1DVuV6po08HQT/u+1LKlUkVl1V4mV0I7wXeGege+R23+INXhgBAzjVblIQGTNJ1jN+RHZPM4o9CO9A4sAzcKw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","inherits":"^2.0.3","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20241114.1_1731598205102_0.6282369845979552","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20241119.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20241119.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c80a4b3c55ad4983dbbaa7e872435113b4f31105","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20241119.1.tgz","fileCount":281,"integrity":"sha512-XTPqxIP1lNHNaM+c7vl7FJH1n4hkx0UiI1c+pEwwWPWPhC0ZBZKZXuJcdstSXCEil3GVoKBKBKxhvPohQHV+1Q==","signatures":[{"sig":"MEQCIEzuUuGdgHMO1/OaoJGIeuXRVZABQ8RxRiHZbBIRVxiiAiBn4W1fcG5VMV1Hdc61S4iHtNvtYSLhcUGo+EdyGk2Hxw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":329812},"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\\00be32b5-16c7-4005-9aea-dcbcb856e616\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\00be32b5-16c7-4005-9aea-dcbcb856e616\\azure-communication-sms-1.2.0-alpha.20241119.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-XTPqxIP1lNHNaM+c7vl7FJH1n4hkx0UiI1c+pEwwWPWPhC0ZBZKZXuJcdstSXCEil3GVoKBKBKxhvPohQHV+1Q==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20241119.1_1732030166442_0.6662796520112024","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20241122.8":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20241122.8","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2c71ffb3c3d240dd0d72199a1d897b037c44c0b3","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20241122.8.tgz","fileCount":40,"integrity":"sha512-PqJzW+ATjsElPGXjLVnWPpNH7H0yVGxNmPsxImmlIKLaT/tbdV+UvwGCzwZTRAlD/iGqBKOLKRydp58swftyUA==","signatures":[{"sig":"MEUCIA6TPS/m1/2uj+4EPXzvHO0TuBr61FL5d4erDnZKBJrSAiEA/+1xibJnh+Iq0EmEKPn367I4QxDuE46OXFs9RgeJQw0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122202},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\329279c4-c51b-429f-9dbe-e47ba47ba95f\\azure-communication-sms-1.2.0-alpha.20241122.8.tgz","types":"types/communication-sms.d.ts","module":"dist-esm/src/index.js","browser":{"stream":"./node_modules/stream-browserify/index.js","./dist-esm/src/credentials/cryptoUtils.js":"./dist-esm/src/credentials/cryptoUtils.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 && 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 README.md 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:node":"tsc -p . && dev-tool run bundle","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:browser":"tsc -p . && dev-tool run bundle","build:samples":"dev-tool samples publish --force","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\329279c4-c51b-429f-9dbe-e47ba47ba95f\\azure-communication-sms-1.2.0-alpha.20241122.8.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-PqJzW+ATjsElPGXjLVnWPpNH7H0yVGxNmPsxImmlIKLaT/tbdV+UvwGCzwZTRAlD/iGqBKOLKRydp58swftyUA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","util":"^0.12.1","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","inherits":"^2.0.3","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20241122.8_1732338003909_0.3806578918003567","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20241203.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20241203.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0e77911aff15975d1ae44ab073a340fd62f351dc","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20241203.1.tgz","fileCount":280,"integrity":"sha512-10vTufCFpyK3Yxtu8Ovxd82zSPawEyV9aeRu5nQdeE68ChNoDTnNprlagXWLSpPAQugmv3+tEHeGYiU6f2pBfA==","signatures":[{"sig":"MEUCIA/QZLYRAe9xR7IrysIZWbDWwruAv9WHOISFZFpyEqfuAiEA0CdL9CJux7iCUcQKZ/Uckek8OdTwvCal7Ymwhx+0oRs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":325659},"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\\1c041872-32fd-44b9-a5e2-65caaf4e18c6\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1c041872-32fd-44b9-a5e2-65caaf4e18c6\\azure-communication-sms-1.2.0-alpha.20241203.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-10vTufCFpyK3Yxtu8Ovxd82zSPawEyV9aeRu5nQdeE68ChNoDTnNprlagXWLSpPAQugmv3+tEHeGYiU6f2pBfA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20241203.1_1733239962959_0.9443142956413122","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20241205.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20241205.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7c3e441654ae1882e095ea2b34a85ec91ab8972b","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20241205.1.tgz","fileCount":280,"integrity":"sha512-avFH1t1oISJuAbbJuQEmcT8sfmSjs+NcFAVXCf0RPif4eHXLB6XFpXhuOjZrEHl+fL9UcjvR5dWXgJqM1WV6sw==","signatures":[{"sig":"MEUCIQClP1HPYi8rrxp06JYCvpiWGarx4IGYEd8NbfuSLGfiiAIgJAG/7V/SxIMjaurrA1fduCYcD8Yd+e/+luFl6YB8fUM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":325692},"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\\86abf2b1-5acc-4836-b963-97974c93ac8f\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\86abf2b1-5acc-4836-b963-97974c93ac8f\\azure-communication-sms-1.2.0-alpha.20241205.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-avFH1t1oISJuAbbJuQEmcT8sfmSjs+NcFAVXCf0RPif4eHXLB6XFpXhuOjZrEHl+fL9UcjvR5dWXgJqM1WV6sw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20241205.1_1733412939501_0.7948304663830545","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20241206.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20241206.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7c5257a538782e209e3fad7213af5ad56d19b72b","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20241206.1.tgz","fileCount":280,"integrity":"sha512-27IEYigOh0YeSiDe5UGELMV7sY5jjkyc0cZ5aVf/g6kFE1M+thp7TZSsGA1i2ahOdU29s71T9sJQ4shj7wycKw==","signatures":[{"sig":"MEUCIDY44ZMFKeQUyf7vg3rNPo8fB1pRGFqvy0as/lyhlWUiAiEAsoWSwlW57GNSc+WwV8L0aFo5aSfkUh127Y1RKolXOvs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":325692},"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\\004d4cc0-f4a9-4117-8962-b7e0882bbcac\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\004d4cc0-f4a9-4117-8962-b7e0882bbcac\\azure-communication-sms-1.2.0-alpha.20241206.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-27IEYigOh0YeSiDe5UGELMV7sY5jjkyc0cZ5aVf/g6kFE1M+thp7TZSsGA1i2ahOdU29s71T9sJQ4shj7wycKw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20241206.1_1733498959318_0.24644105414154116","host":"s3://npm-registry-packages"}},"1.2.0-alpha.20241209.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20241209.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"48b7926eb9bfca741b7780012b8685f5b86f352e","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20241209.1.tgz","fileCount":280,"integrity":"sha512-hZisGn4jnpOFSP2KPXxFp/FdlK26luYuDI965In/wAfJjS2EzitZ+iu+7/ObhpMOqedwwkLxx6ZdBw9G/VOKpA==","signatures":[{"sig":"MEYCIQCIJFn/rOgQytLrDKHq7zps56k1q83o9LQAprKoBnl83gIhAPO9Nlzk70kxpxfkqRlXLtSqMsEltMnFCGgy4JzUYpO9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":325692},"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\\3974b55d-5184-4749-98cd-c3e3763bdb81\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3974b55d-5184-4749-98cd-c3e3763bdb81\\azure-communication-sms-1.2.0-alpha.20241209.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-hZisGn4jnpOFSP2KPXxFp/FdlK26luYuDI965In/wAfJjS2EzitZ+iu+7/ObhpMOqedwwkLxx6ZdBw9G/VOKpA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20241209.1_1733758109160_0.8297898483968267","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20241210.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20241210.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6fc4e703f72a7a32a0dbfe8cd6e0eaa2193d90a0","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20241210.1.tgz","fileCount":280,"integrity":"sha512-HqsUrb3PzaqTUSZpND3x2rHkVQz5k6UdSOLvuLcwiVpIU3SWfhnIszavJnB/CaK4eadoio4Xk7AwDOiwCZA7UA==","signatures":[{"sig":"MEYCIQDKzFlj7xW/3L6/HG+mSOoshxm76a8mbXQz3Yb3trrKZgIhAJQcCP/34OBN+DkElLSBmSXAF7WRbwLcL/a0zMjxv4Bd","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":325679},"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\\28be333b-d747-4245-97b7-efd40bdc4142\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\28be333b-d747-4245-97b7-efd40bdc4142\\azure-communication-sms-1.2.0-alpha.20241210.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-HqsUrb3PzaqTUSZpND3x2rHkVQz5k6UdSOLvuLcwiVpIU3SWfhnIszavJnB/CaK4eadoio4Xk7AwDOiwCZA7UA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20241210.1_1733844447634_0.27538953040671665","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-beta.2":{"name":"@azure/communication-sms","version":"1.2.0-beta.2","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"latest","dist":{"shasum":"d9860eb60b7565bc5736ababf54a0dc7907a05b2","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-beta.2.tgz","fileCount":328,"integrity":"sha512-etnewqNYY5du2pYhHnJaq2Tb+H2Fk+n+s99dmMUYVQmO7RmLqxiKuoEFGgGWpFltsJFDKUfggf1tiipH0cO7mQ==","signatures":[{"sig":"MEYCIQCTpUqzGw1kSlSO1UbcHmJdDQVN+Nadzo6FKFV6WP3jlgIhAJCLVTtcD64rSvVVvsrAzHAvvCI5lJefraHBNgRJMs4a","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":534832},"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\\de8cc491-1701-4003-9170-eb13469f2893\\azure-communication-sms-1.2.0-beta.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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\de8cc491-1701-4003-9170-eb13469f2893\\azure-communication-sms-1.2.0-beta.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-etnewqNYY5du2pYhHnJaq2Tb+H2Fk+n+s99dmMUYVQmO7RmLqxiKuoEFGgGWpFltsJFDKUfggf1tiipH0cO7mQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":"^4.1.0","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-beta.2_1733905905969_0.40050940629588694","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20241211.2":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20241211.2","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"729b984ee8bacc6973a47c016eeb69344885c6a8","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20241211.2.tgz","fileCount":328,"integrity":"sha512-0GIyxtficgIi+D3coZA+rgXtypydbjd3z7wToAc7RqLV7z//THeZiwahrIGk1zL6HB76YaTG5CsX8LcOdqqRnQ==","signatures":[{"sig":"MEUCIQC6tPoqdW3PfYBQD0n6nt8szVeTxo9j40tVHkUfKguO7AIgY6838wiinpAbELcopDnbYGFVDJVRGFzDLHSbDlOF9FQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":534922},"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\\8038c6f7-658c-44f0-b4aa-93f91a175c3a\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8038c6f7-658c-44f0-b4aa-93f91a175c3a\\azure-communication-sms-1.2.0-alpha.20241211.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-0GIyxtficgIi+D3coZA+rgXtypydbjd3z7wToAc7RqLV7z//THeZiwahrIGk1zL6HB76YaTG5CsX8LcOdqqRnQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20241211.2_1733931014101_0.2958842433808493","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20241212.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20241212.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"852ca32614a3e7433d3d5812fcc5b1fb140c2230","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20241212.1.tgz","fileCount":328,"integrity":"sha512-CWvm9YqHlo/JDszsv7anjTt5hhR1335xVVLDqaUH5dl7g4yoL3c9goSGBnfzb0hTtILMDBR5eg8RMwweYeHHmw==","signatures":[{"sig":"MEUCICT8dF3q0+3STi/ybQcUMQTJJZz2lMDwGScCMIUB0RQwAiEApm8EdCER1mUg6S/WKgs3f66mJeQFIGJg1HaqxFBuqBs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":534922},"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\\6e9421fb-eb26-412d-b023-9426a79b6a23\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6e9421fb-eb26-412d-b023-9426a79b6a23\\azure-communication-sms-1.2.0-alpha.20241212.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-CWvm9YqHlo/JDszsv7anjTt5hhR1335xVVLDqaUH5dl7g4yoL3c9goSGBnfzb0hTtILMDBR5eg8RMwweYeHHmw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20241212.1_1734017495022_0.2320084417355004","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20241213.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20241213.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ec18bf4ff681eaed83bd19a3fe3d5dace158141c","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20241213.1.tgz","fileCount":328,"integrity":"sha512-y/cgp+63y5tsdm10GH5GirbSF+HMqFnOaXQOerFn7ifP8Ek3+eSerZSMtmFz4RGQPnz+0T2IyDGPw3mwodj7Kw==","signatures":[{"sig":"MEQCIFY6o1UxOnlEfqzGNuYStmO6x2fuT/zWjXpMvuubjdkvAiBjGv6X9j+t4GJVipdi6qlHDjjDATMmlxwxRDNKNCNk9Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":534922},"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\\0f7dfb8a-d146-4c45-ae11-e5819f72e3f2\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0f7dfb8a-d146-4c45-ae11-e5819f72e3f2\\azure-communication-sms-1.2.0-alpha.20241213.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-y/cgp+63y5tsdm10GH5GirbSF+HMqFnOaXQOerFn7ifP8Ek3+eSerZSMtmFz4RGQPnz+0T2IyDGPw3mwodj7Kw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20241213.1_1734103684622_0.9451018338226762","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20241216.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20241216.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a02652ed69e72e177f573d196e9a5ed98526aad7","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20241216.1.tgz","fileCount":328,"integrity":"sha512-n8PWxD9dNxrpji30OFSlWvGtcgwJj3cIB7jpEGHFVloLQ3op495f4iHoKNBk+GK/t3bbrXClocreeRVEtZVZQg==","signatures":[{"sig":"MEQCIB7TZvDcI6etKIG0hxtWYeHZlJrDL9dXThJxP1u3ypfvAiAiX1/L0N0kw9kmbr6PIV8Y20UWy9uHQ7Ovy0uNJDOISA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":534922},"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\\967114c0-7790-4cb1-b6bd-937d6f27b166\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\967114c0-7790-4cb1-b6bd-937d6f27b166\\azure-communication-sms-1.2.0-alpha.20241216.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-n8PWxD9dNxrpji30OFSlWvGtcgwJj3cIB7jpEGHFVloLQ3op495f4iHoKNBk+GK/t3bbrXClocreeRVEtZVZQg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20241216.1_1734362885554_0.4865905748809014","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20241218.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20241218.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"212d558d8cc5acf13268a464c6ddd1da64dd2f54","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20241218.1.tgz","fileCount":328,"integrity":"sha512-BrveUaX7m4Oz1iGFB4lRtQ9Ip/RW8PPweS5GEBjoZlEoQTG/Ml+tjfA8tvU42UgP75gkVLZCKapnQmq38p4Tlw==","signatures":[{"sig":"MEUCIEDMklYa+R1Xo3XXJj5kOByEpp/hViJeB4deJU96RhY4AiEArcvKJNNx3Ahzc298fyR4vkG/9EvhPrMh/I8gKVnvkfc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":534931},"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\\49d8220c-e040-4817-aa8f-bfd2ab0becc4\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\49d8220c-e040-4817-aa8f-bfd2ab0becc4\\azure-communication-sms-1.2.0-alpha.20241218.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-BrveUaX7m4Oz1iGFB4lRtQ9Ip/RW8PPweS5GEBjoZlEoQTG/Ml+tjfA8tvU42UgP75gkVLZCKapnQmq38p4Tlw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20241218.1_1734535600513_0.5075110316380851","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20241219.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20241219.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"93b30e23304f0fddd5bbee807beee70248e30b95","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20241219.1.tgz","fileCount":328,"integrity":"sha512-VXfH0VlI4BTuAg8XlEZgFakJ81EpGFE9p37J9MmxNwPJNHT9LH1u80JyZsHom2Mz+/0QSMLrQqj3IuzkKiDjaQ==","signatures":[{"sig":"MEYCIQCx2R5t3/U3VardeuegNue0aPBkkZLP5wLymbC+ltZ15QIhAJzL8zT7NeXNhDsy19+g+oJfiGnrcgXyQSSq+hE090VX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":534931},"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\\8c488208-c28e-4472-b981-7dbb77a3a46c\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8c488208-c28e-4472-b981-7dbb77a3a46c\\azure-communication-sms-1.2.0-alpha.20241219.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-VXfH0VlI4BTuAg8XlEZgFakJ81EpGFE9p37J9MmxNwPJNHT9LH1u80JyZsHom2Mz+/0QSMLrQqj3IuzkKiDjaQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20241219.1_1734622166203_0.7404622637923364","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-beta.3":{"name":"@azure/communication-sms","version":"1.2.0-beta.3","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-beta.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"latest","dist":{"shasum":"9785ae7061bd0237c76f2a55519a52e615824c22","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-beta.3.tgz","fileCount":328,"integrity":"sha512-UKLBLyKyGmTm+2Ccgl4ZVU65jvq9z9hqIXoggd+hbXQyJX+FFkDSromZUG58859O8ZvEcZY+oYqjk1y3v6MXvw==","signatures":[{"sig":"MEUCIAcFf1TpoO8AC5X+Y2+odJbUSZk8s5lpvAoIyDHIQbpVAiEA1cOPIQ3oSPGCtgpqREpvERZ8q7guasUVITQK5J1p2Kw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":534985},"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\\854406a3-fd5f-4222-aa1a-3db07e1cb184\\azure-communication-sms-1.2.0-beta.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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\854406a3-fd5f-4222-aa1a-3db07e1cb184\\azure-communication-sms-1.2.0-beta.3.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-UKLBLyKyGmTm+2Ccgl4ZVU65jvq9z9hqIXoggd+hbXQyJX+FFkDSromZUG58859O8ZvEcZY+oYqjk1y3v6MXvw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":"^4.1.0","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-beta.3_1734633716541_0.40036323091742587","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20241220.2":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20241220.2","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"afb627533c91187e34920f842951d0322bbfe106","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20241220.2.tgz","fileCount":328,"integrity":"sha512-dP6xYMhgSlnEdkCFuj7bzsJq74NymwSWtIyup5nr7GTuhcURNQWW8eENo+Lkh7y+8sHEAPTSg3vGCqFh9Yeenw==","signatures":[{"sig":"MEQCIH6TM6H4thuhk3ZdECiZoiDQ7n6ux85n43MpQ6f167gUAiBGQbdfM2Lde6Jx48F1jF0yDM/T/cFhHs7hG2ATZ0p/jg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":535075},"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\\29879bea-f321-462e-ad9d-d187e52354d9\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\29879bea-f321-462e-ad9d-d187e52354d9\\azure-communication-sms-1.2.0-alpha.20241220.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-dP6xYMhgSlnEdkCFuj7bzsJq74NymwSWtIyup5nr7GTuhcURNQWW8eENo+Lkh7y+8sHEAPTSg3vGCqFh9Yeenw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20241220.2_1734708559098_0.67609465659677","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20241223.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20241223.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-alpha.20241223.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bf8a1a0cfe8ef262db2219399f294fb1587d157c","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20241223.1.tgz","fileCount":328,"integrity":"sha512-3/bwSVZo8mq0jZmOpdvHqXNUcInxy8TcYqDv/OqA/ukjB1WtNzzhC8ySrcpgEUyoymrZektrpypAvIU45/W7ZQ==","signatures":[{"sig":"MEQCIAHdnogxuGTiK0sDy3OwDJY1GsZS4cRmxDYkNwoZHghjAiB0XWAQRE+DgSMeQqm8Zxr9s2O2Y3S9m6KKLSHXKyWzlA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":535075},"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\\766cfe0f-fe24-4ebf-8963-a83dc91eba96\\azure-communication-sms-1.2.0-alpha.20241223.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\766cfe0f-fe24-4ebf-8963-a83dc91eba96\\azure-communication-sms-1.2.0-alpha.20241223.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-3/bwSVZo8mq0jZmOpdvHqXNUcInxy8TcYqDv/OqA/ukjB1WtNzzhC8ySrcpgEUyoymrZektrpypAvIU45/W7ZQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20241223.1_1734967818550_0.8277130090670393","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20241224.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20241224.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-alpha.20241224.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7f4948606e4c80630e0e4f654a5da693b26ba763","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20241224.1.tgz","fileCount":328,"integrity":"sha512-7UI40ZjnGFxANCr2ptODvvobAypfjX8AlTPfjI4nrXDqF+4WSxTaPG4bcUaPJJcHbwQdtCgu56iP/PfEubdBZQ==","signatures":[{"sig":"MEUCIHWc2b8/pv5jsisMlOZWwhMD6dt5GYJWyM/KDVJn/qCxAiEAmPYl1vMKwMkJ0XMdYEkRm6OSKqZ7zG4YkhS1dOUkMcw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":535075},"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\\81e10776-7909-4a7e-8c57-9355311a1604\\azure-communication-sms-1.2.0-alpha.20241224.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\81e10776-7909-4a7e-8c57-9355311a1604\\azure-communication-sms-1.2.0-alpha.20241224.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-7UI40ZjnGFxANCr2ptODvvobAypfjX8AlTPfjI4nrXDqF+4WSxTaPG4bcUaPJJcHbwQdtCgu56iP/PfEubdBZQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20241224.1_1735054076956_0.7122894937882343","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20241225.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20241225.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-alpha.20241225.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"16f51655bb23e149b4f9afc75656e71706a6deb4","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20241225.1.tgz","fileCount":328,"integrity":"sha512-qOubRHXMeRaj4qtht9sIw69rI3+Sxe3F7/p9ynmT/Cp/vKxdH9I6abTtv3tRMAmdbKxtsrTZB2OQcIQ5D5U4TA==","signatures":[{"sig":"MEQCIF9TbV5p+tyrg2UR26O6nHaMZg6DeUnLUT9jk7Gm8PPjAiAWGEc6A5BQMFctTlvZYmoimGHi7Rt7br33O6v4F9xPiQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":535075},"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\\dc3bfedd-92ff-4205-9aa9-10d75fbcaed5\\azure-communication-sms-1.2.0-alpha.20241225.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\dc3bfedd-92ff-4205-9aa9-10d75fbcaed5\\azure-communication-sms-1.2.0-alpha.20241225.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-qOubRHXMeRaj4qtht9sIw69rI3+Sxe3F7/p9ynmT/Cp/vKxdH9I6abTtv3tRMAmdbKxtsrTZB2OQcIQ5D5U4TA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20241225.1_1735140502354_0.5024842561731189","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20241226.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20241226.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-alpha.20241226.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"395dd97395ffc422c15105b3f0c4c5f21e226552","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20241226.1.tgz","fileCount":328,"integrity":"sha512-m7p4XYikHXJta3Gsr0s2kbz628hXdu0G7GmTs09Vzas1NXQpAgoDpWQtebFnfo2XxQwjlSBrr/7WgObEEg09hQ==","signatures":[{"sig":"MEYCIQDquOlAQUi7COKjLqV4L+HY4sJk5p3IWdqooQlqvmgSbQIhAOnWwT94uKllUi+ehtvpvoTM1DndvpGPvyPFYswsiuE7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":535075},"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\\79e4fec2-c2ed-4699-848e-e3b837c070cb\\azure-communication-sms-1.2.0-alpha.20241226.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\79e4fec2-c2ed-4699-848e-e3b837c070cb\\azure-communication-sms-1.2.0-alpha.20241226.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-m7p4XYikHXJta3Gsr0s2kbz628hXdu0G7GmTs09Vzas1NXQpAgoDpWQtebFnfo2XxQwjlSBrr/7WgObEEg09hQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20241226.1_1735227019831_0.3982212874576827","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20241227.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20241227.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-alpha.20241227.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5412ec6c5c376dd88fa3e35dbb717fa8f0ba9583","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20241227.1.tgz","fileCount":328,"integrity":"sha512-hAJoQNG9DSngFM3mA/yyowtQjg6cUhPQn2Y41YFnW0EyObxxQrf+5kk2cZrRI5jgHo+RrBetXsTenkfZXEDuyQ==","signatures":[{"sig":"MEYCIQDSLQwveTH/seEnBU4PnNjXTGxiqYVAuI78J8eFGL4v3QIhAKXTWIJoAuwZNjgratRru7XtHdak1bIYa4BnGHMLCgSq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":535075},"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\\d82c3cd5-71de-4675-8a3c-d1dab5593564\\azure-communication-sms-1.2.0-alpha.20241227.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d82c3cd5-71de-4675-8a3c-d1dab5593564\\azure-communication-sms-1.2.0-alpha.20241227.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-hAJoQNG9DSngFM3mA/yyowtQjg6cUhPQn2Y41YFnW0EyObxxQrf+5kk2cZrRI5jgHo+RrBetXsTenkfZXEDuyQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20241227.1_1735313511934_0.41673165335326523","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20241230.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20241230.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-alpha.20241230.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"efdd060ab5f5f9e94209b4c56a58308a6b805265","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20241230.1.tgz","fileCount":328,"integrity":"sha512-HgTz2sjAjNptffyerAJCdQECAyouukD6C0uSjSonkkuxaJVMGenuxPrjulgv2aLhI+5DXK3Eyxbk2LOEkOOrEA==","signatures":[{"sig":"MEUCIQCmlsCGEmnWAOkVQ0mYT/z1oDxq36CnsFSX+C+MlKpTdgIgbotbCicsQVj04aQrZrbbC2Mhv7dNW/NE+JAXSW6Bi7Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":535075},"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\\d5febdb0-1588-4876-8d41-b1e2ed351179\\azure-communication-sms-1.2.0-alpha.20241230.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d5febdb0-1588-4876-8d41-b1e2ed351179\\azure-communication-sms-1.2.0-alpha.20241230.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-HgTz2sjAjNptffyerAJCdQECAyouukD6C0uSjSonkkuxaJVMGenuxPrjulgv2aLhI+5DXK3Eyxbk2LOEkOOrEA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20241230.1_1735572629212_0.2462992210033006","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20241231.2":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20241231.2","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f8aba4a81f93a241aff3f802bf454fdb44721ffd","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20241231.2.tgz","fileCount":328,"integrity":"sha512-FPhjWPKPypL+Ua87EUt1u92J8OngqnJy3KJosASPGfeV73IILw4BQd3fMuajaPw2ysk+9YV44I+aI8AE8ebI0w==","signatures":[{"sig":"MEQCIGUB6RdkCor0PmB8Hs+pAETBX7fbBoZN9x76Tdqa0c2TAiB+vQSRDaBXlawuO2DI+dwONQP+LrDcTE18483JWrPOlA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":535075},"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\\3c4b05e4-10de-4947-bfb1-5706e4ed191d\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3c4b05e4-10de-4947-bfb1-5706e4ed191d\\azure-communication-sms-1.2.0-alpha.20241231.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-FPhjWPKPypL+Ua87EUt1u92J8OngqnJy3KJosASPGfeV73IILw4BQd3fMuajaPw2ysk+9YV44I+aI8AE8ebI0w==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20241231.2_1735658944149_0.20753113764741693","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250108.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250108.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-alpha.20250108.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"38dbd7ec5cef7c053b280352b2874c5efea0edd3","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250108.1.tgz","fileCount":328,"integrity":"sha512-bvE5IxlXP0A0ukd5zCSzCF0yIAnRIBYtgk8xhwuoBeL6aBjU9lL7XD5BPzS7ZUuB3JBdzWcLhmn/fGgyHW38zw==","signatures":[{"sig":"MEQCIGKVWfMpTFtVJjIJbKox9d4kM2nGkz5UN7/gba+EGV0ZAiBOTdI8JfbJQFoATTvp3uLf1PUK8VEBz/FLLDVZ0V04Hw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":537297},"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\\882a9a76-4d9e-427d-9c62-603b9800dec3\\azure-communication-sms-1.2.0-alpha.20250108.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\882a9a76-4d9e-427d-9c62-603b9800dec3\\azure-communication-sms-1.2.0-alpha.20250108.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-bvE5IxlXP0A0ukd5zCSzCF0yIAnRIBYtgk8xhwuoBeL6aBjU9lL7XD5BPzS7ZUuB3JBdzWcLhmn/fGgyHW38zw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250108.1_1736349964758_0.5565598340848521","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250109.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250109.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-alpha.20250109.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"609b167cd4090be9ca346ed1cc001ab16cd6d837","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250109.1.tgz","fileCount":328,"integrity":"sha512-BXGnQVXyFPv10fFM565fj6aE0QIr3/O+UVMjJn8Il3Q5nzKqj4ow+AwpuqmqxtSu3F3zO/QDxUbzrQAQyCWffQ==","signatures":[{"sig":"MEUCIAeD99fEDYATqQsnnOpwliQbea57RfqtQxkpZbjJ367JAiEA/k5UxCeDFnVZoYEcFCK+dGuSqsBrWMvSXpAKSKB2ROI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":537297},"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\\02d2305c-c7c4-4d5d-b98a-749888305ecb\\azure-communication-sms-1.2.0-alpha.20250109.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\02d2305c-c7c4-4d5d-b98a-749888305ecb\\azure-communication-sms-1.2.0-alpha.20250109.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-BXGnQVXyFPv10fFM565fj6aE0QIr3/O+UVMjJn8Il3Q5nzKqj4ow+AwpuqmqxtSu3F3zO/QDxUbzrQAQyCWffQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250109.1_1736436338192_0.5793629983674362","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250110.2":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250110.2","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8ede6e9ebca9de831d737a769a1f178f5af8d385","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250110.2.tgz","fileCount":328,"integrity":"sha512-QHdg07+h9tPsRcxY67/OwOqfS/NcJHSphBqnYgCsHZI1oC5dcf+8L8D+8c4hs7Hf7CQwlGp8y5xVnr2pIMTYxA==","signatures":[{"sig":"MEQCIEbPdzH1zdt4P5d9ni8/wl2RERiigvhCY4rbAFbGAt2oAiBj/gukGj9vPcH9Ap0UNDzcLZE3xbbzZe+GC9GbbKTZtQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":537298},"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\\aaf57e64-8e3d-432d-99f7-c6d84b0ca47f\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\aaf57e64-8e3d-432d-99f7-c6d84b0ca47f\\azure-communication-sms-1.2.0-alpha.20250110.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-QHdg07+h9tPsRcxY67/OwOqfS/NcJHSphBqnYgCsHZI1oC5dcf+8L8D+8c4hs7Hf7CQwlGp8y5xVnr2pIMTYxA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250110.2_1736522766518_0.7308834781892801","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250113.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250113.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-alpha.20250113.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a7be1c2266b02ef1c10ad8a594cec5f2981af58b","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250113.1.tgz","fileCount":328,"integrity":"sha512-QNcefsdFEfK5s1AVkoCW9UdKob5XJ/tHvldNUpFuoKrFKFEIznCOyxl1pW49H045LcAgE2W/5eE4ubrFXkycdQ==","signatures":[{"sig":"MEUCIQDaajpHd+AQAbnXj/lsrlSBUoT9tX4C17E1UFJrlcUPQgIgdKrc8ltVNtF883MOstbQqRADT1g2tIsoyBEo6JWVofo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":537298},"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\\d654bf66-7823-4f4e-836f-4130a60809cf\\azure-communication-sms-1.2.0-alpha.20250113.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d654bf66-7823-4f4e-836f-4130a60809cf\\azure-communication-sms-1.2.0-alpha.20250113.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-QNcefsdFEfK5s1AVkoCW9UdKob5XJ/tHvldNUpFuoKrFKFEIznCOyxl1pW49H045LcAgE2W/5eE4ubrFXkycdQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250113.1_1736782157572_0.6522876653269611","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250114.2":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250114.2","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3c93a1d69ff06002ae4e4844e91587889536b92c","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250114.2.tgz","fileCount":328,"integrity":"sha512-lIM+YjuX6QMFAkV4U++GQ3etqjuN57hqBddcoqvFINn0yr1D6jzMwYPBg5YAcoIDMFhWU6bX3THwdk0NkcfjWw==","signatures":[{"sig":"MEUCIEm7Adp+3FXSAaP00CFUGQIx9tsKjCRfExdoYmxs9lixAiEAxt5jZXp327cmhLXs4xnsm0Vj+JNKY77qFgsczBSJZrc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":537298},"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\\4db3ffde-6aa6-4486-b97e-cad5bfcb5cda\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4db3ffde-6aa6-4486-b97e-cad5bfcb5cda\\azure-communication-sms-1.2.0-alpha.20250114.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-lIM+YjuX6QMFAkV4U++GQ3etqjuN57hqBddcoqvFINn0yr1D6jzMwYPBg5YAcoIDMFhWU6bX3THwdk0NkcfjWw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250114.2_1736868448533_0.3550974700862324","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250115.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250115.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-alpha.20250115.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f4a261a18cba27f71f8492a9291c03fc9c9592ed","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250115.1.tgz","fileCount":328,"integrity":"sha512-AMdk2zHxUFl6hyLvbFRI2JxECvw3n5WwUrZCj4uQpvrHwGrbDLRBn9Hz+J9n3xAQLcqn5wWt0sj+90qluTxkdA==","signatures":[{"sig":"MEQCIBRX8du3obeJB2e02sZ0xQ08G6wzXHRoK9JSSKT2XzdqAiBZPOGJV0WV8b1dc2VyjjkKW9wcafvhNiQn8w0+5XcerQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":537298},"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\\3c475862-4294-46a7-99be-a6ab2fdcdeb4\\azure-communication-sms-1.2.0-alpha.20250115.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3c475862-4294-46a7-99be-a6ab2fdcdeb4\\azure-communication-sms-1.2.0-alpha.20250115.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-AMdk2zHxUFl6hyLvbFRI2JxECvw3n5WwUrZCj4uQpvrHwGrbDLRBn9Hz+J9n3xAQLcqn5wWt0sj+90qluTxkdA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250115.1_1736954987735_0.5923854833730053","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250116.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250116.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-alpha.20250116.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6444d19d17f089b27ad4ca37f4896e43f9ab779f","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250116.1.tgz","fileCount":328,"integrity":"sha512-udry8S38X/wYbK5ljSbsHb5Tuk85kSyLwhqcNc1CVLD9PQ0sYQBJjbBbk/T+K9ZCTNaQ/HeJC1ecp4xNtXxvlg==","signatures":[{"sig":"MEUCIQCAxLMGspFjIWzE2xz1Bq+w4dUkFSHwdURYKaOZyvqJ+wIgCWDCGvQhxxSVA9WjU0LVkOZAnkHXIVR5NABrSatSlEk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":537298},"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\\ebf600b1-72a8-4197-8892-cd106e1b6784\\azure-communication-sms-1.2.0-alpha.20250116.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ebf600b1-72a8-4197-8892-cd106e1b6784\\azure-communication-sms-1.2.0-alpha.20250116.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-udry8S38X/wYbK5ljSbsHb5Tuk85kSyLwhqcNc1CVLD9PQ0sYQBJjbBbk/T+K9ZCTNaQ/HeJC1ecp4xNtXxvlg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250116.1_1737041457893_0.9926871677366684","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250117.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250117.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-alpha.20250117.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a3ffb258096d662516166935afbc30c1bff0c88e","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250117.1.tgz","fileCount":328,"integrity":"sha512-r/QTPz5Hd1Rms8XhhCwaApNTiAzaB5IHzMupV2SaD65iRddwrX9XVu4NnbQONLajRxH7ybgOWXH7U9wBvzahxg==","signatures":[{"sig":"MEUCIQDB1YswJ200OIwuFQTTP1yTpssSb3HXzU2GEer+xmr+6gIgMjhNtHZ5SI0wNkd8tjdukxbXxtKh9xQzbE2VAo9vpUo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":537298},"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\\0a79550c-6b97-4f95-8d09-1e191a4f438f\\azure-communication-sms-1.2.0-alpha.20250117.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0a79550c-6b97-4f95-8d09-1e191a4f438f\\azure-communication-sms-1.2.0-alpha.20250117.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-r/QTPz5Hd1Rms8XhhCwaApNTiAzaB5IHzMupV2SaD65iRddwrX9XVu4NnbQONLajRxH7ybgOWXH7U9wBvzahxg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250117.1_1737127627731_0.8408008691747564","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250120.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250120.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-alpha.20250120.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"da6a5011b6376da2828f01eb5a5f7a244c7c12a0","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250120.1.tgz","fileCount":328,"integrity":"sha512-PJUmq92POH8lKgUrerpOWk2slEVjZ0+CGdxgs+7/xffSIZIYb+PJXViKP9hv/XqXIm0gCHIENFE/+emxzWCabA==","signatures":[{"sig":"MEYCIQD6ka8mQr706CnkYRDCw0jhqUQ5jJ3GkCUGcgDgjgUUUwIhALza30ILibE7oT9p8h/P5RLBpwJwF+vwTsw7IdC52AqB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":537298},"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\\557e854e-8c6f-4237-a113-4ccb0659e742\\azure-communication-sms-1.2.0-alpha.20250120.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\557e854e-8c6f-4237-a113-4ccb0659e742\\azure-communication-sms-1.2.0-alpha.20250120.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-PJUmq92POH8lKgUrerpOWk2slEVjZ0+CGdxgs+7/xffSIZIYb+PJXViKP9hv/XqXIm0gCHIENFE/+emxzWCabA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250120.1_1737387025499_0.02840476997408259","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250121.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250121.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-alpha.20250121.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c856c8861597f5b25576307b3fb615e204dee3bb","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250121.1.tgz","fileCount":328,"integrity":"sha512-IevPGjzvNB5F2z4winylDTKEbYoW89p5LKh+xwJKAiWTwb6wfI3YjX+TQ/bTDPC4yQNu49pAjFPRV2fWLW6Vqg==","signatures":[{"sig":"MEYCIQCH1vaSbYHZ7/WfEXlzCxW4yNS3Hoju4D1iw2+kRBUZsgIhANTi51MR3IJWuD5qKMGo4rB8HrT2MNM230tWyTodUxCG","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":537298},"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\\bbeafec6-dd65-491b-9d3e-6dcc3e7d1c85\\azure-communication-sms-1.2.0-alpha.20250121.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\bbeafec6-dd65-491b-9d3e-6dcc3e7d1c85\\azure-communication-sms-1.2.0-alpha.20250121.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-IevPGjzvNB5F2z4winylDTKEbYoW89p5LKh+xwJKAiWTwb6wfI3YjX+TQ/bTDPC4yQNu49pAjFPRV2fWLW6Vqg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250121.1_1737473237599_0.5436696960897531","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250122.2":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250122.2","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f705f31a02f758d3a3e7c973aaef1a1ee6f2f144","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250122.2.tgz","fileCount":328,"integrity":"sha512-PNG4XOmCUmNmQ7+PICSJ9uhbm3Xnnd/JAfK0sbCsOfKkLxIEOGjFyvCYv/xT/Jbg9Dlho9yM5XUNYJkv3+Rv3Q==","signatures":[{"sig":"MEUCIQDXyM79ZEatnfO64Ncbh6T+0xtbPBxBffKLJn4BWZkIBAIgOnNqIZDkXYzSVNCiUvzDCnwe/rQa8QPzRqc0zwd461A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":537298},"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\\9372ee62-3f10-4ccd-9dc9-9d8266310be1\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9372ee62-3f10-4ccd-9dc9-9d8266310be1\\azure-communication-sms-1.2.0-alpha.20250122.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-PNG4XOmCUmNmQ7+PICSJ9uhbm3Xnnd/JAfK0sbCsOfKkLxIEOGjFyvCYv/xT/Jbg9Dlho9yM5XUNYJkv3+Rv3Q==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250122.2_1737559835149_0.9494215032493076","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250122.7":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250122.7","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"58ebee94827ad4b1ffb0c77f6e22c374bad95cca","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250122.7.tgz","fileCount":328,"integrity":"sha512-JNpFMMycpsDIcQwQHQtCWEA/d79e3xJ6/XTOfTRp4kEVCYCk41hHLfQZb24MujOAs/06L48iVqOsEeJeg7W2nw==","signatures":[{"sig":"MEUCIGgg8M1KJOes8YAUGOJ/f+8zuF66Y2zsGVXKImIkmyi7AiEAkPtEdugVrBipWZq4wdfiQ/fw9zIn4DmZhxwKiWX460A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":537298},"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\\a85682f9-fd68-4929-8e10-ab478ffdc87d\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a85682f9-fd68-4929-8e10-ab478ffdc87d\\azure-communication-sms-1.2.0-alpha.20250122.7.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-JNpFMMycpsDIcQwQHQtCWEA/d79e3xJ6/XTOfTRp4kEVCYCk41hHLfQZb24MujOAs/06L48iVqOsEeJeg7W2nw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","events":"^3.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.4","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.4","@vitest/coverage-istanbul":"^2.1.4","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250122.7_1737563885083_0.9783582816669234","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250127.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250127.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-alpha.20250127.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"288b896dbe659842243d97b38cbb5d9033807801","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250127.1.tgz","fileCount":328,"integrity":"sha512-XLHXsKtL4kKq97qRiTw/2PeQN356yYX9aIuZSdHmOjxfS/gldRLjxtKbhJqQjQjcFBmPkZ0f991A/OVRr1Zn6A==","signatures":[{"sig":"MEQCIBMZZqqOSmNgCRojPklkso6Ya+oAgmyrMsWMvDJxMUo6AiAMPVnfewrtLKBrmjdNQx5V9d2NtnscTNK1BWS2MD1wmg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":538121},"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\\085d6be5-c897-4d8a-b46e-f8bfb25a588e\\azure-communication-sms-1.2.0-alpha.20250127.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\085d6be5-c897-4d8a-b46e-f8bfb25a588e\\azure-communication-sms-1.2.0-alpha.20250127.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-XLHXsKtL4kKq97qRiTw/2PeQN356yYX9aIuZSdHmOjxfS/gldRLjxtKbhJqQjQjcFBmPkZ0f991A/OVRr1Zn6A==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250127.1_1737991594364_0.8938321499458297","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250129.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250129.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-alpha.20250129.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9fc3ca655be9b43d1f04c03ee64af8b22c511c30","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250129.1.tgz","fileCount":328,"integrity":"sha512-sxpeKwpX/NmEMsXuweSPD0LbXFAmytBUxi6AtlSHivrmjyfnAkmW5Bk6fjN52mtFQKFnTvAf2NB3U6Or8UWqXg==","signatures":[{"sig":"MEUCIGIQz7EdSRRq+NZ/jGAg4c4P9hSYigopa01CBZVkrev9AiEAxjCpxfBLYtGVGypBl3bD/HtTNGXzXVdlWblQsSh2gPc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":538121},"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\\1e7f752a-9b4e-4d2e-a07e-d5c424a5bf13\\azure-communication-sms-1.2.0-alpha.20250129.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1e7f752a-9b4e-4d2e-a07e-d5c424a5bf13\\azure-communication-sms-1.2.0-alpha.20250129.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-sxpeKwpX/NmEMsXuweSPD0LbXFAmytBUxi6AtlSHivrmjyfnAkmW5Bk6fjN52mtFQKFnTvAf2NB3U6Or8UWqXg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250129.1_1738164545149_0.7714716838542337","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250130.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250130.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-alpha.20250130.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fae9284c51fb27214250e4cd64ba915375cf7e1f","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250130.1.tgz","fileCount":328,"integrity":"sha512-lThY1/flIwUyd0Ee8GhyI9FVkqV1gs17Fd11dRjn5s3PX5fWIvyEL/wtWnqWKszw4m/epRGXWTKN+A+rtanlxg==","signatures":[{"sig":"MEYCIQCAVzZGB7wXgpCjrYnSgdnKHLE4HpT+/KnmON8y9RraigIhAJAw1Rod3+4UXsIEBp2nNZdpzkiuChYX582cWIM0ogPB","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":538121},"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\\2ebe604c-1b63-440a-8fa3-e6daf2be1d43\\azure-communication-sms-1.2.0-alpha.20250130.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2ebe604c-1b63-440a-8fa3-e6daf2be1d43\\azure-communication-sms-1.2.0-alpha.20250130.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-lThY1/flIwUyd0Ee8GhyI9FVkqV1gs17Fd11dRjn5s3PX5fWIvyEL/wtWnqWKszw4m/epRGXWTKN+A+rtanlxg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250130.1_1738250842012_0.1278891435531908","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250131.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250131.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-alpha.20250131.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"162c45d035becce197f5fddeae30beb87dff8da6","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250131.1.tgz","fileCount":328,"integrity":"sha512-oKB4vL4o9gAFOguXDwq+KdTFAMZuSOnrrKt4zIfMIG8UxGZRpsiHU3aLe8wkcJcmQayBIwsHYtrzweJuXX/qQQ==","signatures":[{"sig":"MEQCIBbzMlu+Yev3lIxbzOaPgU14FCYD6BGP9jp30riZvMtCAiAFVKQd9MQJrnpDmnnaKrxYjoo8Rfg/x7sWYYwabWpEzQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":538121},"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\\03f56664-8f44-4388-b7e3-b8677e674b98\\azure-communication-sms-1.2.0-alpha.20250131.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\03f56664-8f44-4388-b7e3-b8677e674b98\\azure-communication-sms-1.2.0-alpha.20250131.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-oKB4vL4o9gAFOguXDwq+KdTFAMZuSOnrrKt4zIfMIG8UxGZRpsiHU3aLe8wkcJcmQayBIwsHYtrzweJuXX/qQQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250131.1_1738337435397_0.5824352596896658","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250203.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250203.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-alpha.20250203.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"068095783653221459892ad65bdecb34129a08bc","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250203.1.tgz","fileCount":328,"integrity":"sha512-3eDlooXJX5netcuFFOfNRIwehBIHxVCz+oQuJpmFhLE2as0T86Z6EyIzNcEN1351uppMvrE5GZjM9tJHdS0wXw==","signatures":[{"sig":"MEYCIQCXySr9N5S3dS3Hzyxe8qB4Mt41kfAEAckEIoENFhcp6AIhAPzEIMLXiTqlU5cdvum+ropFsgv0LsoyTVUAdNveHH0P","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":538121},"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\\9962b427-14b0-41fd-9847-de4313c2f0d4\\azure-communication-sms-1.2.0-alpha.20250203.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9962b427-14b0-41fd-9847-de4313c2f0d4\\azure-communication-sms-1.2.0-alpha.20250203.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-3eDlooXJX5netcuFFOfNRIwehBIHxVCz+oQuJpmFhLE2as0T86Z6EyIzNcEN1351uppMvrE5GZjM9tJHdS0wXw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250203.1_1738596733998_0.6085888809334692","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250204.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250204.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-alpha.20250204.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5996d5333916e764e6ec41dd0edec4242af674a1","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250204.1.tgz","fileCount":328,"integrity":"sha512-GirHtyziJPr+XE/19dXUZMhPzsLAKTKAQZkKwfYMHr0k2btIOkGrrvEkreblQJ5EKJDHmckGutX8ta56GVj8pA==","signatures":[{"sig":"MEQCIEYnIQ6wPAtv/07SBhwGjnqx7YCXT+JOk7dCXThID2fBAiBHNUS9wxK0yu3wkSEkpsdI8wf0mAiFticsPkBn38TKYw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":538070},"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\\9b0adacf-27e0-4495-8550-088674685107\\azure-communication-sms-1.2.0-alpha.20250204.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9b0adacf-27e0-4495-8550-088674685107\\azure-communication-sms-1.2.0-alpha.20250204.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-GirHtyziJPr+XE/19dXUZMhPzsLAKTKAQZkKwfYMHr0k2btIOkGrrvEkreblQJ5EKJDHmckGutX8ta56GVj8pA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250204.1_1738683952879_0.8020476659887674","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250205.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250205.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-alpha.20250205.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"95e0c45218145c8b7fae5cc47be5e489008abd7e","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250205.1.tgz","fileCount":328,"integrity":"sha512-yKJS23kS/2GM09HVXZ15xta5AmfPMqTfteYIdCC5XMo+ogTdq3idNOo9wCNzODmFiI9mcMKUythYEXf4jxyrwg==","signatures":[{"sig":"MEYCIQDnHvk/JTe55o9rykxVRy/V7lsnB/OmqZfqzCwe//t4HwIhALymQcktJZS4g9xjqwYBHLMZehfLQGOFfpk15pdBjNIl","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":538070},"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\\d694e796-cd38-4e2f-b55c-d7fc37d67168\\azure-communication-sms-1.2.0-alpha.20250205.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d694e796-cd38-4e2f-b55c-d7fc37d67168\\azure-communication-sms-1.2.0-alpha.20250205.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-yKJS23kS/2GM09HVXZ15xta5AmfPMqTfteYIdCC5XMo+ogTdq3idNOo9wCNzODmFiI9mcMKUythYEXf4jxyrwg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250205.1_1738769346916_0.16739406529445788","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250210.2":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250210.2","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-alpha.20250210.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ad41381aaa6d0c8749515976f3ed4b620ed1340b","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250210.2.tgz","fileCount":328,"integrity":"sha512-78kzK1LgI8YpWlrb88UEszDAHqkekDHISRvq5jLTEXilr3AO4xCl5LrRr15g3K33R37JZAQLdf20hiK9F/+gnA==","signatures":[{"sig":"MEYCIQDDDDr/Ia63V0eBLZr9yI/ML/IAi/GZTIAtAPB8XNH9+wIhANJ/k3FclmjMohyRg6qS0JY4GoJuh2xjdaY3ytGyWCOG","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":537917},"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\\66f8315a-f82f-4dff-b036-8513f3053514\\azure-communication-sms-1.2.0-alpha.20250210.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\66f8315a-f82f-4dff-b036-8513f3053514\\azure-communication-sms-1.2.0-alpha.20250210.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-78kzK1LgI8YpWlrb88UEszDAHqkekDHISRvq5jLTEXilr3AO4xCl5LrRr15g3K33R37JZAQLdf20hiK9F/+gnA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250210.2_1739201470163_0.6256830501295081","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250211.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250211.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-alpha.20250211.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"59feffbfef4b9e3404d0ce2bb5ba76e997f6ebbc","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250211.1.tgz","fileCount":328,"integrity":"sha512-7MMBvAsv53o5CO9n5X7CkNZzenFxyljVxfGktQL7qVBcypTKDUtpTnDLTQWQ7iAGm0n4Z1DSncy67Tw+Inq69Q==","signatures":[{"sig":"MEUCIECKL7QvHOiiD3x8ktaFBrVqeOHvemmRIc8bJ8AtY29wAiEAy8PsoxIJFailXVuBwoUxte4/xYwdqvPhdqm/1/NVBNU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":537917},"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\\f9ea0060-af67-4833-85f7-03930d12b266\\azure-communication-sms-1.2.0-alpha.20250211.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f9ea0060-af67-4833-85f7-03930d12b266\\azure-communication-sms-1.2.0-alpha.20250211.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-7MMBvAsv53o5CO9n5X7CkNZzenFxyljVxfGktQL7qVBcypTKDUtpTnDLTQWQ7iAGm0n4Z1DSncy67Tw+Inq69Q==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250211.1_1739287680856_0.8124080959959148","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250212.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250212.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-alpha.20250212.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7299e78bb259c596c1d2cade59caa9001b890419","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250212.1.tgz","fileCount":328,"integrity":"sha512-hcXkHj8isKknt8axQCWaEFqKI7G6QdzXqNbgqND+8URSrgyeCILoPyVjHUWTE70mRTKlJ2V0XDTg2EBD8JZ4tA==","signatures":[{"sig":"MEYCIQCkcRcLlgSK8eb8JUT3tJkKuaMM8Spp3BerVXbiJVmi6gIhAIPSI8QJ5CdGOARRFJTUVFAhxESXi+Q+7FPfaO89mWLK","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":537917},"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\\5da1697a-30ac-41eb-ac69-632be58cd498\\azure-communication-sms-1.2.0-alpha.20250212.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5da1697a-30ac-41eb-ac69-632be58cd498\\azure-communication-sms-1.2.0-alpha.20250212.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-hcXkHj8isKknt8axQCWaEFqKI7G6QdzXqNbgqND+8URSrgyeCILoPyVjHUWTE70mRTKlJ2V0XDTg2EBD8JZ4tA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250212.1_1739374343694_0.49838626203889125","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250213.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250213.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-alpha.20250213.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f8c6eb42d99570f2d04266143a667c6868640617","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250213.1.tgz","fileCount":328,"integrity":"sha512-sR8sBjsEZ/aAybEnnbOxR5B0qF1Hxyi92QrvjIwOYrVm6D8CNE1lxHShKE//zOPiIT/2ZXOmhDVgoGkitcc4xw==","signatures":[{"sig":"MEYCIQD28O/2xGHpwQkF+2GzYKK0sgvaOSsMwBZBgfRLU3/L6AIhAKxTO39gDleoVgSZIgCa0f4fO2Dnd3Qbk3bU3SRsDkZK","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":537917},"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\\f5c20578-b4fe-4d62-81ba-587e1b63e24f\\azure-communication-sms-1.2.0-alpha.20250213.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f5c20578-b4fe-4d62-81ba-587e1b63e24f\\azure-communication-sms-1.2.0-alpha.20250213.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-sR8sBjsEZ/aAybEnnbOxR5B0qF1Hxyi92QrvjIwOYrVm6D8CNE1lxHShKE//zOPiIT/2ZXOmhDVgoGkitcc4xw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250213.1_1739460707086_0.3577868673736253","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250214.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250214.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"394c7e2723b46e0d8b5b843cb9f4f85ab6617c79","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250214.1.tgz","fileCount":328,"integrity":"sha512-hV73R6/gwXTYnBd1IG06fBoDzAUpnHLpEvjWF6qoWxNvoL3Sw5FTU16lUCfDIT9r5tuy6Fq5CEvPO6Foz9g95g==","signatures":[{"sig":"MEYCIQDhhUY4GLCD890BD/Z+bEXnpEHI3ZmhjXxzX46h1nTqygIhAPepc5LrEK4SRxROBu1npKTJlWtFrnUvnqNMPYEj80dq","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":537917},"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\\8347923b-47f1-47d1-95d3-d878046865f3\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8347923b-47f1-47d1-95d3-d878046865f3\\azure-communication-sms-1.2.0-alpha.20250214.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-hV73R6/gwXTYnBd1IG06fBoDzAUpnHLpEvjWF6qoWxNvoL3Sw5FTU16lUCfDIT9r5tuy6Fq5CEvPO6Foz9g95g==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250214.1_1739548585369_0.4386617036546707","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250217.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250217.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a48c75c41e32804cd5341e12ee57a45b48817b67","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250217.1.tgz","fileCount":328,"integrity":"sha512-Cf2ZNBTv/LjB8ySyBrxpnpAfgEOKPUOWh9BSHzvT2MkhJ4aGqCI1+G7HDCyMomJWN3/S84RaF1Wbt/i6O2K1PQ==","signatures":[{"sig":"MEQCIHTBRI/DRZVf3BKSItJ6RtJsUKew+TzdFp3MkYZeXh08AiAxAJH+9VHNg4hNu1tS73suYKq077qq4e3XPP3ZYxM/lw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":537917},"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\\05464d9f-9dca-4535-8da4-edeed660fe69\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\05464d9f-9dca-4535-8da4-edeed660fe69\\azure-communication-sms-1.2.0-alpha.20250217.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Cf2ZNBTv/LjB8ySyBrxpnpAfgEOKPUOWh9BSHzvT2MkhJ4aGqCI1+G7HDCyMomJWN3/S84RaF1Wbt/i6O2K1PQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250217.1_1739805984069_0.3726540385677444","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250218.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250218.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c5a9c8105ee03a66a9dce3704dd9616705f3281a","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250218.1.tgz","fileCount":328,"integrity":"sha512-fctyZFlSUY2OHmLtuvaHuykzyFbyRsW6XLctmH0nzSeyTpPxMfl9ckxyL50+OogWjDBzHaugXh7SQ3s5e5MSEQ==","signatures":[{"sig":"MEQCICOCw1tX2HsRoe5MASFjL72KwNLFjRIadcVoi4b4T38qAiBKIQUEUGjlMMKezcoC5p/xoTWVZIjEzCddPL59cJQmNg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":537917},"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\\9814c1e2-9e33-4284-b462-d18de148061d\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9814c1e2-9e33-4284-b462-d18de148061d\\azure-communication-sms-1.2.0-alpha.20250218.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-fctyZFlSUY2OHmLtuvaHuykzyFbyRsW6XLctmH0nzSeyTpPxMfl9ckxyL50+OogWjDBzHaugXh7SQ3s5e5MSEQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250218.1_1739892524107_0.37321907610327343","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250219.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250219.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4d4d5c97f1a491a57f165260c07844c4eafcc3d2","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250219.1.tgz","fileCount":328,"integrity":"sha512-86mFj7h/cj6hoWVRs3dt+8PVTxslAU6zV6FLd1MNXJ1+ujScR5n3nfqRwxBpNN1tLmq5lH3xM17DwsZdjf2JnA==","signatures":[{"sig":"MEQCIF0TvU7NxYOBDktBTgLDun7Ggz13oJID0qSIMDNFyYxJAiAd+mhjxSA0GVUR34iTCl9g8YEBm39SLvz3AR2gFolEww==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":537917},"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\\02fb0d37-df29-4bf6-b61d-f409993b415a\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\02fb0d37-df29-4bf6-b61d-f409993b415a\\azure-communication-sms-1.2.0-alpha.20250219.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-86mFj7h/cj6hoWVRs3dt+8PVTxslAU6zV6FLd1MNXJ1+ujScR5n3nfqRwxBpNN1tLmq5lH3xM17DwsZdjf2JnA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250219.1_1739978970955_0.5660913942960444","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250220.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250220.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"af90941b7f4cbb865b94588b5b4480e5583ce562","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250220.1.tgz","fileCount":328,"integrity":"sha512-Sq+4BbGiAeGgdx92FWU2LAcv6CwcDnq94wjSQncmc565RLjhsYi2rRwafnvm09SOxGQ4zfBHSA5oIxs6mBu0Eg==","signatures":[{"sig":"MEQCIDXLaWseuUGu88+cXd1PSvsPVTPy5svzBmV2VoRH+4xSAiBTDIOdsqiP1ZBieZ1z/ma/A2NEzlzDPFZYirLRmzeEMA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":537917},"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\\732fa9db-1f1f-4419-beeb-d0a8b253ceac\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\732fa9db-1f1f-4419-beeb-d0a8b253ceac\\azure-communication-sms-1.2.0-alpha.20250220.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Sq+4BbGiAeGgdx92FWU2LAcv6CwcDnq94wjSQncmc565RLjhsYi2rRwafnvm09SOxGQ4zfBHSA5oIxs6mBu0Eg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250220.1_1740065495086_0.7804429739568519","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250221.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250221.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3a3643adfa661074e0cc0af6bea18af3e2f40fab","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250221.1.tgz","fileCount":328,"integrity":"sha512-L71LENmmz1mBqC35VAGpvZLU2rB9U28WwUc3XgkHxHAoisR752s1F9h5cgku4PsQhJa2n1nksqMyL7bXtlQ5NA==","signatures":[{"sig":"MEUCIDBRNX0UtKKMkr+SF9nxsZ7irFH0sDoFN2telM0nbSdiAiEAgxVGpXQUucxBagaZ8P1Ax1KH50oW2m3aNKWWiJAS0pE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":537917},"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\\5825f7f3-d203-4010-b1af-e6ee0790081e\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5825f7f3-d203-4010-b1af-e6ee0790081e\\azure-communication-sms-1.2.0-alpha.20250221.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-L71LENmmz1mBqC35VAGpvZLU2rB9U28WwUc3XgkHxHAoisR752s1F9h5cgku4PsQhJa2n1nksqMyL7bXtlQ5NA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250221.1_1740151818289_0.622052104671988","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250224.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250224.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ac3b59970a4d980fe6c96fcbebf40e57116beb74","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250224.1.tgz","fileCount":328,"integrity":"sha512-P5/tfYwZMVy7Jpb6NcveI9mH+TnoGmbpDE3ebjLDmjdx3hPqcHZNq32/5eaekxnRqfQ/LlNtgPHBqSaRMnlPSA==","signatures":[{"sig":"MEYCIQCX5nfL814Fpcvm/8NkJwApOCaH4e7GNwM9STWwq1DkzwIhAM7kQOamtWT+rhf4GcCIHnepDUWkCWTEEeR4aBr+jZ5u","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":537917},"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\\4c255f35-8f65-4e78-bffc-009a249c11ed\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4c255f35-8f65-4e78-bffc-009a249c11ed\\azure-communication-sms-1.2.0-alpha.20250224.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-P5/tfYwZMVy7Jpb6NcveI9mH+TnoGmbpDE3ebjLDmjdx3hPqcHZNq32/5eaekxnRqfQ/LlNtgPHBqSaRMnlPSA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250224.1_1740411055822_0.14351868740740148","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250225.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250225.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"12a2a6c54e1fe158996eab2271c0a931287d74f9","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250225.1.tgz","fileCount":328,"integrity":"sha512-+Y237Y8VFmiDO8bFeCbmTwATePjjd75/AYDWijOZ7t5aKWtw4aiF1/c1JdrnfcbK3V4pfh1BNrvCpg5Vxh8tNw==","signatures":[{"sig":"MEQCIGnMDt6YbzhsAz3LL5qDbgYqj/wzPAi/+XsIof8gW7IlAiBwZ2ulD3p4KOT1TwxE3+6KBU3PrkuNZOJAWLWpuFD4GA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":537917},"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\\e194893b-5446-449c-b275-202be94c695a\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e194893b-5446-449c-b275-202be94c695a\\azure-communication-sms-1.2.0-alpha.20250225.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-+Y237Y8VFmiDO8bFeCbmTwATePjjd75/AYDWijOZ7t5aKWtw4aiF1/c1JdrnfcbK3V4pfh1BNrvCpg5Vxh8tNw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250225.1_1740497507515_0.9739289990679687","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250226.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250226.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"98b1555eb08a4376463ca1f643cb9e45ad192fc7","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250226.1.tgz","fileCount":328,"integrity":"sha512-BlLcxsxjibT9AZFAXjShhDodlSqZsfknWJTV95G7iLHSP+assnVi6c5hbvv/KlVUrUr/zfaI2DcS9imtpvowAQ==","signatures":[{"sig":"MEUCIQD38DV42UH5cXvLZYd7/6dcmDkHXK/Umoygfj03jXSXXgIgGGf5K7hCnOdnDwkg5r+G0fUat7Vilfko9udt28JockE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":537917},"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\\304de6af-9255-4098-bb22-b4771f706b59\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\304de6af-9255-4098-bb22-b4771f706b59\\azure-communication-sms-1.2.0-alpha.20250226.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-BlLcxsxjibT9AZFAXjShhDodlSqZsfknWJTV95G7iLHSP+assnVi6c5hbvv/KlVUrUr/zfaI2DcS9imtpvowAQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250226.1_1740583881163_0.9886600189034529","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250227.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250227.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"99ac4577ba2b83fc921517952e79462e21150cde","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250227.1.tgz","fileCount":328,"integrity":"sha512-2d9YNKSVv5UKUsyljIkQHooR/vK2fhiwiPWXPCMoUGoyDqD+sut3MhlzkHu84KAUYMBlBnMXPzDr3StJNMbFbg==","signatures":[{"sig":"MEUCID+siRMpuHfC+iUEI7AmhoU9dolkHT9QNosiXJYig82QAiEApKZRq/rxXg+wrHNr3lJOoJwlqTKkA4auOyaeIEjre60=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":537917},"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\\af2b88d8-047d-4d06-b866-accca600a2f9\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\af2b88d8-047d-4d06-b866-accca600a2f9\\azure-communication-sms-1.2.0-alpha.20250227.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-2d9YNKSVv5UKUsyljIkQHooR/vK2fhiwiPWXPCMoUGoyDqD+sut3MhlzkHu84KAUYMBlBnMXPzDr3StJNMbFbg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250227.1_1740670309348_0.0716464838355837","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250228.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250228.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6d9f6fbfbddc925bb7be2a414cf61a59e9b886ce","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250228.1.tgz","fileCount":328,"integrity":"sha512-o1EebC/JZft4s4/foMQGozLck8sBN2O84Ro4aUaJkoDv19qSyutWfJxLZhTHfx0IAk1kweQQsCb/wzAr7sb0hA==","signatures":[{"sig":"MEUCIQCECsfL7EiEfIsE+ToG+w11ZePrGqTLatmTcgqtGblulQIgLloOg4lVvejAZiMwcPK49h9kqWQvyi9XSvLwvC7BuAA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":537917},"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\\cebeebc5-4b35-4138-a300-034b9e641131\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\cebeebc5-4b35-4138-a300-034b9e641131\\azure-communication-sms-1.2.0-alpha.20250228.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-o1EebC/JZft4s4/foMQGozLck8sBN2O84Ro4aUaJkoDv19qSyutWfJxLZhTHfx0IAk1kweQQsCb/wzAr7sb0hA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250228.1_1740759104865_0.7822136471149865","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250303.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250303.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b5035c2db2cecef7a7ca8b5451b466aaf5e20980","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250303.1.tgz","fileCount":328,"integrity":"sha512-xSh/YBOd2bBU0Z+XAU+OX7NDSCr+SFSNV92+EGmAd/bv/ow/qdzqw0BIR+75seDnrlRcDNHlY3Fp5fLf7EWUyA==","signatures":[{"sig":"MEUCIQDJNC3JJ0spGllKp50qbwDP+lLg6E26r5x+mOThqdckjQIgIxTqWnz4IeMk9SHiLaGOkUUkYUVN+P3r8RsTDg4PoJA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":537917},"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\\fe0cb54e-f793-4fdb-9e5d-9de68cc15a33\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fe0cb54e-f793-4fdb-9e5d-9de68cc15a33\\azure-communication-sms-1.2.0-alpha.20250303.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-xSh/YBOd2bBU0Z+XAU+OX7NDSCr+SFSNV92+EGmAd/bv/ow/qdzqw0BIR+75seDnrlRcDNHlY3Fp5fLf7EWUyA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250303.1_1741015914489_0.2653388443561864","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250304.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250304.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0929b54d73954e3a9d714706374096f29c7417d8","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250304.1.tgz","fileCount":328,"integrity":"sha512-YLAjCubaJdqzlgyWHDkBHO953iQwFdx2M+b7pTE1x/18CnqYVGcHGqHA8HUDdVToUv1oRPqIii3LltdvaPEiMA==","signatures":[{"sig":"MEYCIQC9XS/aCQiADFe5KzIphp+ab/XxgPF/ce9V7JeJuQKtiwIhANcLNoL1wYDgQ0zsYXaHbcyQzSxcOc6XY7t/x8DuNpcb","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":537917},"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\\a69d748c-a8ee-4090-835b-54f68605ad47\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a69d748c-a8ee-4090-835b-54f68605ad47\\azure-communication-sms-1.2.0-alpha.20250304.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-YLAjCubaJdqzlgyWHDkBHO953iQwFdx2M+b7pTE1x/18CnqYVGcHGqHA8HUDdVToUv1oRPqIii3LltdvaPEiMA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250304.1_1741102046044_0.9661358891175333","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250305.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250305.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"dd85c57759b6cdb5cf58eb70c56386b5bafa3b82","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250305.1.tgz","fileCount":328,"integrity":"sha512-jerngeuCO5sdvQQ7QEBp4gvRMcvmp6FQPTOA6l56HwIevy9vWm02aaTLcKVOoVgD5HP5NtBfbibyS/ro7uuz1A==","signatures":[{"sig":"MEUCIBRMPdGcgSHi5dhE8CY74EbM5+/D4gwtvKerJcmfsJGpAiEAkIfyBM8cxOr3XnIzWmT+/2crMJ6actWbNQ3bgP+ZNWQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":537917},"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\\64279264-a5bc-47d4-be29-241e904f482c\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\64279264-a5bc-47d4-be29-241e904f482c\\azure-communication-sms-1.2.0-alpha.20250305.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-jerngeuCO5sdvQQ7QEBp4gvRMcvmp6FQPTOA6l56HwIevy9vWm02aaTLcKVOoVgD5HP5NtBfbibyS/ro7uuz1A==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250305.1_1741188655583_0.003022352391662153","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250306.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250306.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bd31cc8e7df0fee60773a5ee014c2ebad2eec16e","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250306.1.tgz","fileCount":328,"integrity":"sha512-8zWrx4UBeLYHHjfXeEJTBk44o4h/XHrTYLttlmTwpfvmjUwbSiAv4gKoxAw8/sxdXCc3hTOlB+vbHJkbrKBFxg==","signatures":[{"sig":"MEYCIQCh4hqrmvrALq7xtIEXIMxqmAyN7LcjgorbxCo3KUc9mgIhAKjaRc7Lq4vUH7FZ9IVOPvKojQDoShFqVXQWk95JF/6Q","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":537917},"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\\3700ccb2-f4e0-4274-a5cf-33f210d89e83\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3700ccb2-f4e0-4274-a5cf-33f210d89e83\\azure-communication-sms-1.2.0-alpha.20250306.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-8zWrx4UBeLYHHjfXeEJTBk44o4h/XHrTYLttlmTwpfvmjUwbSiAv4gKoxAw8/sxdXCc3hTOlB+vbHJkbrKBFxg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250306.1_1741275078795_0.9073655569611405","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250307.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250307.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a7ffd29aff6e18578f46deabbb483fdd10bcf637","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250307.1.tgz","fileCount":328,"integrity":"sha512-L9nB5iViiPe9aLwA1TJepWhmoYKeSJ3a89GZ4DRMyX+MkYAVKQ9g0AbhY5iPY0oh/VdtwHlI5wGnO8DgHLeP2w==","signatures":[{"sig":"MEQCIErDjXuaWK2o64PSCHMuoF4iP3IuIg/5H8mI+LXN7cYXAiB21wsY+gFFeagrSBoIW7a5ubTRsZz78gqrrOoQ6B0sug==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":537917},"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\\74bfa71d-5728-480b-9b48-e91ea24c0eeb\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\74bfa71d-5728-480b-9b48-e91ea24c0eeb\\azure-communication-sms-1.2.0-alpha.20250307.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-L9nB5iViiPe9aLwA1TJepWhmoYKeSJ3a89GZ4DRMyX+MkYAVKQ9g0AbhY5iPY0oh/VdtwHlI5wGnO8DgHLeP2w==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250307.1_1741361430073_0.04393850187924264","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250311.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250311.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2dc6b91f9da19493c5761398d84e90a9ede6ce30","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250311.1.tgz","fileCount":328,"integrity":"sha512-OKi8/BkF0hjHpektxLpm0I6D9aM4lg/SP1utjcIQndfsahNy+BqbaqEEnhoCG2ui3U3ylG7AJAmZ4yc50OGoYw==","signatures":[{"sig":"MEUCIDQBAzDBSLjI6yqaGyBv2HVUtvFPm8qVEHollnTKn/XoAiEAkZPhsWDRuR20xP0ZgAn1R8rq4hMaxhKsVvF6ByjpoH8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":537917},"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\\70e720e3-b718-46dc-b2f2-bec49a907127\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\70e720e3-b718-46dc-b2f2-bec49a907127\\azure-communication-sms-1.2.0-alpha.20250311.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-OKi8/BkF0hjHpektxLpm0I6D9aM4lg/SP1utjcIQndfsahNy+BqbaqEEnhoCG2ui3U3ylG7AJAmZ4yc50OGoYw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250311.1_1741703316716_0.4534426783879417","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250312.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250312.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"34a6d8abf12c959d5e6a0939ae4bf346adf7fe91","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250312.1.tgz","fileCount":328,"integrity":"sha512-rw7l7KOaBNMBtuuunDz3etllfVzEBvUcfh5Pn7Dp9NVhffp+ah0Gv421vk6yTsmyHs3VLssFXZsQ1iIwtPtx0Q==","signatures":[{"sig":"MEYCIQDKOvz4V5pQFJP9q1/4uxQOGjbWYrwRVrh7iWP7pZXVOAIhAJrX/044aKe/S27sMdLKr+vVMAZ7FLP02PzAqLVeGupB","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":537917},"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\\5406d6db-cd27-4a0f-8e50-6aaac129b8b3\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5406d6db-cd27-4a0f-8e50-6aaac129b8b3\\azure-communication-sms-1.2.0-alpha.20250312.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-rw7l7KOaBNMBtuuunDz3etllfVzEBvUcfh5Pn7Dp9NVhffp+ah0Gv421vk6yTsmyHs3VLssFXZsQ1iIwtPtx0Q==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250312.1_1741789767823_0.36697579924901524","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250314.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250314.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1f59ac4c3e361ebc1098e0351305de4dcf504a61","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250314.1.tgz","fileCount":328,"integrity":"sha512-e4UHD8r7mbDBjk5zgeErejGCvtd82lBj05vVoA+kUj2Bout9s7EO/YmQt9qQlDVL4jVU+E8TYhQI7VFhxWFVkA==","signatures":[{"sig":"MEUCIQCJ7nlkF2KjIs4LAceIgUPs7g0A86rIdVd1zccx6LkKHAIgaW5oNRcAEMdu8YCEyyXTyoNmIxj08yh5nOBWZ/D7bRo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":537917},"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\\ffa383d2-3a25-4ad5-af86-2ed084c4174d\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ffa383d2-3a25-4ad5-af86-2ed084c4174d\\azure-communication-sms-1.2.0-alpha.20250314.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-e4UHD8r7mbDBjk5zgeErejGCvtd82lBj05vVoA+kUj2Bout9s7EO/YmQt9qQlDVL4jVU+E8TYhQI7VFhxWFVkA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250314.1_1741962550429_0.7812806360649405","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250317.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250317.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cd89c6fa93342d32fbdecba6a41ca27f7bf4ec73","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250317.1.tgz","fileCount":328,"integrity":"sha512-pgjRz3RsQsLa2QichrVOlLPot2EBs3ln5Wmco4suN2EC6hwbcJ7CcIr8/3vCXuGiSJ9LM1XRZksggQRmJdJgvA==","signatures":[{"sig":"MEYCIQCfeYSzqRjZdUOaTlZcDo6vhLKSuNDGZhv7YC5YnbnBJgIhAMmnD64rKxOqkJ5bYTtuPQIKv+qU2m5BTzzo1sUmEHIc","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":537917},"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\\ae22b661-1382-45a0-aa1e-f22345349982\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ae22b661-1382-45a0-aa1e-f22345349982\\azure-communication-sms-1.2.0-alpha.20250317.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-pgjRz3RsQsLa2QichrVOlLPot2EBs3ln5Wmco4suN2EC6hwbcJ7CcIr8/3vCXuGiSJ9LM1XRZksggQRmJdJgvA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250317.1_1742221610189_0.41193159152996595","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250317.3":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250317.3","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"416b2b341aa403accfdb481afb63a7ca1bc0d8cf","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250317.3.tgz","fileCount":328,"integrity":"sha512-JQVAYfaWg14o8rbngFoj1OK+vwHW+7b4r+XTJ2LTdceees0nGQLBhTVf6Dng0GnCPZ7J8jdxLnqz2d6Rt6qUCA==","signatures":[{"sig":"MEQCIGoyu1kNYITI8ijb6F7WVyXT56i9Fuzve2dWCiWv7mh5AiBzCq0Xjs2E2oNBxeOZQ0qSQBwsgcKGqXKyelp+wrB+SA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":537917},"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\\378e7598-f749-48fd-8009-ed2714bc9f15\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\378e7598-f749-48fd-8009-ed2714bc9f15\\azure-communication-sms-1.2.0-alpha.20250317.3.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-JQVAYfaWg14o8rbngFoj1OK+vwHW+7b4r+XTJ2LTdceees0nGQLBhTVf6Dng0GnCPZ7J8jdxLnqz2d6Rt6qUCA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250317.3_1742227496846_0.8503202429708685","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250318.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250318.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"30df426cd6031ca0cdcb9e355fac6a2ae44221be","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250318.1.tgz","fileCount":328,"integrity":"sha512-BfJsU0uUQpF1x2WFmfprxQzLM7aikmxa4BKQLkf9HXAMgFEjBdyPFmVSYFf8nfBK2H5S3Bhds9X38r3wQzV0jA==","signatures":[{"sig":"MEQCICR3htzRC5sfoNqYHLGm27Eq/PAZRo1NyjOFk3DlxnawAiATGkyIHYJiUQLjV/vAhLt8YDmkruQj0k0QLed3UpZNZw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":537937},"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\\b7da2f1c-1d4b-4992-aba6-717216968015\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b7da2f1c-1d4b-4992-aba6-717216968015\\azure-communication-sms-1.2.0-alpha.20250318.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-BfJsU0uUQpF1x2WFmfprxQzLM7aikmxa4BKQLkf9HXAMgFEjBdyPFmVSYFf8nfBK2H5S3Bhds9X38r3wQzV0jA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250318.1_1742308029231_0.3441371083319835","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250320.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250320.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"27cb686c893a66b059bff38664a8bbd5ed7ad18c","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250320.1.tgz","fileCount":328,"integrity":"sha512-R6RTuzes234Ubo0NGnmHekQW+eW7YW81mM8D2WZDmq0HthdsZVrOlwedesBmqn7Gaxv9yel7ksoS7EdDVzv8mA==","signatures":[{"sig":"MEQCIHMFvrejt2+7+0qVK3ZzIREDWpJqj+mvUTmhJ4yUnCZfAiBi3NKOhp4NP4wrvMxB7ZpzpAQVecPWbwbKwrmsqyaxRQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":537937},"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\\b2641ef9-7533-4c61-bdde-d27011fff6e4\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b2641ef9-7533-4c61-bdde-d27011fff6e4\\azure-communication-sms-1.2.0-alpha.20250320.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-R6RTuzes234Ubo0NGnmHekQW+eW7YW81mM8D2WZDmq0HthdsZVrOlwedesBmqn7Gaxv9yel7ksoS7EdDVzv8mA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250320.1_1742480999644_0.7588125212918668","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250321.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250321.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2180ab10a6060d73d1b9789ee735d4cafaac3ccd","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250321.1.tgz","fileCount":328,"integrity":"sha512-gCeweCrjtfcQxXBL4MAexTH88TMDnWdxaPrpUMNDqVcDv1iYmpIA4vGuP+OTJMQux2LXBVhWwL00A7Mibd4LFQ==","signatures":[{"sig":"MEQCIBlULrIIMyG5WVeaotv6eDlwTR/aWCv1sQ3vju27g81wAiBjaSsMY4J+x8OWVgg40L+qS5H1Ki5+gQF/n0AYy8XyvA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":537937},"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\\46ef0570-9a62-474c-948e-e25909c9b735\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\46ef0570-9a62-474c-948e-e25909c9b735\\azure-communication-sms-1.2.0-alpha.20250321.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-gCeweCrjtfcQxXBL4MAexTH88TMDnWdxaPrpUMNDqVcDv1iYmpIA4vGuP+OTJMQux2LXBVhWwL00A7Mibd4LFQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250321.1_1742567249482_0.8301665150731232","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250324.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250324.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5c9d5c493b292275cb757b5041c7f1f3bac46ef9","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250324.1.tgz","fileCount":328,"integrity":"sha512-X8WEj2UhAKTw+16KXb2jBAhpC/NfCeuZBGmyVgxF4WdZQ6bH5Abjd7YTNnnx+xUtQfbMbHnXs8dIQKltFYiAzg==","signatures":[{"sig":"MEUCIQDJcNc3JUDrrdGqVCNxHJGZMhdRF6uuPxFg3pQbujdNlAIgHOl6EjT5oxKzdHNiJ7v1MYjk4S44PgL0tobCm1ODnF0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":537937},"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\\31ae659e-d388-4797-beff-7dc241ee990e\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\31ae659e-d388-4797-beff-7dc241ee990e\\azure-communication-sms-1.2.0-alpha.20250324.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-X8WEj2UhAKTw+16KXb2jBAhpC/NfCeuZBGmyVgxF4WdZQ6bH5Abjd7YTNnnx+xUtQfbMbHnXs8dIQKltFYiAzg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250324.1_1742826647113_0.6611613701005616","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250325.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250325.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"33eec1b60b4187952946d4036cd594a5a0a2c994","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250325.1.tgz","fileCount":328,"integrity":"sha512-e6BukDyYmKqXvUpTVjRysZJWk6mibQScBVuvNnMsMNx+SM7dDPW1ZfXAUnW0O+/Hl6/26mmIBpl1eD5MCm7VRQ==","signatures":[{"sig":"MEUCIEZFokD8+dT/fhxE9Vxj1D25DHL/c/BO97kJKhMULMAOAiEA/bPfRN2/QmCuvI1rRkw/nBbEc9l6KphyxYQVaFX8P7U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":537937},"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\\4e2ea2b7-feb8-4c7b-9cb3-a6300032f2a9\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4e2ea2b7-feb8-4c7b-9cb3-a6300032f2a9\\azure-communication-sms-1.2.0-alpha.20250325.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-e6BukDyYmKqXvUpTVjRysZJWk6mibQScBVuvNnMsMNx+SM7dDPW1ZfXAUnW0O+/Hl6/26mmIBpl1eD5MCm7VRQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250325.1_1742913377578_0.20059576225556253","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250326.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250326.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4b5a2921d2528919471eec7fabdc4214f248f22f","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250326.1.tgz","fileCount":328,"integrity":"sha512-taoJqZouaGDlK/3FeDYQaGHCVorWlfBHarpB0x+Jp5y0ahoFe12WV4KO7PxlXrJuhkPAMOUuKcuHMuCDPga5uQ==","signatures":[{"sig":"MEUCIHzpJfkrUy1s8Q6zYewt2WWHDW99X89GTBjDNUrqhOATAiEAx+wtf6VMh++CjNVbFimoMYU2/6tdhcFPnla/OxDHClY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":537937},"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\\f26c320a-6ac4-423c-b9be-97feda960098\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f26c320a-6ac4-423c-b9be-97feda960098\\azure-communication-sms-1.2.0-alpha.20250326.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-taoJqZouaGDlK/3FeDYQaGHCVorWlfBHarpB0x+Jp5y0ahoFe12WV4KO7PxlXrJuhkPAMOUuKcuHMuCDPga5uQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250326.1_1742999360775_0.6847429717961953","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250327.2":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250327.2","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0aa06f41f84f6ff295970b139cbf515c10282347","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250327.2.tgz","fileCount":328,"integrity":"sha512-wwyb9Ir/uFoZGJyBgLWicA4UOl0FY9S7CeRBap6B0Nr3I4cUzPNxANJ3AcZ2HuZjm15tP9NgZybqJXPueSGPtA==","signatures":[{"sig":"MEUCIQDM1vstP25tOnoNkRDRjcwLNdGeWgL9HjLwVu8bniwh+gIgJMhI7AdnKo0XR37ud88ffhoAbLE7YjQVOEO/hutA+Ik=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":537937},"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\\db8f7ff9-91ff-4bd5-9bfc-81a69542b301\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\db8f7ff9-91ff-4bd5-9bfc-81a69542b301\\azure-communication-sms-1.2.0-alpha.20250327.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-wwyb9Ir/uFoZGJyBgLWicA4UOl0FY9S7CeRBap6B0Nr3I4cUzPNxANJ3AcZ2HuZjm15tP9NgZybqJXPueSGPtA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250327.2_1743085748461_0.2890236977459062","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250328.4":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250328.4","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8ed834b748853552debe36d1839966341f163ac8","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250328.4.tgz","fileCount":328,"integrity":"sha512-2xKBqgtp6BcAs07X+IOzLSxClzd9tFAMKa4fmZRLUvvrhJdRR9+ybXzZ7n1xm+BMD+5/JK0lHs9yH80UyLqhDA==","signatures":[{"sig":"MEYCIQDfflKfcCxrN6GZR5ofg8hyP5n4Ob1XsCRa6J5nkzCQWgIhAJgi+P7VjdZg7AiQ/H8ZB3eb/l9AAsx7HqYQkp/Y9Xhr","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":537937},"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\\5ed77195-723a-4f29-bc56-2069d21873e1\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5ed77195-723a-4f29-bc56-2069d21873e1\\azure-communication-sms-1.2.0-alpha.20250328.4.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-2xKBqgtp6BcAs07X+IOzLSxClzd9tFAMKa4fmZRLUvvrhJdRR9+ybXzZ7n1xm+BMD+5/JK0lHs9yH80UyLqhDA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250328.4_1743172059271_0.4680559916496425","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250331.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250331.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2e6b608523be3597bd9eaff5e1ba048a908d74aa","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250331.1.tgz","fileCount":328,"integrity":"sha512-89ellOt6HIpByZaIObwlMmYwN6Hke7Pn3tauJ856E0Jlxu0lfVyirhrJAPxMiSADfJylETbqRsSkhfSQseKpAw==","signatures":[{"sig":"MEUCIQCpCsG81n++uBefwA/3lOUMTmpcBQ3DeJQiblWLsAlc2gIgDqXhJChKb0CW3pEbIQYeLr+Hoji7c8f1d8AucxpS7jE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":537937},"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\\b46e06ca-5d97-4264-9023-b38bfdcd7b6d\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b46e06ca-5d97-4264-9023-b38bfdcd7b6d\\azure-communication-sms-1.2.0-alpha.20250331.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-89ellOt6HIpByZaIObwlMmYwN6Hke7Pn3tauJ856E0Jlxu0lfVyirhrJAPxMiSADfJylETbqRsSkhfSQseKpAw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250331.1_1743431349217_0.1746735006702247","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250401.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250401.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e88c7e3a63a18444c2c55f8ce71b92ed8cbc1ba4","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250401.1.tgz","fileCount":328,"integrity":"sha512-VfLW0qqmqbHl4dHJQD3KDLkEf8/kMZ3BzSfJPw+j5oi4pS/bzcMfhGNMF/pRqe6HjvhfmgPjL/yAYaEM6xMi1Q==","signatures":[{"sig":"MEUCIQCz8Pf9+uzYRjqGtd+Wi2Y0wLN9MM2C+1Yk/pqQrgT+zQIgWNbLkvRP3m5edbZCgOZMV2XY2mfet1P9CqktrlsFjzU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":537937},"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\\cd66c809-8d5f-4534-b055-21903b65c91c\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\cd66c809-8d5f-4534-b055-21903b65c91c\\azure-communication-sms-1.2.0-alpha.20250401.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-VfLW0qqmqbHl4dHJQD3KDLkEf8/kMZ3BzSfJPw+j5oi4pS/bzcMfhGNMF/pRqe6HjvhfmgPjL/yAYaEM6xMi1Q==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250401.1_1743517771454_0.8304685454208436","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250402.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250402.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"498dcd362e5115cd06ecbb4cb9ae16d8f210b8e8","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250402.1.tgz","fileCount":328,"integrity":"sha512-wFw8jwzXPPS8X6Ni4M7oIRiMgge4qRcUABP/Fc836YKmy3S0VE+OER7bxXt/GCj9t8QCa82QL5oRFYKETEmE1w==","signatures":[{"sig":"MEUCICiHNCNaT6Z++dnBzMtbPZVVvhUHrReBx/08F1D1EOr3AiEAscuDmvpxqZyHbgSwtB6z6VaiUWzqgSFCD6mKb1xuXGs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":537937},"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\\0925bbe7-141d-4276-b111-fb547f43027d\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0925bbe7-141d-4276-b111-fb547f43027d\\azure-communication-sms-1.2.0-alpha.20250402.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-wFw8jwzXPPS8X6Ni4M7oIRiMgge4qRcUABP/Fc836YKmy3S0VE+OER7bxXt/GCj9t8QCa82QL5oRFYKETEmE1w==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250402.1_1743603984833_0.9070910946257771","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250403.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250403.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e1c95f8759261f5fd889f1271e00b6a1b95c074a","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250403.1.tgz","fileCount":328,"integrity":"sha512-05v5/29shhqoKa48tmIx4/URvH/1aQOR/9okraiE7Ba8/jezOPDoyJ8InlNb8/hGBcGRIBddVJX8BQrIac+m4Q==","signatures":[{"sig":"MEUCICp5AvucClGuR803czxGYU0nfxMU+FibNNSzfC4+YcsKAiEA1nohA24V04dI9LRxbUQo0jB28QkRkpfCOl8yQrXLx74=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":537937},"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\\f3b2a4e6-2a7e-4201-a232-848926a3b3b8\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f3b2a4e6-2a7e-4201-a232-848926a3b3b8\\azure-communication-sms-1.2.0-alpha.20250403.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-05v5/29shhqoKa48tmIx4/URvH/1aQOR/9okraiE7Ba8/jezOPDoyJ8InlNb8/hGBcGRIBddVJX8BQrIac+m4Q==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250403.1_1743690436293_0.9820651639778268","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250404.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250404.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"91bbc89298e14de77c0b319ad849fdd0dce31f3f","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250404.1.tgz","fileCount":328,"integrity":"sha512-JRWTfz8LZMWhrK9lgOq0orKbC9O/jz0Hw8U6egoOJ1BMJVHloAry7fTcNojFbanzBDhfneXUHRQ54c2h4zAiRg==","signatures":[{"sig":"MEUCIQCOPENJ12v9hfzECdht0IzddrgnLEkIdOPiRbZYV7MRNgIgL96z+l2Z0tDAKGvB6wLAl6dPiCt32dAVUHht6xI4eyQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":537937},"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\\e0423427-fd40-4e67-8453-33b2af7d7d81\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e0423427-fd40-4e67-8453-33b2af7d7d81\\azure-communication-sms-1.2.0-alpha.20250404.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-JRWTfz8LZMWhrK9lgOq0orKbC9O/jz0Hw8U6egoOJ1BMJVHloAry7fTcNojFbanzBDhfneXUHRQ54c2h4zAiRg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250404.1_1743776797206_0.8398914800804607","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250407.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250407.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"55f50cb99d0da24c77103afa4cf7f7d0e4a5c913","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250407.1.tgz","fileCount":328,"integrity":"sha512-RBEavSOlIUqG2z4P9mkqiditcafSZ0uixXfVc8O0ndLizBuv4ntdnt8O0UX7rBuq2YhR/f5fNoGXW0MENoW8Mg==","signatures":[{"sig":"MEYCIQCoJYIyHo//BOMKwMCNJI+08U6rKL9xXaEysCDMPbFCUwIhAJiL1saLijaZx92H3RThTajO40zoiBJD8adx1we84MDA","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":537937},"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\\9fbee789-2d38-490a-a044-4a0f8e2c2504\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9fbee789-2d38-490a-a044-4a0f8e2c2504\\azure-communication-sms-1.2.0-alpha.20250407.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-RBEavSOlIUqG2z4P9mkqiditcafSZ0uixXfVc8O0ndLizBuv4ntdnt8O0UX7rBuq2YhR/f5fNoGXW0MENoW8Mg==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250407.1_1744036263607_0.780030829926065","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250408.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250408.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9a072ba1740815c645b5de960a6068ed42d74359","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250408.1.tgz","fileCount":328,"integrity":"sha512-hfvUPDbbFJyiMiNsH3sF66Lw9IUddWQZSYnQnwmQkSH81vTJc6WKnkoU7wuvX0eVod/0Bbq0r1cexWynTdz7Bw==","signatures":[{"sig":"MEUCIBI3sRWbyb6pRA0su4q5gMCW+lGioufWDOO0EnwOrvvUAiEAqA0C7iSTqcv4VoK9X9SP0oDmXA71WwXZVrltkbwYU5Y=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":537937},"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\\e67ab660-a957-471f-88c5-68beed612296\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e67ab660-a957-471f-88c5-68beed612296\\azure-communication-sms-1.2.0-alpha.20250408.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-hfvUPDbbFJyiMiNsH3sF66Lw9IUddWQZSYnQnwmQkSH81vTJc6WKnkoU7wuvX0eVod/0Bbq0r1cexWynTdz7Bw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250408.1_1744122492969_0.3088710213431156","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250409.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250409.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"32a45b5874e5bf00decb25b8341126eae1e65cdd","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250409.1.tgz","fileCount":328,"integrity":"sha512-ey+sLths/Djgu6JT+Wq4H56uRScYrvq8Bflg26Z8dKsgYt7m5U8b7MO+88WkQ7MYzQ9vDuR/vuvgw/CEDa7A5w==","signatures":[{"sig":"MEYCIQDOc9Ympxbsrx3AlNihSufB564bnqoKOiFKRFgX1/+NXwIhALCYJNNfvEEUGgyoA2KwZS81OIC/5fxDxLBNROkM6vF+","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":537937},"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\\b153fb63-d45e-4b4d-9c06-20974f459e2c\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b153fb63-d45e-4b4d-9c06-20974f459e2c\\azure-communication-sms-1.2.0-alpha.20250409.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ey+sLths/Djgu6JT+Wq4H56uRScYrvq8Bflg26Z8dKsgYt7m5U8b7MO+88WkQ7MYzQ9vDuR/vuvgw/CEDa7A5w==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250409.1_1744208753297_0.36811482830112263","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250410.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250410.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3a8c6a22c25bdc3eb8340c8532358d4d2ffeeb23","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250410.1.tgz","fileCount":328,"integrity":"sha512-i/dorvL9jpCKL0UvQmLQ6E5KMsAO6T3GP5B/RzcmukuL/wscc9P6oUa5j9qf63jalmOdD5OnsmP3EgYcI52I+Q==","signatures":[{"sig":"MEUCIE3W1YJP7kcTwd5gPhuv/x33wMtsrMl3H6kBuQ8bNUxIAiEA7gyGpU3MKTvY32T3qfCpD/6PEW0aTAJcVj2UGkvupH8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":537937},"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\\b58ac386-c23c-46ca-b8c2-ad06bc7060bf\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b58ac386-c23c-46ca-b8c2-ad06bc7060bf\\azure-communication-sms-1.2.0-alpha.20250410.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-i/dorvL9jpCKL0UvQmLQ6E5KMsAO6T3GP5B/RzcmukuL/wscc9P6oUa5j9qf63jalmOdD5OnsmP3EgYcI52I+Q==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250410.1_1744295319767_0.04925461533933029","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250411.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250411.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3c05b0b820a4af7bd68ddf54a8a1ea76f700ca2b","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250411.1.tgz","fileCount":328,"integrity":"sha512-7WxZ0OOG7kbHKSfcCA5W0YrYBk7PuRn55GzFwo04zsNepv2NNCw8gdXoLOkygBJCb3hBNWhS5V0mhVuXqKiLOQ==","signatures":[{"sig":"MEUCIAZnVA2h+mmW5G1cG8qOYYKZh23LrQ7L5alWb4kB3r+zAiEA7j3uxNeWoGAVE4NSiFiAOIKSbOIQ4ePGKtG4ZcDtW5U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":537937},"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\\04dd277f-6ea2-45b4-a071-9a9f4b1b3c5e\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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:node":"dev-tool run build-package && dev-tool run bundle","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:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"dev-tool samples publish --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\04dd277f-6ea2-45b4-a071-9a9f4b1b3c5e\\azure-communication-sms-1.2.0-alpha.20250411.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-7WxZ0OOG7kbHKSfcCA5W0YrYBk7PuRn55GzFwo04zsNepv2NNCw8gdXoLOkygBJCb3hBNWhS5V0mhVuXqKiLOQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250411.1_1744381613199_0.9692483144641242","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250417.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250417.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d819abf941c926e4ebab8d8980b7da9f8303ae94","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250417.1.tgz","fileCount":328,"integrity":"sha512-+aLFAa9wGLakqV0u6z780zf3HGWrPCCVvtApU+Q54/4t0knnHtEg4oTUG5Ca3/U/rqfJ2jZ0rKjqkJSvfw4ZJw==","signatures":[{"sig":"MEQCIDMCJ+YJoE7LQxvcDNyCVyPFrdsezSZBA8gm4yfDMXmHAiB1ROi4dcIAo7cCNvpnaTAWxj6kn100X9iE6qmXyW0Xqw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":537756},"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\\3a15d32d-292c-4b69-a944-e572abee4dc5\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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 --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3a15d32d-292c-4b69-a944-e572abee4dc5\\azure-communication-sms-1.2.0-alpha.20250417.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-+aLFAa9wGLakqV0u6z780zf3HGWrPCCVvtApU+Q54/4t0knnHtEg4oTUG5Ca3/U/rqfJ2jZ0rKjqkJSvfw4ZJw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250417.1_1744900008856_0.4446312107857786","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250418.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250418.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"41caa23676496847396d6f79efa02e43f9ad01d2","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250418.1.tgz","fileCount":328,"integrity":"sha512-3fayi8GWMbIb7go54bdb3CZIFp/wHuQTqoHYDT0njamtSu14f0FI+HmT5BU3L7D+m5hMDCLR4WmB67/eFw0wJw==","signatures":[{"sig":"MEYCIQCOgvUQmHpBEB7sBlhaxOVZif4+tg6UEJSixE/rWejc3gIhANSF6WeIQTWKRCUIj067fBBOhAz1+dL0eRRFcoDUZVZb","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":539042},"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\\28a17c32-3f08-44cb-a0c4-3986512df300\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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 --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\28a17c32-3f08-44cb-a0c4-3986512df300\\azure-communication-sms-1.2.0-alpha.20250418.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-3fayi8GWMbIb7go54bdb3CZIFp/wHuQTqoHYDT0njamtSu14f0FI+HmT5BU3L7D+m5hMDCLR4WmB67/eFw0wJw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250418.1_1744986487784_0.13509328379504693","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250421.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250421.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"53fef633d10751c713d1d7c34abdc70b5cbc2f24","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250421.1.tgz","fileCount":328,"integrity":"sha512-T/uMn5hORIzd5vHogw8r2DS+KVTsaLLD1biBluj00L65SQLaQW0u5ssfCO0Mu2ID0Bq2Ow6yQ4LY9wiXDHKXOQ==","signatures":[{"sig":"MEUCIExHeJmGdcsGKzoxVqaHY+5gYCrSrbgTCnMOhwjQCWjjAiEAnjC89qslbm9mXfJNl+CIlL8HzGSyBN2RyITym41nPJw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":539042},"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\\23a1eee1-a7a7-4978-b9fd-94fad59d0da5\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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 --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\23a1eee1-a7a7-4978-b9fd-94fad59d0da5\\azure-communication-sms-1.2.0-alpha.20250421.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-T/uMn5hORIzd5vHogw8r2DS+KVTsaLLD1biBluj00L65SQLaQW0u5ssfCO0Mu2ID0Bq2Ow6yQ4LY9wiXDHKXOQ==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250421.1_1745245649991_0.49403931647957067","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250422.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250422.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4d5dc96db72762f51965269c9bd1de0c90cfae00","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250422.1.tgz","fileCount":328,"integrity":"sha512-9Q9xP/vuj0ULXp9X+oRtRg0zRYaxh0O6H/Gja3GX2oREueTT8KYAeNyYmoYz+1zzlpDXuicEhR7TRQMu9LpaJA==","signatures":[{"sig":"MEQCIFmdVMc0viat73QatBlSpvtJpCDEUrEP4qrymBqIYDtPAiBM1X/NV3pyKVksSlDjXgk+hm3Hyxsrvrr5TWj1QmNRZg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":539042},"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\\d0ac43aa-a544-4fde-bb8e-9e24a0c2cc10\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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 --force","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":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d0ac43aa-a544-4fde-bb8e-9e24a0c2cc10\\azure-communication-sms-1.2.0-alpha.20250422.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-9Q9xP/vuj0ULXp9X+oRtRg0zRYaxh0O6H/Gja3GX2oREueTT8KYAeNyYmoYz+1zzlpDXuicEhR7TRQMu9LpaJA==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250422.1_1745332266604_0.23273976135975993","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250423.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250423.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c63fb4104bd5f977bd3b203a1143629156d9f26c","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250423.1.tgz","fileCount":328,"integrity":"sha512-EHy5twgbTHOWbDhqAQ3SwzWhH2/67sLKC+N1uDSb7rURqX9XAQsgYBeJXjOhw2nNPilD6zqoJBfxtqpZPxYMvw==","signatures":[{"sig":"MEUCIQCYbHyHMiTaF/Q1UQrGCr/aYwhBN7Fsrt9LzpXl8uS1pAIgGFismBDKlvmNu/cN2Fv9xi6cghd+CLpVdh9rWb4ea1M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":539030},"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\\f5134539-a4ef-4dce-b0c6-9f5b2e12b403\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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 --force","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":"echo skipped."},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f5134539-a4ef-4dce-b0c6-9f5b2e12b403\\azure-communication-sms-1.2.0-alpha.20250423.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-EHy5twgbTHOWbDhqAQ3SwzWhH2/67sLKC+N1uDSb7rURqX9XAQsgYBeJXjOhw2nNPilD6zqoJBfxtqpZPxYMvw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250423.1_1745418453075_0.35825504216906423","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250424.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250424.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9743949954f4ee4ad76de49273d14e0d4732eb16","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250424.1.tgz","fileCount":328,"integrity":"sha512-n6uWl+X/XrEk7VaJe5SiXovpppK6WaqRc2EyvHzgeLMw2h+oSM2wx0bcnmOq+iA7iat2FcvGIMdqjU/+E+fsKw==","signatures":[{"sig":"MEUCIQDZaoen7zkUwpBXzU7jM2sSU/ykdz9LUFW8oZ+hswjt+AIgN1A/mPyHkn7UPQByaQpVDzkq2JWp2UffIrym249u3ok=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":539030},"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\\4fc11a03-1b14-4f6e-a0af-b444a45ed47f\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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 --force","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":"echo skipped."},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4fc11a03-1b14-4f6e-a0af-b444a45ed47f\\azure-communication-sms-1.2.0-alpha.20250424.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-n6uWl+X/XrEk7VaJe5SiXovpppK6WaqRc2EyvHzgeLMw2h+oSM2wx0bcnmOq+iA7iat2FcvGIMdqjU/+E+fsKw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250424.1_1745505093897_0.10237033220346325","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250425.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250425.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d7ced9c5df67000112cc11a73ea598bc0472dd25","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250425.1.tgz","fileCount":328,"integrity":"sha512-2IQHnbPXVQi26VFSTHh5g9yJIKfzIxCxhzU+UpHOVUuVOGDQat2hlDbiQrE77mJEeUwPnWW0nRqQ3OWhyNte9w==","signatures":[{"sig":"MEUCIDGavDrD7rP7zSeidmOysH/kU4CTh/3A8p2WvvCUsNiSAiEA+RDOjJ9tFa6+KerJc3z3UAfsM/J96apF3uxyPFdGs5c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":539030},"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\\cd32a6e7-19a2-409a-b81f-8773397afb59\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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 --force","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":"echo skipped."},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\cd32a6e7-19a2-409a-b81f-8773397afb59\\azure-communication-sms-1.2.0-alpha.20250425.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-2IQHnbPXVQi26VFSTHh5g9yJIKfzIxCxhzU+UpHOVUuVOGDQat2hlDbiQrE77mJEeUwPnWW0nRqQ3OWhyNte9w==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250425.1_1745591214304_0.3235060978436355","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250428.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250428.1","keywords":["azure","cloud","Azure","communication","sms"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"45f7783f7684a5b28717c845a75ab99b2215b325","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250428.1.tgz","fileCount":328,"integrity":"sha512-2hCkJJY6bGU40TP374AOcTmmRbswVfZL08K3r+RDSju/VeEUVXsdbA7i78zNLGPrW+4v/wXa9kURGnIMaytlmw==","signatures":[{"sig":"MEUCIQDb5/6fqCUDuoDGyJf8Ifmy3/v2KXP7h10IJPrGooYK4wIgZpmTMD7caA0KVmNtdBYdGanUroNnQ5cjr40DKQB5+ew=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":539030},"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\\68675331-9278-40aa-b220-2ca9ae21745c\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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 --force","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":"echo skipped."},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\68675331-9278-40aa-b220-2ca9ae21745c\\azure-communication-sms-1.2.0-alpha.20250428.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-2hCkJJY6bGU40TP374AOcTmmRbswVfZL08K3r+RDSju/VeEUVXsdbA7i78zNLGPrW+4v/wXa9kURGnIMaytlmw==","repository":"github:Azure/azure-sdk-for-js","description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250428.1_1745850530630_0.34476296252954497","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250429.5":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250429.5","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7b60b7670852d82b3ef6db362fc47902e97a0f12","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250429.5.tgz","fileCount":328,"integrity":"sha512-/F9spGMgPJf5gV4y7z1CwZJrYMMv9aR10rag4AadhVI7AveqQGM6O+ihxaIknDqLQ1x5Rk7dmpLNBeQPBtSqxA==","signatures":[{"sig":"MEYCIQCXhKK8u+lV1fKQjyOZ0M2urIZUQ8u4W4RnS+cuzIQChgIhAPNMAnGyerYmcWB53w8sUE7KIKItMsjS7TsKSicGR1L2","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":539030},"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\\7c6c2cff-4a01-4d7c-b62d-cce6cb00f440\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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 --force","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":"echo skipped."},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7c6c2cff-4a01-4d7c-b62d-cce6cb00f440\\azure-communication-sms-1.2.0-alpha.20250429.5.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-/F9spGMgPJf5gV4y7z1CwZJrYMMv9aR10rag4AadhVI7AveqQGM6O+ihxaIknDqLQ1x5Rk7dmpLNBeQPBtSqxA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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.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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250429.5_1745937163514_0.05387755708365449","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250501.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250501.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"474e82356c9d5a862883ceeae708b505e9598a9d","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250501.1.tgz","fileCount":328,"integrity":"sha512-MdnVgjmzisgLaWApm288AzcP4+cBSV516a8qf8TIFZDFhxpKqiGp+WpXwM2ocuufVRNy0ggJL0rYd4tT6Tj8MA==","signatures":[{"sig":"MEQCIAZynI0SJzxxNsK6n9n/WfihDGPB4zdXMBV6SZEdk+PqAiAZY8hqRFqQ07FHr3jHMXaZGndGIbQS0J5y9VaM7NlbSQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":539030},"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\\383b58b1-c6c7-49b7-9256-0b916956bca0\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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 --force","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":"echo skipped."},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\383b58b1-c6c7-49b7-9256-0b916956bca0\\azure-communication-sms-1.2.0-alpha.20250501.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-MdnVgjmzisgLaWApm288AzcP4+cBSV516a8qf8TIFZDFhxpKqiGp+WpXwM2ocuufVRNy0ggJL0rYd4tT6Tj8MA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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.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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250501.1_1746109735444_0.5231135840775891","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250513.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250513.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9548510929eb24a351c3de4639a32ce2e606cc65","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250513.1.tgz","fileCount":328,"integrity":"sha512-HKLYLvibXPOyuTmHbVTHxqWqrKMSeBC13TaxIwmfXtF04dmczbJ9YMozqZo+K+ILfVio8YkSfpvWTowEK2eCsQ==","signatures":[{"sig":"MEUCIQCJROBXr+d/vp2TkO3J8s2zs8mz5Gv15MEd5XCvZpoeLQIgfS7aN9jm4dAkhItOAXtpx/fdsWU3omQnBDjvtYMkYuU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":538532},"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\\f218b19b-fd96-4195-a8f1-c71687cddac0\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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 --force","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f218b19b-fd96-4195-a8f1-c71687cddac0\\azure-communication-sms-1.2.0-alpha.20250513.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-HKLYLvibXPOyuTmHbVTHxqWqrKMSeBC13TaxIwmfXtF04dmczbJ9YMozqZo+K+ILfVio8YkSfpvWTowEK2eCsQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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.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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250513.1_1747146625966_0.23256787847785199","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250515.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250515.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fa88378d10880cc1b644d36109597112bb46124f","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250515.1.tgz","fileCount":328,"integrity":"sha512-NLkLKc31DmlTLixNPZ0KwiBAgRjMHCvYpgmxceIi7pjg/2NIjNzQRI2LiuiqW86YSjbYQmpovIgurMUosRgXFg==","signatures":[{"sig":"MEUCIQCuDYynhwLgnMDu/zACZ5D+xRvfYfuIR3s2RZsPqJCBLAIgSwzNgPeWobEo53K2jAZEdTUh+UbFSvddwETZ8tTQHR8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":538532},"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\\ddb1c0ce-fe91-479a-a893-4212b38a0c62\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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 --force","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ddb1c0ce-fe91-479a-a893-4212b38a0c62\\azure-communication-sms-1.2.0-alpha.20250515.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-NLkLKc31DmlTLixNPZ0KwiBAgRjMHCvYpgmxceIi7pjg/2NIjNzQRI2LiuiqW86YSjbYQmpovIgurMUosRgXFg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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.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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250515.1_1747319426725_0.05357509586126996","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250516.2":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250516.2","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b9dee70c820572cd2feeae25cd8ff12c09f94ab2","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250516.2.tgz","fileCount":328,"integrity":"sha512-5urDx9RpwKiy6tqVvXVYD1WvsQOv+Vb1cBZRFHvVm8sP3JvrcWroY8HLYYEu2OCSV3QnGoHHWOJErg0tPajj9Q==","signatures":[{"sig":"MEYCIQCsD/6AbYLaaOpCUYEkC3oBIVzjRroOKpKbuMJHRtHamgIhAMML4L9fCL2QfqKI1ukFeKIF/4lKtkTtoc9fwCXxMver","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":538532},"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\\663dcdb5-49fd-4ee5-95bb-a41994840101\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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 --force","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\663dcdb5-49fd-4ee5-95bb-a41994840101\\azure-communication-sms-1.2.0-alpha.20250516.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-5urDx9RpwKiy6tqVvXVYD1WvsQOv+Vb1cBZRFHvVm8sP3JvrcWroY8HLYYEu2OCSV3QnGoHHWOJErg0tPajj9Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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.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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250516.2_1747402279500_0.3725438945022854","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250516.3":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250516.3","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"665e613aaaeb233fe82c7b11ba7e77c65f6f17f6","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250516.3.tgz","fileCount":328,"integrity":"sha512-zaA1ydJ0zSK1Fj0CoQMiW2eW1ygNNwo9E1WKln7mp2si6C6MJ7lJNGjVvqR+QMr8/0TxNP/e2JzwjL9oPFPOTw==","signatures":[{"sig":"MEYCIQDgqwU3N8S1YkJ6HHbVqAMvp2w2A+xAoCnpD47QQjSh6gIhAMSRFrF0N2gJfVaNvNOuE+FtQWn3wABPsmWDeeLze3MZ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":538532},"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\\8c5f2e3d-62bf-4c45-ab74-f655d97d73d9\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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 --force","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8c5f2e3d-62bf-4c45-ab74-f655d97d73d9\\azure-communication-sms-1.2.0-alpha.20250516.3.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-zaA1ydJ0zSK1Fj0CoQMiW2eW1ygNNwo9E1WKln7mp2si6C6MJ7lJNGjVvqR+QMr8/0TxNP/e2JzwjL9oPFPOTw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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.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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250516.3_1747405696655_0.8577462298780274","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250519.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250519.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"65da09faed639e1020f4b85cded3cd594c88197f","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250519.1.tgz","fileCount":328,"integrity":"sha512-KL4v8nxOYG6W7lUekYHTA3HksYqqn1UgZue5hCa3CK2S/MHi33DukPQIcOqTtSHfbHFMAa+Y2Xs/hYzQ9Q3LBg==","signatures":[{"sig":"MEQCIAP0Ly5OdrFDASjv8PJTf7MHDuPmL/Ijq1YlhtLYW2QOAiA3ekIczZMunhH9g+0T8KqbE99c7szaFv2m4W7H2h+Ysg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":538532},"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\\10ca8dcf-104e-4d6a-920f-bc0508690f91\\azure-communication-sms-1.2.0-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 README.md 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 README.md 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 --force","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\10ca8dcf-104e-4d6a-920f-bc0508690f91\\azure-communication-sms-1.2.0-alpha.20250519.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-KL4v8nxOYG6W7lUekYHTA3HksYqqn1UgZue5hCa3CK2S/MHi33DukPQIcOqTtSHfbHFMAa+Y2Xs/hYzQ9Q3LBg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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.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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250519.1_1747664954278_0.03817836820077969","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250604.4":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250604.4","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fd8c5d038a5fe3c3554427d0a1ea10bbd7692a43","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250604.4.tgz","fileCount":328,"integrity":"sha512-/c8llfHEg9WqLCPunsRvsNCRbIwLH/pU//SObAv1N2weIbHjuNWirQMDe+HY0ivge7QrM6EEP7Ysm5P6A5ei5Q==","signatures":[{"sig":"MEUCIHwQzkta9biDgW5+DXtFxh1vVVIP3T7hEcn/ouhuD4qjAiEApc4Hq0m9n3wSYRLY3YwpI5xISvCygrLj0AxBHn9zlgQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":538512},"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\\55047e81-b0de-46db-af93-e14d55641d5d\\azure-communication-sms-1.2.0-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 --force","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\55047e81-b0de-46db-af93-e14d55641d5d\\azure-communication-sms-1.2.0-alpha.20250604.4.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-/c8llfHEg9WqLCPunsRvsNCRbIwLH/pU//SObAv1N2weIbHjuNWirQMDe+HY0ivge7QrM6EEP7Ysm5P6A5ei5Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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.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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250604.4_1749066195066_0.8798027826782162","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250605.6":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250605.6","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c495f9b09595ba3182f5ecb5c1130ac437155fbf","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250605.6.tgz","fileCount":328,"integrity":"sha512-Z50ZG+ex4iFGoT0FnVDi7xLT5gEVltYvHnIJJJOrjILdF6ui1U9beTviRFbAIbAcu/TZPKO4J5tRrO8ph7lfOA==","signatures":[{"sig":"MEUCIFj1UtvlCU45EB28xG3f6lEMnvVaFU2Fq2ZmKpmVpWcQAiEA3llUmhQ0nKejtUc33aqR4lbd19zmtL5BCQBUUlE4BJ4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":538512},"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\\23ab620c-3c6a-48ae-9941-ae709fb41b06\\azure-communication-sms-1.2.0-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 --force","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\23ab620c-3c6a-48ae-9941-ae709fb41b06\\azure-communication-sms-1.2.0-alpha.20250605.6.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Z50ZG+ex4iFGoT0FnVDi7xLT5gEVltYvHnIJJJOrjILdF6ui1U9beTviRFbAIbAcu/TZPKO4J5tRrO8ph7lfOA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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.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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250605.6_1749134070567_0.36433839102884114","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250606.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250606.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3d37e080fa2c5265f9d81dcc095a81b5914087a3","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250606.1.tgz","fileCount":328,"integrity":"sha512-ahTT01Lsh2WY07AqD/h2YYQ5T6yK1TXURFgGdTBW7lZ/2Vskk7dwXkW8QTAbnLmivSPCnA1xiTjcVqmNIXslRw==","signatures":[{"sig":"MEYCIQDmXhJe5nF5hZv893UpJoos4ODXPjXVnZfT6KzKozLaSwIhAMXYIPEKEo+Ea/VZQUsFqYIc3MRlcdxRvGRM/F0mDOn7","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":538512},"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\\110a9e4e-4584-4b35-840c-46dfce3733fa\\azure-communication-sms-1.2.0-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 --force","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\110a9e4e-4584-4b35-840c-46dfce3733fa\\azure-communication-sms-1.2.0-alpha.20250606.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ahTT01Lsh2WY07AqD/h2YYQ5T6yK1TXURFgGdTBW7lZ/2Vskk7dwXkW8QTAbnLmivSPCnA1xiTjcVqmNIXslRw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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.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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250606.1_1749220268776_0.6660320991391002","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250609.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250609.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d59cf5abc3be0d9770b5adbe9b116d4965ca4b3e","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250609.1.tgz","fileCount":328,"integrity":"sha512-5zSSpVSvTrPjurtgnOXRYqnAczvm7LxDL12vWX/HCTEoFU0OfSI0jcaRUUiNaW8IqvAH9k5T4pzI4nu+RAsk3A==","signatures":[{"sig":"MEUCIQDFH67z1MopdD7NqdDaGnZjB33EqqUzQ2GtzdOejbcogwIgBM2i/kjDkjM890YS0vFbtQWCngCk+HinU5Gim44vY2I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":538512},"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\\92c1049e-744a-4364-b9a0-f5bd47aa49a9\\azure-communication-sms-1.2.0-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 --force","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\92c1049e-744a-4364-b9a0-f5bd47aa49a9\\azure-communication-sms-1.2.0-alpha.20250609.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-5zSSpVSvTrPjurtgnOXRYqnAczvm7LxDL12vWX/HCTEoFU0OfSI0jcaRUUiNaW8IqvAH9k5T4pzI4nu+RAsk3A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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.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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250609.1_1749479333354_0.02330722916190453","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250610.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250610.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"85494c86d2f45aa3b6a618c5930657a391172c08","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250610.1.tgz","fileCount":328,"integrity":"sha512-eMbF92UQJQravOphkPps3D16/yIHO9uRL8bX41hM3kSOHRGHWeYdzeZyaWJ7z0y6f0/F1ZINpJ7VCvSzQQB7Dg==","signatures":[{"sig":"MEUCIQDbtolhJ7P0DXEXV/rR773XlduIg+pUFLfplk8MwUAcEwIgOcd7iZOeTgir2zOghSQg5avChyBs0c/ktX69yehJBe0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":538512},"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\\cef6bd46-4397-4cc0-826d-d51c555ad450\\azure-communication-sms-1.2.0-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 --force","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\cef6bd46-4397-4cc0-826d-d51c555ad450\\azure-communication-sms-1.2.0-alpha.20250610.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-eMbF92UQJQravOphkPps3D16/yIHO9uRL8bX41hM3kSOHRGHWeYdzeZyaWJ7z0y6f0/F1ZINpJ7VCvSzQQB7Dg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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.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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250610.1_1749566505841_0.6336114857114452","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-beta.4":{"name":"@azure/communication-sms","version":"1.2.0-beta.4","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.0-beta.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"latest","dist":{"shasum":"68608dc41aa14e7784e5c388e41ad1676118f123","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-beta.4.tgz","fileCount":328,"integrity":"sha512-QqYvmxE13Met66axBf6U/uLfT2zmAQUziTeTEUzTGqFbLkfrusTEP1sah7zVx60ZAGSP+pAoyCycuoaoYHNFhQ==","signatures":[{"sig":"MEQCIAtGQynrlxaQk0rurkvQLTXRtXy/iVZF1MBh0virv4NcAiAofl1zUNI4zNGwaA3nZq1YIA3rE/Y4vyk+tpSIhKYiyA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":557301},"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\\bcd918f0-1e74-4ab4-8536-0e7a9bbafe6a\\azure-communication-sms-1.2.0-beta.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 --force","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\bcd918f0-1e74-4ab4-8536-0e7a9bbafe6a\\azure-communication-sms-1.2.0-beta.4.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-QqYvmxE13Met66axBf6U/uLfT2zmAQUziTeTEUzTGqFbLkfrusTEP1sah7zVx60ZAGSP+pAoyCycuoaoYHNFhQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":"^4.1.0","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-beta.4_1750067069459_0.16159340342514894","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250616.3":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250616.3","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"999b7f75acd969f44e7f251ab634a69cd0be9644","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250616.3.tgz","fileCount":328,"integrity":"sha512-/SJghbfNoqTAnrLB0od/vt9g96SpD/cQWbmG9FstwVFlaViiRM9loObKm4LpgG8jcTZApPVhW9UZlAbI/On1Fg==","signatures":[{"sig":"MEUCIAZJWBjTj9KhKmqvxWji26TliPYKf5Mo3dTGcNDVWPp5AiEAhrsF0sYqHxRFU8YwYSCaTUsx3AGZWtYr8osJUxdSzQo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":557391},"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\\f6f4057d-1df1-4ba2-bdef-41c252dd4ebc\\azure-communication-sms-1.2.0-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 --force","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f6f4057d-1df1-4ba2-bdef-41c252dd4ebc\\azure-communication-sms-1.2.0-alpha.20250616.3.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-/SJghbfNoqTAnrLB0od/vt9g96SpD/cQWbmG9FstwVFlaViiRM9loObKm4LpgG8jcTZApPVhW9UZlAbI/On1Fg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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.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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250616.3_1750083940829_0.2643037215138211","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250617.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250617.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1f1816f8d5ab3a43e90b85cb7ef7bac651b11a9f","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250617.1.tgz","fileCount":328,"integrity":"sha512-YPKgRbGr1uTcBJEPDU8nU2shtt0LJTUEz8pUNeah57RYHhq+VwRDqhxyA5OET0zAvmVxLtA7YkJ0JRyKjljQaw==","signatures":[{"sig":"MEQCIDiXMhEzSNA+qQZTnAYazlF9z/A8exz/Cyw96v5Dz3jzAiATwYIsbSWICbwxxAk+Z/rf4PA+/Wqw1ih9wm17YXZZig==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":557391},"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\\483df879-f8da-4843-a0bb-40b001273468\\azure-communication-sms-1.2.0-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 --force","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\483df879-f8da-4843-a0bb-40b001273468\\azure-communication-sms-1.2.0-alpha.20250617.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-YPKgRbGr1uTcBJEPDU8nU2shtt0LJTUEz8pUNeah57RYHhq+VwRDqhxyA5OET0zAvmVxLtA7YkJ0JRyKjljQaw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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.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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250617.1_1750170269250_0.8513876416342188","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250618.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250618.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a919e0d7342f786b7ad55bd21fc2b9c81ad4f19c","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250618.1.tgz","fileCount":328,"integrity":"sha512-T0T+jcVklAvvLbBGolcN2sPTSlXIyeTw4SwFMuf2FSe8dSLaglza8ylQsgf2/o66ho3Zk78zjU5C8p0LcS//8A==","signatures":[{"sig":"MEUCIQDdq/2BYcyRrKYRrXPyheIFEINxlU/DxO98pXWnAVw5FgIgQsaHt/WkFF3I4jMceIjs6k0VgJuWXx9MKjkwRU5TZdk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":557353},"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\\06f4ccdf-4de1-404c-a733-9774b09eb5d0\\azure-communication-sms-1.2.0-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 --force","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\06f4ccdf-4de1-404c-a733-9774b09eb5d0\\azure-communication-sms-1.2.0-alpha.20250618.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-T0T+jcVklAvvLbBGolcN2sPTSlXIyeTw4SwFMuf2FSe8dSLaglza8ylQsgf2/o66ho3Zk78zjU5C8p0LcS//8A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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.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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250618.1_1750256628622_0.1785440599983774","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250620.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250620.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5eda847cc5cfc9ed31dcb8384f1e2bc66adec504","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250620.1.tgz","fileCount":328,"integrity":"sha512-qXHPyT7ygV3hxzUMGrruPdeyIlKcsHBg1iM5xwV4JECjxpVPppW68Qkpo/pl7vzdgB9orRwR3LRr5t0aWzRheQ==","signatures":[{"sig":"MEUCIQCTYxCyuyAEdEDL0cKUj1tObs7Lq5/aTI9v+KBi7UKuDAIgHj3vLhPmSexdyENjlh+0xwtx3P/6hlhsX+cmnGQV/sI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":557353},"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\\52a25d78-5034-4951-80a5-544248fbbe21\\azure-communication-sms-1.2.0-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 --force","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\52a25d78-5034-4951-80a5-544248fbbe21\\azure-communication-sms-1.2.0-alpha.20250620.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-qXHPyT7ygV3hxzUMGrruPdeyIlKcsHBg1iM5xwV4JECjxpVPppW68Qkpo/pl7vzdgB9orRwR3LRr5t0aWzRheQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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.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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250620.1_1750429612973_0.26107321537168193","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250723.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250723.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"66001a1f74ff3105f2ecdae09dde76b334ff16a2","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250723.1.tgz","fileCount":328,"integrity":"sha512-XZAntyf8FCSU0ramfR26+olf7diF2ITmA0PShLabIYY9FzGn/8FAGX4jS0+y/SY1fmDtbLiK+u5ESut4zj58vQ==","signatures":[{"sig":"MEQCIGvOmUnpQBGkRmnKV2fawrPrhU0XLSAM0A6z6JhECsEMAiBtbLeLVJWKvpkjgIaKeNanOrU4h8uWWndVf/A5g03ifg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556036},"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-sms\\azure-communication-sms-1.2.0-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 --force","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d83c3601-e1ed-4951-a91b-2fd2fc3a6a5c\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20250723.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-XZAntyf8FCSU0ramfR26+olf7diF2ITmA0PShLabIYY9FzGn/8FAGX4jS0+y/SY1fmDtbLiK+u5ESut4zj58vQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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.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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250723.1_1753280622729_0.5766879945519654","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250730.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250730.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bf2ead6a41610931eb99729dd12eb345da42ea57","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250730.1.tgz","fileCount":328,"integrity":"sha512-/MDQRgR9CG9rquaFBnoUUAjrWWGHYO61+ESTIdlKTpL66PleOMQW1Z2IKjwo5LrUZzfoTE0y0Bf0R85KsrdtCQ==","signatures":[{"sig":"MEUCICpLRWDRXvtaPG5H2l72k80OZp7WTp6Kl1n72GAHfrnqAiEAmJQxpPIPrFoZKMsL+TaGibHDNCgKygDWkeoybQ/oCXw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556036},"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-sms\\azure-communication-sms-1.2.0-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 --force","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\dbdb378d-2a80-4b77-addc-bd328ebcbec5\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20250730.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-/MDQRgR9CG9rquaFBnoUUAjrWWGHYO61+ESTIdlKTpL66PleOMQW1Z2IKjwo5LrUZzfoTE0y0Bf0R85KsrdtCQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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.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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250730.1_1753885616227_0.2667171508020427","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250805.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250805.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"208c582f9389901d95f57fcf391b3b550987d639","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250805.1.tgz","fileCount":328,"integrity":"sha512-4uOsIvy0Il3Ir4OukpgPRPU49G224ih+dBAJJ4HkD55B8xLrEOOuvch6009i0/jcpx26dsSVaZJH/SmMeuITCA==","signatures":[{"sig":"MEYCIQCz69932Fny7ThUwTSl4z73mM4uL7Iw/dUrnKuLoIzsnAIhAOw3fKKLmpbnrCoXBKTpvOOagnacbirqkZe94cKqacIV","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556037},"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-sms\\azure-communication-sms-1.2.0-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 --force","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3f82badc-bfbf-4251-b07a-d60f7eebdbda\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20250805.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-4uOsIvy0Il3Ir4OukpgPRPU49G224ih+dBAJJ4HkD55B8xLrEOOuvch6009i0/jcpx26dsSVaZJH/SmMeuITCA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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.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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250805.1_1754404092652_0.5549241016873296","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250825.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250825.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cda5b857596567072054283c136a8220484bae27","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250825.1.tgz","fileCount":328,"integrity":"sha512-BySMwNzvGf4ujKo3YCcg7vS+1MxO4pUA1fg0rqBMghDBvAv7HS0sHj9Aqah48H7v700BNrKi82jmZs+T/4S5qA==","signatures":[{"sig":"MEUCIH71Cx0cGEw7iGSbsCR1D9fq1Gstp9annIE885M8G+o3AiEAul7V7uDsIsAvqsIEbfuq/qBxXnKi1PkaVVjxh/DfnSw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":555945},"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-sms\\azure-communication-sms-1.2.0-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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\70549072-0af6-4a0a-8ebe-a5ef74aa5a36\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20250825.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-BySMwNzvGf4ujKo3YCcg7vS+1MxO4pUA1fg0rqBMghDBvAv7HS0sHj9Aqah48H7v700BNrKi82jmZs+T/4S5qA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.0","@azure-tools/test-credential":"^2.1.1","@azure-tools/test-utils-vitest":"^2.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250825.1_1756132514375_0.5595884889818852","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250826.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250826.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"81dff5e058402d7e08184ac8b6dce06127eb1c2d","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250826.1.tgz","fileCount":328,"integrity":"sha512-Bzgms8nil2TC1ZrZlH4mmPEe+0tmwpa6LFV6/K8/DYzQLxB5xiB9YCmscKROremnVMwAQrhnZfCi7QuheoROqA==","signatures":[{"sig":"MEQCIAQDW+XPTtJ8ik2J0bV+ZZn81/DHaoupTQ56BDT9QLZ7AiA/iIS0YS2B+8pEyYGM3VQhBObSVWyZOJySX/iN5qLdLQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":555945},"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-sms\\azure-communication-sms-1.2.0-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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\99a65b36-4c63-42c3-a0aa-c916d963bb65\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20250826.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Bzgms8nil2TC1ZrZlH4mmPEe+0tmwpa6LFV6/K8/DYzQLxB5xiB9YCmscKROremnVMwAQrhnZfCi7QuheoROqA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.0","@azure-tools/test-credential":"^2.1.1","@azure-tools/test-utils-vitest":"^2.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250826.1_1756218814761_0.6203937544211586","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250901.2":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250901.2","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e7b0d3eb307adf0023e8e81cd5c02d3f96a05cbb","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250901.2.tgz","fileCount":328,"integrity":"sha512-uI5uaLzX4OhXsl0WpwV4QwrLl4UEnu8Rh/JpaM3kFMcJnbcahtngrrSlXBEzD/m4DGKmkHN46oIgWceCs8pH7w==","signatures":[{"sig":"MEUCIDTOo1h/po2Q/PX5y2uvvTwKTs/8ZwDz8dK/Q/5JDmjRAiEA+QYmBnuiSxpZSQ2uZ9H0pbXEZZkZj2iAvI4jlCzCGEM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":557353},"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-sms\\azure-communication-sms-1.2.0-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 --force","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\33a01e14-5a87-4274-9879-f32502e97952\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20250901.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-uI5uaLzX4OhXsl0WpwV4QwrLl4UEnu8Rh/JpaM3kFMcJnbcahtngrrSlXBEzD/m4DGKmkHN46oIgWceCs8pH7w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":"^1.1.4","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2","@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.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-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250901.2_1756740645928_0.5465138984358897","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20250930.3":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20250930.3","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.0-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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c2cea3579e0f8272e7ff2914dc181f81e8748d8a","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20250930.3.tgz","fileCount":328,"integrity":"sha512-IvLnu39Q3MTEIIx6UtZhSrKOcqSyNExWX+js//gBvxkMv6LZfthk9oP/ekNl1BEWmZoEkjgWzaGnCh90zHk9xA==","signatures":[{"sig":"MEQCIFiQG9hpyaxbCLC2jQoAtSi5JhpORawiTM0BUwNOy4nxAiAZBdQKi34yZi1PBLgdC0JDHkDCA37WD35u9RK5POCeMQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556111},"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-sms\\azure-communication-sms-1.2.0-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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\073410f9-f9c6-4d2b-9dcc-c1917c86aa6d\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20250930.3.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-IvLnu39Q3MTEIIx6UtZhSrKOcqSyNExWX+js//gBvxkMv6LZfthk9oP/ekNl1BEWmZoEkjgWzaGnCh90zHk9xA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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-tracing":">=1.3.1-alpha <1.3.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":{"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","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20250930.3_1759264433412_0.5570266051475004","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20251021.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20251021.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8d53c1bbd600e1db462c7e2fcf06e67877801984","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20251021.1.tgz","fileCount":328,"integrity":"sha512-ccGrw0vVoa1VVAXhy8onUo6upaSR5M5aVIwZWzl3sY70gIgQV667h/oEfIaCphLNuCLT00Idz+0vsi3WpNu96A==","signatures":[{"sig":"MEUCIQD2IsfSNZJ48Ot4k++6Hlyd3XirxabhpM9O7kiHTkN2fQIgVKMudT30vxSVrHy0jit5Z21z1WGPf/IPPJ7Gb6vWZMk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556143},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7c915344-7c1c-4ad4-8d57-983e5e1fd056\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20251021.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ccGrw0vVoa1VVAXhy8onUo6upaSR5M5aVIwZWzl3sY70gIgQV667h/oEfIaCphLNuCLT00Idz+0vsi3WpNu96A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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-tracing":">=1.3.1-alpha <1.3.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","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20251021.1_1761056829498_0.49417743646777845","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20251022.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20251022.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cb8fb5c5bc97455f09930d2f4ddb0cd090e200a7","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20251022.1.tgz","fileCount":328,"integrity":"sha512-VXAHux1yRota6yJy30w4nUP9rCXZHMJGufDCmEDoXVNQuHNL3lplGgd7B5coPsXWQ/550uTZytqSkSMrFMRtYA==","signatures":[{"sig":"MEUCID5NRorFulF1cwet2eocRqq9qOCJc44/WU6v4bacBmhvAiEAkjjrhR9xTwcGjTVFLSdQzmBYKQjSieycibj+2d7+CWM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556143},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2194f7c6-a6c7-4c9d-b3bc-f74c1b5816a7\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20251022.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-VXAHux1yRota6yJy30w4nUP9rCXZHMJGufDCmEDoXVNQuHNL3lplGgd7B5coPsXWQ/550uTZytqSkSMrFMRtYA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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-tracing":">=1.3.1-alpha <1.3.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","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20251022.1_1761143090456_0.8751862577917346","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20251023.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20251023.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4814fa1353c71b3b2b63a62ab0f00e75ba0ee55d","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20251023.1.tgz","fileCount":328,"integrity":"sha512-xS+lIY02LuMbECvpHvTnUsXy3W+aAZdKg6WGd3OjQVH99wlUIQgxEoCKn1nZYweZ0LzrfZAXLcvw1OxBkY4JVw==","signatures":[{"sig":"MEUCIC/4whx34xnD7oRQOxr6ZRonaQSdAJAxZFRctqdMhpfyAiEAwx9q6KTS28vsD/IApgwJKSWMx/wrZds5j2mQHpd8VUY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556143},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\02b79052-d5f1-4fd9-ae38-0fb2724e858d\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20251023.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-xS+lIY02LuMbECvpHvTnUsXy3W+aAZdKg6WGd3OjQVH99wlUIQgxEoCKn1nZYweZ0LzrfZAXLcvw1OxBkY4JVw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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-tracing":">=1.3.1-alpha <1.3.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","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20251023.1_1761229650884_0.3216741379569754","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20251027.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20251027.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"00e8c3163bb2e622881dfb1934b94eac5f7e7b67","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20251027.1.tgz","fileCount":328,"integrity":"sha512-RB9k+lj01I0YUH2vyXBq2GaRIlsJrBsQzHWTHH6PDPV2kSMWpuB/+rjMS32L1tqtQe1QSKmjH7pwmEwV+Zw/NQ==","signatures":[{"sig":"MEYCIQDAeU6DVVELlXrS0Z9fK2tWWaqR1ms7w0Gzc2sWMuFcvQIhAMm/eK3heaMcXHw9xcSExSuEq1nxl9+uxpkwwl8XlDAE","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556143},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\93328126-6b23-4265-a858-b38983d77085\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20251027.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-RB9k+lj01I0YUH2vyXBq2GaRIlsJrBsQzHWTHH6PDPV2kSMWpuB/+rjMS32L1tqtQe1QSKmjH7pwmEwV+Zw/NQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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-tracing":">=1.3.1-alpha <1.3.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","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20251027.1_1761575542345_0.9580508326706769","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20251028.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20251028.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"30143a45fa05c739644f8c834edce3e01fe0ab4e","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20251028.1.tgz","fileCount":328,"integrity":"sha512-NoBzd9kVRhClaXI0NOZumm6tXaj8A7qumOdLTJrlGidWjwm2vNiXpoth/f7eLW9pdrSTKNCFpztKiUXs0T44Gw==","signatures":[{"sig":"MEYCIQDE4qx0mQYmBVBQsGtrNZjPZxqM5/LE+1Ge8zeXJcj6gQIhAJyKT7ZEHA1OsdhKkAv1srTm3+mXILdEltcnMh/vAnE6","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556143},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\306ac9b8-5a38-4fb7-9ec4-e4c49a605a30\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20251028.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-NoBzd9kVRhClaXI0NOZumm6tXaj8A7qumOdLTJrlGidWjwm2vNiXpoth/f7eLW9pdrSTKNCFpztKiUXs0T44Gw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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-tracing":">=1.3.1-alpha <1.3.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","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20251028.1_1761661857159_0.08462775135632272","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20251029.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20251029.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ff4e3967c7ab6152d96b33a67cdd23d22eaf4b42","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20251029.1.tgz","fileCount":328,"integrity":"sha512-r/xyJk0c3RMKM64mQ0HWw/FYJdUzRSqEVXcjEnWwCE2njPBCUlVJd0HI+tstl2tZHOaT06zvW3alaPBhImAsVA==","signatures":[{"sig":"MEQCICPhxmYTjfp0VvHFQzREWqtQYmrRqfADzwHFqctZGKCTAiA/+Kr0GDIgJYSoMVFqS21GF/KGxIZgqat68JObS9Xa5g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556143},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5f8d611e-8e5b-4675-97f8-55afba327eea\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20251029.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-r/xyJk0c3RMKM64mQ0HWw/FYJdUzRSqEVXcjEnWwCE2njPBCUlVJd0HI+tstl2tZHOaT06zvW3alaPBhImAsVA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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-tracing":">=1.3.1-alpha <1.3.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","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20251029.1_1761748254946_0.2428220408827344","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20251030.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20251030.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"46a763d2933d12b27329c9e13c104487665b8a79","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20251030.1.tgz","fileCount":328,"integrity":"sha512-/nGlc3LU3jo1xBEsHg+5c68l43k+ROUfuoc+2Nlr3B2swcZrrrYPaqf/s4fE+fgcG90lqyn4kTqfatwx2BDNTg==","signatures":[{"sig":"MEUCICFz1JMe3sfMxerP3cixj38TaivmqlnGbuY/kesw0wF/AiEAue3pZ8kpyc7pl5R7QpuFMyMkS6U1uvB4lPrSiSgkh3w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556143},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\dad7667b-306e-4793-a00c-5088e026de95\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20251030.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-/nGlc3LU3jo1xBEsHg+5c68l43k+ROUfuoc+2Nlr3B2swcZrrrYPaqf/s4fE+fgcG90lqyn4kTqfatwx2BDNTg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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/core-tracing":">=1.3.2-alpha <1.3.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","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20251030.1_1761834643408_0.45192008700244934","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20251031.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20251031.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2174c12b05ab0bc2625da5f3c3b765d79ec04edb","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20251031.1.tgz","fileCount":328,"integrity":"sha512-uJTcyHVRYtoRtY5IG9bXTwPCQdo27UrA1XGW6MsCBdFiGApY6UZcceMn1C/9XczS78MSH4EpO45y6TeaK58C1Q==","signatures":[{"sig":"MEQCIFC1eWDRnw7W353tXSmuwM/zPQcKGeo+HwZwrbimX1wiAiBn1e5xIO+0F85rjzu924TKQfT6lnm15H0JGeVVozMkog==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556143},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5cd0df1a-b11b-44d2-8d3f-72f532f3f771\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20251031.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-uJTcyHVRYtoRtY5IG9bXTwPCQdo27UrA1XGW6MsCBdFiGApY6UZcceMn1C/9XczS78MSH4EpO45y6TeaK58C1Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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/core-tracing":">=1.3.2-alpha <1.3.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","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20251031.1_1761921105519_0.1736712641297693","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20251104.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20251104.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"dfeb504ed5b0a8d7cb2ee1b6d62ff207e4286b52","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20251104.1.tgz","fileCount":328,"integrity":"sha512-TACTA0Qp8ozEtwQYSmR+3W+41HbTVzhkrvkYPnhvoiJ/Pjw9nGOrFAt3edTgsM2nVxSC8havzYdJL6HzDDMDaA==","signatures":[{"sig":"MEUCIQComVoP7QNpUsTvCGz5DsWCFmkuf46TYMLlkqZFVXk+TQIgT+4m82yVRpJGoPfmGmXLs5Rl4LR34bvDTptms41EGhM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556143},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fbfb528d-22f1-45ae-8256-e704d738ebf3\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20251104.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-TACTA0Qp8ozEtwQYSmR+3W+41HbTVzhkrvkYPnhvoiJ/Pjw9nGOrFAt3edTgsM2nVxSC8havzYdJL6HzDDMDaA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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/core-tracing":">=1.3.2-alpha <1.3.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","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20251104.1_1762270101271_0.3572572706553112","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20251105.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20251105.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4abe456e2c12e50727d0e1489d9d9fa9dd85c548","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20251105.1.tgz","fileCount":328,"integrity":"sha512-xzln+uAvumkScjTYQo/nYsTHH/7W2zEgNU8qhzIO2jRdZcxNTImYoU33CObjIsMjifp9ZIKEQL9f4QAzGnBsAw==","signatures":[{"sig":"MEQCIHkiLEA1xNdAbeFBJHIw2IsoTyZtwKuLV4URe0d1vWoGAiA3r6xXAXxyy9nFFoPIA8h5/cCGA20eOpc7c9GVC9Y1KA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556143},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5a923c74-09c7-4a03-a5c2-00995dc5c05f\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20251105.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-xzln+uAvumkScjTYQo/nYsTHH/7W2zEgNU8qhzIO2jRdZcxNTImYoU33CObjIsMjifp9ZIKEQL9f4QAzGnBsAw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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/core-tracing":">=1.3.2-alpha <1.3.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","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20251105.1_1762356607447_0.02503674445964532","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20251107.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20251107.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ca6578b0d3685e46d43080d60cd93107cb98fe4f","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20251107.1.tgz","fileCount":328,"integrity":"sha512-JIY/dMA/nbPsDF9DD5T0jP3TmFqapSwHN/e3I1ZTmabBgMI7zPjX9ObV7uiWhfDg6itwG3PijiCNcrKL6HO6BQ==","signatures":[{"sig":"MEUCIQDJeyJ5LbRRtsXvxnCgOzMRoPMVOi8Y8lKetgsE/N3+3QIgQOBHQ0c1ZqBnHpXrMG4sxzUglOADLzF4VPEP1ynQE5Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556154},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4da89f67-5ba2-4e91-8d4e-8a15d4963822\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20251107.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-JIY/dMA/nbPsDF9DD5T0jP3TmFqapSwHN/e3I1ZTmabBgMI7zPjX9ObV7uiWhfDg6itwG3PijiCNcrKL6HO6BQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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/core-tracing":">=1.3.2-alpha <1.3.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","@vitest/coverage-istanbul":"^4.0.6","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.0","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20251107.1_1762530046174_0.5195887352589481","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20251110.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20251110.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2b777a9ad13d84da0953776404ad2b5d3127a71d","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20251110.1.tgz","fileCount":328,"integrity":"sha512-XJwRZggCg6/qBpSg59InHjljueAS0PPOcP/H1ZCh/yCeUCqo9gSI8m6XTs5ZRE65aza/KrpOn/R9xJqSlZuS3Q==","signatures":[{"sig":"MEUCICsC0omaCbAuQ+bGwNHv2A3zs1cMTB2Wa/wIU496koyMAiEAgEnu6Ogv9qstv+BOTbdlUQixdTDvNyyWPKQwY22amrU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556154},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c34e3f87-fa8c-4c5d-9af8-394244855574\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20251110.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-XJwRZggCg6/qBpSg59InHjljueAS0PPOcP/H1ZCh/yCeUCqo9gSI8m6XTs5ZRE65aza/KrpOn/R9xJqSlZuS3Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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/core-tracing":">=1.3.2-alpha <1.3.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","@vitest/coverage-istanbul":"^4.0.6","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.0","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20251110.1_1762789212327_0.575494514505501","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20251111.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20251111.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1b3fdc0fb9197da8d95c6e2d365e23bbca03c51f","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20251111.1.tgz","fileCount":328,"integrity":"sha512-1fIF6wEwyjUzeWaCA52ttNFgN7G9WIWafi2BiVL/9zMU/jn8qJd4RS+0TQITCxl5yX/LxjyokczYTqhKs8zBKQ==","signatures":[{"sig":"MEQCIHOxX+Zf0YS6vXjJm0tWgFze2OdHR/E0jh1T0k3L35e8AiBpG4X8HYc0KL1mIb57iFNJF/VYEXOQv4tbrVqvDn+W0w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556154},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a2da9688-56a9-484e-b545-1453c8e633cf\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20251111.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-1fIF6wEwyjUzeWaCA52ttNFgN7G9WIWafi2BiVL/9zMU/jn8qJd4RS+0TQITCxl5yX/LxjyokczYTqhKs8zBKQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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/core-tracing":">=1.3.2-alpha <1.3.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","@vitest/coverage-istanbul":"^4.0.6","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.0","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20251111.1_1762874756873_0.6344123352025752","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20251112.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20251112.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3dd94fdc835958a7efe22253b851a5b92e68d5ab","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20251112.1.tgz","fileCount":328,"integrity":"sha512-dv2ME19NqnltWVqW2Rujd/vjCXDiYzrBwBEnb4dvtv5x96beL0pDn5kjh9Ub++hWekKFJzAVfaZ//CwNaqDHbA==","signatures":[{"sig":"MEUCIQC7QwjBmHgVrQYgaUt1n4ObaZZZz2SUGGI3WnYgRqqZIQIgVAtUIKcGew9x0U+Hgi8d4XLrxQ7nS1bRfEYTc8YsSxg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556154},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a6d8ead2-987f-4796-b0fb-5ca1eda952ee\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20251112.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-dv2ME19NqnltWVqW2Rujd/vjCXDiYzrBwBEnb4dvtv5x96beL0pDn5kjh9Ub++hWekKFJzAVfaZ//CwNaqDHbA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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/core-tracing":">=1.3.2-alpha <1.3.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","@vitest/coverage-istanbul":"^4.0.6","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.0","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20251112.1_1762960995650_0.5570548534110482","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20251113.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20251113.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3d19bb5962deea8db94daa9b9a7854b09b3d5fe6","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20251113.1.tgz","fileCount":328,"integrity":"sha512-cLHPEswLSevrE/35u8jWyHGckUb/zUOvyXYRTvbdqo3szu91lLf5OdAAktzvGsrMyG3GE9vBcj+jBfNlmrd/IQ==","signatures":[{"sig":"MEYCIQCMTa+OPbsKR+lrTgTgPOlF8Mq9kGbaN3fdyMRtURVgbAIhAOATAsLO3JGxDKzQFxkX1sLVyVozF92n1TYT2OR1po9N","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556155},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\020b7c7c-5e26-4781-a1b2-76c26d54c64a\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20251113.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-cLHPEswLSevrE/35u8jWyHGckUb/zUOvyXYRTvbdqo3szu91lLf5OdAAktzvGsrMyG3GE9vBcj+jBfNlmrd/IQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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/core-tracing":">=1.3.2-alpha <1.3.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","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20251113.1_1763047770690_0.4048001238159311","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20251117.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20251117.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d5844dcad593b92286e21a580566e333cee82767","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20251117.1.tgz","fileCount":328,"integrity":"sha512-iBNWAQzdyTzaJ4O2vt3PlFxBnPQZuA3sdwPvkDX01xB4tiHuwX5ounC9EK3SQfAqjOGBTXXs/lnjPU0SuHKiNA==","signatures":[{"sig":"MEQCIG1y0ZnlXM2hkMN/ZoTzfJpJWsDM2I9bo6DMrc9oXnP8AiAC2SQ/FgnTQoGPLUtSkcC4jgc42pS8Fic137ZU3aE6Cw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556155},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8272d7c5-b8d5-49cb-8edd-9498059dafed\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20251117.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-iBNWAQzdyTzaJ4O2vt3PlFxBnPQZuA3sdwPvkDX01xB4tiHuwX5ounC9EK3SQfAqjOGBTXXs/lnjPU0SuHKiNA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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/core-tracing":">=1.3.2-alpha <1.3.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","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20251117.1_1763393479426_0.6082584618973188","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20251119.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20251119.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6e54c328b700f218a97678882d5a2d4c745a432c","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20251119.1.tgz","fileCount":328,"integrity":"sha512-1j4wkRhulU67vOad3ntC0gMVVFRs+bCyLvWIHl3sAd3pt/Eq53q6RM6dfWn32Dywr0bXGWdLcfc5c184Mqttkw==","signatures":[{"sig":"MEUCIQDItD+E6oHWSOCa3ZTGbd3zBF1PsA4WT2hsUku39lJ9YQIgaAS3bBDaMR7ud7BrmCm/u4XpOU920Z/21NShrR/hAkw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556155},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\96f5e67b-e115-4bac-ac7e-9b24904a9332\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20251119.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-1j4wkRhulU67vOad3ntC0gMVVFRs+bCyLvWIHl3sAd3pt/Eq53q6RM6dfWn32Dywr0bXGWdLcfc5c184Mqttkw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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/core-tracing":">=1.3.2-alpha <1.3.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","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20251119.1_1763565903059_0.38418935041151747","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20251120.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20251120.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5ceb0dac08461e7d089f6e7dc2b3ce770a3ef777","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20251120.1.tgz","fileCount":328,"integrity":"sha512-ktjNNtGZnpGVi8lAnzbiWdhUca0gh1iPBDQYtRYem5xwKoIAosxSVczzVPfhIh7RGtCi3+KoDQha5DwRTqYxVQ==","signatures":[{"sig":"MEQCIDFhX/8FjvonNRdomPk4saXmYGC99azWrZ6y0C0k/7VRAiAT6H/QfkWxxcSHkDB3unMXYBGuLEKjAjBkxTn9P5OLkw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556155},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8cc61a2d-3b7d-4925-b52e-33659f103600\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20251120.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ktjNNtGZnpGVi8lAnzbiWdhUca0gh1iPBDQYtRYem5xwKoIAosxSVczzVPfhIh7RGtCi3+KoDQha5DwRTqYxVQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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/core-tracing":">=1.3.2-alpha <1.3.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","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20251120.1_1763652645415_0.2469771239027021","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20251121.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20251121.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4c2c1fc018ec387812c1a850f9183a0b7b9c65b2","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20251121.1.tgz","fileCount":328,"integrity":"sha512-1Bvg7XQKq4znQLYRzWZzO1NQe6BsPkc0u16dCFBIXzdXqXGCpzsZh1xN5Biyo7DANKTmylSIXOxMCwlPWsxgUA==","signatures":[{"sig":"MEUCIQC7RAvYXBHBC6i6SdoO+tFAQPWxqKf0LoN5AfeBuNqx/QIgBLCc1xtF8KW/NM+jDh4Y0WFdXFCsjvcIK5+6tGPhlnE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556155},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6e5d836a-f46c-4c16-a640-0ead953f9bcc\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20251121.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-1Bvg7XQKq4znQLYRzWZzO1NQe6BsPkc0u16dCFBIXzdXqXGCpzsZh1xN5Biyo7DANKTmylSIXOxMCwlPWsxgUA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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/core-tracing":">=1.3.2-alpha <1.3.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","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20251121.1_1763739486855_0.9346312209945125","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20251124.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20251124.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2c4fcbd40a61c9ef2fe09fdbe1c3b471e17edff4","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20251124.1.tgz","fileCount":328,"integrity":"sha512-j3DtiS/tl8PJQlXvwNkQonocAdZNGkwyos+QA++WEOh50bk8zZkfF06s/HYuVqoKfjLKWt/sZzDD8uaxlkjYWQ==","signatures":[{"sig":"MEQCIBirnYkaBqHUqUJCiQ4ma1sVxBbPXrRRtefIbFKJfLAiAiA4Yda1Hh+M/lfivjFjHt4SvO9tChqCuvAsxKZr2hrobw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556155},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\1739194d-633a-4c7d-8371-a20813a7f6b5\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20251124.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-j3DtiS/tl8PJQlXvwNkQonocAdZNGkwyos+QA++WEOh50bk8zZkfF06s/HYuVqoKfjLKWt/sZzDD8uaxlkjYWQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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/core-tracing":">=1.3.2-alpha <1.3.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","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20251124.1_1763998546538_0.3095709259719155","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20251125.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20251125.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b6a7ed37ea55a203113b6310f27da34dd51f738f","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20251125.1.tgz","fileCount":328,"integrity":"sha512-wAUQqs51etR3T5TjYIdbiLZUTc/bgdYCQXy+C0OLyDZHUuVNipJ5qoABT3pkRYF22Wb9tYbMEd+HeZ6Am9Cj8g==","signatures":[{"sig":"MEUCIGL7IfYQsINaIW3YO7hceeiohVeMFlgg3RUCRElI/lcgAiEAzB5Qw2OzAKqDdTHC4Z+f3RzDYOw0Nc+g06bIvE7psMQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556155},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\67e1d12e-4d71-4234-a669-58f4bc4a55cd\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20251125.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-wAUQqs51etR3T5TjYIdbiLZUTc/bgdYCQXy+C0OLyDZHUuVNipJ5qoABT3pkRYF22Wb9tYbMEd+HeZ6Am9Cj8g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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/core-tracing":">=1.3.2-alpha <1.3.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","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20251125.1_1764085017596_0.8082566609131672","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20251202.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20251202.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4e9762ff7ff51cc428d0bde4dab57cce12514240","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20251202.1.tgz","fileCount":328,"integrity":"sha512-TBf8IAsRH3jcmjF1uHhg5T8AXuKT9uUQAZkwDq8OHMk3/6YStnxd3FYMDKRs6vf24DyHrVYkbGd+fBOlxV/kuQ==","signatures":[{"sig":"MEUCICB/EDIJW2//usFSTxd+XDdSfelWAIhCuEptt8D8+HQpAiEAzUjswLDQKHH3RDlSZtD5EIVNUDZ8RmoqPQ6bgLceK74=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556155},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2168d9a2-7c89-4ab0-bd7a-17d68bb676cb\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20251202.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-TBf8IAsRH3jcmjF1uHhg5T8AXuKT9uUQAZkwDq8OHMk3/6YStnxd3FYMDKRs6vf24DyHrVYkbGd+fBOlxV/kuQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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/core-tracing":">=1.3.2-alpha <1.3.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","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20251202.1_1764689795318_0.19277205992268054","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20251203.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20251203.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1b768223aea32cc14a2760c162ee4596b0238165","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20251203.1.tgz","fileCount":328,"integrity":"sha512-5vCKNGOPRYfoIM5ycH+2FEt89UKAmkgE3YzraYJK5JNUgfJDou6J3Gbhj/NybTbkCko6BUnfg3SRik8cIsaKxw==","signatures":[{"sig":"MEUCIB836Kpbp55+uT3SAhP+cuOeIgLnv7HW03vtODOzHQ32AiEA5Oh7QHT4gJ/qw9PHatsgSDAY6Q8Bg2Ck63ck116l9fk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556155},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2dc91d28-2af1-4928-9147-0a1b96595a90\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20251203.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-5vCKNGOPRYfoIM5ycH+2FEt89UKAmkgE3YzraYJK5JNUgfJDou6J3Gbhj/NybTbkCko6BUnfg3SRik8cIsaKxw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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/core-tracing":">=1.3.2-alpha <1.3.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","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20251203.1_1764775984596_0.9830462393876103","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20251204.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20251204.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f85432e52ac535a6cddc87b11a3e4f915dd62c22","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20251204.1.tgz","fileCount":328,"integrity":"sha512-g7PXiMLAvx2NrOVFRu7KbjH0lVEwpFo+Xp6O22cFzEEPs0Ppnlg1AmWu6H1oEVinuVQoAUbHlO4Z9PVQlCO/hQ==","signatures":[{"sig":"MEYCIQC0HGn8FfGjxPyosm1JQvASdoYqZXZ7AhPKZRO1IqwYnAIhAPrV9hRknTuRfla2UgeNHdKIlICtTKpkvFEfJuS/gueT","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556155},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\009349b3-640c-46d1-a02a-9f8911339a73\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20251204.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-g7PXiMLAvx2NrOVFRu7KbjH0lVEwpFo+Xp6O22cFzEEPs0Ppnlg1AmWu6H1oEVinuVQoAUbHlO4Z9PVQlCO/hQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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/core-tracing":">=1.3.2-alpha <1.3.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","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20251204.1_1764862282281_0.9526747881641653","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20251209.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20251209.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7c3ef7ec854ceab4fdf839deb83151aaa5af2b7a","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20251209.1.tgz","fileCount":328,"integrity":"sha512-ttkuf3IpBTn8ILqLLs8hpbFGTviKOPd4pGjdmSBvydpJDktLDjQ9uS9pRfcg1l+/cK/QF18oPXs97sxzJgG+Ow==","signatures":[{"sig":"MEUCIQDVens++bOydKwEy26JdF7eWKh7QoJYbBSWrUbgjFt/DgIgJQ8p6GDcPDcS7hKlq8IeUAlUtEcfgy2VJD5yB7aBCyU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556155},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8b6f61c3-7ec6-4f72-aa2b-4cffaadc5d81\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20251209.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ttkuf3IpBTn8ILqLLs8hpbFGTviKOPd4pGjdmSBvydpJDktLDjQ9uS9pRfcg1l+/cK/QF18oPXs97sxzJgG+Ow==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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/core-tracing":">=1.3.2-alpha <1.3.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","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20251209.1_1765294568341_0.32049699224454686","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20251210.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20251210.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"970d78682b1a69cb0860f0bd4cbdd8d44a50e562","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20251210.1.tgz","fileCount":328,"integrity":"sha512-JdhGeMWI8YJZERHXcHJjxnmOzhz6D/NOXVObq3VEeJz2I6lW/MXV19sxr/G2O/8NikpD0QP3awASb2oBLAA8Sw==","signatures":[{"sig":"MEYCIQCoR3eSkhLGMOSW5DjckC5IiUcVm3Y5iDNb3BrvvucgfgIhAIsi9PKyXH2b8ktczGUh+9Mti5uQP/uxYmdjEQ8GxmwE","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556155},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d1b9927c-5ce8-4755-af07-54949572c904\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20251210.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-JdhGeMWI8YJZERHXcHJjxnmOzhz6D/NOXVObq3VEeJz2I6lW/MXV19sxr/G2O/8NikpD0QP3awASb2oBLAA8Sw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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/core-tracing":">=1.3.2-alpha <1.3.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","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20251210.1_1765381012298_0.5496177476907598","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20251215.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20251215.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3acca898dda8a8f2506cf33bdd381c08d3c9f311","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20251215.1.tgz","fileCount":328,"integrity":"sha512-Gr7XV6PXgaLYG44avShztjUSF47xcJbs9GsK7JErRU9cNqwzNgC56bw8Fv2YEbanH2XFw/DMxmuXkunF+no9qA==","signatures":[{"sig":"MEUCIQDFyo9mDdjpkJxMO0LZWePTrMk9MwgAw7Mo0qfTKPw+JAIgecQ0iCP/Imq1b55+mZYcxnIFeQP4nuTOJP5jrbiS5TY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556155},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b26e295f-59e6-4578-ba17-58e43b14dd98\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20251215.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Gr7XV6PXgaLYG44avShztjUSF47xcJbs9GsK7JErRU9cNqwzNgC56bw8Fv2YEbanH2XFw/DMxmuXkunF+no9qA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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/core-tracing":">=1.3.2-alpha <1.3.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","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20251215.1_1765812632003_0.12833507546086986","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20251216.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20251216.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e125f25473f9a1af53586590a58ce20632a65f8a","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20251216.1.tgz","fileCount":328,"integrity":"sha512-rMu6gvLB0jUme/92zXU0YIu84KpK71Czv6komlxL4rLXBPPlfruFTiLj5IIz2HTjwO4yvDOoGio0EAc349KY7w==","signatures":[{"sig":"MEYCIQC5p6dpYdeKqL6wO8xAW/o3VHkEGT6G0p+M4yQIiEJwhAIhAOj9F7TDGWozDsC5knbsSHWPYPPOYh8/ep0lWe/p+Uil","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556155},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\29b24d28-bf4b-49b5-a7c7-27f33855c6a0\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20251216.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-rMu6gvLB0jUme/92zXU0YIu84KpK71Czv6komlxL4rLXBPPlfruFTiLj5IIz2HTjwO4yvDOoGio0EAc349KY7w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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/core-tracing":">=1.3.2-alpha <1.3.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","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20251216.1_1765898986455_0.6385344618808866","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20251217.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20251217.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"54d3603eaa20639583025295862eaa0c699c0c35","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20251217.1.tgz","fileCount":328,"integrity":"sha512-ZvrSyogYT03fvIKjth+rthzXu0skGBAuFTnVZLAmKMx0jRr6ur/gesK+qQXEIpTRC99R9THOasB3fqRGq07hQA==","signatures":[{"sig":"MEQCIBACBzSDzcQr88GeJ/eUd44aGUGeJWdclwh4zby5/gWjAiASGiaj+Iz1n1h7XzTvUlhbAzRd+2YkZesH5WP6HxbTTA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556155},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\49af25b5-b655-48da-a0ce-d524db62b299\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20251217.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ZvrSyogYT03fvIKjth+rthzXu0skGBAuFTnVZLAmKMx0jRr6ur/gesK+qQXEIpTRC99R9THOasB3fqRGq07hQA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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/core-tracing":">=1.3.2-alpha <1.3.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","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20251217.1_1765985140080_0.8500701840599585","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20251219.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20251219.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"48091ced38217deaf7908dafa783ae66fa7ee4fe","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20251219.1.tgz","fileCount":328,"integrity":"sha512-UUGTXQNs2YYt1BcL7Sbqa/JJ2uYlmbFIlkIwUn3iDY/rwj1Wki+quUka/TzG0vJmMtIjjauouscuuOasAevRsA==","signatures":[{"sig":"MEQCIGjuFpVpgEnW3W/ZRXZ6px6hhHpLK+hmaDfxEmksNuO7AiADP8WQ+11l1F2nysYWEalfctZmMJVH5YQxZ7CYFdYnPw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556155},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6931901c-8acc-47dd-8119-a2ba8af13f3d\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20251219.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-UUGTXQNs2YYt1BcL7Sbqa/JJ2uYlmbFIlkIwUn3iDY/rwj1Wki+quUka/TzG0vJmMtIjjauouscuuOasAevRsA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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/core-tracing":">=1.3.2-alpha <1.3.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","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20251219.1_1766158642400_0.26865983134058435","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20251222.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20251222.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f723a1cbfef71281b9fbd0dddb0c8acc913c88ba","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20251222.1.tgz","fileCount":328,"integrity":"sha512-p94tQpLDul4nORGqMi417Ohp8nIvZbmFdgcQtlKcMJS16KYpF5hukWPsKF57mrDkQA6EMuncwHdtvtQemgOwYg==","signatures":[{"sig":"MEUCIE9+DguGN+kI4BkiOkjX2q+Ns5PHnpKn8Oy3HdCAW3o5AiEA6P4TQAvF0tfcWoQa+BSWW/AQpNwFgkowgSQyaTeazMY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556155},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\96fa8938-eb69-43c0-8fe4-0b7360a262a9\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20251222.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-p94tQpLDul4nORGqMi417Ohp8nIvZbmFdgcQtlKcMJS16KYpF5hukWPsKF57mrDkQA6EMuncwHdtvtQemgOwYg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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/core-tracing":">=1.3.2-alpha <1.3.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","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20251222.1_1766417507355_0.8995462316007652","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20251223.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20251223.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"81d75ea3188f9a02a4aa3555b1428b7cfd3a5ee8","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20251223.1.tgz","fileCount":328,"integrity":"sha512-ya+UYQYzX0CTiaGiMA+wupzVF9Id2+w2mGj9FFNQCTfOiaCRxASIPw+tMRabVOR9CRz8FkDrmb0gGEjL9u1g8A==","signatures":[{"sig":"MEUCIQCKS/dIhQBgyIsz/cfF4uwFe7cTi5vTzc6u2ZevugjCrwIgC0XEdfEe+LHNolRo8+EYS9qAVdr/ieGWZpME/l4fLms=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556155},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a0443881-cc7d-4184-9a45-1720cc5464cd\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20251223.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ya+UYQYzX0CTiaGiMA+wupzVF9Id2+w2mGj9FFNQCTfOiaCRxASIPw+tMRabVOR9CRz8FkDrmb0gGEjL9u1g8A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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/core-tracing":">=1.3.2-alpha <1.3.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","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20251223.1_1766503886386_0.9980840938324056","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20251224.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20251224.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c913a3a3ab60f8016be651ccf9aeb3151244b6f6","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20251224.1.tgz","fileCount":328,"integrity":"sha512-wu6wW2AWuqGRcNyD1sUhGAmTNxeCdFTeUvE/kLbE2L52XzApTiaouuo5uQWED5OLzBJbjIA52rcsERc4YKYMAg==","signatures":[{"sig":"MEQCIBicSRlyPC0bNR/XeT/T3xaPkIAIa8I8yf0gNsP+YiI6AiBpvi+dO9gnfJ+OW8nT+Jnr+g4hr+UmTK+/6VgSMeDysw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556155},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4fc35747-cf9e-495d-9218-527e33b80a74\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20251224.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-wu6wW2AWuqGRcNyD1sUhGAmTNxeCdFTeUvE/kLbE2L52XzApTiaouuo5uQWED5OLzBJbjIA52rcsERc4YKYMAg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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/core-tracing":">=1.3.2-alpha <1.3.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","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20251224.1_1766590163758_0.6091206502765452","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20251229.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20251229.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"49d07c635e8f31a8b99b76d73e6fba4ea2b24c87","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20251229.1.tgz","fileCount":328,"integrity":"sha512-NVeuNDU/BKTwjE6qiZw7GgCGkFU5Yyj9dAHRvpvG5NRY/CIIFfJgvOHvGPxBXIJOrpypWIAjTuWoaOQx91q1RQ==","signatures":[{"sig":"MEYCIQCxe6W/WCqOEpUryQuWRSq+LsG2nNfm3gSqyShnjetKhQIhAOfraOoL+Ww4NdL/K/Aikes1G80Byqc2BCshjccVkVw+","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556155},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ea0d5c52-5323-4307-a52f-6482c647fc9b\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20251229.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-NVeuNDU/BKTwjE6qiZw7GgCGkFU5Yyj9dAHRvpvG5NRY/CIIFfJgvOHvGPxBXIJOrpypWIAjTuWoaOQx91q1RQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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/core-tracing":">=1.3.2-alpha <1.3.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","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20251229.1_1767022362081_0.7079547982961027","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20260102.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20260102.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6d9e313555bee1199c76be9cb8098540a9d250c0","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20260102.1.tgz","fileCount":328,"integrity":"sha512-R1zVG1BUlG6t7+VdLdc9mLY/y/bouNG/EodgsbThW//s3xwiNmrrQdOmT3PdaBKhhSFSy5x32r8Bc51pgJeUcw==","signatures":[{"sig":"MEUCICJqtpJ++AyaeBX1xKy5jli91AB51wohB4uuGUT25taNAiEAx5u2MVDjQD8J7U1/MoYfK1jl+x43BuGQZ18uPg7vjds=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556155},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4267d3fd-8ea1-43ec-b956-286fb56d9d21\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20260102.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-R1zVG1BUlG6t7+VdLdc9mLY/y/bouNG/EodgsbThW//s3xwiNmrrQdOmT3PdaBKhhSFSy5x32r8Bc51pgJeUcw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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/core-tracing":">=1.3.2-alpha <1.3.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","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20260102.1_1767368102047_0.8582371790872247","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20260105.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20260105.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fe1a66904efa5bb065025e83f1d9077b2fde10e0","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20260105.1.tgz","fileCount":328,"integrity":"sha512-3+4gviEJGWpwLR1ev7SsBoHPOGEzaEI9yf1sVnRMjmTBNfahP98ZwL/Js86V1l1uNPjGvWmHXlFrYu0rJv85hg==","signatures":[{"sig":"MEYCIQDCI7qfNzHdUVP4b+chIeF9qwd8DPYEsF/9zXiD1WvqvAIhAPR+azr8QkREsiZAjBgXnANc6o6zvtVEjoNGLjRq/FsX","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556155},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b98e276a-5e13-4e4c-a4c0-6d6137f08009\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20260105.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-3+4gviEJGWpwLR1ev7SsBoHPOGEzaEI9yf1sVnRMjmTBNfahP98ZwL/Js86V1l1uNPjGvWmHXlFrYu0rJv85hg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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/core-tracing":">=1.3.2-alpha <1.3.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","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20260105.1_1767627407059_0.9476460796653523","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20260106.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20260106.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"16d6be92e9f1257935a1f908e85b033359b97f73","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20260106.1.tgz","fileCount":328,"integrity":"sha512-XkkWs3aqctwLA3k84rPv3oAOTB9egBTiAUGHz8KhUC42Z79U0c3eo7isCJKLI8b5h3n2r+AkmCOX2/BmjqautA==","signatures":[{"sig":"MEUCIQCucx8cROtoO2XaXwjlS66dO9ZskzfdoOgb1NQZz2bhxAIgaan3Dyh5cLDxQK8Qa9goN4pcH0rHyScFAAye5vUBU2w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556155},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\82a14629-6480-4e5c-8047-dbd251e8e3eb\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20260106.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-XkkWs3aqctwLA3k84rPv3oAOTB9egBTiAUGHz8KhUC42Z79U0c3eo7isCJKLI8b5h3n2r+AkmCOX2/BmjqautA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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/core-tracing":">=1.3.2-alpha <1.3.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","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20260106.1_1767713382737_0.8882254032626384","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20260108.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20260108.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7fab10a95dc0aecc64c1df243d328c7a00782533","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20260108.1.tgz","fileCount":328,"integrity":"sha512-/D7+As5FED0Qmp0u/QaykL9UIrLREhA+2BqRLojx2P4AAD6/JpNIXRoO0eNJJJJ/8B/3K5gyx+Cwt8a1oOgrxg==","signatures":[{"sig":"MEQCIHKTVI1M8Uwk55hwwhbPDmJaKkB3LEvqxvLI9zUHnnvvAiB0MVPaKadadfv95QRZkKBoxqzy/j9FIMLGKCukNPeqew==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556156},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\115d62a1-bd43-4392-8936-03d41e9d6f22\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20260108.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-/D7+As5FED0Qmp0u/QaykL9UIrLREhA+2BqRLojx2P4AAD6/JpNIXRoO0eNJJJJ/8B/3K5gyx+Cwt8a1oOgrxg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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/core-tracing":">=1.3.2-alpha <1.3.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","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20260108.1_1767886652302_0.39515186957105475","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20260109.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20260109.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"dcefd8799d4baedabc5244c51415bae3de5901e3","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20260109.1.tgz","fileCount":328,"integrity":"sha512-32GbL7DjBc+9B57aIk9vUaP7RTL26BfPtQv59CVaHARlv89Pno7SoSUtX1usd421q7xseOq57epfeQJPakUMuA==","signatures":[{"sig":"MEUCIQC3aTjBHA2+DUhVkKlwr7IwKMA8bBqujBCLqMDJt6YiXQIgMySfsno5reUwuAmXpn75BAxABzQSuyGnoRyrqqUQae4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556156},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ef584a08-296e-4dfc-b788-1221a04f6441\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20260109.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-32GbL7DjBc+9B57aIk9vUaP7RTL26BfPtQv59CVaHARlv89Pno7SoSUtX1usd421q7xseOq57epfeQJPakUMuA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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/core-tracing":">=1.3.2-alpha <1.3.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","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20260109.1_1767972571969_0.9826668206321709","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20260112.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20260112.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8c4cf313f88b3bf0ec58c19d983ac1e8dab8ef9a","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20260112.1.tgz","fileCount":328,"integrity":"sha512-LibbDB+OsJfZ149HvqNd1wTNY4z0GCY9qbE4+UpUyLCv3jwdIEKspP0mm2eHnNVJaoBxtOPNL6MNUvE2xmzikA==","signatures":[{"sig":"MEUCIQDK3Gc2RHke+0KJ93Vk5z7kxA2V24CgeOepf+INNBVWhwIgd2o+lxyiPSJp2ItmzCrSxHQKmJWw1u90Erdo5EeL980=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556156},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\73245738-402b-4c50-ae0f-09aff4260934\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20260112.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-LibbDB+OsJfZ149HvqNd1wTNY4z0GCY9qbE4+UpUyLCv3jwdIEKspP0mm2eHnNVJaoBxtOPNL6MNUvE2xmzikA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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/core-tracing":">=1.3.2-alpha <1.3.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","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20260112.1_1768231721785_0.5062594260032398","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20260113.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20260113.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"864d1ec3781cfeb9ff900fa141a5c033d837e56e","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20260113.1.tgz","fileCount":328,"integrity":"sha512-5QRs708N/tI5fuKzbjiFcl775APn9zSysXsemEPbWLY/XS0MoBDQ4YLCc7xVg6WjW66rCK57NOoU+DTGvQ25pQ==","signatures":[{"sig":"MEUCIHytdwITY4EfLeUPtMlyIzTMN8illbTx5kxXDopPrAOwAiEAqS7JJT2hXO2LByrOOy72dpXeYWL2YdLLKoyM2BQ+NHQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556156},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\39472065-8ab7-4c96-bbc4-0fa167a9d5b2\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20260113.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-5QRs708N/tI5fuKzbjiFcl775APn9zSysXsemEPbWLY/XS0MoBDQ4YLCc7xVg6WjW66rCK57NOoU+DTGvQ25pQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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/core-tracing":">=1.3.2-alpha <1.3.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","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20260113.1_1768318308821_0.5477600390495554","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20260114.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20260114.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6d89ff9d88444e1265dc5f159e906d253d298cda","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20260114.1.tgz","fileCount":328,"integrity":"sha512-C6QZ/SF1Bi5/U6oKnETQRpOcjhVZItklpA562GfqngVxnWSVrfJQBzTssS2BSvkwswnUb/fgL14tj4rJHTr00g==","signatures":[{"sig":"MEUCIQCjui40Sans9zZofEJ2wYN+0pdEzdEDF17QMPNry7mmVAIgb4v4kj1/4doKxnl/egcU68uuyl5xxzDcbwPufvPM9q4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556156},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\27545eb2-e78a-46d5-92c8-cc96931b9b07\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20260114.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-C6QZ/SF1Bi5/U6oKnETQRpOcjhVZItklpA562GfqngVxnWSVrfJQBzTssS2BSvkwswnUb/fgL14tj4rJHTr00g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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/core-tracing":">=1.3.2-alpha <1.3.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","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20260114.1_1768404656931_0.7233586147703728","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20260115.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20260115.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2da27a1e3d542175edfa87b8f0797ad69b89dac7","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20260115.1.tgz","fileCount":328,"integrity":"sha512-kXEdRLCWY+Z5wCTbsq6P4S3eFInUdpE+EIzfZZzRGkHaCF0WKCO8uvEVPTEG7Fjf9YITubgu6aMMAOGN3GE2ow==","signatures":[{"sig":"MEYCIQDhCIA510xdHSE8qHez9X9oxCYNmJ07zjrXa0PTNuDVpQIhALC8OrM080uh2+gea9iE6TQjl8ec4nBj3vG0q+2ZkFHn","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556156},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\0d60fc85-ca54-49be-a692-0b986e03dcc6\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20260115.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-kXEdRLCWY+Z5wCTbsq6P4S3eFInUdpE+EIzfZZzRGkHaCF0WKCO8uvEVPTEG7Fjf9YITubgu6aMMAOGN3GE2ow==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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/core-tracing":">=1.3.2-alpha <1.3.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","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20260115.1_1768491387706_0.6145134279188671","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20260116.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20260116.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1b54d16e4f88efc88916d3394deaeac6b814e7ce","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20260116.1.tgz","fileCount":328,"integrity":"sha512-9a9lY92SX7+oHpHIjSS8xTdjdddWhpESim9lyd/+C5Q7clQUEKI4uHif3QVQV5sMYd8+4NisnMP4cwbTxg8a6Q==","signatures":[{"sig":"MEUCIHOvtd4sCOlXkqM3tIiW7H205a/RRrzE7S2epXBQ+maBAiEAtCCU1Og0rW59FIWdfMqdff41JsNzrzb5PnIAhoYhuy8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556156},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\dac1cdae-c2a6-41de-ba80-73182d4e2f50\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20260116.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-9a9lY92SX7+oHpHIjSS8xTdjdddWhpESim9lyd/+C5Q7clQUEKI4uHif3QVQV5sMYd8+4NisnMP4cwbTxg8a6Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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/core-tracing":">=1.3.2-alpha <1.3.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","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20260116.1_1768577589124_0.2982948845352291","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20260119.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20260119.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e0591d8751daed0bdcea769acf685af83bdd6c2a","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20260119.1.tgz","fileCount":328,"integrity":"sha512-GY9zcfT4kYKoKvBYCo0a7RaGR1MTsjBGIDjf06YrFf21gN+L+w6KlUgH07UQKvI5L/aY8lkXwBp5XLxpZda/4A==","signatures":[{"sig":"MEQCICUR67OA+gBMBK+yQJ29P6Iex0U+kggDImGCtuAF8gBoAiBV6HbyGuSX5aIme7vKVADxgefnFnBwhNEzSLVTenbNcw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556156},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6c8c1b6d-b65f-4b1a-9bf9-81ea7b4ea082\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20260119.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-GY9zcfT4kYKoKvBYCo0a7RaGR1MTsjBGIDjf06YrFf21gN+L+w6KlUgH07UQKvI5L/aY8lkXwBp5XLxpZda/4A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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/core-tracing":">=1.3.2-alpha <1.3.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","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20260119.1_1768836999239_0.8950254790373415","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20260120.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20260120.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c0a39c7d0963cd09fd15d96ee248d46e40763b92","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20260120.1.tgz","fileCount":328,"integrity":"sha512-AYEPBBFTBdxmzxlY3uZspv0lDO6i7eyL1+oQVX/hbDxX/uEpoRzLaM/n+MePwYlSx363J2q2vn9avcvn/Oz+Dw==","signatures":[{"sig":"MEYCIQD257PJ8v/YKfa5/noDCXEj75YeQIN49blU+o6cJCsenwIhAMPbCmT8Tvs23xRUaMZ1Juqspo5Lxmw689SG9QIhpbQI","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556156},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\351f9be5-71cc-43c8-bbb8-b6891192d187\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20260120.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-AYEPBBFTBdxmzxlY3uZspv0lDO6i7eyL1+oQVX/hbDxX/uEpoRzLaM/n+MePwYlSx363J2q2vn9avcvn/Oz+Dw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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/core-tracing":">=1.3.2-alpha <1.3.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","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20260120.1_1768922712866_0.32590336128577624","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20260121.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20260121.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ef955cfcd4bcd453ac99d7d61887e4cdfd4183be","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20260121.1.tgz","fileCount":328,"integrity":"sha512-j+KgfqcZHJmbUw2aJ5tqi4l+gT6rGP9dcoqPMsMBmPLOFjSh3LTsnBB0y5bs0JH7hPMa3Ae/6/08IzUlNBu61g==","signatures":[{"sig":"MEQCIHYIMn7Y/ykZEtLr/uE6C2j/NQFwGdKP1l+hu5y0p+XAAiAcz91U4qH4U2LOAj5nu2kIy42fSSli4fNuAMYQ3vHvPQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556156},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\eec9d2d7-5aef-4da9-985d-7502c84f8634\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20260121.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-j+KgfqcZHJmbUw2aJ5tqi4l+gT6rGP9dcoqPMsMBmPLOFjSh3LTsnBB0y5bs0JH7hPMa3Ae/6/08IzUlNBu61g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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/core-tracing":">=1.3.2-alpha <1.3.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","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20260121.1_1769009645218_0.7866283256437914","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20260122.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20260122.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c29a5aff557758275af830559d84688184951070","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20260122.1.tgz","fileCount":328,"integrity":"sha512-ympNAy/XmU9JMOCswxIyLnfLOmn8fDIpi/rh9N81nqwQ2SPCZZJoQz6ES+xGtVpu1kwJFq4rimOi/KcUt2kNUA==","signatures":[{"sig":"MEYCIQCgOGsWo7R9xNnAmg+XUMwK0Vz8yn1fZt1D+IL1+QJ10QIhAO1i8ShlyGbF75JiZnoe3//1njmWhIkafUfKkUGZP2tc","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556156},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\272a81fd-d92f-4eb4-9c8a-130f9f03457d\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20260122.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ympNAy/XmU9JMOCswxIyLnfLOmn8fDIpi/rh9N81nqwQ2SPCZZJoQz6ES+xGtVpu1kwJFq4rimOi/KcUt2kNUA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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/core-tracing":">=1.3.2-alpha <1.3.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","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20260122.1_1769095799963_0.9505628870726557","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20260123.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20260123.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"abfffa20b6499988b3ba58bd565336c9d6dc475c","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20260123.1.tgz","fileCount":328,"integrity":"sha512-FwanmaB6OKy+TTpYq9dnfctneQkeHnyOt21+KR1W7UxxVmUoDSfP5XRcLYRdsE2qtLXkCXY2b27PAADhCyHzsg==","signatures":[{"sig":"MEUCIFLtTjEyhdvSptEy503MOQk/XTfmnSh4KSs2eD8M9UDIAiEAmCpjhvSixZ3WAoN7GTyN3SQnYInjZeaUpJArKNsGMJQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556156},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\beca536f-716c-4d43-919f-1a43ee2bba5a\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20260123.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-FwanmaB6OKy+TTpYq9dnfctneQkeHnyOt21+KR1W7UxxVmUoDSfP5XRcLYRdsE2qtLXkCXY2b27PAADhCyHzsg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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/core-tracing":">=1.3.2-alpha <1.3.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","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20260123.1_1769182469182_0.3674764073371599","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20260126.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20260126.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"637e478c7dfa9386103a532fe43084fc3309cb11","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20260126.1.tgz","fileCount":328,"integrity":"sha512-SFBjLdPGdRpPGx20U/VGw0drtnp2BpeZYTynqWEDqwPIyz25I2BkbzChZRgUXW/bbxFkUnnayCzcl/RRGM5bIg==","signatures":[{"sig":"MEYCIQDELJSNCk7GDfTH2+AkfoPvJ4iv6AoDfJaLcHS0mXHKjAIhAJ/2k1aVdI9Kv0D0ARaJ3aT6XosNWLQv4g2uRL8p7W4B","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556156},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\60fb4d0a-5ec7-4436-aefc-c9f3dc76f6c5\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20260126.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-SFBjLdPGdRpPGx20U/VGw0drtnp2BpeZYTynqWEDqwPIyz25I2BkbzChZRgUXW/bbxFkUnnayCzcl/RRGM5bIg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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/core-tracing":">=1.3.2-alpha <1.3.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","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20260126.1_1769441524459_0.4832889037914956","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20260127.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20260127.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"748850bcd8135829b18a3cad4d802d5f143360d9","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20260127.1.tgz","fileCount":328,"integrity":"sha512-rzdkwxg5NfBGfHZTDqCpKSs9kTWBQY+IgGxyGNIk71zDQKhwZKjQt1VQyKvM0YbX0W/Byy6ISy3EuS3VUIKBsA==","signatures":[{"sig":"MEUCIQDZQAH/d+B5rbwi8p2XopBF4SmQeqROcn1IZAg2oqYB7wIgJGwP/i+aiKrUen+WeXQ3gsEQw6BF5O0f4fdw8wFaRm0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556156},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\655c8001-3a80-4e8e-8806-6303d64186ca\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20260127.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-rzdkwxg5NfBGfHZTDqCpKSs9kTWBQY+IgGxyGNIk71zDQKhwZKjQt1VQyKvM0YbX0W/Byy6ISy3EuS3VUIKBsA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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/core-tracing":">=1.3.2-alpha <1.3.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","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20260127.1_1769527521955_0.6527783061668564","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20260128.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20260128.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"efed065b4b650fc2099bafd656800b882136aa56","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20260128.1.tgz","fileCount":328,"integrity":"sha512-OHsVj2zQo41tYbzN2BGUyOME1AHdnsj5Yn//dV65t9KJ5zFUKRfxYSoYixHGkt5sek4XHXiw/FwQ1MLodUT2Sw==","signatures":[{"sig":"MEMCH0o9rTBa7mHTArdfcH+EMZ6uj7tWv7JicYQsvYevFOUCIFOCrsE6Oz7QSzgBplIRBMXHJWc/9rEHqkk8WWsFW41v","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556156},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a878a421-1d8d-4042-bf2b-94f7de06b703\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20260128.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-OHsVj2zQo41tYbzN2BGUyOME1AHdnsj5Yn//dV65t9KJ5zFUKRfxYSoYixHGkt5sek4XHXiw/FwQ1MLodUT2Sw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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/core-tracing":">=1.3.2-alpha <1.3.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","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20260128.1_1769614414048_0.062402142199586175","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20260129.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20260129.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7080242298dfaf96368c5e62a2b6d84b63d75596","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20260129.1.tgz","fileCount":328,"integrity":"sha512-MlLEz/RhF5OQYZvdUfN4QEpt7ztCkK3aSxG/pZxsmBPLfcwkKuzXgEyCbrew9up1ssT99HWk92hEfMzVRxr3ug==","signatures":[{"sig":"MEUCIQDLSzvx3TSdm4rNhfmCcMijAqlVX/cUvkogAhf2ia/MjQIgVJFhQeUwhYPxnWX6mKxbjSLdSNRq7flhSOfNcy8UGZo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556156},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6688c72f-1a29-4a50-a2c8-75ae554f6e0b\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20260129.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-MlLEz/RhF5OQYZvdUfN4QEpt7ztCkK3aSxG/pZxsmBPLfcwkKuzXgEyCbrew9up1ssT99HWk92hEfMzVRxr3ug==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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/core-tracing":">=1.3.2-alpha <1.3.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","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20260129.1_1769700619839_0.06305484655496296","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20260130.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20260130.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"dfe1b375c9417b676ed7c25d589ac3003d1fe1b4","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20260130.1.tgz","fileCount":328,"integrity":"sha512-Ex1stvGMddcs6DHY+0y8ytjGZp/j9XckUWKmRsNFXoZis6UVrqGrryVLHFyR2ngG7WuCACfNiZOtUb/dNvoxWA==","signatures":[{"sig":"MEQCICN+/p21jmuKXO591gkunJbuuyX8MbgCdzYl+prQWTJXAiAmo7hmSBxnN0+jdwGa6nWTdiozX1c8OX3SOlB8Ercwag==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556156},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0350d63d-8727-442e-9417-921654916967\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20260130.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Ex1stvGMddcs6DHY+0y8ytjGZp/j9XckUWKmRsNFXoZis6UVrqGrryVLHFyR2ngG7WuCACfNiZOtUb/dNvoxWA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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/core-tracing":">=1.3.2-alpha <1.3.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","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20260130.1_1769787165147_0.8847135087472819","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20260203.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20260203.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"30e58e2cd9deb7704299f0cdd243193d40a9c306","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20260203.1.tgz","fileCount":328,"integrity":"sha512-zVFL0aId3O9Q6O4pHpeshBXXkCO/bHf23rDryBIedKz38DkHpQisHBLCxqYg1gFiNeBk0NM5COUEhfL10gON8A==","signatures":[{"sig":"MEQCIDAj1BAKqJDUdyycTdgrSUPBCQ3eCcWKUS7DuZ53d8FwAiA+z1Gn4v/J5YKlRS4OJDhVxcK0jrvKyUVxqeMeVIbXHA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556156},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5d105f58-155c-455b-a50b-cc0a2936ce71\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20260203.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-zVFL0aId3O9Q6O4pHpeshBXXkCO/bHf23rDryBIedKz38DkHpQisHBLCxqYg1gFiNeBk0NM5COUEhfL10gON8A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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/core-tracing":">=1.3.2-alpha <1.3.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","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20260203.1_1770133661406_0.6513334230892727","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20260204.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20260204.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"dd4fbe6c9fa7eceaf15ddc15bdc569b2735cc601","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20260204.1.tgz","fileCount":328,"integrity":"sha512-xQAMGty02ElHxWk0BPq5/nGAaGsqirO/wYs24gIxUHHJDnhCGA8PXKjx8lxm3gDwdpThZZeCJOKQ/1oCgUSEdw==","signatures":[{"sig":"MEQCIAYCCgJRG1kLDEQoTYyDUZA1kvZGnO/xR9fnZ0B4imd7AiBTUqDNS/rdX4nrBfYrDOm7iZYh1RcN040f4IcGDO/MjQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556156},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9ef2134a-4bda-4633-a776-c8c331cdc02b\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20260204.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-xQAMGty02ElHxWk0BPq5/nGAaGsqirO/wYs24gIxUHHJDnhCGA8PXKjx8lxm3gDwdpThZZeCJOKQ/1oCgUSEdw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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/core-tracing":">=1.3.2-alpha <1.3.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","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20260204.1_1770218949869_0.9635667182426677","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20260206.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20260206.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cd6682b31abc890011236ddb49a9ee797b45401c","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20260206.1.tgz","fileCount":328,"integrity":"sha512-MhDvZQQ7cB0PTtJS98kkcmFtY2ayFtHzy8od3bGukoIWltA7k6/52MUmb1qavuVbSQPPCpqZxLfBF2iJ+1dv+Q==","signatures":[{"sig":"MEYCIQCNM3+vFQl3JbILtwsavnK4qvN29eNWLsYZ1h0K+l5qwQIhAN7M/M7ujB5yZsnkdDuVSzPjLTkDuAhrjp287lzkf6kN","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556156},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\38dddf18-654d-414e-8595-f150a36b9062\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20260206.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-MhDvZQQ7cB0PTtJS98kkcmFtY2ayFtHzy8od3bGukoIWltA7k6/52MUmb1qavuVbSQPPCpqZxLfBF2iJ+1dv+Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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/core-tracing":">=1.3.2-alpha <1.3.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","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20260206.1_1770391842876_0.8264470812607461","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20260209.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20260209.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e0af0889e6a36a6f5193adfe32e19f851a56d643","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20260209.1.tgz","fileCount":328,"integrity":"sha512-j4fhXcszUYhpW2Fe58MAG6AvH8yhgXxLndILB7tG07ZVl1BAJPXu8u0TNCSnPVdNAN/WeyS8GOZNZK8TdmcwlA==","signatures":[{"sig":"MEUCIBvTQjxGz6W9UhQUsnahBp7KI51UI8s7VgzyDsSc/+uiAiEAsZq8yMnHBITRwDLycQONITJUXV9dp9HPBM+FaggNq4M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556156},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a53fe7f7-0b8c-47cd-9dbe-ec17c6b07bae\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20260209.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-j4fhXcszUYhpW2Fe58MAG6AvH8yhgXxLndILB7tG07ZVl1BAJPXu8u0TNCSnPVdNAN/WeyS8GOZNZK8TdmcwlA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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/core-tracing":">=1.3.2-alpha <1.3.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","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20260209.1_1770651272796_0.8861886573582032","host":"s3://npm-registry-packages-npm-production"}},"1.2.0-alpha.20260210.1":{"name":"@azure/communication-sms","version":"1.2.0-alpha.20260210.1","keywords":["azure","cloud","Azure","communication","sms"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-sms@1.2.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-sms/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"79f7ec4a2ec3d9cfee407eb092790320f0e87ca8","tarball":"https://registry.npmjs.org/@azure/communication-sms/-/communication-sms-1.2.0-alpha.20260210.1.tgz","fileCount":328,"integrity":"sha512-Snw1Af9apm2w1V5sI8oj9rk/0jR+cXozFX/WRY+wl/Eyp4MKBj5Y837KTS29iXkmSH16IRSq6Z8u9xG5+sK00g==","signatures":[{"sig":"MEUCIB+fz9ql196qK35YTHsf+/q61Mx5p+XsR5xAmvneFbG1AiEA2Q7AaXXBAWjHLFBdu7sinzh2MRK160TEar4OJfNnPM4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":556156},"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-sms\\azure-communication-sms-1.2.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":"tsc -p tsconfig.samples.json","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"},"prettier":"@azure/eslint-plugin-azure-sdk/prettier.json","sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2baa95a0-df71-411f-9ec7-aa7174067925\\azure-communication-sms\\azure-communication-sms-1.2.0-alpha.20260210.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/src/smsApiClient.ts","prefix":"packageDetails"},{"path":"src/generated/src/tracing.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Snw1Af9apm2w1V5sI8oj9rk/0jR+cXozFX/WRY+wl/Eyp4MKBj5Y837KTS29iXkmSH16IRSq6Z8u9xG5+sK00g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","events":"^3.3.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@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/core-tracing":">=1.3.2-alpha <1.3.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","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - SMS","productSlugs":["azure","azure-communication-services"],"requiredResources":{"Azure Communication Services account":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-sms_1.2.0-alpha.20260210.1_1770737766363_0.829909072973058","host":"s3://npm-registry-packages-npm-production"}}},"time":{"created":"2020-09-22T06:05:40.276Z","modified":"2026-03-19T19:50:34.390Z","1.0.0-beta.1":"2020-09-22T06:05:40.616Z","1.0.0-beta.2":"2020-10-06T01:03:49.736Z","1.0.0-alpha.20201013.1":"2020-10-13T23:10:17.799Z","1.0.0-beta.3":"2020-11-16T22:28:05.201Z","1.0.0-alpha.20201211.1":"2020-12-11T15:11:21.825Z","1.0.0-alpha.20201214.1":"2020-12-14T15:14:26.016Z","1.0.0-alpha.20201215.1":"2020-12-15T15:14:41.511Z","1.0.0-alpha.20201216.1":"2020-12-16T15:13:10.814Z","1.0.0-alpha.20201218.1":"2020-12-18T15:17:07.934Z","1.0.0-alpha.20201224.1":"2020-12-24T15:10:35.335Z","1.0.0-alpha.20210113.1":"2021-01-13T15:12:31.856Z","1.0.0-alpha.20210114.1":"2021-01-14T15:14:07.068Z","1.0.0-alpha.20210118.1":"2021-01-18T15:13:02.406Z","1.0.0-alpha.20210120.1":"2021-01-20T15:12:27.252Z","1.0.0-alpha.20210126.1":"2021-01-26T15:13:44.702Z","1.0.0-alpha.20210204.1":"2021-02-04T15:24:15.520Z","1.0.0-alpha.20210209.1":"2021-02-09T15:15:23.662Z","1.0.0-alpha.20210210.1":"2021-02-10T15:16:25.447Z","1.0.0-alpha.20210218.1":"2021-02-18T15:14:14.421Z","1.0.0-alpha.20210219.1":"2021-02-19T15:12:54.726Z","1.0.0-alpha.20210226.1":"2021-02-26T15:13:37.453Z","1.0.0-alpha.20210303.1":"2021-03-03T15:11:32.394Z","1.0.0-beta.4":"2021-03-10T03:30:33.373Z","1.0.0-alpha.20210316.1":"2021-03-16T14:31:57.566Z","1.0.0-alpha.20210317.1":"2021-03-17T14:23:20.982Z","1.0.0-alpha.20210318.1":"2021-03-18T14:17:39.531Z","1.0.0-alpha.20210322.1":"2021-03-22T14:14:13.774Z","1.0.0-alpha.20210323.1":"2021-03-23T14:15:01.606Z","1.0.0-alpha.20210324.1":"2021-03-24T14:15:26.406Z","1.0.0-alpha.20210326.4":"2021-03-27T00:19:26.754Z","1.0.0-alpha.20210329.1":"2021-03-29T14:13:54.002Z","1.0.0":"2021-03-29T18:25:25.662Z","1.0.0-alpha.20210330.1":"2021-03-30T14:31:50.989Z","1.0.0-alpha.20210401.1":"2021-04-01T14:14:42.691Z","1.0.0-alpha.20210408.1":"2021-04-08T14:24:26.832Z","1.0.0-alpha.20210413.1":"2021-04-13T14:23:27.542Z","1.0.0-alpha.20210422.1":"2021-04-22T14:15:06.168Z","1.0.0-alpha.20210427.1":"2021-04-27T14:18:33.196Z","1.0.1-alpha.20210428.2":"2021-04-28T17:04:41.469Z","1.0.1-alpha.20210429.1":"2021-04-29T14:21:32.509Z","1.0.1-alpha.20210505.1":"2021-05-05T14:15:49.828Z","1.0.1-alpha.20210514.1":"2021-05-14T14:26:45.254Z","1.0.1-alpha.20210517.1":"2021-05-17T14:25:27.811Z","1.0.1-alpha.20210521.1":"2021-05-21T14:21:25.737Z","1.0.1-alpha.20210521.2":"2021-05-21T23:12:55.981Z","1.0.1-alpha.20210601.1":"2021-06-01T14:17:21.216Z","1.0.1-alpha.20210602.1":"2021-06-02T14:18:41.970Z","1.0.1-alpha.20210610.1":"2021-06-10T14:21:06.824Z","1.0.1-alpha.20210614.1":"2021-06-14T14:20:23.770Z","1.1.0-alpha.20210705.1":"2021-07-05T14:23:25.096Z","1.1.0-alpha.20210716.1":"2021-07-16T14:22:41.089Z","1.1.0-alpha.20210805.1":"2021-08-05T14:24:33.854Z","1.1.0-alpha.20210816.1":"2021-08-16T14:26:48.572Z","1.1.0-alpha.20210827.1":"2021-08-27T14:28:44.118Z","1.1.0-alpha.20210902.1":"2021-09-02T14:22:05.932Z","1.1.0-alpha.20210915.1":"2021-09-15T14:22:29.869Z","1.1.0-alpha.20210928.1":"2021-09-28T14:18:06.422Z","1.1.0-alpha.20211001.1":"2021-10-01T14:18:33.431Z","1.1.0-alpha.20211008.1":"2021-10-08T14:20:46.091Z","1.1.0-alpha.20211027.1":"2021-10-27T14:24:19.543Z","1.1.0-alpha.20211102.1":"2021-11-02T14:25:00.812Z","1.1.0-alpha.20211203.1":"2021-12-03T15:24:12.510Z","1.1.0-alpha.20211206.1":"2021-12-06T15:30:36.788Z","1.1.0-alpha.20211214.1":"2021-12-14T15:18:37.136Z","1.1.0-alpha.20211216.1":"2021-12-16T15:18:16.928Z","1.1.0-alpha.20220104.1":"2022-01-04T15:16:57.031Z","1.1.0-alpha.20220113.1":"2022-01-13T15:17:59.806Z","1.1.0-alpha.20220201.1":"2022-02-01T15:24:32.811Z","1.1.0-alpha.20220308.2":"2022-03-08T15:29:31.037Z","1.1.0-alpha.20220309.1":"2022-03-09T15:19:52.643Z","1.1.0-alpha.20220310.1":"2022-03-10T15:22:41.589Z","1.1.0-alpha.20220311.1":"2022-03-11T15:21:26.671Z","1.1.0-alpha.20220315.1":"2022-03-15T14:51:47.344Z","1.1.0-alpha.20220321.1":"2022-03-21T14:20:33.414Z","1.1.0-alpha.20220331.3":"2022-03-31T14:18:09.966Z","1.1.0-alpha.20220401.1":"2022-04-01T14:22:50.785Z","1.1.0-alpha.20220406.2":"2022-04-06T14:24:12.357Z","1.1.0-alpha.20220407.1":"2022-04-07T14:23:46.158Z","1.1.0-alpha.20220421.1":"2022-04-21T14:23:59.596Z","1.2.0-alpha.20220427.1":"2022-04-27T14:26:17.317Z","1.2.0-alpha.20220504.1":"2022-05-04T14:19:06.840Z","1.2.0-alpha.20220518.1":"2022-05-18T11:10:41.966Z","1.2.0-alpha.20220523.1":"2022-05-23T14:20:34.107Z","1.2.0-alpha.20220525.1":"2022-05-25T14:21:55.166Z","1.2.0-alpha.20220704.1":"2022-07-04T14:19:01.148Z","1.2.0-alpha.20220725.1":"2022-07-25T14:20:10.101Z","1.2.0-alpha.20220803.3":"2022-08-03T14:24:28.579Z","1.2.0-alpha.20220815.1":"2022-08-15T14:22:44.039Z","1.2.0-alpha.20220901.1":"2022-09-01T14:23:48.033Z","1.2.0-alpha.20220923.1":"2022-09-23T14:25:49.299Z","1.2.0-alpha.20221017.1":"2022-10-17T14:26:50.839Z","1.2.0-alpha.20221107.1":"2022-11-07T15:25:15.162Z","1.2.0-alpha.20221130.2":"2022-11-30T15:25:38.419Z","1.2.0-alpha.20230126.1":"2023-01-26T15:25:09.510Z","1.2.0-alpha.20230127.1":"2023-01-27T15:26:41.223Z","1.2.0-alpha.20230303.2":"2023-03-03T15:23:45.069Z","1.2.0-alpha.20230303.3":"2023-03-03T15:35:06.185Z","1.2.0-alpha.20230306.1":"2023-03-06T15:43:51.798Z","1.2.0-alpha.20230306.4":"2023-03-07T01:48:15.521Z","1.2.0-alpha.20230309.2":"2023-03-09T15:00:47.762Z","1.2.0-alpha.20230309.3":"2023-03-09T15:39:21.610Z","1.2.0-alpha.20230310.1":"2023-03-10T11:08:35.341Z","1.2.0-alpha.20230310.2":"2023-03-10T15:28:21.380Z","1.2.0-alpha.20230324.1":"2023-03-24T14:26:42.792Z","1.2.0-alpha.20230515.1":"2023-05-15T14:44:38.906Z","1.2.0-alpha.20230728.1":"2023-07-28T14:29:09.012Z","1.2.0-alpha.20230803.1":"2023-08-03T07:30:38.407Z","1.2.0-alpha.20230803.3":"2023-08-03T14:27:17.998Z","1.2.0-alpha.20230828.1":"2023-08-28T14:40:57.779Z","1.2.0-alpha.20230925.1":"2023-09-25T14:39:14.347Z","1.2.0-alpha.20230927.1":"2023-09-27T14:23:19.114Z","1.2.0-alpha.20231002.1":"2023-10-02T14:37:55.769Z","1.2.0-alpha.20231010.1":"2023-10-10T14:29:32.407Z","1.2.0-alpha.20231013.2":"2023-10-13T14:27:10.632Z","1.2.0-alpha.20231025.1":"2023-10-25T14:26:29.257Z","1.2.0-alpha.20231031.1":"2023-10-31T14:34:21.462Z","1.2.0-alpha.20231103.3":"2023-11-03T10:42:00.789Z","1.2.0-alpha.20231108.1":"2023-11-08T15:28:40.798Z","1.2.0-alpha.20231109.1":"2023-11-09T08:52:22.827Z","1.2.0-alpha.20231109.2":"2023-11-09T15:40:09.778Z","1.2.0-alpha.20231120.2":"2023-11-20T15:40:53.222Z","1.1.0":"2023-11-29T18:13:54.950Z","1.1.0-alpha.20231130.3":"2023-11-30T15:25:38.689Z","1.1.0-alpha.20231207.3":"2023-12-07T15:24:06.502Z","1.1.0-alpha.20231215.2":"2023-12-15T15:29:35.494Z","1.1.1-alpha.20231228.1":"2023-12-28T15:28:54.380Z","1.1.1-alpha.20240111.1":"2024-01-11T15:28:37.834Z","1.1.1-alpha.20240115.1":"2024-01-15T15:41:32.151Z","1.1.1-alpha.20240117.1":"2024-01-17T15:24:48.846Z","1.1.1-alpha.20240129.1":"2024-01-29T15:42:12.691Z","1.1.1-alpha.20240205.1":"2024-02-05T15:40:00.917Z","1.1.1-alpha.20240308.1":"2024-03-08T15:33:48.259Z","1.1.1-alpha.20240325.1":"2024-03-25T14:34:07.514Z","1.1.1-alpha.20240415.1":"2024-04-15T14:35:22.990Z","1.1.1-alpha.20240416.1":"2024-04-16T14:37:31.589Z","1.1.1-alpha.20240417.2":"2024-04-17T14:32:57.078Z","1.1.1-alpha.20240418.1":"2024-04-18T14:38:33.522Z","1.1.1-alpha.20240419.1":"2024-04-19T14:40:10.893Z","1.1.1-alpha.20240422.12":"2024-04-22T19:51:58.077Z","1.1.1-alpha.20240424.4":"2024-04-24T20:32:26.940Z","1.2.0-alpha.20240429.2":"2024-04-29T14:35:37.374Z","1.2.0-beta.1":"2024-05-02T12:15:08.496Z","1.2.0-alpha.20240502.4":"2024-05-02T14:33:05.323Z","1.2.0-alpha.20240503.1":"2024-05-03T14:31:32.969Z","1.2.0-alpha.20240506.1":"2024-05-06T14:38:17.363Z","1.2.0-alpha.20240507.1":"2024-05-07T14:31:23.179Z","1.2.0-alpha.20240509.1":"2024-05-09T14:37:45.514Z","1.2.0-alpha.20240514.1":"2024-05-14T14:32:58.139Z","1.2.0-alpha.20240603.1":"2024-06-03T14:43:55.207Z","1.2.0-alpha.20240604.1":"2024-06-04T14:32:19.286Z","1.2.0-alpha.20240605.1":"2024-06-05T14:37:14.217Z","1.2.0-alpha.20240606.1":"2024-06-06T14:33:31.507Z","1.2.0-alpha.20240607.1":"2024-06-07T14:38:15.083Z","1.2.0-alpha.20240610.1":"2024-06-10T14:34:04.457Z","1.2.0-alpha.20240612.1":"2024-06-12T14:37:27.185Z","1.2.0-alpha.20240613.1":"2024-06-13T14:36:46.815Z","1.2.0-alpha.20240614.1":"2024-06-14T14:40:21.193Z","1.2.0-alpha.20240618.1":"2024-06-18T14:33:27.213Z","1.2.0-alpha.20240701.1":"2024-07-01T14:33:36.338Z","1.2.0-alpha.20240705.1":"2024-07-05T14:28:56.632Z","1.2.0-alpha.20240708.1":"2024-07-08T14:28:46.893Z","1.2.0-alpha.20240709.2":"2024-07-09T14:31:03.079Z","1.2.0-alpha.20240710.1":"2024-07-10T14:28:52.068Z","1.2.0-alpha.20240711.1":"2024-07-11T14:34:08.194Z","1.2.0-alpha.20240712.1":"2024-07-12T14:28:08.366Z","1.2.0-alpha.20240715.1":"2024-07-15T14:31:33.195Z","1.2.0-alpha.20240716.1":"2024-07-16T14:29:41.524Z","1.2.0-alpha.20240716.6":"2024-07-16T23:58:48.765Z","1.2.0-alpha.20240717.5":"2024-07-17T23:35:27.184Z","1.2.0-alpha.20240718.1":"2024-07-18T14:30:17.318Z","1.2.0-alpha.20240718.4":"2024-07-19T03:34:38.747Z","1.2.0-alpha.20240718.5":"2024-07-19T04:42:25.300Z","1.2.0-alpha.20240719.1":"2024-07-19T14:28:47.145Z","1.2.0-alpha.20240722.1":"2024-07-22T14:34:18.826Z","1.2.0-alpha.20240722.3":"2024-07-22T20:55:27.202Z","1.2.0-alpha.20240722.4":"2024-07-22T22:03:28.702Z","1.2.0-alpha.20240723.1":"2024-07-23T14:28:43.497Z","1.2.0-alpha.20240724.1":"2024-07-24T14:29:13.941Z","1.2.0-alpha.20240725.1":"2024-07-25T14:29:06.871Z","1.2.0-alpha.20240729.1":"2024-07-29T14:29:25.834Z","1.2.0-alpha.20240729.2":"2024-07-29T18:13:52.387Z","1.2.0-alpha.20240729.3":"2024-07-29T19:10:03.037Z","1.2.0-alpha.20240730.1":"2024-07-30T14:27:42.218Z","1.2.0-alpha.20240730.2":"2024-07-31T06:38:10.803Z","1.2.0-alpha.20240731.2":"2024-07-31T14:32:19.154Z","1.2.0-alpha.20240801.1":"2024-08-01T14:33:07.203Z","1.2.0-alpha.20240805.1":"2024-08-05T14:29:10.461Z","1.2.0-alpha.20240807.1":"2024-08-07T14:28:25.531Z","1.2.0-alpha.20240808.1":"2024-08-08T14:30:00.912Z","1.2.0-alpha.20240809.1":"2024-08-09T14:28:15.030Z","1.2.0-alpha.20240812.1":"2024-08-12T14:27:31.429Z","1.2.0-alpha.20240813.1":"2024-08-13T14:28:52.894Z","1.2.0-alpha.20240816.1":"2024-08-16T14:29:49.366Z","1.2.0-alpha.20240819.1":"2024-08-19T14:28:27.940Z","1.2.0-alpha.20240821.1":"2024-08-21T14:28:02.689Z","1.2.0-alpha.20240823.1":"2024-08-23T14:30:46.923Z","1.2.0-alpha.20240827.1":"2024-08-27T14:29:19.033Z","1.2.0-alpha.20240828.1":"2024-08-28T14:26:40.161Z","1.2.0-alpha.20240829.1":"2024-08-29T14:29:36.018Z","1.2.0-alpha.20240830.1":"2024-08-30T14:25:10.947Z","1.2.0-alpha.20240902.1":"2024-09-02T14:25:23.455Z","1.2.0-alpha.20240903.1":"2024-09-03T14:27:11.279Z","1.2.0-alpha.20240904.1":"2024-09-04T14:25:13.628Z","1.2.0-alpha.20240905.1":"2024-09-05T14:25:35.841Z","1.2.0-alpha.20240906.1":"2024-09-06T14:25:09.340Z","1.2.0-alpha.20240910.1":"2024-09-10T14:26:38.382Z","1.2.0-alpha.20240911.1":"2024-09-11T14:27:19.360Z","1.2.0-alpha.20240913.1":"2024-09-13T14:25:45.309Z","1.2.0-alpha.20240916.1":"2024-09-16T14:27:20.999Z","1.2.0-alpha.20240917.1":"2024-09-17T14:25:08.179Z","1.2.0-alpha.20240918.1":"2024-09-18T14:28:27.365Z","1.2.0-alpha.20240919.1":"2024-09-19T14:24:22.100Z","1.2.0-alpha.20240920.1":"2024-09-20T14:28:16.813Z","1.2.0-alpha.20240924.1":"2024-09-24T14:28:24.205Z","1.2.0-alpha.20240925.1":"2024-09-25T14:25:34.948Z","1.2.0-alpha.20240925.3":"2024-09-25T22:36:16.421Z","1.2.0-alpha.20240926.1":"2024-09-26T14:25:53.765Z","1.2.0-alpha.20240927.1":"2024-09-27T14:29:01.174Z","1.2.0-alpha.20240930.1":"2024-09-30T14:25:42.845Z","1.2.0-alpha.20241002.1":"2024-10-02T14:30:34.891Z","1.2.0-alpha.20241003.1":"2024-10-03T14:27:28.626Z","1.2.0-alpha.20241004.1":"2024-10-04T14:26:55.277Z","1.2.0-alpha.20241007.1":"2024-10-07T14:25:12.624Z","1.2.0-alpha.20241008.1":"2024-10-08T14:25:46.487Z","1.2.0-alpha.20241009.1":"2024-10-09T14:27:28.126Z","1.2.0-alpha.20241010.1":"2024-10-10T14:29:17.780Z","1.2.0-alpha.20241011.1":"2024-10-11T14:25:05.866Z","1.2.0-alpha.20241014.1":"2024-10-14T14:32:15.192Z","1.2.0-alpha.20241015.1":"2024-10-15T14:25:59.727Z","1.2.0-alpha.20241016.1":"2024-10-16T14:31:48.191Z","1.2.0-alpha.20241018.1":"2024-10-18T14:27:04.610Z","1.2.0-alpha.20241024.1":"2024-10-24T14:25:01.971Z","1.2.0-alpha.20241025.1":"2024-10-25T14:26:47.522Z","1.2.0-alpha.20241028.1":"2024-10-28T14:27:06.703Z","1.2.0-alpha.20241029.1":"2024-10-29T14:27:32.682Z","1.2.0-alpha.20241030.2":"2024-10-30T14:25:07.516Z","1.2.0-alpha.20241031.1":"2024-10-31T14:25:41.681Z","1.2.0-alpha.20241101.1":"2024-11-01T14:25:34.977Z","1.2.0-alpha.20241111.1":"2024-11-11T15:27:44.973Z","1.2.0-alpha.20241111.2":"2024-11-11T18:22:44.722Z","1.2.0-alpha.20241112.1":"2024-11-12T16:27:27.421Z","1.2.0-alpha.20241113.1":"2024-11-13T15:29:46.979Z","1.2.0-alpha.20241114.1":"2024-11-14T15:30:05.330Z","1.2.0-alpha.20241119.1":"2024-11-19T15:29:26.651Z","1.2.0-alpha.20241122.8":"2024-11-23T05:00:04.106Z","1.2.0-alpha.20241203.1":"2024-12-03T15:32:43.119Z","1.2.0-alpha.20241205.1":"2024-12-05T15:35:39.663Z","1.2.0-alpha.20241206.1":"2024-12-06T15:29:19.606Z","1.2.0-alpha.20241209.1":"2024-12-09T15:28:29.316Z","1.2.0-alpha.20241210.1":"2024-12-10T15:27:27.850Z","1.2.0-beta.2":"2024-12-11T08:31:46.171Z","1.2.0-alpha.20241211.2":"2024-12-11T15:30:14.467Z","1.2.0-alpha.20241212.1":"2024-12-12T15:31:35.218Z","1.2.0-alpha.20241213.1":"2024-12-13T15:28:04.838Z","1.2.0-alpha.20241216.1":"2024-12-16T15:28:05.791Z","1.2.0-alpha.20241218.1":"2024-12-18T15:26:40.718Z","1.2.0-alpha.20241219.1":"2024-12-19T15:29:26.387Z","1.2.0-beta.3":"2024-12-19T18:41:56.735Z","1.2.0-alpha.20241220.2":"2024-12-20T15:29:19.301Z","1.2.0-alpha.20241223.1":"2024-12-23T15:30:18.830Z","1.2.0-alpha.20241224.1":"2024-12-24T15:27:57.194Z","1.2.0-alpha.20241225.1":"2024-12-25T15:28:22.581Z","1.2.0-alpha.20241226.1":"2024-12-26T15:30:20.201Z","1.2.0-alpha.20241227.1":"2024-12-27T15:31:52.183Z","1.2.0-alpha.20241230.1":"2024-12-30T15:30:29.425Z","1.2.0-alpha.20241231.2":"2024-12-31T15:29:04.342Z","1.2.0-alpha.20250108.1":"2025-01-08T15:26:04.968Z","1.2.0-alpha.20250109.1":"2025-01-09T15:25:38.448Z","1.2.0-alpha.20250110.2":"2025-01-10T15:26:06.816Z","1.2.0-alpha.20250113.1":"2025-01-13T15:29:17.786Z","1.2.0-alpha.20250114.2":"2025-01-14T15:27:28.788Z","1.2.0-alpha.20250115.1":"2025-01-15T15:29:47.998Z","1.2.0-alpha.20250116.1":"2025-01-16T15:30:58.170Z","1.2.0-alpha.20250117.1":"2025-01-17T15:27:07.952Z","1.2.0-alpha.20250120.1":"2025-01-20T15:30:25.753Z","1.2.0-alpha.20250121.1":"2025-01-21T15:27:17.839Z","1.2.0-alpha.20250122.2":"2025-01-22T15:30:35.457Z","1.2.0-alpha.20250122.7":"2025-01-22T16:38:05.270Z","1.2.0-alpha.20250127.1":"2025-01-27T15:26:34.596Z","1.2.0-alpha.20250129.1":"2025-01-29T15:29:05.357Z","1.2.0-alpha.20250130.1":"2025-01-30T15:27:22.248Z","1.2.0-alpha.20250131.1":"2025-01-31T15:30:35.592Z","1.2.0-alpha.20250203.1":"2025-02-03T15:32:14.215Z","1.2.0-alpha.20250204.1":"2025-02-04T15:45:53.085Z","1.2.0-alpha.20250205.1":"2025-02-05T15:29:07.178Z","1.2.0-alpha.20250210.2":"2025-02-10T15:31:10.368Z","1.2.0-alpha.20250211.1":"2025-02-11T15:28:01.018Z","1.2.0-alpha.20250212.1":"2025-02-12T15:32:23.940Z","1.2.0-alpha.20250213.1":"2025-02-13T15:31:47.313Z","1.2.0-alpha.20250214.1":"2025-02-14T15:56:25.590Z","1.2.0-alpha.20250217.1":"2025-02-17T15:26:24.296Z","1.2.0-alpha.20250218.1":"2025-02-18T15:28:44.292Z","1.2.0-alpha.20250219.1":"2025-02-19T15:29:31.142Z","1.2.0-alpha.20250220.1":"2025-02-20T15:31:35.274Z","1.2.0-alpha.20250221.1":"2025-02-21T15:30:18.572Z","1.2.0-alpha.20250224.1":"2025-02-24T15:30:56.059Z","1.2.0-alpha.20250225.1":"2025-02-25T15:31:47.748Z","1.2.0-alpha.20250226.1":"2025-02-26T15:31:21.365Z","1.2.0-alpha.20250227.1":"2025-02-27T15:31:49.588Z","1.2.0-alpha.20250228.1":"2025-02-28T16:11:45.036Z","1.2.0-alpha.20250303.1":"2025-03-03T15:31:54.709Z","1.2.0-alpha.20250304.1":"2025-03-04T15:27:26.256Z","1.2.0-alpha.20250305.1":"2025-03-05T15:30:55.828Z","1.2.0-alpha.20250306.1":"2025-03-06T15:31:19.106Z","1.2.0-alpha.20250307.1":"2025-03-07T15:30:30.258Z","1.2.0-alpha.20250311.1":"2025-03-11T14:28:36.919Z","1.2.0-alpha.20250312.1":"2025-03-12T14:29:28.164Z","1.2.0-alpha.20250314.1":"2025-03-14T14:29:10.665Z","1.2.0-alpha.20250317.1":"2025-03-17T14:26:50.345Z","1.2.0-alpha.20250317.3":"2025-03-17T16:04:57.046Z","1.2.0-alpha.20250318.1":"2025-03-18T14:27:09.487Z","1.2.0-alpha.20250320.1":"2025-03-20T14:29:59.854Z","1.2.0-alpha.20250321.1":"2025-03-21T14:27:29.650Z","1.2.0-alpha.20250324.1":"2025-03-24T14:30:47.351Z","1.2.0-alpha.20250325.1":"2025-03-25T14:36:17.836Z","1.2.0-alpha.20250326.1":"2025-03-26T14:29:20.988Z","1.2.0-alpha.20250327.2":"2025-03-27T14:29:08.703Z","1.2.0-alpha.20250328.4":"2025-03-28T14:27:39.457Z","1.2.0-alpha.20250331.1":"2025-03-31T14:29:09.513Z","1.2.0-alpha.20250401.1":"2025-04-01T14:29:31.679Z","1.2.0-alpha.20250402.1":"2025-04-02T14:26:25.074Z","1.2.0-alpha.20250403.1":"2025-04-03T14:27:16.565Z","1.2.0-alpha.20250404.1":"2025-04-04T14:26:37.431Z","1.2.0-alpha.20250407.1":"2025-04-07T14:31:03.772Z","1.2.0-alpha.20250408.1":"2025-04-08T14:28:13.179Z","1.2.0-alpha.20250409.1":"2025-04-09T14:25:53.481Z","1.2.0-alpha.20250410.1":"2025-04-10T14:28:39.966Z","1.2.0-alpha.20250411.1":"2025-04-11T14:26:53.397Z","1.2.0-alpha.20250417.1":"2025-04-17T14:26:49.058Z","1.2.0-alpha.20250418.1":"2025-04-18T14:28:07.956Z","1.2.0-alpha.20250421.1":"2025-04-21T14:27:30.248Z","1.2.0-alpha.20250422.1":"2025-04-22T14:31:06.806Z","1.2.0-alpha.20250423.1":"2025-04-23T14:27:33.319Z","1.2.0-alpha.20250424.1":"2025-04-24T14:31:34.089Z","1.2.0-alpha.20250425.1":"2025-04-25T14:26:54.532Z","1.2.0-alpha.20250428.1":"2025-04-28T14:28:50.817Z","1.2.0-alpha.20250429.5":"2025-04-29T14:32:43.703Z","1.2.0-alpha.20250501.1":"2025-05-01T14:28:55.661Z","1.2.0-alpha.20250513.1":"2025-05-13T14:30:26.156Z","1.2.0-alpha.20250515.1":"2025-05-15T14:30:26.922Z","1.2.0-alpha.20250516.2":"2025-05-16T13:31:19.721Z","1.2.0-alpha.20250516.3":"2025-05-16T14:28:16.893Z","1.2.0-alpha.20250519.1":"2025-05-19T14:29:14.477Z","1.2.0-alpha.20250604.4":"2025-06-04T19:43:15.238Z","1.2.0-alpha.20250605.6":"2025-06-05T14:34:30.835Z","1.2.0-alpha.20250606.1":"2025-06-06T14:31:08.966Z","1.2.0-alpha.20250609.1":"2025-06-09T14:28:53.568Z","1.2.0-alpha.20250610.1":"2025-06-10T14:41:46.011Z","1.2.0-beta.4":"2025-06-16T09:44:29.641Z","1.2.0-alpha.20250616.3":"2025-06-16T14:25:41.080Z","1.2.0-alpha.20250617.1":"2025-06-17T14:24:29.413Z","1.2.0-alpha.20250618.1":"2025-06-18T14:23:48.813Z","1.2.0-alpha.20250620.1":"2025-06-20T14:26:53.177Z","1.2.0-alpha.20250723.1":"2025-07-23T14:23:42.915Z","1.2.0-alpha.20250730.1":"2025-07-30T14:26:56.406Z","1.2.0-alpha.20250805.1":"2025-08-05T14:28:12.873Z","1.2.0-alpha.20250825.1":"2025-08-25T14:35:14.790Z","1.2.0-alpha.20250826.1":"2025-08-26T14:33:34.933Z","1.2.0-alpha.20250901.2":"2025-09-01T15:30:46.102Z","1.2.0-alpha.20250930.3":"2025-09-30T20:33:53.590Z","1.2.0-alpha.20251021.1":"2025-10-21T14:27:09.676Z","1.2.0-alpha.20251022.1":"2025-10-22T14:24:50.647Z","1.2.0-alpha.20251023.1":"2025-10-23T14:27:31.082Z","1.2.0-alpha.20251027.1":"2025-10-27T14:32:22.542Z","1.2.0-alpha.20251028.1":"2025-10-28T14:30:57.343Z","1.2.0-alpha.20251029.1":"2025-10-29T14:30:55.120Z","1.2.0-alpha.20251030.1":"2025-10-30T14:30:43.624Z","1.2.0-alpha.20251031.1":"2025-10-31T14:31:45.721Z","1.2.0-alpha.20251104.1":"2025-11-04T15:28:21.528Z","1.2.0-alpha.20251105.1":"2025-11-05T15:30:07.745Z","1.2.0-alpha.20251107.1":"2025-11-07T15:40:46.402Z","1.2.0-alpha.20251110.1":"2025-11-10T15:40:12.500Z","1.2.0-alpha.20251111.1":"2025-11-11T15:25:57.049Z","1.2.0-alpha.20251112.1":"2025-11-12T15:23:15.867Z","1.2.0-alpha.20251113.1":"2025-11-13T15:29:30.905Z","1.2.0-alpha.20251117.1":"2025-11-17T15:31:19.621Z","1.2.0-alpha.20251119.1":"2025-11-19T15:25:03.239Z","1.2.0-alpha.20251120.1":"2025-11-20T15:30:45.621Z","1.2.0-alpha.20251121.1":"2025-11-21T15:38:07.099Z","1.2.0-alpha.20251124.1":"2025-11-24T15:35:46.726Z","1.2.0-alpha.20251125.1":"2025-11-25T15:36:57.784Z","1.2.0-alpha.20251202.1":"2025-12-02T15:36:35.554Z","1.2.0-alpha.20251203.1":"2025-12-03T15:33:04.779Z","1.2.0-alpha.20251204.1":"2025-12-04T15:31:22.429Z","1.2.0-alpha.20251209.1":"2025-12-09T15:36:08.500Z","1.2.0-alpha.20251210.1":"2025-12-10T15:36:52.447Z","1.2.0-alpha.20251215.1":"2025-12-15T15:30:32.200Z","1.2.0-alpha.20251216.1":"2025-12-16T15:29:46.636Z","1.2.0-alpha.20251217.1":"2025-12-17T15:25:40.245Z","1.2.0-alpha.20251219.1":"2025-12-19T15:37:22.550Z","1.2.0-alpha.20251222.1":"2025-12-22T15:31:47.493Z","1.2.0-alpha.20251223.1":"2025-12-23T15:31:26.575Z","1.2.0-alpha.20251224.1":"2025-12-24T15:29:23.910Z","1.2.0-alpha.20251229.1":"2025-12-29T15:32:42.239Z","1.2.0-alpha.20260102.1":"2026-01-02T15:35:02.198Z","1.2.0-alpha.20260105.1":"2026-01-05T15:36:47.211Z","1.2.0-alpha.20260106.1":"2026-01-06T15:29:42.857Z","1.2.0-alpha.20260108.1":"2026-01-08T15:37:32.444Z","1.2.0-alpha.20260109.1":"2026-01-09T15:29:32.092Z","1.2.0-alpha.20260112.1":"2026-01-12T15:28:41.918Z","1.2.0-alpha.20260113.1":"2026-01-13T15:31:48.987Z","1.2.0-alpha.20260114.1":"2026-01-14T15:30:57.121Z","1.2.0-alpha.20260115.1":"2026-01-15T15:36:27.869Z","1.2.0-alpha.20260116.1":"2026-01-16T15:33:09.306Z","1.2.0-alpha.20260119.1":"2026-01-19T15:36:39.385Z","1.2.0-alpha.20260120.1":"2026-01-20T15:25:13.017Z","1.2.0-alpha.20260121.1":"2026-01-21T15:34:05.379Z","1.2.0-alpha.20260122.1":"2026-01-22T15:30:00.135Z","1.2.0-alpha.20260123.1":"2026-01-23T15:34:29.326Z","1.2.0-alpha.20260126.1":"2026-01-26T15:32:04.604Z","1.2.0-alpha.20260127.1":"2026-01-27T15:25:22.171Z","1.2.0-alpha.20260128.1":"2026-01-28T15:33:34.221Z","1.2.0-alpha.20260129.1":"2026-01-29T15:30:20.003Z","1.2.0-alpha.20260130.1":"2026-01-30T15:32:45.297Z","1.2.0-alpha.20260203.1":"2026-02-03T15:47:41.554Z","1.2.0-alpha.20260204.1":"2026-02-04T15:29:10.067Z","1.2.0-alpha.20260206.1":"2026-02-06T15:30:43.034Z","1.2.0-alpha.20260209.1":"2026-02-09T15:34:32.941Z","1.2.0-alpha.20260210.1":"2026-02-10T15:36:06.568Z"},"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-sms/","keywords":["azure","cloud","Azure","communication","sms"],"repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"SDK for Azure Communication SMS service which facilitates the sending of SMS messages.","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":""}