{"_id":"@azure/web-pubsub-client-protobuf","_rev":"331-619ab6aecb36ea21da5a9c006ecd1804","name":"@azure/web-pubsub-client-protobuf","dist-tags":{"next":"1.0.0-beta.2","latest":"1.0.0-beta.2","dev":"1.0.0-alpha.20260210.1"},"versions":{"1.0.0-beta.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-beta.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-beta.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"58f11151afd1c0887f0c58d665790ee8555315a3","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-beta.1.tgz","fileCount":20,"integrity":"sha512-sYW3ejgL9l9eMCwiQ1SzF6hNrPa/AMHtuNWgJdYd0BNQuv51jVLUXj//YD+YWpFTiacKIFDaRKLXgY0bsvtK2g==","signatures":[{"sig":"MEYCIQDNDY7LaCYN4XBx4tNabfQedfzwfA5AzzdFLip8oS7PlAIhAO6nV+q0sZiIjdN+wXCBj4fJaF8Y4Hl2N8RFfFBa7wiD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":763168,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkIk0oACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmowyxAAohTVMHteoxZuPpjnnSSV4RyLnzxyxOsuxldvWQtPLTKLLt2C\r\n15yWdiS41iTLBb/Ts20IWP8t4SYMtCIXejqcNO+j/BHpN42LfNi2h76E3PYi\r\nHswqMfDRcUuJcDMMoJmWefe1EDRjFd/wqj3KWWUBh/8NCKeOfVkJ08zTXpo8\r\nz1mXiXtT5j5ThxWE3r+4LSKcqijIyW46t/3TULd98N1maWHgkND5XaSxliPu\r\n8fp3lBDbHJO/qYpJGXIQPfZ3HjcV7+oi5QUhIvHt1PPSAYvR2I3PM43SD0Eq\r\n5u9tVpDzfC5uHNoZ8r3jsDT+joCehj0Q53X+jtldOr2xQs6Tk4wC8cXOx2cW\r\nsA8E2Dv3KW8hYmzASs2e4vbJlcpY1kub+FG9D3WttyIoCwcIWyRFGuSIG+8H\r\npDdiI2d3aQ3GRrdpetLr068uXrjn4HUuxjfA42vKt5uLpyVgYQlo9Y8g2atj\r\n27Y4VnGpKOgUEA4CRMiAT8Ihd6u9juU4fi0waJ+GBMlbJWSuVWKyEERQAWah\r\nbAE2FmWdGXUNjAHtYuUgbiai5yszZmAwI36GRvZRByMdA2NGX1+bM9sz6+c9\r\nmZ8bybm483mRxxesKebajwom5n8AjjXEoQ1RescnInVYLuDj9altVMDxkiVN\r\njunN+bviAOL45/IGKEENW03/1kzUKtLjtpg=\r\n=H/US\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-beta.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json 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":"npm run build-protobuf && tsc -p . && npm run copy-files && dev-tool run bundle","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && dev-tool run bundle","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && dev-tool run bundle","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-beta.1.tgz","_integrity":"sha512-sYW3ejgL9l9eMCwiQ1SzF6hNrPa/AMHtuNWgJdYd0BNQuv51jVLUXj//YD+YWpFTiacKIFDaRKLXgY0bsvtK2g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.0","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"esm":"^3.2.18","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","express":"^4.16.3","prettier":"^2.5.1","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^19.2.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":"^1.0.0","@azure/test-utils":"^1.0.0","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.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","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-beta.1_1679969576340_0.26682272813884733","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20230328.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20230328.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20230328.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"2781dcce433acd3a8d2c8fc3e16b292b6d479181","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20230328.1.tgz","fileCount":20,"integrity":"sha512-ph9r1kkRTffEv34OWpNEJNY+E7mXe4xqd3+Knims61hA42cD4ysodnba4skeLTm3FdOYSpzak9U4zhzC8uqvfA==","signatures":[{"sig":"MEUCIQC3wzUCveKdSGcagYPbEYxJ5KSDUnOvaP2uvN4nGAZ1XgIgTPF4gUQf0sBWcmvhdpdQEedjRawbY1qkhMV7wjypHSs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":763238,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkI4d4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr8DhAAlhy86KhtkQ6HgVRVIXlx8ue2q9L3mx14It7rs5hnlusozYix\r\nDjW6JXmdSosO/0aenkPSeiN6UWEeXer+VIO1IkT9oP+wJHXRTxTTRxav6/EW\r\n1vOTNt1UMykGD68mSFjUdQGe6wVSKnYgwkIn7rke5F4/C6amOhkxmbb9fVEk\r\nJ9QhbBXJlssvBXtTmj5EPFgNkiQoKSd6gE6sAznEwb0dyDP44grqAWbm2kXE\r\njgTaCYBmIQfzMnsj0AWdSFXJTkCI42hBUzRObHSUHy38vrUHoWcmNHAqjxHb\r\nH/nelRkpsETF1Pqpgg2LQnP8eVYHyLvdVz6YKHDfKgrnHodmmIqaKKAp8nhZ\r\n1Qb0/rf/pDWQNHEx9y2GSoO/LC8tkRvdQYxpjMtWv5D55CyD7UtmeL96xcZ4\r\n8t5Y29XbZslf9SFKNfruagsBE2yqHEEat4wAoqaW01tc3GeOZJ4gw9o94Rot\r\ngMJICix+fmufaJqNzZGrMvTY6w1SJGhd24mcdBb0reubp68rN3yNcem9je0f\r\ngBNmedrieNbYp+pXmGiCL8ys6hXm6mMQM3ZUnhxEgvenl0ZroJ9AXrcRs+1X\r\nLVmodey8LtnJumwSzHt/JjqVQc85dzA7VH6PByUuoCZBmS/8qsj2xnQXCURE\r\ne1HcPRoSaC1fr5zvmL7glxd5MyyWda7D300=\r\n=8xy4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20230328.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json 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":"npm run build-protobuf && tsc -p . && npm run copy-files && dev-tool run bundle","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && dev-tool run bundle","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && dev-tool run bundle","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20230328.1.tgz","_integrity":"sha512-ph9r1kkRTffEv34OWpNEJNY+E7mXe4xqd3+Knims61hA42cD4ysodnba4skeLTm3FdOYSpzak9U4zhzC8uqvfA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.0","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","express":"^4.16.3","prettier":"^2.5.1","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^19.2.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.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","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20230328.1_1680050040296_0.07406222662876982","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20230418.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20230418.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20230418.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"38af92fa99f89e36a4c263efaff6be848ce21ade","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20230418.1.tgz","fileCount":20,"integrity":"sha512-oK6ctqUlq5NGnwIvibJDKxFTamPd508spAitEUhLijxiaO6MxAKXvNHiorS1mB26TQ2rMN3V7/Z19HcUiQTrvw==","signatures":[{"sig":"MEQCIHWi8YpMgyocyleojIEy8/Ww/rsrFOvyDSgRR+xrsQXlAiAt1rR+Fu3x/oUEwpBmsq8M5xbhRcKZ3ta7WtCgq08Ung==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":763238,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkPzdwACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpWUw//R4klZyJVwlKjAqp/3UgDM5qYJ5Nowo1nV2H+Rz/1aWp+629T\r\njh37R0cq9rTkRXKElyyTc4zCh9skNw3rTpWOBYO0fI1QQFS5Zswhlg2b1p5N\r\nyKzssGsXXiwFKkbMm8P9IATCtA+uPdLTJdiWRTzDWer+QpjFeRiMneta7aIJ\r\nXmrCNUUpjsr6ElPTBvBVNI6qB9ROsIU6a3bouVIQTZDE6pzYIl1zt39KRvVD\r\nAdSJ+K91hCc26rhIb5VnSu0dawa+3kuWZLOXD/Di9JuW8bBmFS+haMRo5wW8\r\nI5ErtrrW8RNrXw1uPxMQ9Js6xHQEm/J+/4XNCYQ28h8Ru1MrKYqPCkqFnfnG\r\nbR/d56IaZCKczTtdXNylaTlEPW8Iv62DM5s3DoDaNpK6chwbD3L2JMHCHXKC\r\nKguYWspBV784Oo08hA6B8zhp5Oiz49D2a/elJJGN2C0kWX+dxFnFn9P73UeI\r\n+8S+XwpuzZFEbWzgMPcG/6MPQ8X067RbCv+xUoIvcgETxlWR4lJRyJioBCc+\r\nNH6XTzp1ty89GUDw2rQwTN7dW/kBKURV5gMZ4iQXOEObvvG938btu07snOg4\r\nZfRL9iZ7mO92t19pW2VmSRqyLpkBv06q0v8mil6eb2gfnNK494oFVBjuN4t4\r\nuoANTUy0Jkt1r0K3NQI/50pvyYw24mCTNMY=\r\n=vIK6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20230418.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json 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":"npm run build-protobuf && tsc -p . && npm run copy-files && dev-tool run bundle","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && dev-tool run bundle","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && dev-tool run bundle","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20230418.1.tgz","_integrity":"sha512-oK6ctqUlq5NGnwIvibJDKxFTamPd508spAitEUhLijxiaO6MxAKXvNHiorS1mB26TQ2rMN3V7/Z19HcUiQTrvw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.0","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","express":"^4.16.3","prettier":"^2.5.1","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^19.2.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.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","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20230418.1_1681864559866_0.7127647348599411","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20230718.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20230718.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20230718.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a06140d8d3285a559569b03be591d296cd292b49","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20230718.1.tgz","fileCount":20,"integrity":"sha512-ZlwxCk5vdvqjwJ8ZeTVsh5Zm9oRhd6T4yxbFs2W02XPP/syzWtmHGtMYvH/iydReR4zOJ9YzGcDlK+T7eCz5YA==","signatures":[{"sig":"MEYCIQCV0ZD85+ZXzg0A/YfIggPuo/KMm0Pmo2MGBoPNHBoYdQIhAM6EcxkBZr/RS+oudONRDxd6HRC4CKveLwiFRaZQJi7M","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":763238},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20230718.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json 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":"npm run build-protobuf && tsc -p . && npm run copy-files && dev-tool run bundle","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && dev-tool run bundle","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && dev-tool run bundle","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20230718.1.tgz","_integrity":"sha512-ZlwxCk5vdvqjwJ8ZeTVsh5Zm9oRhd6T4yxbFs2W02XPP/syzWtmHGtMYvH/iydReR4zOJ9YzGcDlK+T7eCz5YA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.1","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","express":"^4.16.3","prettier":"^2.5.1","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^19.2.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.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","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20230718.1_1689726648842_0.49987615716181955","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20230727.2":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20230727.2","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20230727.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"4582eb8d54a6df5b325da318c6ace8e7a376008d","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20230727.2.tgz","fileCount":20,"integrity":"sha512-+GUvT9ggoPf9qri+L8yUDJwJg6Iaq3Qg7j0pS3/MmfMbWVkdGhWiLmtqLuigyx1GMhMbhhtkEROenpoInORcCg==","signatures":[{"sig":"MEUCIQCnsJ3MUOfgw0ur3j0XItrfzlqzvCxDBcXN+V7NqsjT/gIgFm8rtqanLRFJ+1i2SEL0xFLWCrwVjY/BZb1Hyf9a2kY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":763240},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20230727.2.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json 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":"npm run build-protobuf && tsc -p . && npm run copy-files && dev-tool run bundle","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && dev-tool run bundle","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && dev-tool run bundle","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20230727.2.tgz","_integrity":"sha512-+GUvT9ggoPf9qri+L8yUDJwJg6Iaq3Qg7j0pS3/MmfMbWVkdGhWiLmtqLuigyx1GMhMbhhtkEROenpoInORcCg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.1","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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":"^7.1.1","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","express":"^4.16.3","prettier":"^2.5.1","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^19.2.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^7.0.2","@types/sinon":"^10.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.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","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20230727.2_1690504285230_0.02072847911339415","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20230823.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20230823.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20230823.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"8a867d5281c7f898b2cb98727fdc2956dc79d38e","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20230823.1.tgz","fileCount":20,"integrity":"sha512-vaiVHWvMAyQfGDJQse+re54Y1v9PLBWfCfj6VDz6KZVZeROaOevebrLXpb/2W8lL//PBBHZJVpJF7mnym3GcNg==","signatures":[{"sig":"MEUCIGUbvwd4zynvUZ6td9tmPQGLqaXiLTXsUtUgQPOibA4OAiEAgr4zpibTXu8sNpHnRtp5c7p5GYE8xlEerV2mhS8nrE8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":763266},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20230823.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json 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":"npm run build-protobuf && tsc -p . && npm run copy-files && dev-tool run bundle","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && dev-tool run bundle","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && dev-tool run bundle","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20230823.1.tgz","_integrity":"sha512-vaiVHWvMAyQfGDJQse+re54Y1v9PLBWfCfj6VDz6KZVZeROaOevebrLXpb/2W8lL//PBBHZJVpJF7mnym3GcNg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.6.7","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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":"^7.1.1","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","express":"^4.16.3","ts-node":"^10.0.0","prettier":"^2.5.1","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^19.2.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^7.0.2","@types/sinon":"^10.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.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","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20230823.1_1692837901224_0.3825065323096777","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20230828.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20230828.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"53f04d6d47e72aec96f1cf194b0fec0d7c7fc0b3","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20230828.1.tgz","fileCount":20,"integrity":"sha512-+r0PCaQgjtlsf9fFtrd/7ZbTAW9y/8gvZO1MmP08KN0y49RFqg6cpQwuEs59oIoXdzb59BLbu9AXagw1eyiJGA==","signatures":[{"sig":"MEYCIQDeKTd5fVSy+mRQ/IDKEn4hUNq+2NUXD1ZnGhJpNt4saAIhAJBTCnIdqA9EFWz5BzAM0FdHwvEQVC6RLV1cF0Jweo6r","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":763266},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20230828.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json 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":"npm run build-protobuf && tsc -p . && npm run copy-files && dev-tool run bundle","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && dev-tool run bundle","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && dev-tool run bundle","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20230828.1.tgz","_integrity":"sha512-+r0PCaQgjtlsf9fFtrd/7ZbTAW9y/8gvZO1MmP08KN0y49RFqg6cpQwuEs59oIoXdzb59BLbu9AXagw1eyiJGA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.6.7","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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":"^7.1.1","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","express":"^4.16.3","ts-node":"^10.0.0","prettier":"^2.5.1","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^19.2.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^7.0.2","@types/sinon":"^10.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.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","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20230828.1_1693269177842_0.7513282238821088","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20230901.2":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20230901.2","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20230901.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"244d81c00de1e28991d5133c1fc0ec59d8287fb3","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20230901.2.tgz","fileCount":20,"integrity":"sha512-9fqQMmw3BbbTHoPDL9QpjH9HUWUZpjD+ox43FM0fUahB/lxeF9FNo+eHAN+V2olRl0Awbx1/F1OtMdz2m7ZevA==","signatures":[{"sig":"MEUCIAYTCr/NqY6X1fuhlOLsOs5auGmkLDzOazRXUlGVhW/zAiEA+kpwtQiJVxTTxCtnCJid8mvCheWlqijI19Kvx5P7GnY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":763173},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20230901.2.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json 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":"npm run build-protobuf && tsc -p . && npm run copy-files && dev-tool run bundle","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && dev-tool run bundle","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && dev-tool run bundle","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-ts-input --no-test-proxy=true","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20230901.2.tgz","_integrity":"sha512-9fqQMmw3BbbTHoPDL9QpjH9HUWUZpjD+ox43FM0fUahB/lxeF9FNo+eHAN+V2olRl0Awbx1/F1OtMdz2m7ZevA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.6.7","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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":"^7.1.1","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","express":"^4.16.3","ts-node":"^10.0.0","prettier":"^2.5.1","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^19.2.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^7.0.2","@types/sinon":"^10.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.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","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20230901.2_1693614675584_0.3933028495544144","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20230926.3":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20230926.3","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20230926.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"cfcbfb68d9b6f7e8766ef2eaaa70fafc6069a5aa","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20230926.3.tgz","fileCount":20,"integrity":"sha512-u3kZmXRcjoVuTJluGM4BDHVNGhTjzyuTr4cMCjmjf18dSBWnh/LXag408uc0m7lqC4WWvgsYxbWkqov/ynr8WQ==","signatures":[{"sig":"MEUCIEy9B5KAF62WkH7pgPgOETGm/XgMrkvONSdOu0t7nsBPAiEAlMPFch8FRKIIfSHL5deakAK/ClhGCUCcz5t9p6+ccqo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":991955},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20230926.3.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && api-extractor run --local","clean":"rimraf dist dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json 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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy=true","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20230926.3.tgz","_integrity":"sha512-u3kZmXRcjoVuTJluGM4BDHVNGhTjzyuTr4cMCjmjf18dSBWnh/LXag408uc0m7lqC4WWvgsYxbWkqov/ynr8WQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.6.7","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^2.78.0","express":"^4.16.3","ts-node":"^10.0.0","prettier":"^2.5.1","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^19.2.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.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","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20230926.3_1695774902792_0.12426834381177487","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20231009.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20231009.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20231009.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"305c6e79b99aaa12bb927436b7e12087935c8404","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20231009.1.tgz","fileCount":20,"integrity":"sha512-HAWkyQYWigzVMVR0EKyd7oxyP1+Gqb1j4co6oP8EudWLLmiJ6pIreTqefGorR3bO+Rlv4lMYKWjdsg87t/zqRA==","signatures":[{"sig":"MEYCIQCfvzpqSp4GDHrRccu7aoMx/7c8zsCvZUMRNXKo4mbklQIhAIKHCncR77AqIc8e9kv7DTamZVkN70fEhT63BrS3ghMW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":991955},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20231009.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && api-extractor run --local","clean":"rimraf dist dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json 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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy=true","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20231009.1.tgz","_integrity":"sha512-HAWkyQYWigzVMVR0EKyd7oxyP1+Gqb1j4co6oP8EudWLLmiJ6pIreTqefGorR3bO+Rlv4lMYKWjdsg87t/zqRA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^2.78.0","express":"^4.16.3","ts-node":"^10.0.0","prettier":"^2.5.1","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^19.2.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^16.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.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","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20231009.1_1696897990846_0.8207361857212312","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20231011.2":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20231011.2","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20231011.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"737a519287b9bc6e041a12ea8f56f0c7abd95116","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20231011.2.tgz","fileCount":20,"integrity":"sha512-JV2wIUoQtNRxpx6u/PZI9xIFGXRpXLBfazLuwyqrHcAE4nHxh8atQw7M+Kx/GezFbPt656JHETUmX3eXiPwjVA==","signatures":[{"sig":"MEUCIQCkOKFAd19zHnBHIebNaBwbO9ecCBmBt17kwM9pDDH3oQIgTUCeq99S33nkOF3+D8XGZaPEksYTA5MxWDIQa0AAhzU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992116},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20231011.2.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && api-extractor run --local","clean":"rimraf dist dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json 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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy=true","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20231011.2.tgz","_integrity":"sha512-JV2wIUoQtNRxpx6u/PZI9xIFGXRpXLBfazLuwyqrHcAE4nHxh8atQw7M+Kx/GezFbPt656JHETUmX3eXiPwjVA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^3.0.0","express":"^4.16.3","ts-node":"^10.0.0","prettier":"^2.5.1","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^19.2.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^16.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.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","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20231011.2_1697070788312_0.3548760946053955","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20231023.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20231023.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20231023.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"43031ecfa80ffcd4bc06fce6a865c272801d25a7","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20231023.1.tgz","fileCount":20,"integrity":"sha512-3jP0/Xj03xHX6oEl8wfVZmwWgL2pkcPY1b5yNuk4blIhj7As7D2gSB+vw6W9D6sVMKERn84yV8PMBPtYqK0Smw==","signatures":[{"sig":"MEQCIBfZx+bVcdX0zoIJ8sX/koS86KyHWF6JauZTax89PQ7JAiBVra7Hk5kaKqVKePgS1Fzfafir0pKi3v4yVz7tc1uFtw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992114},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20231023.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && api-extractor run --local","clean":"rimraf dist dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json 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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy=true","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20231023.1.tgz","_integrity":"sha512-3jP0/Xj03xHX6oEl8wfVZmwWgL2pkcPY1b5yNuk4blIhj7As7D2gSB+vw6W9D6sVMKERn84yV8PMBPtYqK0Smw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^3.0.0","express":"^4.16.3","ts-node":"^10.0.0","prettier":"^2.5.1","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^19.2.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^16.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.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","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20231023.1_1698108727499_0.19836608361217856","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20231025.2":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20231025.2","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20231025.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"8566821af7b42add9b510dddaa78e99f5dc511fe","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20231025.2.tgz","fileCount":20,"integrity":"sha512-T4NjoUkLe4r58bEIz4grzVokrkJunhyH/8AUo01E0jmI8wvhxEbvK5F+5rgjT6JWwBlHGJqcRDq9lyfkVumUrw==","signatures":[{"sig":"MEUCIQDer3Mu/NsJ7jvnEbEo/ARJMlAk1Gi5TWZGDDUol9jUVgIgBc9wYwTI4DO1h9qInzxSa98PHYf3rcPu9cw3jcPWjts=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992130},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20231025.2.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && api-extractor run --local","clean":"rimraf dist dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json 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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy=true","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20231025.2.tgz","_integrity":"sha512-T4NjoUkLe4r58bEIz4grzVokrkJunhyH/8AUo01E0jmI8wvhxEbvK5F+5rgjT6JWwBlHGJqcRDq9lyfkVumUrw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^3.0.0","express":"^4.16.3","ts-node":"^10.0.0","prettier":"^2.5.1","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^19.2.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^16.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.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","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20231025.2_1698280415591_0.5372793167768526","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20231030.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20231030.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20231030.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"9b8f1f257149d7c0ad02399e490ba675894c0da5","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20231030.1.tgz","fileCount":20,"integrity":"sha512-krTabMOtnK7jckN3WW8PEvmKsmrUK4eCvdX5tUxF8KD7G1B0dciP9tDIsPuMy0KeH5HANTF5bROlilxzLP133w==","signatures":[{"sig":"MEQCIEJKMrkoPBAVTcS0Wm1X7E1Hep8HbADW6Ws70OLOo1dxAiBTqQVcIC+XHSClf0LnasP5UrKhDpDLHd8tn+epLjZfww==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992130},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20231030.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && api-extractor run --local","clean":"rimraf dist dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json 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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy=true","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20231030.1.tgz","_integrity":"sha512-krTabMOtnK7jckN3WW8PEvmKsmrUK4eCvdX5tUxF8KD7G1B0dciP9tDIsPuMy0KeH5HANTF5bROlilxzLP133w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^3.0.0","express":"^4.16.3","ts-node":"^10.0.0","prettier":"^2.5.1","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^19.2.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.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","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20231030.1_1698712307375_0.24863911141916928","host":"s3://npm-registry-packages"}},"1.0.0-beta.2":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-beta.2","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-beta.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"0c1b73c91d4c22b9b27418f98e8c37d82f7144b3","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-beta.2.tgz","fileCount":20,"integrity":"sha512-/lyRGwTGQOJJBhF1N58wD7ID+zai6p88SRRYv9g5PVV3DNcvKi5m9oyL767eoMcBFjb3MgZZ+frFY658JexqCQ==","signatures":[{"sig":"MEQCIGxvmV8IDUhTths9rp/TQvk/VqzzsvWK/nCPMXM86An9AiAl/flC70+ugjQJCc5TjYIGuz2dNVrtLpFl0isOmZr/8g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992044},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-beta.2.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && api-extractor run --local","clean":"rimraf dist dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json 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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy=true","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-beta.2.tgz","_integrity":"sha512-/lyRGwTGQOJJBhF1N58wD7ID+zai6p88SRRYv9g5PVV3DNcvKi5m9oyL767eoMcBFjb3MgZZ+frFY658JexqCQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","rollup":"^3.0.0","express":"^4.16.3","ts-node":"^10.0.0","prettier":"^2.5.1","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^19.2.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^16.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":"^1.0.0","@azure/test-utils":"^1.0.0","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.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","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-beta.2_1698803437704_0.8951640064533775","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20231102.2":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20231102.2","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20231102.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"faec32e5e79af9900188ee7337847afd3681a58d","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20231102.2.tgz","fileCount":20,"integrity":"sha512-Z61be/sc82AZ84ez0F05/WtSAbe8oLasWjbkXDKryLUAlMQSqkmtgkSB2ZKtgFgKCoGp22mcO2qh3+8pnqxHJQ==","signatures":[{"sig":"MEYCIQCNmNHVQUhDBx/MO6GGRHO6EqpHShkQrpN+muBoeUl7ZwIhAIykPBlxensD0vkTf630SFHpxj6v5J/762B/DaaqxYkj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992130},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20231102.2.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && api-extractor run --local","clean":"rimraf dist dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json 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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy=true","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20231102.2.tgz","_integrity":"sha512-Z61be/sc82AZ84ez0F05/WtSAbe8oLasWjbkXDKryLUAlMQSqkmtgkSB2ZKtgFgKCoGp22mcO2qh3+8pnqxHJQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^3.0.0","express":"^4.16.3","ts-node":"^10.0.0","prettier":"^2.5.1","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^19.2.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.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","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20231102.2_1698971502388_0.7690800089979355","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20231117.2":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20231117.2","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20231117.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"37c29f176b489206d66ff01a3d8a45ce7e82aabb","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20231117.2.tgz","fileCount":20,"integrity":"sha512-msJ4wtPGli7yfBllXHPD1hS3EngAs/AgqT8TqaD2jBUvJEP449BlTBO8ucoaoxL1ijOGsv5B7NR6uVdXIY49Tg==","signatures":[{"sig":"MEYCIQCN6s6J2srfvROoHyaYYKcwI0XiOdgUCK7NyTgHAYpOBgIhALK0m229SHuilTN5rKP9zmGButqqmPpePDRZXtUxxGN/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992130},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20231117.2.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && api-extractor run --local","clean":"rimraf dist dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json 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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy=true","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20231117.2.tgz","_integrity":"sha512-msJ4wtPGli7yfBllXHPD1hS3EngAs/AgqT8TqaD2jBUvJEP449BlTBO8ucoaoxL1ijOGsv5B7NR6uVdXIY49Tg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^3.0.0","express":"^4.16.3","ts-node":"^10.0.0","prettier":"^2.5.1","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^19.2.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.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","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20231117.2_1700271203955_0.36760021791468245","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20231214.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20231214.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20231214.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"2f753a98f1ea5373f7f0145a256e61be6b2d0b9a","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20231214.1.tgz","fileCount":20,"integrity":"sha512-YkIapTKJqP5ZQwAjNxwuRaYwW8EQgyC9uKN9k+EyHx9ughGceHOKr7z7h7MeG9A6GIVFxBtl2jZJ00O2FvmObQ==","signatures":[{"sig":"MEQCIEZM/8UPghMsIZwqU1b7OkipVZlkrUIKTnT7EHbPkZuqAiB1k6U5juBPRtCDRD7iKmLDZmTbmMbXvVM0kXLYl+YXEw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992092},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20231214.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && api-extractor run --local","clean":"rimraf dist dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json 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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy=true","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20231214.1.tgz","_integrity":"sha512-YkIapTKJqP5ZQwAjNxwuRaYwW8EQgyC9uKN9k+EyHx9ughGceHOKr7z7h7MeG9A6GIVFxBtl2jZJ00O2FvmObQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","prettier":"^2.5.1","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^19.2.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20231214.1_1702605139774_0.8416756643480445","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240110.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240110.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20240110.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"086eb12515ad6d327b5c462bb3fd396a0d43b849","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240110.1.tgz","fileCount":20,"integrity":"sha512-Emv/sg1q87b+Yzj06lt2upHvsMqegoP1/d2H7b3fzgXSnvPmcSCttCkZuvsydtolR7miGZjB+JZhMZYMeSY5Sg==","signatures":[{"sig":"MEQCIDlTishCrEiTcG3Rvobcywco71EuHaeHvUnXLVsJ7mluAiB3B6+sML+XK078iZfr9PJ4LwlgubZDzOyk/DrXRaHGlg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992140},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20240110.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && api-extractor run --local","clean":"rimraf dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy=true","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20240110.1.tgz","_integrity":"sha512-Emv/sg1q87b+Yzj06lt2upHvsMqegoP1/d2H7b3fzgXSnvPmcSCttCkZuvsydtolR7miGZjB+JZhMZYMeSY5Sg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^19.2.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240110.1_1704936990402_0.42802222216515684","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240118.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240118.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20240118.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a71242751f9ee3c665f84ea01ae4b1c194b0a5b0","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240118.1.tgz","fileCount":20,"integrity":"sha512-Ev650fvFMLRvD1fpNLh8YXlaZrez/FmmkinQ5H4LwWdvYh2AGpmgYC7JwNeaMCNxa7ChMNfAYG/6zILHUJw2wA==","signatures":[{"sig":"MEYCIQDEG0DZZP/cN895B39MY426m7CgyILXNkuGdqRt2b8SaQIhAPnviqISgRaikWnaMJDrbdG9Xa7iJNf1aUQUPI4bex9o","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992140},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20240118.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && api-extractor run --local","clean":"rimraf dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy=true","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20240118.1.tgz","_integrity":"sha512-Ev650fvFMLRvD1fpNLh8YXlaZrez/FmmkinQ5H4LwWdvYh2AGpmgYC7JwNeaMCNxa7ChMNfAYG/6zILHUJw2wA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^19.2.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240118.1_1705627960421_0.888638433120686","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240126.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240126.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20240126.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"f2ab9a541465c3f419e5d46a21e8734232982ef6","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240126.1.tgz","fileCount":20,"integrity":"sha512-/VQEbelYzxd3KpAwyFEFXToMbrdPOzhhLWiZJGJvYAtCCOAlM2BlDgaW/saCnAcUdL5mV6Lb0Eo31rnPBfAYxg==","signatures":[{"sig":"MEUCIAUs3yhhNYavGpnZrg+Av3thsv7LLDNmbPLCwaUzcL9YAiEAs1T49fWqTl2hOW9lVD3Rc3II/EYOQ/RsKCyJNppgDmo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992320},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20240126.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && api-extractor run --local","clean":"rimraf dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy=true","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20240126.1.tgz","_integrity":"sha512-/VQEbelYzxd3KpAwyFEFXToMbrdPOzhhLWiZJGJvYAtCCOAlM2BlDgaW/saCnAcUdL5mV6Lb0Eo31rnPBfAYxg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^19.2.2","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240126.1_1706319108180_0.4651610362411287","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240206.2":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240206.2","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20240206.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"97a46b3cd6ddde2cb478dc297fbf92faf305c25a","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240206.2.tgz","fileCount":20,"integrity":"sha512-awWL86Wc2ft5b3k4NOQRFvE5QAG2709stdaIBXf009qF6g24ywUNNmbteJWSrxE40JFZaAP/Nqz+SmuYSnEAPw==","signatures":[{"sig":"MEYCIQCx8nFLEC2POO1eCka8pnNd3IGglqOD8qXkLaz0LkIxXwIhAP0rlJ/0EeOJ69ygks0BDFlrNb+wEzVLq/f4xFGkus6B","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992320},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20240206.2.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && api-extractor run --local","clean":"rimraf dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy=true","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20240206.2.tgz","_integrity":"sha512-awWL86Wc2ft5b3k4NOQRFvE5QAG2709stdaIBXf009qF6g24ywUNNmbteJWSrxE40JFZaAP/Nqz+SmuYSnEAPw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^22.0.0","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240206.2_1707269691005_0.6542668151362603","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240219.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240219.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20240219.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"14e2dd7672de1eeb8bb02f071bb3962810cbb91d","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240219.1.tgz","fileCount":20,"integrity":"sha512-6PTAaJFKBf9wcpZUZ3/9G07u2aeEY6XTzcNM+363aGD40m00S4h3EPRFiY+SAl2dRPoRR7lUDdZWNj0mMGDlRQ==","signatures":[{"sig":"MEUCIB7mZoqM4DapGRoToueqYtGzCRtCZKjLKX2Xst4CjNLpAiEAgzkrJA1/KxHEbQLBXlXD25XuAeSA4gzPJDxSdUawjBE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992346},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20240219.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && api-extractor run --local","clean":"rimraf dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --use-esm-workaround=true --no-test-proxy=true","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20240219.1.tgz","_integrity":"sha512-6PTAaJFKBf9wcpZUZ3/9G07u2aeEY6XTzcNM+363aGD40m00S4h3EPRFiY+SAl2dRPoRR7lUDdZWNj0mMGDlRQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^22.0.0","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240219.1_1708392592418_0.3986369000955514","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240221.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240221.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20240221.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"7557fee76416f1b36d49d8bacfb9961291f23bdb","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240221.1.tgz","fileCount":20,"integrity":"sha512-rwZfS7HIibpFJ2dE09b2zmpcMyp2cQZeAeAY6/NaeUnVsVTAJ4cZWBKC/mO8ykOF4BnrvUlElOlMa/68AQCPMQ==","signatures":[{"sig":"MEUCIQDOfYyJVsPoTVAigFz8W7e2YeB+fsBNu/5QDvMZ3IXQoAIgDTPY1wCCA5CaukuokPGplZ7LPvErlWL0HUiTNzZw8PE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992346},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20240221.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && api-extractor run --local","clean":"rimraf dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --use-esm-workaround=true --no-test-proxy=true","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20240221.1.tgz","_integrity":"sha512-rwZfS7HIibpFJ2dE09b2zmpcMyp2cQZeAeAY6/NaeUnVsVTAJ4cZWBKC/mO8ykOF4BnrvUlElOlMa/68AQCPMQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^22.0.0","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240221.1_1708565637122_0.42868281745679915","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240222.2":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240222.2","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20240222.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a9d961159229110fdf10e785c156c656f9003195","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240222.2.tgz","fileCount":20,"integrity":"sha512-0RnHFwl5pS8aUns66LPiyKKeN8tEN2vJeEHg2QoQzBtmPz/9Q4vExmusIR6aD2IBwTJV7o93yAdykBjAVjcKWg==","signatures":[{"sig":"MEYCIQD24L4FeJxVfbK6PzmI0ZQYntJ72/H9MrvP2dkeAF+8rQIhAMP/UzHm6I2xPEh2w/boRpaH2ICywFSU8kjvukN479K7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992346},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20240222.2.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && api-extractor run --local","clean":"rimraf dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --use-esm-workaround=true --no-test-proxy=true","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20240222.2.tgz","_integrity":"sha512-0RnHFwl5pS8aUns66LPiyKKeN8tEN2vJeEHg2QoQzBtmPz/9Q4vExmusIR6aD2IBwTJV7o93yAdykBjAVjcKWg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.4","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^22.2.0","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240222.2_1708652082859_0.1548266833205023","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240223.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240223.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20240223.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"aae872d871d373ca95f3974ae70e9cfa071250ec","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240223.1.tgz","fileCount":20,"integrity":"sha512-ElLsOUzwvERBVteSdAYxYalthD3LLVtHYubr8oyWEguBea1+mE6V3bNkgBGRPdcQnFF/hF5NJTWfyLr5FEbkyQ==","signatures":[{"sig":"MEUCIBCL8MkVh3smUhBMYQvcw08SSIVftMnOrQFljBOMpZ8CAiEA2DINdXrC4rR/3lmRhe8d5pzlWmPH/tsHztr/YpqqplE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992346},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20240223.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && api-extractor run --local","clean":"rimraf dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --use-esm-workaround=true --no-test-proxy=true","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20240223.1.tgz","_integrity":"sha512-ElLsOUzwvERBVteSdAYxYalthD3LLVtHYubr8oyWEguBea1+mE6V3bNkgBGRPdcQnFF/hF5NJTWfyLr5FEbkyQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.4","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^22.2.0","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240223.1_1708738122617_0.8930851023877877","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240307.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240307.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20240307.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"6ea51eb5039fb69fbb5cd5eb8103849953df3ed8","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240307.1.tgz","fileCount":20,"integrity":"sha512-K32nk4+U+iWAM1u1IAZgi7zpGUGg53kkRONnm0MVvjqhBTle653qrmzm73eVhSsOaKAIk+f3Py8pnKCTvFjNjw==","signatures":[{"sig":"MEUCIQDHnBEY8uVXWv6/3v7N/qG0JzyV79fFeFO5x/OFD71BsgIgPzqouDd79t6ENf6sFGMaP1Omq5cZKI+/WMEhvXx2/6c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992353},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20240307.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && api-extractor run --local","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --use-esm-workaround=true --no-test-proxy=true","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20240307.1.tgz","_integrity":"sha512-K32nk4+U+iWAM1u1IAZgi7zpGUGg53kkRONnm0MVvjqhBTle653qrmzm73eVhSsOaKAIk+f3Py8pnKCTvFjNjw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.4","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^22.2.0","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240307.1_1709862948466_0.8068571398227016","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240312.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240312.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20240312.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"9ba1dac21b6a0a859e768a324ac64079ee40f559","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240312.1.tgz","fileCount":20,"integrity":"sha512-zmJwnSmAQmA7llphM1LdST7xZY48b/fOnXCbepL8T39AamK+45F84Sy7n51tiA0apsutQhhwhV/zqk5MK3VWrA==","signatures":[{"sig":"MEUCIF+4mLjULr3i2XxMq9EfXviIJ26IAbC/Qml466ZzmTvrAiEAxhc/lOJ3xYhoEDniLObFX6VG4RNZ9tnGdupP+YtGZBM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992327},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20240312.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && api-extractor run --local","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy=true","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20240312.1.tgz","_integrity":"sha512-zmJwnSmAQmA7llphM1LdST7xZY48b/fOnXCbepL8T39AamK+45F84Sy7n51tiA0apsutQhhwhV/zqk5MK3VWrA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.4","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^22.2.0","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240312.1_1710290017028_0.4834846316969901","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240322.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240322.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20240322.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"9217fc8e661731890e0674afcde41139fa159570","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240322.1.tgz","fileCount":20,"integrity":"sha512-1cDMZSh8DFc4RxI7CDHFzS3wGDBv/uweC8SJU3ikatGM4qNPvgz2jzdf3dKSkrgalakcDuFpc5HWUCj9AMpxeg==","signatures":[{"sig":"MEQCIGNlhB5nAAcgzBn8HhZQNTmm4XIhybFcpEEkKYrhnYyZAiBggdw3o5ehVrgiotmG4BRn1QSK631mzxOVU51bJKJlhQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992327},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20240322.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && api-extractor run --local","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy=true","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-web-pubsub-client-protobuf/azure-web-pubsub-client-protobuf-1.0.0-alpha.20240322.1.tgz","_integrity":"sha512-1cDMZSh8DFc4RxI7CDHFzS3wGDBv/uweC8SJU3ikatGM4qNPvgz2jzdf3dKSkrgalakcDuFpc5HWUCj9AMpxeg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.4","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^22.2.0","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240322.1_1711154212355_0.9901689121703365","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240402.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240402.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20240402.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"3d7504d405835ca6b39bcc640adad66674d37cc6","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240402.1.tgz","fileCount":20,"integrity":"sha512-C7YCf/4DJKZEMj+jX8mlmLpQIh6Oki0LOIJbdTOPe2xGgxh9zVJYJLtW2M5ffsumVkBvHDa3ah3bfSkyAgsCbQ==","signatures":[{"sig":"MEYCIQC0mgcAG0w+DmGzdxY3SY8/6bmXUgzzolahIwWjsHX/2gIhAM11+Df065HiMvjxUeZ5Qigp51paXFGYjEEeQUsimvas","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992327},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8b6ac7bc-5e5a-48cc-9df0-1f0445230bc2\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240402.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && api-extractor run --local","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy=true","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8b6ac7bc-5e5a-48cc-9df0-1f0445230bc2\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240402.1.tgz","_integrity":"sha512-C7YCf/4DJKZEMj+jX8mlmLpQIh6Oki0LOIJbdTOPe2xGgxh9zVJYJLtW2M5ffsumVkBvHDa3ah3bfSkyAgsCbQ==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^22.2.0","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240402.1_1712104928950_0.5793522907445701","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240403.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240403.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20240403.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"07a883f57377b8582caaba97ca0cfb85149ac990","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240403.1.tgz","fileCount":20,"integrity":"sha512-mJusBQ1EGxqIATQ5JMTwJh8FRrPMijOIgW/r5YaRSARaBF3CLTkpxTHC6y4jc8+zFxVfI3Lgdur5h4iB8mbdTA==","signatures":[{"sig":"MEQCIE92vC7lhTTNBrzl9jZNTe5oDEeH2uCdNCJbY1kRvDTrAiAbQAIct+NBk2qEK9BtuMNVIlP2IygTDU30SaTJuzgVRg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992327},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b5cc29b0-083d-41d5-b1fa-c27792ecd888\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240403.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && api-extractor run --local","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy=true","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b5cc29b0-083d-41d5-b1fa-c27792ecd888\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240403.1.tgz","_integrity":"sha512-mJusBQ1EGxqIATQ5JMTwJh8FRrPMijOIgW/r5YaRSARaBF3CLTkpxTHC6y4jc8+zFxVfI3Lgdur5h4iB8mbdTA==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^22.2.0","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240403.1_1712191354799_0.8661723556486403","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240409.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240409.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20240409.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"67d6ed92e8aee5101d7bc05d12170f55275dc652","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240409.1.tgz","fileCount":20,"integrity":"sha512-qUgFAXqoyIdBMFVDl2MHSGtA0AX+tLjMT+vgyMq1pJ3N72ijtmIK5cg8tyk5f/7OsNfaE99OUwRrbsGcpVY5aQ==","signatures":[{"sig":"MEUCIG46J6Crlkxa7Hb9VuJ8550/fD7DmV9+gF5MdZmFYYGcAiEAuS9PfwRyzlP15gBmE8zptZUPywcUmaMDy6VsTGW0WM4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992327},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\62320694-9b9c-4ad1-aa44-1b961c41fdcf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240409.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && api-extractor run --local","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy=true","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\62320694-9b9c-4ad1-aa44-1b961c41fdcf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240409.1.tgz","_integrity":"sha512-qUgFAXqoyIdBMFVDl2MHSGtA0AX+tLjMT+vgyMq1pJ3N72ijtmIK5cg8tyk5f/7OsNfaE99OUwRrbsGcpVY5aQ==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^22.2.0","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240409.1_1712709659154_0.8701407019296785","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240410.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240410.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20240410.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"eb2511e3d6d2914c459827ba4c72d2b1252bc01b","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240410.1.tgz","fileCount":20,"integrity":"sha512-4gWdTHHolqX3KR9/yo5F8e2zgAtV0qHKxn+fj4st0KMXbZ5eOl2fmeXos7OofboNL54uu60GuhthJTn9npr3uA==","signatures":[{"sig":"MEYCIQCmJxI5zpNp+cI3MIjIXgFtDII7Cmtqan3ybPmkGEwnHgIhAIeQ0gc00wix28wWUx05oPQUQ1WAD7TeO7+Wod//ouou","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992327},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\e190d375-6940-4f05-9453-026da41d1f95\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240410.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && api-extractor run --local","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy=true","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\e190d375-6940-4f05-9453-026da41d1f95\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240410.1.tgz","_integrity":"sha512-4gWdTHHolqX3KR9/yo5F8e2zgAtV0qHKxn+fj4st0KMXbZ5eOl2fmeXos7OofboNL54uu60GuhthJTn9npr3uA==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^22.2.0","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240410.1_1712796328593_0.26019056913699967","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240411.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240411.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20240411.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"888ff1bd1f84e5cf34cb70d09686bd0169d62acc","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240411.1.tgz","fileCount":20,"integrity":"sha512-Zedn7k5BEWu6Q9vLACUSY4Vs9/2+S6o0kcabssoGVCZPJGG9XtzOszWBFnmmchh2XDXdIXEHrmwMyCPJQBJlXg==","signatures":[{"sig":"MEUCIFHpWOlB4qtZep/YGQL1CU2AOAdkcv+eVUm3ShTjyMCcAiEA6KnN6043ZexYqWjJdWJ+bGA5gRPkG2nGtACVoW1cyYU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992327},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\42474744-15c0-4479-9be8-d2e8d640b7d9\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240411.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && api-extractor run --local","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy=true","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\42474744-15c0-4479-9be8-d2e8d640b7d9\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240411.1.tgz","_integrity":"sha512-Zedn7k5BEWu6Q9vLACUSY4Vs9/2+S6o0kcabssoGVCZPJGG9XtzOszWBFnmmchh2XDXdIXEHrmwMyCPJQBJlXg==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^22.2.0","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240411.1_1712882700026_0.7114495152610985","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240412.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240412.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20240412.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9f79e50ce8de0814b6cb1a7715e348e86d5dff04","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240412.1.tgz","fileCount":20,"integrity":"sha512-r32ahstPEQopdS67ZHInrREO89dYO1ALeTft/PTQ67uZXpkZ3XLho4y3IuFDHr03Oe/GUAx5CX8rHwn+dJkCfw==","signatures":[{"sig":"MEQCIG9vCM04tU/iy/+gluCjR4/vSHll/liO/wC8DAvN3C9BAiB1kHg9Y+PwHBOJwYm9U8fwSNERzh2OXZSF5YKfxAlNtA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992327},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\e33bc3ab-8950-4666-9156-eb5ced0fedd0\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240412.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && api-extractor run --local","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy=true","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\e33bc3ab-8950-4666-9156-eb5ced0fedd0\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240412.1.tgz","_integrity":"sha512-r32ahstPEQopdS67ZHInrREO89dYO1ALeTft/PTQ67uZXpkZ3XLho4y3IuFDHr03Oe/GUAx5CX8rHwn+dJkCfw==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^22.2.0","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240412.1_1712969065715_0.5956542957588102","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240415.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240415.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"27e1840247a5b04abcb3060088587cdba61e44ba","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240415.1.tgz","fileCount":20,"integrity":"sha512-SfgFSRp4ik2y1RGMaXJ+HCSxNGwzl49o7Fg2jt2mXVNITy2G7pzl0Wz6jiuNwnZXfwwZknfhZKWLfMsqdBp7yw==","signatures":[{"sig":"MEQCIBGF7xni5tk1AAyBmYbSDJAzKs4xRJIbkuRjlBGmP+ViAiAeRBsUiyQ8Q2HPMy0WXO3WsUz+cY8ImcVP5wrNC2TKfw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992327},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\3a3b2730-967b-4065-bddf-e36ba7cb34c0\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240415.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && api-extractor run --local","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy=true","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\3a3b2730-967b-4065-bddf-e36ba7cb34c0\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240415.1.tgz","_integrity":"sha512-SfgFSRp4ik2y1RGMaXJ+HCSxNGwzl49o7Fg2jt2mXVNITy2G7pzl0Wz6jiuNwnZXfwwZknfhZKWLfMsqdBp7yw==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^22.2.0","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240415.1_1713228534140_0.6520221383056357","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240416.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240416.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e522fe0819c2d38874f725e79bd311c416cdfe0f","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240416.1.tgz","fileCount":20,"integrity":"sha512-yw0/2C2XGQfU9I+z9/R3tqQP+Lr3hYiN7wqI+cd5KQ2GkYw6b5wQnZkMyU2dZIYw8Px/TSjtA2laVDuOqrVeOA==","signatures":[{"sig":"MEUCIBlqwT7cZLO1Efu5orxPlpb6+sy0VBCPRWvoLsSxVMltAiEA+fYUxom2S1vfoW4DzpB8qCz7i24R+jRahEDwjJOeYT0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992327},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a20cb2b9-f28e-4b63-972e-d839b247a7c4\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240416.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && api-extractor run --local","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy=true","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a20cb2b9-f28e-4b63-972e-d839b247a7c4\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240416.1.tgz","_integrity":"sha512-yw0/2C2XGQfU9I+z9/R3tqQP+Lr3hYiN7wqI+cd5KQ2GkYw6b5wQnZkMyU2dZIYw8Px/TSjtA2laVDuOqrVeOA==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^22.2.0","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240416.1_1713318260313_0.4208282630667428","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240417.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240417.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20240417.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ef466af73ac7a468213468bb54ce4c3b49853469","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240417.1.tgz","fileCount":20,"integrity":"sha512-XG/jysXETpg/eeBHPJ3fEPX8h732vhkZ1c7qbrUpe+VVpe6DHO8HmeYOdmR4v2pJvOyUMTLV/CVFuRehGmCgnA==","signatures":[{"sig":"MEUCIGZJaXfkfqHYuBy7edtOUcqYJUDr4BdfyUJiE0NjBcn4AiEAvmtQzAEuJqBYi7GVGMEmPZTstaTp22gr+mXFUNIajxE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992327},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a56118e4-59b1-4b5b-91a8-55df709b55f7\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240417.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && api-extractor run --local","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy=true","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a56118e4-59b1-4b5b-91a8-55df709b55f7\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240417.1.tgz","_integrity":"sha512-XG/jysXETpg/eeBHPJ3fEPX8h732vhkZ1c7qbrUpe+VVpe6DHO8HmeYOdmR4v2pJvOyUMTLV/CVFuRehGmCgnA==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^22.2.0","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240417.1_1713401054377_0.6617535850630709","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240418.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240418.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ce4356a17264462f6e9764a00fe99525c7ffdce9","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240418.1.tgz","fileCount":20,"integrity":"sha512-tinQknv5LFm5U8d+An9oc0V1Bix7t/SkUef6ez1yEJzFbheeKde9zZHdl8YQSBJegacN7/ImWjt1OuN0OVGoGA==","signatures":[{"sig":"MEUCIHg6pbjcdM5JBEzg8y4ZFqwEJi8zzY8g1BjBhQOu6J8JAiEA/yY97WgMIPucwxFSBCdgj5mf4KuZ0/qE5mYBKeRPN4I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992327},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7f2267d6-4b71-4d24-84d1-11237a8d966a\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240418.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && api-extractor run --local","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy=true","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7f2267d6-4b71-4d24-84d1-11237a8d966a\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240418.1.tgz","_integrity":"sha512-tinQknv5LFm5U8d+An9oc0V1Bix7t/SkUef6ez1yEJzFbheeKde9zZHdl8YQSBJegacN7/ImWjt1OuN0OVGoGA==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^22.2.0","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240418.1_1713487394131_0.43886907830592725","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240419.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240419.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"17e514ab46c8b7b5e0778d345db958c0cad09140","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240419.1.tgz","fileCount":20,"integrity":"sha512-mVatMOPfUT8iSmEt9dK9+Ec51tH9T1NQO2RnGGG81EH0RSH7cHxxvtqwG4c3X3dQjjT8wohoJRusXmpIc0wmuw==","signatures":[{"sig":"MEYCIQChsrTrrzJpYeBwut+6znCqukLGCPrII6OKupYnn4MJ+QIhAPOtHS9nUezTUGnM9QR1CloHqOh0NfG1OF4KbXmRw+R/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992305},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1bd801cd-0baf-47d3-aa7d-bfe90df70085\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240419.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy=true","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1bd801cd-0baf-47d3-aa7d-bfe90df70085\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240419.1.tgz","_integrity":"sha512-mVatMOPfUT8iSmEt9dK9+Ec51tH9T1NQO2RnGGG81EH0RSH7cHxxvtqwG4c3X3dQjjT8wohoJRusXmpIc0wmuw==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^22.2.0","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240419.1_1713573807613_0.11502345660908442","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240422.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240422.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20240422.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0cc3bc2dca5ff9a89312ff4d91c39600652f4ba3","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240422.1.tgz","fileCount":20,"integrity":"sha512-XkBevhItw9SVf9OPFdIwp+d2qdhq6HjMqfhg1vlwJtT6LZJGQutm49k47ZTAnPDhVMCyoj5f6SPoDl8CeWu7hA==","signatures":[{"sig":"MEUCICKIXN7lwNtaymkfaM8TkMr2RClfmUpl4xH1DMAEpQnyAiEA9fi2uykrIRXMreATaJklGPf73y19of8TGDmAi50E+YM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992305},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\772a5b2e-7165-4ef3-8d94-1e9788333d7c\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240422.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy=true","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\772a5b2e-7165-4ef3-8d94-1e9788333d7c\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240422.1.tgz","_integrity":"sha512-XkBevhItw9SVf9OPFdIwp+d2qdhq6HjMqfhg1vlwJtT6LZJGQutm49k47ZTAnPDhVMCyoj5f6SPoDl8CeWu7hA==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^22.2.0","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240422.1_1713833033310_0.25975576771409603","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240423.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240423.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20240423.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d6c3ab5d9e56506f2cf16f091b389afec07d3721","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240423.1.tgz","fileCount":20,"integrity":"sha512-yZIKAkRAIgX01GFg/pgso1kuLL/1FJ5i1uaWw9tAnX9hlMeH47PafrGQat2Vks/HiyGpL1vf9jNfPioX7EMqgA==","signatures":[{"sig":"MEUCIDiZw6xU+O9fN7VJe5Td0DS4MbqMUEWogdIycZ2DiZUeAiEA8KMltTwCUyEE0R1Cykb/NPVfR3b3FDL/qshYJCRTD7k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992305},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\6d3d9d9f-267c-4bb0-801b-05406fca75b9\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240423.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy=true","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\6d3d9d9f-267c-4bb0-801b-05406fca75b9\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240423.1.tgz","_integrity":"sha512-yZIKAkRAIgX01GFg/pgso1kuLL/1FJ5i1uaWw9tAnX9hlMeH47PafrGQat2Vks/HiyGpL1vf9jNfPioX7EMqgA==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^22.2.0","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240423.1_1713919309349_0.7530929108744806","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240424.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240424.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20240424.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3a43ab3bfdb464817f0f4e0f511940969518e376","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240424.1.tgz","fileCount":20,"integrity":"sha512-oUSTJK8TpSJmIzxaEiqWz79g/z8qJRrxcg39PSM55nIeQdHvYcDc4Bwdt70eqluW5i0IxnFQ3HpEhEw6hRxqVg==","signatures":[{"sig":"MEYCIQDA3g7ScMmYAmFfmiaqkSsiE5rJpmYo5O5bAyEhDfr/PQIhAITkrPSQw5eVXyYD197AcrhByfSvcAPrIjolpAGYtxej","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992305},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\d976767e-4634-4169-9f9c-da666d174142\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240424.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy=true","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\d976767e-4634-4169-9f9c-da666d174142\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240424.1.tgz","_integrity":"sha512-oUSTJK8TpSJmIzxaEiqWz79g/z8qJRrxcg39PSM55nIeQdHvYcDc4Bwdt70eqluW5i0IxnFQ3HpEhEw6hRxqVg==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^22.2.0","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240424.1_1714022967918_0.6866184813702436","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240425.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240425.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20240425.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d4b0fe7bb0f2b93d28c171481c5164679bc3447c","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240425.1.tgz","fileCount":20,"integrity":"sha512-XW6ByadQ9w5nAH1a+p7YFpNaLrvSGFEdtNDOEmwpuCoXaIEK5YnF/YMgs07PRqHtiSakksF1Q5AyJER5oZuSrA==","signatures":[{"sig":"MEQCIB4gP2T9nVsgMrTL+A5WvS1afvRIezoXf9hMYklYn7iWAiAUj7Ow0HceQvnEtnSa5VuYEPKg05FfthUkyRdAR2No7g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992311},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\bd6740a1-7b22-4ac3-9c5b-ea7caef94693\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240425.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy=true","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\bd6740a1-7b22-4ac3-9c5b-ea7caef94693\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240425.1.tgz","_integrity":"sha512-XW6ByadQ9w5nAH1a+p7YFpNaLrvSGFEdtNDOEmwpuCoXaIEK5YnF/YMgs07PRqHtiSakksF1Q5AyJER5oZuSrA==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^22.2.0","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240425.1_1714092954614_0.11832529893707044","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240426.2":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240426.2","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20240426.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2f7f8aa2da9e9d4b1b375e34c87fb6802b0ab89b","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240426.2.tgz","fileCount":20,"integrity":"sha512-W6LZg3XeT2EobYqfcP67ETvqp2sBDWVc65nr9aRLYdfiESyB+VpZ8ytSGukCgaNnKWHb7+deVRlFZZphpY1Quw==","signatures":[{"sig":"MEUCIQCVGL/hv7cs6nyZvI2p45K5vyUZM6s4AbQs2LzNDfO3FAIgBxxzocmDJUGBPMEOkXPA4Qxd/HaRC6MJwthe4wcWSqo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992306},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ca38a9a7-f9cc-4361-ba50-14b53fce19b0\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240426.2.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ca38a9a7-f9cc-4361-ba50-14b53fce19b0\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240426.2.tgz","_integrity":"sha512-W6LZg3XeT2EobYqfcP67ETvqp2sBDWVc65nr9aRLYdfiESyB+VpZ8ytSGukCgaNnKWHb7+deVRlFZZphpY1Quw==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^22.2.0","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240426.2_1714179826315_0.3135440316545999","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240429.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240429.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20240429.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3e6457eed23028aaf5eafa469170dd9768fd3f4b","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240429.1.tgz","fileCount":20,"integrity":"sha512-unFwTFP91s+olrWVE+ePkUJBIU4XJNRLCheqgaGtLXWbaIB7p6J89FzKF49RRGOx5QgApeNFbOdfGbDwOMcpww==","signatures":[{"sig":"MEUCIQCiq89BRcISW9SO3bnb2rCfI0m62ElgJnIuAUquWHdp2wIgUWy8DTvaLRElvPPyokg2mQ8o9kypBVgCo7B0/5uygVI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992306},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\02e3af2c-75d8-416b-b510-37cfbb6c85e6\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240429.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\02e3af2c-75d8-416b-b510-37cfbb6c85e6\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240429.1.tgz","_integrity":"sha512-unFwTFP91s+olrWVE+ePkUJBIU4XJNRLCheqgaGtLXWbaIB7p6J89FzKF49RRGOx5QgApeNFbOdfGbDwOMcpww==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^22.2.0","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240429.1_1714437663166_0.6018447910761129","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240430.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240430.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20240430.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6055a0573ccf7fd1df99d6936d53b92865a36750","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240430.1.tgz","fileCount":20,"integrity":"sha512-50Cv2gEcVAY1Z94rh2M1mYmB9kcB9iuQVO60Wv/ZXZTTB3HEoBF9g7o0yuqW6AWNJSnMotTN9EJ0Hkk89PzCnw==","signatures":[{"sig":"MEYCIQCtEsaLjzU0z2iW2vcez6AiNKvik+W+JaWIJgF58iJQ7QIhAMPvYD/T/Wpyijfc71b3tVdzB2tHWXZJ6TRx9B8pg3BW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992306},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\25642452-acc8-49a2-970b-b841f3ef437e\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240430.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\25642452-acc8-49a2-970b-b841f3ef437e\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240430.1.tgz","_integrity":"sha512-50Cv2gEcVAY1Z94rh2M1mYmB9kcB9iuQVO60Wv/ZXZTTB3HEoBF9g7o0yuqW6AWNJSnMotTN9EJ0Hkk89PzCnw==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^22.2.0","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240430.1_1714524330635_0.06831793960961474","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240501.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240501.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20240501.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a5687f576d6ef3b91599cdde2e843822973c3085","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240501.1.tgz","fileCount":20,"integrity":"sha512-pnkVxrXNTHQ6bFiCU+8gWLrTDNSQcGlOKiLbDDIQdzdUohbg7CTUdQXA2iXhAkY9l8NUg1T8ECqCT8aTT0NFYQ==","signatures":[{"sig":"MEUCIQDGnLsNDf3la2MYPygA3N7C0PLl2jqGurnqfwhDsLUUNQIgBJSG3zkEk6uAdYieDaFJQDoVN4JfzGkDX/MppRU6Lvo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992306},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b59c1a60-4e97-401a-8335-e93b7ad39356\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240501.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b59c1a60-4e97-401a-8335-e93b7ad39356\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240501.1.tgz","_integrity":"sha512-pnkVxrXNTHQ6bFiCU+8gWLrTDNSQcGlOKiLbDDIQdzdUohbg7CTUdQXA2iXhAkY9l8NUg1T8ECqCT8aTT0NFYQ==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^22.2.0","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240501.1_1714610496601_0.3065162483705275","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240502.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240502.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20240502.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4c80a1d1399e7428153db98c9064e885314b378c","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240502.1.tgz","fileCount":20,"integrity":"sha512-DuomJt3UFirxOKqnJtPFYB8/II4y7i3BPPU/LEwGYDg6naN5jEByjVzTlwaQ8qcTQfQJHrcSsn6IJ5SeyL7Q8A==","signatures":[{"sig":"MEUCIQDk8HY7zkZS07IxZmannJcWsl1UkkyGj4uhq6+iVkxd4QIgAYiQbu1IfbA3RyQ02wp+XUuityVxw1Pwp4HR/kmXgbI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992286},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\51a57f48-efd5-45ed-b4da-8899b1d9e6be\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240502.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\51a57f48-efd5-45ed-b4da-8899b1d9e6be\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240502.1.tgz","_integrity":"sha512-DuomJt3UFirxOKqnJtPFYB8/II4y7i3BPPU/LEwGYDg6naN5jEByjVzTlwaQ8qcTQfQJHrcSsn6IJ5SeyL7Q8A==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^22.2.0","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240502.1_1714697049164_0.7251239659912836","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240503.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240503.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"74603159d1479a41c542fa12efbdf8c39471efee","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240503.1.tgz","fileCount":20,"integrity":"sha512-k4LYE4TRiKVR8Az78DDM4gvYRYSlASjlGB+F5/SkkwSrVhoklJeLnGXRxclQZD4A84v41fciJmYO+WQQb+oXtA==","signatures":[{"sig":"MEYCIQCDbFcH/06jZr6smdR1RSV0rwg0vyendXxxWdlExsZd3wIhAKKmnXTsVI9hm9CGePnQHGGzUHUAgMNHRkLWjKKpln19","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992286},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\81801d04-fbe2-4a8d-87a2-83a496f99dc7\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240503.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\81801d04-fbe2-4a8d-87a2-83a496f99dc7\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240503.1.tgz","_integrity":"sha512-k4LYE4TRiKVR8Az78DDM4gvYRYSlASjlGB+F5/SkkwSrVhoklJeLnGXRxclQZD4A84v41fciJmYO+WQQb+oXtA==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^22.2.0","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240503.1_1714783271359_0.6882845678772065","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240506.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240506.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"243f550570e51aafd65f9e39b9f8978bb32698fa","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240506.1.tgz","fileCount":20,"integrity":"sha512-ki+Lbv9+koMmsohtjnYfdngdgJm83FFbeuS4c4eCGeqSyBBqPQfPfeDctSDT+qV20RZH9vybet6MQb9/LaHLyg==","signatures":[{"sig":"MEYCIQCC4p9CavSOCF7xIAdwodc2JBpRl2+fUxKiNa6Egsjv+gIhAMclzk6UjqoBzLQa/dXKKpw0D+TNpfT70uLmR/7LlMni","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992286},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\526f371e-2c1f-4924-96d8-54e879aaa366\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240506.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\526f371e-2c1f-4924-96d8-54e879aaa366\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240506.1.tgz","_integrity":"sha512-ki+Lbv9+koMmsohtjnYfdngdgJm83FFbeuS4c4eCGeqSyBBqPQfPfeDctSDT+qV20RZH9vybet6MQb9/LaHLyg==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^22.2.0","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240506.1_1715042711596_0.46726997114592783","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240507.2":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240507.2","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20240507.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"424e61f1241e3e232cd6106a77566591979093e4","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240507.2.tgz","fileCount":20,"integrity":"sha512-H6kIigNKj50xslcRl/E057PvY0sPN88bhunRc+CGfc/Xb8tXlcUgUKdwm7wX1YIcyFN9grn49tQ2G47y9hvM+g==","signatures":[{"sig":"MEUCIE+Cv3yQL27zvBu43BwRqhTNxO5GGEYSun/pxRdbfHN1AiEA+fOkKh2mHsqJjHg1BnXoA9Ob8zFrNY/ribtKKXHrZaI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992286},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\0656ecd0-c099-4ee9-8c47-c1c87bf29cec\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240507.2.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\0656ecd0-c099-4ee9-8c47-c1c87bf29cec\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240507.2.tgz","_integrity":"sha512-H6kIigNKj50xslcRl/E057PvY0sPN88bhunRc+CGfc/Xb8tXlcUgUKdwm7wX1YIcyFN9grn49tQ2G47y9hvM+g==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^22.2.0","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240507.2_1715129248029_0.33791878322050417","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240508.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240508.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20240508.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7bae7179837ac7ac517bb49c5cd41067fdb1e4db","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240508.1.tgz","fileCount":20,"integrity":"sha512-ZXjiqJ6TZYRm8gAIilkBloK2SS/IEzWXm6kcQYWcCZNe6NSod0zzkHGZBM6aqfDwq2O22ak8tqEeVKlBaKzDIA==","signatures":[{"sig":"MEMCH2wOgFOosjnP++VE1KGRF6YRC0C/XAcJTU4LzLBFR4ICIFmIjsALRlyEQhhtgIJIsTTBEqHiD1qqHvwxv6LY3Fsv","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992306},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7f7d3d9d-7b41-4dda-8e97-89a1fbe2876b\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240508.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7f7d3d9d-7b41-4dda-8e97-89a1fbe2876b\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240508.1.tgz","_integrity":"sha512-ZXjiqJ6TZYRm8gAIilkBloK2SS/IEzWXm6kcQYWcCZNe6NSod0zzkHGZBM6aqfDwq2O22ak8tqEeVKlBaKzDIA==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^22.2.0","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240508.1_1715215208685_0.08981246420047717","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240509.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240509.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9fe31f2a1e65491b10c2ad14aa88c949ecb13dbf","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240509.1.tgz","fileCount":20,"integrity":"sha512-hmRdKack0yxdm4hAJtSDjPFTB2wqvJEti2LDDTZg4hXUuj75vdRZO0Ps0IWiQUkWf6ECXhPDM9j43r20cUPxpw==","signatures":[{"sig":"MEYCIQCG9YsH+oZqJ1lvQxqGC4rk1MxWX+iu87fRiipSZ0TSSQIhAJ7QN9OOwg+GuGHxUsvTvksIzrMe2Q1ggOGWGxs4PqGJ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992306},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7b6485f0-967c-4012-80c3-09d0e79d4dce\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240509.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7b6485f0-967c-4012-80c3-09d0e79d4dce\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240509.1.tgz","_integrity":"sha512-hmRdKack0yxdm4hAJtSDjPFTB2wqvJEti2LDDTZg4hXUuj75vdRZO0Ps0IWiQUkWf6ECXhPDM9j43r20cUPxpw==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^22.2.0","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240509.1_1715301870396_0.3236271410077629","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240510.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240510.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20240510.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2b34c3c9670d144970d9a24ee81f573552208874","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240510.1.tgz","fileCount":20,"integrity":"sha512-fDewG8w3HWbHmgwIVJluL9khCOGw+D8Vh1im+3ssYwkfol56/AYdgemLXBZZVvCqVTA36SXSiNQ48MDpFiXKng==","signatures":[{"sig":"MEUCIQCjCuOXbmuz/t9m6BfCqM2fvK05+2w0rL2NE/U7mypokgIgSNc6tM5L2/nqnVKSYIkFzn23YR713nz45LtfN8b73zc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992306},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\4257957b-6b84-42f7-9cfb-626faacfd56d\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240510.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\4257957b-6b84-42f7-9cfb-626faacfd56d\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240510.1.tgz","_integrity":"sha512-fDewG8w3HWbHmgwIVJluL9khCOGw+D8Vh1im+3ssYwkfol56/AYdgemLXBZZVvCqVTA36SXSiNQ48MDpFiXKng==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^22.2.0","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240510.1_1715388200689_0.47523653458568305","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240513.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240513.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20240513.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6eeb20a9c2cfbbcc00aca2c6031f0d13a8462e64","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240513.1.tgz","fileCount":20,"integrity":"sha512-ZN3dKRx1Yc8f7WkjJ7DAcPw5jKw39RsvokBmFds3RSwPfKDLk/NluwxuSYvjFkqAOeL6t2IAz+C3n+pQffa57Q==","signatures":[{"sig":"MEUCIAauh+JeIFSW79PPWB5FuGWQlbmntNlyKlnL2atv5rW6AiEA7JaK2SIZwf96gJuqPZGQnPsmXZ+z1HfyaYiJyattW8M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992306},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\9885d431-781a-4ffa-96c6-d71e7e51228b\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240513.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\9885d431-781a-4ffa-96c6-d71e7e51228b\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240513.1.tgz","_integrity":"sha512-ZN3dKRx1Yc8f7WkjJ7DAcPw5jKw39RsvokBmFds3RSwPfKDLk/NluwxuSYvjFkqAOeL6t2IAz+C3n+pQffa57Q==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^22.2.0","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240513.1_1715647464866_0.605970580184485","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240514.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240514.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b0eac77239d121de8135f59b9b222b84a7e321ba","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240514.1.tgz","fileCount":20,"integrity":"sha512-mnuCMniiwsCXj6igKNMI7UWhN38XC8R0GgH6GvIA6YKcA0vq+AlSfOH1I7gP0cfh3biZKVfLuBXqfEA8Xh5ffQ==","signatures":[{"sig":"MEQCIEzDZdifTUD59UmKJbkHDN4LzSBpHGWuogCqi5JcDoBdAiACR7G9KOyn0l9ROlrs7954AZF5PPKH87UFTjFndRHOUA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992306},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\96e2f32c-aa65-4fd8-bf82-169647ac7bb4\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240514.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\96e2f32c-aa65-4fd8-bf82-169647ac7bb4\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240514.1.tgz","_integrity":"sha512-mnuCMniiwsCXj6igKNMI7UWhN38XC8R0GgH6GvIA6YKcA0vq+AlSfOH1I7gP0cfh3biZKVfLuBXqfEA8Xh5ffQ==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^22.2.0","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240514.1_1715733973475_0.06862687973789883","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240515.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240515.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20240515.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a5603b8f3a3cab8594e0cbd5f5ff0a842cf9f286","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240515.1.tgz","fileCount":20,"integrity":"sha512-7bSzHeDrxJQbnH5GtbEVK5832uoY7Dnl2FFpUj/Dr7DYJrKkkkOyZyTLwkHApOLLNWJUD7EVuazIr3lSlfdLqw==","signatures":[{"sig":"MEUCIEiVWjAR7wpRAed/sI6PjEH6EA/TUNBNl6Uxfonu/6nhAiEA2PZHJME3ZuJswCa447i7fscru9aDsbcmnnldEekRXNk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992306},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\c1f56c0f-6056-4261-a585-a5fb9405e5c5\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240515.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\c1f56c0f-6056-4261-a585-a5fb9405e5c5\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240515.1.tgz","_integrity":"sha512-7bSzHeDrxJQbnH5GtbEVK5832uoY7Dnl2FFpUj/Dr7DYJrKkkkOyZyTLwkHApOLLNWJUD7EVuazIr3lSlfdLqw==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^22.2.0","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240515.1_1715820146657_0.6167776610424924","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240516.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240516.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20240516.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"db85e226f6743200ea2858e213f48efc520c677e","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240516.1.tgz","fileCount":20,"integrity":"sha512-ZD2d9S8kXG9gGre2CoMVHEd4xbSTjDR4oMWYAxTCCt2NyznaQueVYXggEJ5Y7f7KH10uQkFkqtlUaNZ7+akE/Q==","signatures":[{"sig":"MEUCIGTAzbGQGl+O4OzK3UWiMsGVJO441V/EMPqfl3+ZgZPxAiEAhU317fv2c3T2SPjwD8JW+61+RRmGdCS3iLavBXlssLI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992306},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\5edd4ffc-a70f-4dbf-abdd-0cd6d648edf9\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240516.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\5edd4ffc-a70f-4dbf-abdd-0cd6d648edf9\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240516.1.tgz","_integrity":"sha512-ZD2d9S8kXG9gGre2CoMVHEd4xbSTjDR4oMWYAxTCCt2NyznaQueVYXggEJ5Y7f7KH10uQkFkqtlUaNZ7+akE/Q==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.2.0","protobufjs":"~7.2.2","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^22.2.0","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240516.1_1715906653643_0.6702393049790316","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240517.2":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240517.2","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20240517.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f469274bec090af65de4cfd9b0ad8c94eaa1020a","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240517.2.tgz","fileCount":20,"integrity":"sha512-/Y2lXspy/8O2tMUZgJg9HuhIuresLss/he+H4JxlnP+Mu5KYJuvtRRLBE6ObDnUfCIWw/PXiyZXcJ3yR82JRkw==","signatures":[{"sig":"MEQCIAgobyTbxRBRcVUV69hNAv3N0W3xrMMUQCXBowknDuuHAiBHKT/sgEqG6upbHEWCqjLmNwqRXyBjaAk06QWR5O/r3w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992306},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\867d9431-7b8f-4965-a5a0-6ed12d8ea745\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240517.2.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\867d9431-7b8f-4965-a5a0-6ed12d8ea745\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240517.2.tgz","_integrity":"sha512-/Y2lXspy/8O2tMUZgJg9HuhIuresLss/he+H4JxlnP+Mu5KYJuvtRRLBE6ObDnUfCIWw/PXiyZXcJ3yR82JRkw==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"~7.3.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^22.2.0","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240517.2_1715992930329_0.2535936652596249","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240520.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240520.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20240520.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5900467f6cf5e71473aa4cdf4863bf98487ac71a","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240520.1.tgz","fileCount":20,"integrity":"sha512-2mBynpkIkPqgbBgJCyac+RJkDZqi9r59FDb8i8EO5c6X5xf2w2ptO6a5p2UUJy6EfhD4zhXGf5DPU0wwyz0Wmw==","signatures":[{"sig":"MEUCIQCdBudFOz3/QRRSsx70Gx/dpNKACns0cAlZ+dRRVlXr7gIgZNPRyNPmSwEP4+Ina0Qt6fDx0xQ4cW+FvFbTxb+xm0Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992306},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\26482b45-c0a0-443c-9cfe-324b5fce5529\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240520.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\26482b45-c0a0-443c-9cfe-324b5fce5529\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240520.1.tgz","_integrity":"sha512-2mBynpkIkPqgbBgJCyac+RJkDZqi9r59FDb8i8EO5c6X5xf2w2ptO6a5p2UUJy6EfhD4zhXGf5DPU0wwyz0Wmw==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"~7.3.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^22.2.0","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240520.1_1716253285630_0.6067524758403022","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240521.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240521.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20240521.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"79b4f34df08eba8812552bc456e2bdd7a0cdfcba","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240521.1.tgz","fileCount":20,"integrity":"sha512-KUge+wBdyrkIauL0RTcej6PDPCLcAny9JcOZX3UV89YVL8jMvaTLrc3gAm039g38aTT4SNaQUGVMSKL+guIl7w==","signatures":[{"sig":"MEQCICCJvFyATFofJ8Ql0ET4iEWH7+BXtAiiOY2dB0Pw9kcuAiB1at2Uz+T/0qc1jCywk/qRCjjGLkBZ1HoRxMkDCVs36g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992286},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1c0c5b23-5781-4470-8286-20089ed281b2\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240521.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1c0c5b23-5781-4470-8286-20089ed281b2\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240521.1.tgz","_integrity":"sha512-KUge+wBdyrkIauL0RTcej6PDPCLcAny9JcOZX3UV89YVL8jMvaTLrc3gAm039g38aTT4SNaQUGVMSKL+guIl7w==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"~7.3.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^22.2.0","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240521.1_1716338478739_0.36198239292364787","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240522.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240522.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20240522.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"03f929b1ff3b2ab61376e42854506299135b91a9","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240522.1.tgz","fileCount":20,"integrity":"sha512-7DKhFrSoKBBRDG9Lq5UhpJwna+RFVQlg27qjmA9st1/5UEsJXT89cwlqEdGT1U2MoozCFp2zUS3cKBXL16YuFQ==","signatures":[{"sig":"MEQCIFhkXFtKrsTSUc6HIWX1q4DA2BNrw/yKCnuk6reorgFDAiB9/oOricx7b9uimST0XJS0amPL+2yh0ieZuz8SHGGDGQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992286},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b6f1e3bd-c364-4a6a-b600-f661e34ab2cf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240522.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b6f1e3bd-c364-4a6a-b600-f661e34ab2cf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240522.1.tgz","_integrity":"sha512-7DKhFrSoKBBRDG9Lq5UhpJwna+RFVQlg27qjmA9st1/5UEsJXT89cwlqEdGT1U2MoozCFp2zUS3cKBXL16YuFQ==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"~7.3.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^22.2.0","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240522.1_1716425085817_0.9916201684847556","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240523.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240523.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20240523.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"734b596a54be6a59f51eddc5d8f2c0b83e69c7f5","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240523.1.tgz","fileCount":20,"integrity":"sha512-PtkQcgx0KxsMX7oQXNMSw9ze4PXxBefPPpk1oa14P76A3MVRzf7koAgHLy31NcsZbVPhqbUL1HOF7V2YhWWcGA==","signatures":[{"sig":"MEYCIQDHBojB4nOth3QkJWlA1eWDzwjphg879T9mA9h6brSAsAIhAPDsXq3icYz3xINeZKQvvbCUdruyYcqDK3pbj05OAg1Y","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992286},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\46d373e9-7d95-43ad-98e5-b19683b75bdd\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240523.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\46d373e9-7d95-43ad-98e5-b19683b75bdd\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240523.1.tgz","_integrity":"sha512-PtkQcgx0KxsMX7oQXNMSw9ze4PXxBefPPpk1oa14P76A3MVRzf7koAgHLy31NcsZbVPhqbUL1HOF7V2YhWWcGA==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"~7.3.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^22.2.0","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240523.1_1716511551577_0.37217310749125154","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240524.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240524.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20240524.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7c0a11bcf2f80beea8f4b044389b3f2a81832ade","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240524.1.tgz","fileCount":20,"integrity":"sha512-bjU0BNiJBnqVCS3llIYtrO0Xqoo6RZ3bvWy0sZS1sOGeKDC3c7VwpWVPamPDmgUwStQKDk4hADwHmD+PnQPosw==","signatures":[{"sig":"MEQCIGBX2NEn8pakid0ckH9+zow6p7fcLNod0tO2yMxyLPHkAiB672hHKRP5jRy3Bdi+WOd2SyFZ1XsWHj91gaQac1ssWQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992286},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\103a6297-ba09-449a-818e-33e68afe620f\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240524.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\103a6297-ba09-449a-818e-33e68afe620f\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240524.1.tgz","_integrity":"sha512-bjU0BNiJBnqVCS3llIYtrO0Xqoo6RZ3bvWy0sZS1sOGeKDC3c7VwpWVPamPDmgUwStQKDk4hADwHmD+PnQPosw==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"~7.3.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^22.2.0","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240524.1_1716597635202_0.44396976429062485","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240527.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240527.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20240527.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"02ab465af92290419fcf0274498a3a1fa38d0b3a","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240527.1.tgz","fileCount":20,"integrity":"sha512-nJ9N4jd8K5t14ZACWQNuWh3F2UftF/sBhYqduY0YnGe+cchp5UlOyWSGSyvKxKxxIJP0SN6Iyjb21+2WOgzarQ==","signatures":[{"sig":"MEQCIBgJQUYAfrfY59pcv/LtFgq92hP8f3JBGO7J4UnwPXBlAiAzkTFieMTrIpY7C4hSMSAr2Hg9vkwNLxeIW73TqjTuDw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992286},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\9091b5b1-c251-4e41-8c4f-b88d2397e217\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240527.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\9091b5b1-c251-4e41-8c4f-b88d2397e217\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240527.1.tgz","_integrity":"sha512-nJ9N4jd8K5t14ZACWQNuWh3F2UftF/sBhYqduY0YnGe+cchp5UlOyWSGSyvKxKxxIJP0SN6Iyjb21+2WOgzarQ==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"~7.3.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^22.2.0","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240527.1_1716856937828_0.24121379804317056","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240528.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240528.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20240528.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e7ff471f093cade330bff42b39ddbadc360d3efc","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240528.1.tgz","fileCount":20,"integrity":"sha512-LaG/g5U6lJmS2zkQQeoV2JJREU/H4cSKjMJ81ggA7Z0EAn8M2JNP6Io0ZAR5dPRIyf+bwWfHVccwuBRv8s4vGQ==","signatures":[{"sig":"MEUCIF85dDywynhVPoFIBP2tVVhMsSPHR9amv1BmBsUfYSMbAiEA8W05oCKzIRyXjR8M91CwV9JXYjZ08ScQf8t9eLSFDiY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":992266},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ba550bc5-319d-4ebc-8b75-fe6c84bb5f0e\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240528.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ba550bc5-319d-4ebc-8b75-fe6c84bb5f0e\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240528.1.tgz","_integrity":"sha512-LaG/g5U6lJmS2zkQQeoV2JJREU/H4cSKjMJ81ggA7Z0EAn8M2JNP6Io0ZAR5dPRIyf+bwWfHVccwuBRv8s4vGQ==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"~7.3.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^22.2.0","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240528.1_1716943443429_0.999575042829355","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240814.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240814.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20240814.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"65bbf827de7f3a810f20d2222cf56dce1cdfa3ac","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240814.1.tgz","fileCount":20,"integrity":"sha512-5xaADTo4L5UYjImycrX5unGbd9NRBewzAqXMez7/1zl25zNESmS91z+OHkqCOAv5d092zuNL/5PxuIrvRlVPyA==","signatures":[{"sig":"MEQCIBM5+l+6x07YbAc6DpT+y+uGbmnHBNpp8r/TOCQJuil0AiAVtLgH7Z37U/TOZOG2Y1NG/3pOYDOLMR2qd1GugujJHw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":997919},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\6237ec53-a553-4e58-ac8f-be2b2c81d64c\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240814.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\6237ec53-a553-4e58-ac8f-be2b2c81d64c\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240814.1.tgz","_integrity":"sha512-5xaADTo4L5UYjImycrX5unGbd9NRBewzAqXMez7/1zl25zNESmS91z+OHkqCOAv5d092zuNL/5PxuIrvRlVPyA==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"~7.3.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^23.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240814.1_1723682579863_0.4819369602977832","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240815.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240815.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20240815.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3cd2dbc6fe14a613fc423d56e8a504e29f904f70","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240815.1.tgz","fileCount":20,"integrity":"sha512-UCLiyXZVzMxfUm+EB+bB4RIkUGoo4hThN49VngXkbcTcLAV7uG1O9Jo972xtQngZSiCKe/99jfBlxUF4FH0axQ==","signatures":[{"sig":"MEQCIEkLhbkcEAdolAcHCnmHQ/yFpcyvzHIvMCVrgOComVUaAiB1N7BYSYI2CHSxlQQKSHT2lKA7Fz9m0TEfqzly9DTDxA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":997919},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a4d12b72-6101-4ca4-9a1d-e9651874fc06\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240815.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a4d12b72-6101-4ca4-9a1d-e9651874fc06\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240815.1.tgz","_integrity":"sha512-UCLiyXZVzMxfUm+EB+bB4RIkUGoo4hThN49VngXkbcTcLAV7uG1O9Jo972xtQngZSiCKe/99jfBlxUF4FH0axQ==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"~7.3.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^23.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240815.1_1723769081102_0.8373980203908717","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240816.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240816.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c364a6ffa1dfe1ca6a713b6bd6d49ec0f47bf633","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240816.1.tgz","fileCount":20,"integrity":"sha512-IN/mRLb5/u1cuEZplwgF3jy7GE9nSnnObqxfQyv+3vSOzMkFbk/SlBREuftX6om8HnEpO0bnj0ZPXod5DZqk5g==","signatures":[{"sig":"MEUCIEAyqkzmJvMAtMrisuwkmBFFHlPVc9JMgGtvC0JrfxOJAiEAtLkkaZAIRbdkBgPLLAYxP8x+us71iPKTAipP2MM+eqQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":997919},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\c76c45e4-db64-45ac-9fea-8bd7aaf612d6\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240816.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\c76c45e4-db64-45ac-9fea-8bd7aaf612d6\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240816.1.tgz","_integrity":"sha512-IN/mRLb5/u1cuEZplwgF3jy7GE9nSnnObqxfQyv+3vSOzMkFbk/SlBREuftX6om8HnEpO0bnj0ZPXod5DZqk5g==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"~7.3.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^23.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240816.1_1723855327049_0.22750606045453314","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240819.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240819.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"83bbdf1454b2f8ac791ba848842fab135dc5e4ba","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240819.1.tgz","fileCount":20,"integrity":"sha512-1MRbQnAbH+1WvBAuz0h6XI1txba6XVg56FlOkFgEwmaU2f+schA5xPoQ5iN3e93ZxkGHSfVCB+LG91pfj1BrlA==","signatures":[{"sig":"MEUCIQCRgt9RRUVTQuydEDG2JMf+201Oeie9YVXih15LZ90fWgIgFShakHPq5kralS2OYJQR38qkB/DiAMRw+95L39XyEL8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":997919},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\82cc2bf7-5d48-48b5-9921-02cd94f1e060\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240819.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\82cc2bf7-5d48-48b5-9921-02cd94f1e060\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240819.1.tgz","_integrity":"sha512-1MRbQnAbH+1WvBAuz0h6XI1txba6XVg56FlOkFgEwmaU2f+schA5xPoQ5iN3e93ZxkGHSfVCB+LG91pfj1BrlA==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"~7.3.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^23.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240819.1_1724114660354_0.22187093189962703","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240820.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240820.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20240820.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"394cbe9e1be51dacec2bd353af86d2fe1bc014c4","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240820.1.tgz","fileCount":20,"integrity":"sha512-NT37BG49nBJTSJgr7qR2rqiTwIR1yBBYPKCIT7lbrYkAbMNGa6kIsvkHGDbqZDhKCMQSNrSvmVVSVGVCK3NssA==","signatures":[{"sig":"MEUCIQCC64NZbgRpDIWsjZxeWZju/7o1YwkTFCf9ypkFMlkVvQIgPzpYkKTKJtvIuA9x6IDp/CsljMNKWIVEsOUeLxkWZ0g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":997919},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\9dc655ae-480d-4d00-b246-337d5cda3164\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240820.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\9dc655ae-480d-4d00-b246-337d5cda3164\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240820.1.tgz","_integrity":"sha512-NT37BG49nBJTSJgr7qR2rqiTwIR1yBBYPKCIT7lbrYkAbMNGa6kIsvkHGDbqZDhKCMQSNrSvmVVSVGVCK3NssA==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"~7.3.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^23.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240820.1_1724200995432_0.5392089855562445","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240821.2":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240821.2","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20240821.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3a84e4c3eb557f6891a7a2aa922920c83975a7a5","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240821.2.tgz","fileCount":20,"integrity":"sha512-XqMYtbu4qaXTJKiuS+3OUg9egR/lr/lS3XlP6O0vhFSAp05jfPfAqau/w+n1IkGxtrNUBUyWFT4+5jx0TxoHfg==","signatures":[{"sig":"MEUCIBjIdlsnRtau0WqvjQR9q+WySeJaherryH6tZ1TpMwrxAiEA3/KUQT9X30kzPmIfsOXP2/gQ/0gSx6bJ9hSttvKbJF0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":997921},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a7b9d2a4-a72c-444b-931d-5db5981b08b9\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240821.2.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a7b9d2a4-a72c-444b-931d-5db5981b08b9\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240821.2.tgz","_integrity":"sha512-XqMYtbu4qaXTJKiuS+3OUg9egR/lr/lS3XlP6O0vhFSAp05jfPfAqau/w+n1IkGxtrNUBUyWFT4+5jx0TxoHfg==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"~7.3.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^23.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240821.2_1724287573804_0.4783744166242052","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240822.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240822.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20240822.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6fad4df83b957c912d2c2c1d5e305224af36aae1","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240822.1.tgz","fileCount":20,"integrity":"sha512-rdOQ7OJE7B72o29IYZ8osuyrydnxRitHpvaA9SgymgUQVGxHFhVky1zaYuLr/uRxxhg65LFIu7GUl5my8ksPIA==","signatures":[{"sig":"MEUCIQCBETllWC824Q20izGe/jnmreW7cCR7beMX6sg/LzGobgIgSBaw4Bk/46rsO7OByPmdSAt6iwxpD04hb5c6FDolEtM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":997869},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ddfeb537-cefd-4970-84f3-7cb2c7ef47e2\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240822.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ddfeb537-cefd-4970-84f3-7cb2c7ef47e2\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240822.1.tgz","_integrity":"sha512-rdOQ7OJE7B72o29IYZ8osuyrydnxRitHpvaA9SgymgUQVGxHFhVky1zaYuLr/uRxxhg65LFIu7GUl5my8ksPIA==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"~7.3.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^23.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240822.1_1724374079230_0.08305486161643794","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240823.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240823.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3ffca3331fee408f628468d339b584845c45d0bf","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240823.1.tgz","fileCount":20,"integrity":"sha512-k88z1OD5EN0NqKlwejUCCrXJ6yKm/GM050sWdZev67+0LEQ862MdYcl4QAoXWqj2/nS5qaIc/y2OA1WmWUtHvw==","signatures":[{"sig":"MEUCIQCvlndWz556qwCcv2LqUJGOEOyJ+ai9mhLwVOfUZUcjuQIgfgrmb2Ri0G0j/UlY+eCtGbUxrJiEzKaV4EYxrVxJhzI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":997869},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\49ab721f-dbd8-47b2-b000-8629efde5eae\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240823.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\49ab721f-dbd8-47b2-b000-8629efde5eae\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240823.1.tgz","_integrity":"sha512-k88z1OD5EN0NqKlwejUCCrXJ6yKm/GM050sWdZev67+0LEQ862MdYcl4QAoXWqj2/nS5qaIc/y2OA1WmWUtHvw==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"~7.3.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^23.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240823.1_1724460166915_0.7365193478213499","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240826.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240826.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20240826.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3abe1719ff3532ac559b6d3bb151391926834af0","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240826.1.tgz","fileCount":20,"integrity":"sha512-G3qMbP2vTSbzTRG1A5Gr5YFp39rrKzDURHyRHKq5XH5cBU9QH/jMsTpnW6XKpVcGOjueY0ywxdL7dvWFUxZANA==","signatures":[{"sig":"MEUCICjH7BeJkDz/yUtiVMLUUGan3f8zh2h581xDjnd1d/QSAiEAz1RE9oYKqv2HpgNGVEReeu+GcvRYg8dYL9sRfnK50Z8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":988878},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\2cce9bc3-69af-4da4-8e72-34f38a17489b\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240826.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\2cce9bc3-69af-4da4-8e72-34f38a17489b\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240826.1.tgz","_integrity":"sha512-G3qMbP2vTSbzTRG1A5Gr5YFp39rrKzDURHyRHKq5XH5cBU9QH/jMsTpnW6XKpVcGOjueY0ywxdL7dvWFUxZANA==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"~7.3.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^23.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240826.1_1724719365166_0.6903161087238832","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240827.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240827.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5738583572c4368d10b427c6cd0a1c5c687fd4d3","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240827.1.tgz","fileCount":20,"integrity":"sha512-NwOkkYBtx3ghjBpcPfRjcpxrzPzNs1fqKrIWrBfk4MP9c91z5RDXSfafh3q5mBd/dBRNspDBB6/q1fDOTzPWHQ==","signatures":[{"sig":"MEUCIQC5z3xwztLY3v5z6qGpozkzV+/RPHkezg5aeFh68P3CAwIgeYUw77LXFS7XvySj+rizLaJE11kO9RRRt9TWpmH76VU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":988878},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\dd14d887-3fac-424b-8c43-afd3f6fbc560\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240827.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\dd14d887-3fac-424b-8c43-afd3f6fbc560\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240827.1.tgz","_integrity":"sha512-NwOkkYBtx3ghjBpcPfRjcpxrzPzNs1fqKrIWrBfk4MP9c91z5RDXSfafh3q5mBd/dBRNspDBB6/q1fDOTzPWHQ==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"~7.3.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^23.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240827.1_1724805683422_0.9138733667627188","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240828.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240828.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5b0a113d3809309bc38c003a6d7ce550e76bafc4","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240828.1.tgz","fileCount":20,"integrity":"sha512-eHn8SZacEbTgSX462v3/MGHErlnBrVRyqKF1O5WbsQha7xmOMfs0y+DmBuq2w7ibYVQk5nc3UjYI4eKi78yWHg==","signatures":[{"sig":"MEUCIGD0/jxLcKUKlvGa8XVuRNGaA2eDq4jxgzwx+7qAHtCrAiEA4zhAjLgkC1oYkLU46vFlSKN5+ODvUmsg7xV7B44bZ4c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":988878},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8180f583-52d7-46d4-8da4-31003f044e76\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240828.1.tgz","types":"types/web-pubsub-client-protobuf.d.ts","module":"dist-esm/src/index.js","browser":{"buffer":"buffer"},"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 && npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:test":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","copy-files":"copyfiles ./src/generated/clientProto.js ./dist-esm/","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":"npm run build-protobuf && tsc -p . && npm run copy-files && rollup -c","build:samples":"dev-tool samples publish -f","build-protobuf":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","unit-test:node":"dev-tool run test:node-js-input --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8180f583-52d7-46d4-8da4-31003f044e76\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240828.1.tgz","_integrity":"sha512-eHn8SZacEbTgSX462v3/MGHErlnBrVRyqKF1O5WbsQha7xmOMfs0y+DmBuq2w7ibYVQk5nc3UjYI4eKi78yWHg==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"~7.3.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_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","rollup":"^4.0.0","express":"^4.16.3","ts-node":"^10.0.0","@types/ws":"^7.4.5","copyfiles":"2.4.1","cross-env":"^7.0.2","puppeteer":"^23.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","mock-socket":"^9.1.5","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","@types/express":"^4.16.0","karma-coverage":"^2.0.0","protobufjs-cli":"^1.1.1","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","@types/jsonwebtoken":"^9.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","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","@types/chai-as-promised":"^7.1.5","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@types/express-serve-static-core":"^4.17.19"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240828.1_1724892116471_0.782018420731843","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240911.2":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240911.2","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20240911.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"310d8fdd643d6146ad75d3f6e1c7260a106e5a2d","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240911.2.tgz","fileCount":49,"integrity":"sha512-f6Q4THixa3jaNx+OKlBqn+OQJLX4qti9liZHfCVIkWKeY2lOgy3NcPShidWwNX1gixSFeFhPvMVUbImpD3YaDg==","signatures":[{"sig":"MEUCIHQS7wXpL03zli3PimgPwrHL6sfXOxlAIWd4MLjbo3QWAiEAtDe8mE3BCgfUNoKAJlDzA+IZCrZKzzuMsFS8ELPNemA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":509160},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\acaac41f-557d-4145-8ca5-9a076dd12d92\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240911.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run build-protobuf && tshy && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tshy && npm run copy-files","build:test":"npm run build-protobuf && tshy && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"npm run build-protobuf && tshy && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\acaac41f-557d-4145-8ca5-9a076dd12d92\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240911.2.tgz","_integrity":"sha512-f6Q4THixa3jaNx+OKlBqn+OQJLX4qti9liZHfCVIkWKeY2lOgy3NcPShidWwNX1gixSFeFhPvMVUbImpD3YaDg==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^2.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.5.3","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@microsoft/api-extractor":"^7.47.7","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240911.2_1726101633689_0.2042734019676813","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240912.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240912.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20240912.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0ee86d41979848c9013c2ac930804c25e84e163b","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240912.1.tgz","fileCount":49,"integrity":"sha512-KWt1HWbjAautM+RASqKakgATRfhT3asdxarQo1SfQjdU3ORxNwpZyMruIPwj2Fjnwg8Dt5vZQulIrJHCJQopMw==","signatures":[{"sig":"MEQCIGmET8egt52+1FrAVRblwIXD8so5LhTa5pfR1psdINCiAiAjVCPVmGmaas/Brmf/Ron50tmr5qyYa78ZuAjGBmh5dA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":509160},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\d44bc486-424c-491a-89f1-b42f1ba53ab5\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240912.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run build-protobuf && tshy && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tshy && npm run copy-files","build:test":"npm run build-protobuf && tshy && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"npm run build-protobuf && tshy && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\d44bc486-424c-491a-89f1-b42f1ba53ab5\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240912.1.tgz","_integrity":"sha512-KWt1HWbjAautM+RASqKakgATRfhT3asdxarQo1SfQjdU3ORxNwpZyMruIPwj2Fjnwg8Dt5vZQulIrJHCJQopMw==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^2.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.5.3","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@microsoft/api-extractor":"^7.47.7","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240912.1_1726188558824_0.11436397958024425","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240913.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240913.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"629cd6cdd72273b873f833e456eec08360101923","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240913.1.tgz","fileCount":49,"integrity":"sha512-Jxa3g4C/cJGhP0DjnoZwRzaIvcFUIUDHYhlQF2nQxlZBJkyDmWc1BDuo3grZvLx+GAKR5ZERenVQOBnzX4+0IQ==","signatures":[{"sig":"MEQCIHXc58lTWBHcyAvh3pIqiHvgwqasv0cuXVDuNGH+z9CJAiBRNXF6mDxNdTjQUx6Bx6LQW1JZn5S62rTXjaseYuJfig==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":509160},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a142c6ae-fb92-4f75-9624-8c84a208f8e2\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240913.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run build-protobuf && tshy && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tshy && npm run copy-files","build:test":"npm run build-protobuf && tshy && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"npm run build-protobuf && tshy && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a142c6ae-fb92-4f75-9624-8c84a208f8e2\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240913.1.tgz","_integrity":"sha512-Jxa3g4C/cJGhP0DjnoZwRzaIvcFUIUDHYhlQF2nQxlZBJkyDmWc1BDuo3grZvLx+GAKR5ZERenVQOBnzX4+0IQ==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^2.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.5.3","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@microsoft/api-extractor":"^7.47.7","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240913.1_1726274924713_0.670024842242251","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240916.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240916.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c4fd06f3cd7f1fd1b8cc020bb1543dc93a53f3b0","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240916.1.tgz","fileCount":49,"integrity":"sha512-2I7QtjyvF8l/QE7tQ+63BcHLv4ECOx7ABkM2OlaOH2rlCXT/Mz+Gp7l8FTUKUjzvvwmeEF9Nag0q8k350JnuSQ==","signatures":[{"sig":"MEUCIQCE/q+T2EQBR336btkvgMiil3jjX4YKN7syUaSfZai3XQIgIQ44uCmdn+YXad+1s3IUJa0ZQmVQtbWj4Ng+rLerEFQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":509160},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6edc88b8-7334-48b6-b9bf-ae134849ab40\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240916.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run build-protobuf && tshy && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tshy && npm run copy-files","build:test":"npm run build-protobuf && tshy && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"npm run build-protobuf && tshy && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6edc88b8-7334-48b6-b9bf-ae134849ab40\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240916.1.tgz","_integrity":"sha512-2I7QtjyvF8l/QE7tQ+63BcHLv4ECOx7ABkM2OlaOH2rlCXT/Mz+Gp7l8FTUKUjzvvwmeEF9Nag0q8k350JnuSQ==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^2.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.5.3","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@microsoft/api-extractor":"^7.47.7","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240916.1_1726533559471_0.02527622019965836","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240917.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240917.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1de31b8fc457de3b7d60fc9ef58c192bfd71956f","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240917.1.tgz","fileCount":49,"integrity":"sha512-tnTb+WpqHuIjIUfCSph+yKh86ENg0ZdVNQ65Qj1lnVT930IPUyzMx/m0R5HAvSaaEVyzvLLkCV9ZD5QtvfJEpg==","signatures":[{"sig":"MEUCIQClWu4XcXGLyOdV9aYyw6k1n/5DS64IdGeAiUrfFBWmSgIgVyxXLopQ4DNENZZ5xUCw9YdmQgl04EUWdTlIK7b2WNI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":509160},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2d8a5546-d622-42a2-b02e-15813e82b923\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240917.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run build-protobuf && tshy && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tshy && npm run copy-files","build:test":"npm run build-protobuf && tshy && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"npm run build-protobuf && tshy && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2d8a5546-d622-42a2-b02e-15813e82b923\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240917.1.tgz","_integrity":"sha512-tnTb+WpqHuIjIUfCSph+yKh86ENg0ZdVNQ65Qj1lnVT930IPUyzMx/m0R5HAvSaaEVyzvLLkCV9ZD5QtvfJEpg==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^2.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.5.3","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@microsoft/api-extractor":"^7.47.7","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240917.1_1726620263086_0.6023446913776431","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240918.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240918.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2a76ab204ff65c501207f84a0546b1558af77d35","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240918.1.tgz","fileCount":49,"integrity":"sha512-ScaUgNTHmdh9rZXhyIkAtydDnrBYLEQ5RvF+TOxZTfVjYxkJto1QuOHB7KYz4Gn0/qUETk3EINEHXuNFbYZCyA==","signatures":[{"sig":"MEUCIQD9SZcqSWhFFDdNchpGTBa+JFNlky3aiQKXE9rERc2UpgIgNsbdW6SlHDMd6yTi8piZnVVt/pEpcuqT6CdKb4FDxOQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":509160},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b5c63cce-341c-453b-87c7-dd0fe006e478\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240918.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run build-protobuf && tshy && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tshy && npm run copy-files","build:test":"npm run build-protobuf && tshy && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"npm run build-protobuf && tshy && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b5c63cce-341c-453b-87c7-dd0fe006e478\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240918.1.tgz","_integrity":"sha512-ScaUgNTHmdh9rZXhyIkAtydDnrBYLEQ5RvF+TOxZTfVjYxkJto1QuOHB7KYz4Gn0/qUETk3EINEHXuNFbYZCyA==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^2.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.5.3","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@microsoft/api-extractor":"^7.47.7","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240918.1_1726706466493_0.8709471545451755","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240919.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240919.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3ed62bce87640c87fc35b3930905b964e0f6969e","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240919.1.tgz","fileCount":49,"integrity":"sha512-Yt6duj/3r7HZPxz7pwcOgl5s9aFVAPGmuZwPWIjEJ7hQY72+yuHGWF5D/DgUqKA8D0SnHNzJnilypB+ClVzmqQ==","signatures":[{"sig":"MEUCIHpyQxn42lU8CZo35c/gs0OaCbNnul1oDM+C7d5dy6IoAiEA1suvWWUYL3Izn3WpRD8b/ZbOx92fAcc6JN0KdIbT+l4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":509160},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b8cb16ac-ab5b-421c-a63b-2bc9baa0e6c2\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240919.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run build-protobuf && tshy && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tshy && npm run copy-files","build:test":"npm run build-protobuf && tshy && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"npm run build-protobuf && tshy && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b8cb16ac-ab5b-421c-a63b-2bc9baa0e6c2\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240919.1.tgz","_integrity":"sha512-Yt6duj/3r7HZPxz7pwcOgl5s9aFVAPGmuZwPWIjEJ7hQY72+yuHGWF5D/DgUqKA8D0SnHNzJnilypB+ClVzmqQ==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^2.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.5.3","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@microsoft/api-extractor":"^7.47.7","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240919.1_1726792814903_0.9629885868773576","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240920.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240920.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cf1e6e6ddebd5cf0ca28b818045e7ed638d51a04","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240920.1.tgz","fileCount":49,"integrity":"sha512-UbeFTi3aak+VRbSZEpJSH97GSv/q3U4092pylAT2hY8kDLEwJQojL/u1p5+UEq9NPIMQDhyKb+dj+PBW0+g9Nw==","signatures":[{"sig":"MEYCIQDOeEn3HKxsBj7xB6JqTkIZ5w28/eZGGN1MA675jR9XagIhAN4vM36i7fzWWKy4qawdWHCr8JmCt2blDt09fkNKOruJ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":509160},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d27c5163-8590-4f70-b937-4491cbbea8c5\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240920.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run build-protobuf && tshy && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tshy && npm run copy-files","build:test":"npm run build-protobuf && tshy && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"npm run build-protobuf && tshy && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d27c5163-8590-4f70-b937-4491cbbea8c5\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240920.1.tgz","_integrity":"sha512-UbeFTi3aak+VRbSZEpJSH97GSv/q3U4092pylAT2hY8kDLEwJQojL/u1p5+UEq9NPIMQDhyKb+dj+PBW0+g9Nw==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^2.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@microsoft/api-extractor":"^7.47.7","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240920.1_1726879505207_0.6098229695767032","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240924.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240924.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c53b79e2726327d688fc3a572ee8c4dd52c3f5e8","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240924.1.tgz","fileCount":49,"integrity":"sha512-yv2NLNcb7xHJ99prk5i8BSVK1L5jzEBRSWR4b6bXdBz7CByF5BmNYqdVNw3/JUtGWb/YMpuxeAL+fbgXaJ+TEg==","signatures":[{"sig":"MEYCIQCzEU+o7WDfVQDv3SgBszCIL6JnalN9pAMm8yAHtdvfvQIhAJJ2b8Y57uCcZEc9EwjXpd9ONbMQ/7YSGBu6l75JFdE1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":509160},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4bde6ef0-2917-4bfd-8107-a423538fef16\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240924.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run build-protobuf && tshy && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && tshy && npm run copy-files","build:test":"npm run build-protobuf && tshy && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","extract-api":"tshy && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"npm run build-protobuf && tshy && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4bde6ef0-2917-4bfd-8107-a423538fef16\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240924.1.tgz","_integrity":"sha512-yv2NLNcb7xHJ99prk5i8BSVK1L5jzEBRSWR4b6bXdBz7CByF5BmNYqdVNw3/JUtGWb/YMpuxeAL+fbgXaJ+TEg==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"tshy":"^2.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@microsoft/api-extractor":"^7.47.7","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240924.1_1727225180954_0.21674029274668705","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240925.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240925.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0956dbfb08613c82dd6587032069a09995aa17eb","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240925.1.tgz","fileCount":49,"integrity":"sha512-U0+mU/KnbG/HeT5kcFpFQFr34iDCGYf/Indif7UxH2/IKZF3cU2JSBD4bpKULogvQArR0mVx9uDlI5tAs+83sQ==","signatures":[{"sig":"MEQCICSSYTyIvlHlz7aCdAR3UnVT/kMGK17qBB0laPx3ohTaAiAF5iPHWyW7TGCkv575/o7PWEOWjdvpnocwlFZGKVlhow==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":509248},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\14162702-5b94-45fa-b820-76c3d4bfe3b5\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240925.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\14162702-5b94-45fa-b820-76c3d4bfe3b5\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240925.1.tgz","_integrity":"sha512-U0+mU/KnbG/HeT5kcFpFQFr34iDCGYf/Indif7UxH2/IKZF3cU2JSBD4bpKULogvQArR0mVx9uDlI5tAs+83sQ==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@microsoft/api-extractor":"^7.47.7","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240925.1_1727311165591_0.9415625503295086","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240926.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240926.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"18f106728ed44189574fc09842fa460edb082b9e","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240926.1.tgz","fileCount":49,"integrity":"sha512-V1bTl/O14bhVNlEoHuvNmXaDXMMLhe+7wBib2W/O1gGrlf3Csf+BjbFguZ7mql7zu2lITyTjXE/MT8d62iibyA==","signatures":[{"sig":"MEUCIQCoG0mIGsfIQ0uzan4K1e9buB0509/Z5spVrSOvUVH6cgIgM+2K7UUTWpiDBUxeKFaBVi4jTh9rNvLemsz/Q3+FlY8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":509287},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b620a182-dcea-4816-bce5-eb1fdf74ffaa\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240926.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b620a182-dcea-4816-bce5-eb1fdf74ffaa\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240926.1.tgz","_integrity":"sha512-V1bTl/O14bhVNlEoHuvNmXaDXMMLhe+7wBib2W/O1gGrlf3Csf+BjbFguZ7mql7zu2lITyTjXE/MT8d62iibyA==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@microsoft/api-extractor":"^7.47.7","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240926.1_1727397634779_0.4569635886709247","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240927.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240927.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fa56b39ebb05d0eb1f0a79d521dcd7566d6c5553","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240927.1.tgz","fileCount":49,"integrity":"sha512-f7TCrOQgfIHONE3H9IeroZQPtA26z2G4QLstwD09e7rn/o5rrwn8ZmTp4kDpKw6R8QUfm3T/RJZAuv9OmbaMiw==","signatures":[{"sig":"MEQCIBMmEaTEFjU7bJNjP+hv34MrDdxToKSt25VxIySSqbAvAiAsK01IvrPuxH7VkAJkSBB0aQ42Xaf+67BT4AEOud2Z7g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":509287},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8ef6d2a2-cada-45d4-b532-d0df0c7f94ed\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240927.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8ef6d2a2-cada-45d4-b532-d0df0c7f94ed\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240927.1.tgz","_integrity":"sha512-f7TCrOQgfIHONE3H9IeroZQPtA26z2G4QLstwD09e7rn/o5rrwn8ZmTp4kDpKw6R8QUfm3T/RJZAuv9OmbaMiw==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@microsoft/api-extractor":"^7.47.7","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240927.1_1727483907001_0.440134501470991","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20240930.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20240930.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"355a642f33ddd4660d04aafb0c34acd2fc5a21d6","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20240930.1.tgz","fileCount":49,"integrity":"sha512-QMmOpA1jiKWtkMvvVUm3BMFmhOLeGTHSb2qn6gyNc8NCdi76UBU3H/CjJwrmafoF7wKQADFzLy893aNgAykNYQ==","signatures":[{"sig":"MEYCIQD3jgL1x0y/86c3Z105EP6WqqCfJqeMc7jcnQMCvlPnXAIhAKaSqtH7+aXl/WCoVEJGbq97b+LzyRDYJQpMuk1jilWh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":509287},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a083f018-12fa-4ce7-ac41-7863aaa210db\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240930.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a083f018-12fa-4ce7-ac41-7863aaa210db\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20240930.1.tgz","_integrity":"sha512-QMmOpA1jiKWtkMvvVUm3BMFmhOLeGTHSb2qn6gyNc8NCdi76UBU3H/CjJwrmafoF7wKQADFzLy893aNgAykNYQ==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@microsoft/api-extractor":"^7.47.7","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20240930.1_1727743237321_0.9255366324389673","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241001.2":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241001.2","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20241001.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"340dc9ee9cd9799b7c3f4011b928367b8e095c36","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241001.2.tgz","fileCount":49,"integrity":"sha512-6jMyc9i80jsIos4yfAkEWY9wORzDryxU0Es2+b/fgDyw8UgIc845ChdLxALJW6hxG9PTMoMlphpyUpD3dkonQQ==","signatures":[{"sig":"MEYCIQDQwxw4XW/P5HfWKi4l6MHBO5mIGBww92odIvIY0cYDQAIhAPBO+jJtJQUS7SPqWr5s8AVxwtSw1a5c4GDNq9RF+dLS","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":509287},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9d51adaf-5ba2-486e-a703-63fcbbcb672d\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241001.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9d51adaf-5ba2-486e-a703-63fcbbcb672d\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241001.2.tgz","_integrity":"sha512-6jMyc9i80jsIos4yfAkEWY9wORzDryxU0Es2+b/fgDyw8UgIc845ChdLxALJW6hxG9PTMoMlphpyUpD3dkonQQ==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@microsoft/api-extractor":"^7.47.7","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241001.2_1727835273896_0.6450091949808006","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241002.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241002.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"628d449dfd2ec945abb5bce7ba921f156632e31a","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241002.1.tgz","fileCount":49,"integrity":"sha512-y9tzKl/jDsCSTf3FifWRdSnlcF+DLvBzD+9grKlavaKvzK6kJz69lKERKRbliO/IVZcqPs1w6dUARG0tWwHM1g==","signatures":[{"sig":"MEQCIBVPr1BnCQyjemtPPduC4CEeW5/UhnFU4vDoSCD2NIWfAiA8HUhHEGr/uKIEMDqAq/rLjWbHOS4+k+F2WWpd4Sg1jA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":509287},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\992fdf4d-3a01-43c0-bc57-5ca4971f83e1\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241002.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\992fdf4d-3a01-43c0-bc57-5ca4971f83e1\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241002.1.tgz","_integrity":"sha512-y9tzKl/jDsCSTf3FifWRdSnlcF+DLvBzD+9grKlavaKvzK6kJz69lKERKRbliO/IVZcqPs1w6dUARG0tWwHM1g==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@microsoft/api-extractor":"^7.47.7","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241002.1_1727915985622_0.04199662252080305","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241003.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241003.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a290dc35268c564582a2a4fcefe3a18e44aec03a","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241003.1.tgz","fileCount":49,"integrity":"sha512-rcrpEwecDyhuGuFT1Fch80itKQ1bB8XFO1858sqtxi7i5//esyz+N22swXG+SwBU6DtrL78qBjxk9XoAcXhT7Q==","signatures":[{"sig":"MEYCIQCw90vjzCTVGa4whfmUq3cPgB9veGY+R6H8WQU5ElY+5QIhAIwi7xlOMppMmJgrZdwEVqLfxiVSbaZ0EYQz9luxV9M4","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":509287},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\659d9cce-9b06-48eb-a526-a9682e3dc584\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241003.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\659d9cce-9b06-48eb-a526-a9682e3dc584\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241003.1.tgz","_integrity":"sha512-rcrpEwecDyhuGuFT1Fch80itKQ1bB8XFO1858sqtxi7i5//esyz+N22swXG+SwBU6DtrL78qBjxk9XoAcXhT7Q==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@microsoft/api-extractor":"^7.47.7","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241003.1_1728002581715_0.5305890443654415","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241004.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241004.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f615d9825e2efbb848609da9f8f103710f2c0302","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241004.1.tgz","fileCount":49,"integrity":"sha512-2VLf9A2kinru7Wv8gUXfrfPsFAWgK/mNZIw2bEysfym/qwmgXSBRbvBRPYkHFGK9KyJrFzVQU08utszhTRxIdw==","signatures":[{"sig":"MEQCICEFiZYNXbM7yRqLuEbypb7M3zGbM3JuGdXKQh2/LJ32AiAA4YhKxI6EeLlaGsMd9V8e7DRumB/rzhdcozxiNfYQ8g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":509287},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\05a88fdf-b1eb-4878-9636-fdcf9caa16cc\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241004.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\05a88fdf-b1eb-4878-9636-fdcf9caa16cc\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241004.1.tgz","_integrity":"sha512-2VLf9A2kinru7Wv8gUXfrfPsFAWgK/mNZIw2bEysfym/qwmgXSBRbvBRPYkHFGK9KyJrFzVQU08utszhTRxIdw==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@microsoft/api-extractor":"^7.47.7","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241004.1_1728088843493_0.14463903844609316","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241007.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241007.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1661b1205e01d42a9da72c135de68a1a2d9a709d","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241007.1.tgz","fileCount":49,"integrity":"sha512-rwNFg8oYJNDn3odyxJ0saGHmYuHE0jpEo9nulW1GUZg+RmmKTcxLV6ieFrbHvLF66W1btvZaZpX7fP0rgHym+A==","signatures":[{"sig":"MEYCIQCAuGlQdE5uEAHLEA6ZrHDW/cCGJa05uUQlFI9oFAfdIQIhAK4UXAz4TNK0rRFqoo3HslerbCiLX1b9LPbQ9jQSkBQG","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":509287},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5f1e871a-4ba7-40b5-8d30-914e62584229\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241007.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5f1e871a-4ba7-40b5-8d30-914e62584229\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241007.1.tgz","_integrity":"sha512-rwNFg8oYJNDn3odyxJ0saGHmYuHE0jpEo9nulW1GUZg+RmmKTcxLV6ieFrbHvLF66W1btvZaZpX7fP0rgHym+A==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@microsoft/api-extractor":"^7.47.7","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241007.1_1728348190357_0.16098094406806362","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241008.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241008.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0b44b2423eb07fe3be4f4874fd4bee6334c916de","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241008.1.tgz","fileCount":49,"integrity":"sha512-hUP+XfNFgIwTZfbFh3halGWBxDwNuC/n6+8/om1aMK212VymHfHV3cwRHdW+4SSWSI3+N5UyJ6cwsdTYVTYBWQ==","signatures":[{"sig":"MEYCIQCYRMOpCzCP3ZIewKMaNNqoeIydumyaCAAUBdMro3PM+QIhAMxOTAZWT4c6zmIvcWZS1XZQUSlPa4+M5WXJmtjurmqq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":509287},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5543e096-7a4d-41d3-96f1-357463058050\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241008.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5543e096-7a4d-41d3-96f1-357463058050\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241008.1.tgz","_integrity":"sha512-hUP+XfNFgIwTZfbFh3halGWBxDwNuC/n6+8/om1aMK212VymHfHV3cwRHdW+4SSWSI3+N5UyJ6cwsdTYVTYBWQ==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@microsoft/api-extractor":"^7.47.7","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241008.1_1728434323176_0.2598430281868245","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241009.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241009.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cd69a2eb450ef5a2d14094682015550963a33f27","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241009.1.tgz","fileCount":49,"integrity":"sha512-TlQyZs5snnbWHbRlQKW4DYsghCf2ytCtyELBkwh1TxAfhkf5PD22K1cdND1TC2Q1thx0So++omCcOOUA6g9mlQ==","signatures":[{"sig":"MEUCIQClSazH4zEhGAQZCCltzZyeoAO8jnhUPjX2vafcvliOiAIgWQNHqmOyjixz4a+09mYIGDW3iySArDoGsog8WZLQyCE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":509287},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\89507961-31a4-438c-af27-50aaa965c3a4\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241009.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\89507961-31a4-438c-af27-50aaa965c3a4\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241009.1.tgz","_integrity":"sha512-TlQyZs5snnbWHbRlQKW4DYsghCf2ytCtyELBkwh1TxAfhkf5PD22K1cdND1TC2Q1thx0So++omCcOOUA6g9mlQ==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@microsoft/api-extractor":"^7.47.7","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241009.1_1728522705758_0.9083419209634223","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241010.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241010.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1d48d460477bba9a7bce8a641309331b99773a48","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241010.1.tgz","fileCount":49,"integrity":"sha512-Cco4kh7YEGW4NFb8Eu/HzB3JmU8AMA364Oi0nWIe0fzoZ8HONoPp34R+h5x1cJeD3rx38pSJY6oPmGncjRyYgg==","signatures":[{"sig":"MEUCIBkYCYzhGlZChlSsp+5KdJye7qVDM310MQBwiNmHA0FOAiEA29rkl7W/ir6WEuo27RqNasnZFOppaeEe5MMhyxC+/MM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":509287},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9b93f01d-07ba-421a-a339-042ed2d48402\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241010.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9b93f01d-07ba-421a-a339-042ed2d48402\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241010.1.tgz","_integrity":"sha512-Cco4kh7YEGW4NFb8Eu/HzB3JmU8AMA364Oi0nWIe0fzoZ8HONoPp34R+h5x1cJeD3rx38pSJY6oPmGncjRyYgg==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@microsoft/api-extractor":"^7.47.7","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241010.1_1728607653985_0.4336945751570285","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241011.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241011.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4a715bee49f34af45b0398c6af9adaf505ffd4d6","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241011.1.tgz","fileCount":49,"integrity":"sha512-g82n7phW/UQCrhUD7lbidNG4MkGZrwtSfC30aok2PBrTQSpbYyQglDC+tSZ+UXl2v+FMyrxu5myDf+pipxE2qg==","signatures":[{"sig":"MEUCIQCKOFfjh3VJy5OnmMeIWfZfemAhIZu1eCdDrfliqPrV6AIgdkLudWfxtCgqq0pvxrMZEWPjzDQWYkSWnOz4wEDoXcE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":509287},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a0d23c4b-1140-41b4-a8f4-a0a392ce3051\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241011.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a0d23c4b-1140-41b4-a8f4-a0a392ce3051\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241011.1.tgz","_integrity":"sha512-g82n7phW/UQCrhUD7lbidNG4MkGZrwtSfC30aok2PBrTQSpbYyQglDC+tSZ+UXl2v+FMyrxu5myDf+pipxE2qg==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@microsoft/api-extractor":"^7.47.7","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241011.1_1728693609087_0.31629710800329924","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241014.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241014.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0cab971f56a97a1cab6fb57df8eaa29787140e61","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241014.1.tgz","fileCount":49,"integrity":"sha512-AsUAJqkGjFDA/kOjJYkZrhXveIJ4FK/cUxJvSNAe3LwuWkZwDHD9d9oQxRn05dcgH5VsEXYfP7ZyWHLfbaLUZA==","signatures":[{"sig":"MEUCID6nP+uEyXWg8yRLhGUec654XSYyn2XKoGeo57v+U7f3AiEAjDPZFZWZMYDNEpvHwXWIF+g8V2hCKXKYbIfMYCZFnzo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":509287},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c9598de4-1467-44b5-81f6-c4f6e22fb317\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241014.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c9598de4-1467-44b5-81f6-c4f6e22fb317\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241014.1.tgz","_integrity":"sha512-AsUAJqkGjFDA/kOjJYkZrhXveIJ4FK/cUxJvSNAe3LwuWkZwDHD9d9oQxRn05dcgH5VsEXYfP7ZyWHLfbaLUZA==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@microsoft/api-extractor":"^7.47.7","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241014.1_1728953120796_0.2859326812027714","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241015.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241015.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cd1ea6d316fbd0e3ccd5d07d591e4299a0a5f238","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241015.1.tgz","fileCount":49,"integrity":"sha512-a9hElqETVrDfy2PnHhUaXMQJ/CiYmSiNhZZBTSiSQp6dluf9rkPdih9vQQuDBJVi2mE+GWEhLc/Qq3wlkqljQQ==","signatures":[{"sig":"MEUCIQDCz14xLEnpTyXDO4Qh5pNRhTE8XAPsbqLaR1EW92rktAIgVtPAgYC7i4Ur5B6jL9bvL1XXsN0f4jor8G+Mv9uj7OE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":509287},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c28808b7-a3fe-41a9-967d-0bf6d8e3b4d7\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241015.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c28808b7-a3fe-41a9-967d-0bf6d8e3b4d7\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241015.1.tgz","_integrity":"sha512-a9hElqETVrDfy2PnHhUaXMQJ/CiYmSiNhZZBTSiSQp6dluf9rkPdih9vQQuDBJVi2mE+GWEhLc/Qq3wlkqljQQ==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@microsoft/api-extractor":"^7.47.7","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241015.1_1729039269966_0.7823297767060855","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241016.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241016.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"38799da1b6bfacfe3a5d5914ff853d1fce917637","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241016.1.tgz","fileCount":49,"integrity":"sha512-3K95KZIboNq4XXf6a9/qOPgmuBXuHP+NLYjDZR8ja18OBwfNGykKbbigIlm5oaKmhUH0JpFEZUxE8eXvR1cB/w==","signatures":[{"sig":"MEUCIBUftS1n3LiAEguPKZeez/lGCLulw3alqSgazowz2MDrAiEA7wxHfx+wxu2rkNEx3UJ/qDozRaiACJWDV7HSKYbNQpU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":509287},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\badfae4f-dee5-4fdd-9091-f2f63c913e62\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241016.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\badfae4f-dee5-4fdd-9091-f2f63c913e62\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241016.1.tgz","_integrity":"sha512-3K95KZIboNq4XXf6a9/qOPgmuBXuHP+NLYjDZR8ja18OBwfNGykKbbigIlm5oaKmhUH0JpFEZUxE8eXvR1cB/w==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@microsoft/api-extractor":"^7.47.7","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241016.1_1729125581329_0.7119790119957001","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241017.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241017.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20241017.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"946a7334222fddaf38179143c467041cee3badc1","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241017.1.tgz","fileCount":49,"integrity":"sha512-60JFGDkvoQJN+f1TpaVz5nBXhklLm4ITcBEk3QLOzy5DcoxOjNTkBBH5zGYG15lRB4gH/oDn+RqvtfjukONV5g==","signatures":[{"sig":"MEUCIQCmWgxW0j3C9xnlbYcPBvcN2A3P+q5SH/vt7HtxnnP8DQIgNGH6otrfI77M8baRaBNhKsa8U1H3SUG+ZFVNSXVvf1M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":509287},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c175e65a-c7cf-4914-9271-cfef640d87e8\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241017.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c175e65a-c7cf-4914-9271-cfef640d87e8\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241017.1.tgz","_integrity":"sha512-60JFGDkvoQJN+f1TpaVz5nBXhklLm4ITcBEk3QLOzy5DcoxOjNTkBBH5zGYG15lRB4gH/oDn+RqvtfjukONV5g==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@microsoft/api-extractor":"^7.47.7","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241017.1_1729212230579_0.19486361402491248","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241018.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241018.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2239d0a4706b64903279cfde08f9c825b836a51f","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241018.1.tgz","fileCount":49,"integrity":"sha512-4YJd3SsIgn3HBoDQUavnuUxGoIns4LQ2rd0QpXentuAVaS52pX4/azXa6bn+oRLcm+GuD6AeyC1EEAYELgu38Q==","signatures":[{"sig":"MEUCIQCrLo3mdq7nTo7hgpoKjfgNngZCyh3DmuHPJEVsXb9+dAIgGOx4GPJeTrHKoEGzuzR+BsZXyFUlSxmRX/cz6c7AeGo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":509287},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\66a6c450-4fdd-4383-942b-3c3882dd5517\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241018.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\66a6c450-4fdd-4383-942b-3c3882dd5517\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241018.1.tgz","_integrity":"sha512-4YJd3SsIgn3HBoDQUavnuUxGoIns4LQ2rd0QpXentuAVaS52pX4/azXa6bn+oRLcm+GuD6AeyC1EEAYELgu38Q==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@microsoft/api-extractor":"^7.47.7","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241018.1_1729298359080_0.17372702740572565","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241021.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241021.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20241021.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0be7f8cafcf9fda1d156607f54fd975b65823ae0","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241021.1.tgz","fileCount":49,"integrity":"sha512-Vj5g26xL/2U1Nqsp1/eXEOTlUksP25LCMT5VjT6uKc9eRv4DimqsHGi+2wDbP50elB6m3gAqo0WDUym6w/Kf4Q==","signatures":[{"sig":"MEUCIBT1U8k9ERmWcpZy/AUJkK3Qbc6tZwMu3/GQyaE9Oz2NAiEA91cFPL5fBW4tb9LviHwgcIptUFkp/QD09Ph9WWKclI8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":509288},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\cfba08d2-8d23-4d8e-9466-38d5a45d5b83\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241021.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\cfba08d2-8d23-4d8e-9466-38d5a45d5b83\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241021.1.tgz","_integrity":"sha512-Vj5g26xL/2U1Nqsp1/eXEOTlUksP25LCMT5VjT6uKc9eRv4DimqsHGi+2wDbP50elB6m3gAqo0WDUym6w/Kf4Q==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@microsoft/api-extractor":"^7.47.7","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241021.1_1729557598056_0.6460897275514415","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241022.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241022.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20241022.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f46b6bdab70893be6d553c99134066f622a43766","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241022.1.tgz","fileCount":49,"integrity":"sha512-37Tzo73XwJZW3hraaVE6Nniu0RX0c0Q04cm1VcjVBAeEukTe/jMnPW+iWW+IBvGkz32sQy4JBfyIPQpIAedz4g==","signatures":[{"sig":"MEQCIHK/Qync2Q18Ld+Nm6Azm9sevL4a6Z3xUqPjsxpdRUygAiAaS06hXet2IWSO03gXddaviNvrOKDkENdPaVTw7FCVOw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":509288},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\41b9df57-604e-455c-b649-6340009cb8fa\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241022.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\41b9df57-604e-455c-b649-6340009cb8fa\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241022.1.tgz","_integrity":"sha512-37Tzo73XwJZW3hraaVE6Nniu0RX0c0Q04cm1VcjVBAeEukTe/jMnPW+iWW+IBvGkz32sQy4JBfyIPQpIAedz4g==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@microsoft/api-extractor":"^7.47.7","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241022.1_1729645548608_0.10986154418189775","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241023.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241023.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20241023.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"dc997e0de0e997ebaa5ada4a3a626245891bd27a","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241023.1.tgz","fileCount":49,"integrity":"sha512-3eeqh/lE/CQ75g/141bsKdkO1xA+3p1xF2u5XmdCvP7rR2XoX14TNDa1ySRsUf7MPu6vrYL6Y7OS/t4QG+fchg==","signatures":[{"sig":"MEQCIFmim8HQfJlW81CgPTu8IujHV8xu2CxUsAPHQbuGJlTwAiA5e+RJKQ7dtiAOYurlQjbvAtC3QSEIXSn6hNtAkhRdDg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":509265},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4c2268aa-ef2a-49f8-80f6-92aac8581d37\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241023.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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","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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4c2268aa-ef2a-49f8-80f6-92aac8581d37\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241023.1.tgz","_integrity":"sha512-3eeqh/lE/CQ75g/141bsKdkO1xA+3p1xF2u5XmdCvP7rR2XoX14TNDa1ySRsUf7MPu6vrYL6Y7OS/t4QG+fchg==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241023.1_1729730518001_0.6677360410346467","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241025.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241025.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"471925b7b334793ae823058314a58175f5299df2","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241025.1.tgz","fileCount":49,"integrity":"sha512-V2RDUQeHTgww9ouIStsU7MJQSqzPwPSMbKUEsa1B2HLXbCevOIU5opYq0Q9xmevEqLlWy7xpQsCOz0k2k3D96A==","signatures":[{"sig":"MEUCIQCHs2qu68BEGKfTfAPgM0sd4AfItsy4wlRGNeb1+n2OrgIgOpBPAkXivxg2kzZDI1fCFoUcMfPJLi8DN8Eti08SZcY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":509096},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b1703adb-f77c-4ed9-8670-3b5144aec8ce\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241025.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b1703adb-f77c-4ed9-8670-3b5144aec8ce\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241025.1.tgz","_integrity":"sha512-V2RDUQeHTgww9ouIStsU7MJQSqzPwPSMbKUEsa1B2HLXbCevOIU5opYq0Q9xmevEqLlWy7xpQsCOz0k2k3D96A==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241025.1_1729903408042_0.4837582562967213","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241028.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241028.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5a3e63cf70915d1c393ec3805fe7f3e4161f1593","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241028.1.tgz","fileCount":49,"integrity":"sha512-q/gAZXAh7CWe0yuYiX97vyJUoWPX3xakGfmgxNrPt/vbbVh6fffAzuboR2mcmL57iZVBNYRaKgYf7Zvrz9MBxg==","signatures":[{"sig":"MEUCIH64Y5c6CKga8ALbVgPopdVcei5UKmltjx5pixPLPA4XAiEAjB3s/fMYTQGyj4Fvk9sixyXoNq8/wWBsc/Sz8PEncU8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":509096},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4324e41d-fd0b-470f-9317-fd735f3a6095\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241028.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4324e41d-fd0b-470f-9317-fd735f3a6095\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241028.1.tgz","_integrity":"sha512-q/gAZXAh7CWe0yuYiX97vyJUoWPX3xakGfmgxNrPt/vbbVh6fffAzuboR2mcmL57iZVBNYRaKgYf7Zvrz9MBxg==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241028.1_1730162456781_0.047677896426978394","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241029.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241029.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"616c0e4d81d798e4eff1dbfa4eef7261f6b9374c","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241029.1.tgz","fileCount":49,"integrity":"sha512-INusl9vRfujdEIMNifywXmozX7ublRllLBeFbdvZ5qXgyKY5CX4KXI/A8Tb7YUrq/Pxe/37tG4sVOIthOaOLUA==","signatures":[{"sig":"MEUCIHqGwgR4vFUmdfhTchUu6SubGYfRRPjKdJwDf+FFpsEiAiEApY1Wpc/0/0SFWsF66l7ZV+yXnFtqgvW8iONnWWRBJ1s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":509096},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2b10e48e-8649-492c-a329-593ddd029c08\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241029.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2b10e48e-8649-492c-a329-593ddd029c08\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241029.1.tgz","_integrity":"sha512-INusl9vRfujdEIMNifywXmozX7ublRllLBeFbdvZ5qXgyKY5CX4KXI/A8Tb7YUrq/Pxe/37tG4sVOIthOaOLUA==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241029.1_1730248807215_0.543116341472919","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241030.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241030.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20241030.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"59c2c923b63f41bab189a3ce60788429856436d4","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241030.1.tgz","fileCount":49,"integrity":"sha512-b6BJQn0SJ2rV+vvPycAd79lBn4HqGyAJsWCHIYQcu8dd+DBQ8hZKg4YuZ7H1tqAH0IQrwWCk64CR8CwDb2mI7Q==","signatures":[{"sig":"MEYCIQCXCxRfFWPlYAHxfTgfZz9e0fYsL0YJ8Ai2VBOcAhvuKwIhAO3YvijpO5PzdQ0B7pSWi2fyyQLJdpVQW+oisg+Aa/9M","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":509325},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\aba94dbd-26a3-4210-bfd2-841794eb8804\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241030.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\aba94dbd-26a3-4210-bfd2-841794eb8804\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241030.1.tgz","_integrity":"sha512-b6BJQn0SJ2rV+vvPycAd79lBn4HqGyAJsWCHIYQcu8dd+DBQ8hZKg4YuZ7H1tqAH0IQrwWCk64CR8CwDb2mI7Q==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241030.1_1730335416104_0.0360177217059201","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241031.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241031.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"221129397164f06f2a5daf64aa54c652847e4ca3","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241031.1.tgz","fileCount":49,"integrity":"sha512-Oi6b5iG46vAbFwYgDMyWJg54Y5CHQxQR97t5V2yeGW9OpzrjTdQvYyOABJDxSsFM1eK+smgablKWgTnw9/HCmw==","signatures":[{"sig":"MEQCIF70kdgMzF2iyRT+l7GIyB8oNEIgFShIeEB3xUgoy3jzAiAleNfsQy1QC5EE+mDIFvWzMokxdHtdO8p59vqLRofGuQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":509325},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\72f9a515-0e17-4aab-8296-e64d832067e3\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241031.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\72f9a515-0e17-4aab-8296-e64d832067e3\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241031.1.tgz","_integrity":"sha512-Oi6b5iG46vAbFwYgDMyWJg54Y5CHQxQR97t5V2yeGW9OpzrjTdQvYyOABJDxSsFM1eK+smgablKWgTnw9/HCmw==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241031.1_1730421883640_0.05048578760768585","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241111.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241111.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f634092ecabaaa68ee7f08a6643f94e498b1260e","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241111.1.tgz","fileCount":49,"integrity":"sha512-nVOBnRqy5p0JaVe8dZfYbDw2GphHI2rAT0ubQtCLVfMgYygwV6xQnmuI5OxBMc62QB3EjNz37RQgFHaZsr1S5g==","signatures":[{"sig":"MEYCIQCRK3IyFKezlI3u7hfgfRuZGQ5hbuCBVGdatYsqMUGD9wIhALxqvLm4zVx3HQhQItr9bICNH1KPyFOUEWHUEH+3nkgC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":509325},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\57aeaedf-dc49-43a2-90a1-1f7b14bef9b1\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241111.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\57aeaedf-dc49-43a2-90a1-1f7b14bef9b1\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241111.1.tgz","_integrity":"sha512-nVOBnRqy5p0JaVe8dZfYbDw2GphHI2rAT0ubQtCLVfMgYygwV6xQnmuI5OxBMc62QB3EjNz37RQgFHaZsr1S5g==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241111.1_1731375721770_0.3459213461956423","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241112.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241112.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c50cff949a85211053956f10159004802ef2f2f7","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241112.1.tgz","fileCount":49,"integrity":"sha512-PPuFI4nDtz4k2YviPQI8cZHwPWNPm8DA6ooAU5gE3vRGCqdCSESEJDGoIa/6YuBVQSdFK4oDpoSl9Fb5rgW2CA==","signatures":[{"sig":"MEUCIQDPRIzRDvZwNQ288gC/E7pza8HKXxRkt5GrA4kuWwy6SAIgTlztfjmtSoRumw3dAMp037Hwkkdy2FtzJ5Z7icTrKoE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":509325},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\27e7a3b4-012d-47d3-81f5-33d0eb51df91\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241112.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\27e7a3b4-012d-47d3-81f5-33d0eb51df91\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241112.1.tgz","_integrity":"sha512-PPuFI4nDtz4k2YviPQI8cZHwPWNPm8DA6ooAU5gE3vRGCqdCSESEJDGoIa/6YuBVQSdFK4oDpoSl9Fb5rgW2CA==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241112.1_1731462299619_0.3107394650142299","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241113.2":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241113.2","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20241113.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6b7386df6bc95b8e4d7b23beeac222c1869ee636","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241113.2.tgz","fileCount":49,"integrity":"sha512-AXrozIpHjcQMoBzPpsmGmw51LJ8FdFGQeIY3DBZL14Ze7u6Fu4t39KH18t0xrL944bM8Ge2poWxR/wBS4dAcsw==","signatures":[{"sig":"MEYCIQDnKJSyBrb1btC97fp+Ug0dYtMMEcQvTE8rZKZmreBlCwIhAKvUn4wL88g6ZlwtT+zgbAZKFPznGY41s9y7DOVKQd+i","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":509299},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\30f07471-9eec-44ef-b126-7d7626ec1900\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241113.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\30f07471-9eec-44ef-b126-7d7626ec1900\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241113.2.tgz","_integrity":"sha512-AXrozIpHjcQMoBzPpsmGmw51LJ8FdFGQeIY3DBZL14Ze7u6Fu4t39KH18t0xrL944bM8Ge2poWxR/wBS4dAcsw==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241113.2_1731548492559_0.11214046859222226","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241114.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241114.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a41f7c279417680b55a1b83ec8dd85afa9587744","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241114.1.tgz","fileCount":49,"integrity":"sha512-C3mHrKwJWgAnk/9LsQv0+U6CBdhto5qKyMKqgsvvcm0+j20z/ndpmk+J5ixsgW4i8it49p1/I5uMFXdebdnESA==","signatures":[{"sig":"MEYCIQCuAbGwfZ+UkKZROtb8dzTNq9GHqVd4r6FQ4WuzRfNzkgIhAO71PbeuLS16M6Y8B+l7Mw1OobjxfYbdGP9MhdVhVaua","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":509299},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\359de385-55d4-4831-a053-95ae0d42bceb\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241114.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\359de385-55d4-4831-a053-95ae0d42bceb\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241114.1.tgz","_integrity":"sha512-C3mHrKwJWgAnk/9LsQv0+U6CBdhto5qKyMKqgsvvcm0+j20z/ndpmk+J5ixsgW4i8it49p1/I5uMFXdebdnESA==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241114.1_1731634973692_0.46547207753239395","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241115.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241115.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20241115.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7a275f892caa30a762ab44cb7a49b2086ee85ff2","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241115.1.tgz","fileCount":49,"integrity":"sha512-/kYVPnwE+Yv3SKfO4kCL6BcoGpLpNrm265bZ51YDp+kzw3e7H3temjg185xRei1R7BKXwzyoa1bnxmER6K1U6g==","signatures":[{"sig":"MEYCIQDhx+FefPNMRyWTB/W2r6rbzI/NqRjoXKTfKp6L7hrZMgIhAM2ulR9GTOoW+p6e/fN/QSGuKTvziMyHLp/dboL97c2G","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":509299},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a597fdce-5f1d-477d-85dc-0ce2df2ac93c\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241115.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a597fdce-5f1d-477d-85dc-0ce2df2ac93c\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241115.1.tgz","_integrity":"sha512-/kYVPnwE+Yv3SKfO4kCL6BcoGpLpNrm265bZ51YDp+kzw3e7H3temjg185xRei1R7BKXwzyoa1bnxmER6K1U6g==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241115.1_1731721625748_0.6698589297460689","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241118.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241118.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20241118.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d5e8db1c68032faa5b14c05def6cec594f283098","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241118.1.tgz","fileCount":49,"integrity":"sha512-CPL1kpct1FYfcm299W4Ytpm5d4SInFQV1icPZE0flpVd7fhOXhWYhKPB+q9ufcZee6QcDJG7vpC2qEzmiPZn5Q==","signatures":[{"sig":"MEYCIQDqWD3QaAWIRCoowBOJgk6alNFmMmnZm8l8ex0VfQmi3QIhAPYsLd5PXZfP+GsAELuFdjuHo/3B79Wzt6eO5Lh+ip/e","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":509299},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6e75cd5f-74ea-491d-8b84-7220c5be7320\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241118.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6e75cd5f-74ea-491d-8b84-7220c5be7320\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241118.1.tgz","_integrity":"sha512-CPL1kpct1FYfcm299W4Ytpm5d4SInFQV1icPZE0flpVd7fhOXhWYhKPB+q9ufcZee6QcDJG7vpC2qEzmiPZn5Q==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241118.1_1731980779609_0.32214819650914395","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241119.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241119.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"906cb8911a5f4390dd7649005b1c2302602113da","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241119.1.tgz","fileCount":49,"integrity":"sha512-cpvFMrTb56L3c8z8ombzS6lt4FULJ+QeCgywHo+JWgFl8g9rwFc7mUV40RTV9hZwTBHV6SiNvtPXAmCG8uvBCw==","signatures":[{"sig":"MEYCIQCBupWluN0ZFjHHBOwUdoi0EjYT5bJXBa2v5yl0FB2u+wIhAIhHu1l8+n1ak/E7DtsKEN4A3F/ZnH7M/mSX0XsD6jiO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":509299},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\09950d03-f1da-4340-b4e9-cbcf70df2899\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241119.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\09950d03-f1da-4340-b4e9-cbcf70df2899\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241119.1.tgz","_integrity":"sha512-cpvFMrTb56L3c8z8ombzS6lt4FULJ+QeCgywHo+JWgFl8g9rwFc7mUV40RTV9hZwTBHV6SiNvtPXAmCG8uvBCw==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241119.1_1732067233454_0.7491449599851046","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241120.2":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241120.2","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20241120.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"af127ac542c139fd88ee44850a026868afcb73f0","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241120.2.tgz","fileCount":49,"integrity":"sha512-UIerg0YNRPF14UdZIYnJDY9gSLUNYwUdRwJ4bieIh6AdBKrUPcNRL10GWI5YrgFoZNdu86m4GuDhGEoIgOmXrw==","signatures":[{"sig":"MEUCIGUYQ/BauZQWdQChCShE+C4t2i56vS85ynRLeC/nuAUaAiEAn6ifQZNQtzVLZGOPH0M+HpQf9mDFiTu2xUqZ6L75rKk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":509299},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fa9bf3bd-48cf-4e95-b5e3-4964ef507e3e\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241120.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fa9bf3bd-48cf-4e95-b5e3-4964ef507e3e\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241120.2.tgz","_integrity":"sha512-UIerg0YNRPF14UdZIYnJDY9gSLUNYwUdRwJ4bieIh6AdBKrUPcNRL10GWI5YrgFoZNdu86m4GuDhGEoIgOmXrw==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241120.2_1732153849083_0.48017707276535093","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241121.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241121.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20241121.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4a0e4d2e542dfb0d084cedbd47789af24c5cf539","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241121.1.tgz","fileCount":49,"integrity":"sha512-xSwm0uwtdcb4HEC7duR997bowg30ClJehgw2KrKlx0LrEG5XUY6XEQMIThj1ZHa0zuu/5DRyOQ/9+2/TuY+gCg==","signatures":[{"sig":"MEQCIHdvlA9lHY1XpaNHPfuz7JyyuLYWMGvfTEbk4DR7PsfYAiARxY99MQmt+VgfjSvqIvwIaH64ZhPH1MaSsLUU25/unQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":509299},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2d52ad25-050b-43ff-9657-163bdb29cb64\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241121.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2d52ad25-050b-43ff-9657-163bdb29cb64\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241121.1.tgz","_integrity":"sha512-xSwm0uwtdcb4HEC7duR997bowg30ClJehgw2KrKlx0LrEG5XUY6XEQMIThj1ZHa0zuu/5DRyOQ/9+2/TuY+gCg==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241121.1_1732239850297_0.034582769455014484","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241122.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241122.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20241122.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"afc399bcb5daa364ceb465c27baab09e5bbafff9","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241122.1.tgz","fileCount":49,"integrity":"sha512-RVaG07XfU7gCo8dERfZDMrjYq7GNGMAT6FD9mHOirGJQyCTJnvrtAV5ErDKsQyNcF2c3AteRkyMQ+kfbKpJMQQ==","signatures":[{"sig":"MEQCIH35ObZ3rc1GWnWVQjVjSAb1qMQvfa/GH+EZFFq9zKdwAiB/GSFnz4Rx1J7aBW5/tgZruWx3/N76VDs9xqgjUmGqUw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":509299},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5fe70c59-c327-4463-97e1-8144c3183914\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241122.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5fe70c59-c327-4463-97e1-8144c3183914\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241122.1.tgz","_integrity":"sha512-RVaG07XfU7gCo8dERfZDMrjYq7GNGMAT6FD9mHOirGJQyCTJnvrtAV5ErDKsQyNcF2c3AteRkyMQ+kfbKpJMQQ==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241122.1_1732326082619_0.4904365084377702","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241125.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241125.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20241125.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"34db61588b92e3b8c472abef8b2389f15e5d776a","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241125.1.tgz","fileCount":49,"integrity":"sha512-bPxB1FAgUcDimWGrY0TdBQ/2PCXrE2mV6DiNKgLGcW1Rze1SpTKW8kpWeSq7Wto3UBFY+1x/CrrkSoMOZOVf9Q==","signatures":[{"sig":"MEUCICOuhH/PurPBRZ4iKG4fjk1VKkGZg8JmPDX1tmjOw35OAiEA8V1RF6O1Lb5xgc3TIzL8LatYMCQGNFYZtC9XdPNvFrA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":509298},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\592bd68c-034c-470d-bffb-cfd8ba23796b\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241125.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\592bd68c-034c-470d-bffb-cfd8ba23796b\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241125.1.tgz","_integrity":"sha512-bPxB1FAgUcDimWGrY0TdBQ/2PCXrE2mV6DiNKgLGcW1Rze1SpTKW8kpWeSq7Wto3UBFY+1x/CrrkSoMOZOVf9Q==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241125.1_1732585336422_0.8683086474182098","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241126.2":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241126.2","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20241126.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e4206298b3369fb0cb7df93737ac451587bba369","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241126.2.tgz","fileCount":48,"integrity":"sha512-eu2PSNU6LUXbA1g6tyzC29YtymXDhYh2HyWK8PTdc+SUxB6H8DrtRPMPxwHHQpdWY9KZyHHokf1kZD8uj7KW1A==","signatures":[{"sig":"MEUCIQCIorZVeg7p6SGHzqrCCBTPwdPI4PYPbwe+OmyWRwYSpAIgLswi1VBJnNNEGEXtjpm+zAyuD4ryC7SZ2xZOtvGEPIc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":508901},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b9fcd0f2-2625-455a-b75d-f29f6c2035ab\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241126.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b9fcd0f2-2625-455a-b75d-f29f6c2035ab\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241126.2.tgz","_integrity":"sha512-eu2PSNU6LUXbA1g6tyzC29YtymXDhYh2HyWK8PTdc+SUxB6H8DrtRPMPxwHHQpdWY9KZyHHokf1kZD8uj7KW1A==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241126.2_1732671822018_0.8896408859960234","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241127.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241127.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20241127.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0674c834fb3e152abc24531409d64d6d11914703","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241127.1.tgz","fileCount":48,"integrity":"sha512-dycTVPT1GTOnFm7ZebBUlpNr+L4HSlkgaoYVU5hxuOJO+0TRkycl7DBFRjiVE4PUQrY8EkjDFeu3RytN5oQS3g==","signatures":[{"sig":"MEUCIQCcQFtMhQyDKAoul1mk9TnEEh43M9dFlFN5K2ECR/pSqgIgMLnCWUX8j7z9jYqqTXBGpSk9zf1/r5xb9E7qO4NKFk0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":508901},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7739c9e9-c295-4f65-866b-3debef29b8ac\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241127.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7739c9e9-c295-4f65-866b-3debef29b8ac\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241127.1.tgz","_integrity":"sha512-dycTVPT1GTOnFm7ZebBUlpNr+L4HSlkgaoYVU5hxuOJO+0TRkycl7DBFRjiVE4PUQrY8EkjDFeu3RytN5oQS3g==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241127.1_1732758180208_0.6654992031902218","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241128.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241128.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20241128.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fb8e9899d0d7e30026c020a0fda9f6a5558eb25f","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241128.1.tgz","fileCount":48,"integrity":"sha512-sQdZXbspejbjpmMC9Y90i9bh69PRQ5ru+74TL5kuqCC7kLFGVaoNhN79m5E42S4OGo0PkjjpWEG/7zOE0ScCjA==","signatures":[{"sig":"MEQCICn1beWvyfTan2cQou6mVTOiKqUjXnDxXSGZUP/nRV81AiBjz4zQWw9EHJToNRtcG00YmEKSZi3A6hhGmk6ENz+YJw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":508901},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\cb633083-f5ed-4dd1-ba3b-d183034e591d\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241128.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\cb633083-f5ed-4dd1-ba3b-d183034e591d\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241128.1.tgz","_integrity":"sha512-sQdZXbspejbjpmMC9Y90i9bh69PRQ5ru+74TL5kuqCC7kLFGVaoNhN79m5E42S4OGo0PkjjpWEG/7zOE0ScCjA==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241128.1_1732844409487_0.823305661865722","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241129.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241129.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20241129.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"634961e765abdad11c786ab3d1654f3c3acd70d3","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241129.1.tgz","fileCount":48,"integrity":"sha512-Lr3Op3zH7yirleFHA/C+EWrzVRWRt7jZ6wwWGHYSSA1pcG2aof2OKfTXVWV0fLod8nuRVL7fwdhmoO8hZs9Wlw==","signatures":[{"sig":"MEQCIEwkkBlojDgKk0Mrx9dZGFRPxu9kVZo8TkEaegXnbfXdAiA6MqYOZqZ9Pnc+sOJQWIQqm3sLqOdOfu55EDC73k4dGg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":508901},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\daa6dae6-1981-4e21-a0f4-f46d8d5f138b\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241129.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\daa6dae6-1981-4e21-a0f4-f46d8d5f138b\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241129.1.tgz","_integrity":"sha512-Lr3Op3zH7yirleFHA/C+EWrzVRWRt7jZ6wwWGHYSSA1pcG2aof2OKfTXVWV0fLod8nuRVL7fwdhmoO8hZs9Wlw==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241129.1_1732930723206_0.2747083430963293","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241202.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241202.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20241202.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a0f737bcf9c441f9052ed1a70071474795ff52fa","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241202.1.tgz","fileCount":48,"integrity":"sha512-30ahs4KiJXxM0DOIaY9JUL8WMU/vZ5zEoDT8xi7JDA1+PwtHfUTmEn4fnfTKtSdFOfnzA7MXvL+ZHXQW+p32VQ==","signatures":[{"sig":"MEUCIGsqniz1yczy/cP2JDqzsux7YZzD144TrprcqbChxPGhAiEAieeaRCMqdmdQYvFQz/OVYb2L2uoVAVdaKCd7JCKwv48=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":508901},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\41282d89-fe59-4b25-9219-fdc4e9cab231\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241202.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\41282d89-fe59-4b25-9219-fdc4e9cab231\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241202.1.tgz","_integrity":"sha512-30ahs4KiJXxM0DOIaY9JUL8WMU/vZ5zEoDT8xi7JDA1+PwtHfUTmEn4fnfTKtSdFOfnzA7MXvL+ZHXQW+p32VQ==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241202.1_1733189967110_0.3001672209888029","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241203.2":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241203.2","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20241203.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5ed4bc30f0301f02e77e60818565c49645ff4e52","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241203.2.tgz","fileCount":48,"integrity":"sha512-h/N74aGoDfyQUmMV4V8u5NmOoEEA+T4SoW9qhc1A4ah4dbdxyVahqfn3OMVDfItf5FwG1TROKBBevQHo8vb+0w==","signatures":[{"sig":"MEYCIQCgJmpxRVOTCBW0LhGJGn2/MU051f60EfEdNO27di7ByQIhAKVLxqEX+bdcYG4KX145WVLiVALFpG/oktf/kC7Qe4J6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":508901},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\846baf4a-07be-41cd-927f-9e8c4657a5e7\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241203.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\846baf4a-07be-41cd-927f-9e8c4657a5e7\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241203.2.tgz","_integrity":"sha512-h/N74aGoDfyQUmMV4V8u5NmOoEEA+T4SoW9qhc1A4ah4dbdxyVahqfn3OMVDfItf5FwG1TROKBBevQHo8vb+0w==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241203.2_1733276452337_0.5756139152908435","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241204.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241204.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20241204.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ac9ce7f87602524cb383d212f4cec267e5a4adaf","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241204.1.tgz","fileCount":48,"integrity":"sha512-CFu992N3fM96Sp52AVHXyPxulTUflHSFGlHp4+dsRkP+mFWotE6bd6IcvtyqaWKOwE+N5W9U/qmrj3dNY3EYBQ==","signatures":[{"sig":"MEUCIQDc57H7QpUQwl+EWUlDApay+CdQPWVT7HF3hSk+/JCvIQIgVvx13wArpbJFsa0ndAZTN6b5ScXkvYcrprJnZ14CexM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":508901},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fd02340b-9820-4ee5-9583-94e1f9cc613b\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241204.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fd02340b-9820-4ee5-9583-94e1f9cc613b\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241204.1.tgz","_integrity":"sha512-CFu992N3fM96Sp52AVHXyPxulTUflHSFGlHp4+dsRkP+mFWotE6bd6IcvtyqaWKOwE+N5W9U/qmrj3dNY3EYBQ==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241204.1_1733363100503_0.5535252866168825","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241205.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241205.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"435cea38fa4621b5993b9b42652f594f5fa4bda8","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241205.1.tgz","fileCount":48,"integrity":"sha512-Ghtg+Vi+KenSwAYkG+V8P2Wlrl+ufARJFdI/Mg1T4HX6sRV9Psv6QYfGgdovWHRwUPVvfdoGQwNN6HO42llWUQ==","signatures":[{"sig":"MEYCIQDM6mlLfm9gnrbiWMqsNfEshmNGY5NOEfZuqVyKQjdLYAIhANb09lHQ4xYHgxHoV8Y5Q1bTmHnOZ6p03RL/OR9RQwyC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":508901},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\07129491-4ccc-4bd2-ba37-fd5494af0651\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241205.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\07129491-4ccc-4bd2-ba37-fd5494af0651\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241205.1.tgz","_integrity":"sha512-Ghtg+Vi+KenSwAYkG+V8P2Wlrl+ufARJFdI/Mg1T4HX6sRV9Psv6QYfGgdovWHRwUPVvfdoGQwNN6HO42llWUQ==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241205.1_1733449272475_0.6878246908855257","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241206.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241206.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5b0a828078ef55f37c39b7c73e4c61c3a6f8f4a4","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241206.1.tgz","fileCount":48,"integrity":"sha512-En8iZncg2PZgvrx+c7sLIvgkSIuWJhqR+wXxd/iV13h1FkwaOuJVCVtg8gRuYFHzv+0oSa0isgip/GJUYIBhGg==","signatures":[{"sig":"MEYCIQDtaWm44reOnEx7Feg8DXIl1HZ/WCuxqkhX1pZw33AotgIhALl63iYdwLZGfDB6UZ3JnNdT9giBABLwsw9g8BAObIkq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":508901},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2495c722-6e7c-49ee-b7b6-e35aaeb4948f\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241206.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2495c722-6e7c-49ee-b7b6-e35aaeb4948f\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241206.1.tgz","_integrity":"sha512-En8iZncg2PZgvrx+c7sLIvgkSIuWJhqR+wXxd/iV13h1FkwaOuJVCVtg8gRuYFHzv+0oSa0isgip/GJUYIBhGg==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241206.1_1733535761832_0.5816972517507313","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20241209.2":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241209.2","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20241209.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"821866d04dec1e2fa5f5b637cef1f94fec28514a","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241209.2.tgz","fileCount":48,"integrity":"sha512-UAG71PmC/ozrKb95eOCStKxmxw1HeyKoex0Ym+GZb4JjvF0w/Vu1TRj7w8jlAACXZyUEJU10Yzm8kH+BpCpgug==","signatures":[{"sig":"MEQCIEypUTQxMDasYFnaUy6iqCnBEIAO5+QltojiSzUT7SE+AiBgAuKBE+fiz6A1ZoB53GTVqi7WH/hRyve+mSSQUWLecg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":508973},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1be029b6-b026-4a7e-868b-06662a5823ef\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241209.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1be029b6-b026-4a7e-868b-06662a5823ef\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241209.2.tgz","_integrity":"sha512-UAG71PmC/ozrKb95eOCStKxmxw1HeyKoex0Ym+GZb4JjvF0w/Vu1TRj7w8jlAACXZyUEJU10Yzm8kH+BpCpgug==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241209.2_1733794937183_0.929498871877668","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20241210.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241210.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3e4e68a475aff64ff97f6f6d00486f718b07fcd8","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241210.1.tgz","fileCount":48,"integrity":"sha512-RuqGLIMzRKpAwvijAwSqpjuQIy0bFg7hgEAh3yiycV/0SHYoHi4wUsqiofjEApFEQkz1V60X8UVKRNYn4FThzQ==","signatures":[{"sig":"MEYCIQDnEo/4RXc+EYfwDKTUi0zIaYAA2f0kjMrLSZzY9xnteAIhAKgWLVoClPGFTkufkSaJQ7K+CXUUNb8kS/xhFaF+sMce","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":508973},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\226aed50-3627-4ea8-8649-51cebdfb0c83\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241210.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\226aed50-3627-4ea8-8649-51cebdfb0c83\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241210.1.tgz","_integrity":"sha512-RuqGLIMzRKpAwvijAwSqpjuQIy0bFg7hgEAh3yiycV/0SHYoHi4wUsqiofjEApFEQkz1V60X8UVKRNYn4FThzQ==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241210.1_1733881316736_0.44020241349590483","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20241211.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241211.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20241211.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1eb52f404ba67f1109b25ee26e2de77585fbe09a","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241211.1.tgz","fileCount":48,"integrity":"sha512-3ttcaeDCIqjJ5YBucj8tyCfZ0KvwzXzlh3MupWizKX84H5gw2dBakiXvxoMJo6fUn0e4q3MhrWGFNFs5ibfrAQ==","signatures":[{"sig":"MEYCIQDtWgazf5qOtqSs6+qaGkVxkIg4ZLpZslpGNTFWS53JWwIhANwE9EUwi3nicbUZHDu2BDACWOA3vjGDFhZOzYpHEhxo","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":508973},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3e11f3ea-902c-4642-8f0b-26967a8f227c\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241211.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3e11f3ea-902c-4642-8f0b-26967a8f227c\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241211.1.tgz","_integrity":"sha512-3ttcaeDCIqjJ5YBucj8tyCfZ0KvwzXzlh3MupWizKX84H5gw2dBakiXvxoMJo6fUn0e4q3MhrWGFNFs5ibfrAQ==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241211.1_1733967619497_0.08295977789710007","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20241212.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241212.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bf1d1a375635298f80947d23b3122cfcab91fc94","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241212.1.tgz","fileCount":48,"integrity":"sha512-irijAXhrfPHB3We5hEte1CjnhBGz7lBa0OoCaMpnO8R2k3TLjp9b7j/fv/q95tK6tESBsOrneOPjjjQH0JAtKA==","signatures":[{"sig":"MEQCIBfJDsl4SKVxe5ZGoqu4Q9UGHz0rTDoQQgPRrq6drf+kAiAv98zeLFCzypsIRT2zoUiaXl1+JD0biCQqCeQoxVRpAA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":508973},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\fa02b367-04b8-4edf-8bcf-3fa07f96e1d2\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241212.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\fa02b367-04b8-4edf-8bcf-3fa07f96e1d2\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241212.1.tgz","_integrity":"sha512-irijAXhrfPHB3We5hEte1CjnhBGz7lBa0OoCaMpnO8R2k3TLjp9b7j/fv/q95tK6tESBsOrneOPjjjQH0JAtKA==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241212.1_1734054320594_0.25582825280182164","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20241213.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241213.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e6e852944a7c54c10d6d9c5d6cd590a91ea43106","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241213.1.tgz","fileCount":48,"integrity":"sha512-cJzV7rrvHFpSXhF2Cs199NAjM+osPCiVbOlsm7h0XONlMee9jWQG0QMrKZrLSxI4V6/DgOvH92s0g7Cqif0i5Q==","signatures":[{"sig":"MEQCIHwH95Wzeps1l2gD0oxxtTCCMcUvIQAIxub73ANG7WfzAiBYmFRdNknA2cBXnwr2Rgemv5KZBNT4q0N5AWsD9gXyRQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":508973},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e320d7de-dcd5-4cbb-bee1-17ccbe272e1c\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241213.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e320d7de-dcd5-4cbb-bee1-17ccbe272e1c\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241213.1.tgz","_integrity":"sha512-cJzV7rrvHFpSXhF2Cs199NAjM+osPCiVbOlsm7h0XONlMee9jWQG0QMrKZrLSxI4V6/DgOvH92s0g7Cqif0i5Q==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241213.1_1734140435890_0.2562257780291508","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20241217.2":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241217.2","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20241217.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7fe20287209f34e8226ccc120f456805a80987ca","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241217.2.tgz","fileCount":48,"integrity":"sha512-uyLCXuivPh6eN61NPidQCyhe7aGqnsBOJ7lhfTMklUZBI0O+pO/RgQkgtY7U7+/XyYWLGYBPoBt9AWtfwZ1Qww==","signatures":[{"sig":"MEUCIHgsSAgh1y1hCXs2vM0QOCk7Sw4t7A9g2WihCaYZJtj3AiEA9hgrw8H0XSuZI/nP8uuBm25bkPKLrM4Gk2i7MXtqnII=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":508973},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ad66fd5e-eaa4-4bb2-8bc0-9c530fed38d5\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241217.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ad66fd5e-eaa4-4bb2-8bc0-9c530fed38d5\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241217.2.tgz","_integrity":"sha512-uyLCXuivPh6eN61NPidQCyhe7aGqnsBOJ7lhfTMklUZBI0O+pO/RgQkgtY7U7+/XyYWLGYBPoBt9AWtfwZ1Qww==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.6.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241217.2_1734486127942_0.42192890660358895","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20241218.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241218.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"74eae10217875e297afad8aedb807fa1776d5e92","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241218.1.tgz","fileCount":48,"integrity":"sha512-joRNzOywhaaDwgqNpyupaMRqtl9BVDX56BHl5D0dd9VgJbdxo41Hg3xEg1pAbqsdmFnZYeAnB5lS0z1Q3LyaSg==","signatures":[{"sig":"MEUCIBWn0AANIinmeAPUZhbGmHQr2lBcHbRPw3IY8PFmlF9XAiEA6GBVAR06xHWAxs3vt8kTy7+isPNEYixAc+E9LIVnTTY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":508973},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\cac90916-a274-45d0-a9d8-48daf1222bf8\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241218.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\cac90916-a274-45d0-a9d8-48daf1222bf8\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241218.1.tgz","_integrity":"sha512-joRNzOywhaaDwgqNpyupaMRqtl9BVDX56BHl5D0dd9VgJbdxo41Hg3xEg1pAbqsdmFnZYeAnB5lS0z1Q3LyaSg==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.7.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241218.1_1734572453628_0.08666581074553226","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20241219.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241219.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f1215a8ee5755cfbbc2e1c9a67fb7b99be7ee9b1","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241219.1.tgz","fileCount":48,"integrity":"sha512-lYwu0UFDWqcM9VAuW+jP/6MfjwkX7sueEhyFlXY8vcENSe5E92JBwGhaRyif4U5aRojH3YGQtB1Y9IV0mU8CYw==","signatures":[{"sig":"MEUCIQCjva84x+1UDtiWrgy5j4jMMzS0EVHdQuFuHc3qcq7IdgIgIvcjFAPngCHkXTvCiSQxzTCUo0s66ZrIPlkOekUBqsY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":508973},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\17636c71-e4db-4187-a844-24dc8370079c\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241219.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\17636c71-e4db-4187-a844-24dc8370079c\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241219.1.tgz","_integrity":"sha512-lYwu0UFDWqcM9VAuW+jP/6MfjwkX7sueEhyFlXY8vcENSe5E92JBwGhaRyif4U5aRojH3YGQtB1Y9IV0mU8CYw==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.7.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241219.1_1734658978975_0.227762568177859","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20241220.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241220.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20241220.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7e912352775f4e8f75fb3e825d8f4288f45c11e8","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241220.1.tgz","fileCount":48,"integrity":"sha512-w5RdNC23GhKo8kA+P10L74mwtHmkW6zXH0euqFfNQHtw5jWgEqWcNabcBl1+zQPc95OrTpCFu+BXMSIX7auGQQ==","signatures":[{"sig":"MEYCIQCRB9At6sGO2uObFzBZAyDoSxu8XJSIkv1WtBkSV4fhCAIhAIVDa2wdi850H8SmVHnCBqwvnJB6EUefdITK4sSaOjhz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":508973},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\80c44072-0703-4c5d-b23e-61d534ffc9ab\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241220.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\80c44072-0703-4c5d-b23e-61d534ffc9ab\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241220.1.tgz","_integrity":"sha512-w5RdNC23GhKo8kA+P10L74mwtHmkW6zXH0euqFfNQHtw5jWgEqWcNabcBl1+zQPc95OrTpCFu+BXMSIX7auGQQ==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.7.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241220.1_1734745177606_0.1055831715733051","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20241223.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241223.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"903216ea89fadc7ce35f1c3c34e5f7ea8e8ea469","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241223.1.tgz","fileCount":48,"integrity":"sha512-Q63ChAxei3aR+oCoJ0V7KDiJH+Gp8zdvvsNd14Tj407JYnIx9tQtEVHwLZ0sed75eckgVGkpJpZwLMRdLy+flg==","signatures":[{"sig":"MEUCIQCgLROn361wizYvUOmrlxO6jTIWwP7RNtYa9KHpBwE6BAIgJLodDGvKHzmsxKN3P5Gk/zSqcuIfOcd8q6khak+17Bs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":508973},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ee8f7d52-8231-46e3-a723-1e941949ca50\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241223.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ee8f7d52-8231-46e3-a723-1e941949ca50\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241223.1.tgz","_integrity":"sha512-Q63ChAxei3aR+oCoJ0V7KDiJH+Gp8zdvvsNd14Tj407JYnIx9tQtEVHwLZ0sed75eckgVGkpJpZwLMRdLy+flg==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.7.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241223.1_1735004471484_0.4535525658457329","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20241224.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241224.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9904a0175b8d77b24efbf6ed7872b5e728484fbc","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241224.1.tgz","fileCount":48,"integrity":"sha512-coLwCs+2gMm5VOrl3zVubhAE9vsPyVVFtDB236f25zbuVt82Kkpx2mKg8felnHWOsTdF+R/H8dLMhH0XMfXKVw==","signatures":[{"sig":"MEUCIFphalZjbZPm+6shtZ4VoseWoz5fs0yzkx6Pje3MjvoxAiEA7s3LHbQJhRWnh1jPYpvAkD7rjPQbd2EWBsUA8sX9Sd4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":508973},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\24285e37-e79a-41cb-8319-85805823b770\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241224.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\24285e37-e79a-41cb-8319-85805823b770\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241224.1.tgz","_integrity":"sha512-coLwCs+2gMm5VOrl3zVubhAE9vsPyVVFtDB236f25zbuVt82Kkpx2mKg8felnHWOsTdF+R/H8dLMhH0XMfXKVw==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.7.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241224.1_1735091157613_0.9480880394544422","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20241225.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241225.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9a8dfae8b67d4e71b86b2b7291b17038291bee74","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241225.1.tgz","fileCount":48,"integrity":"sha512-5o4jxNjjFMzswiw44DDL+uYNb493llfxI/yEFUN/5ipQlGAanHWmBMNxGkS56fc4uf/+OIORUwqjmtyKwPlGqQ==","signatures":[{"sig":"MEUCIDntHseSu8RVT069b8infV0cxL24wiZ3ULe6X747wK1nAiEA2FM5nI1Nvvq7aXfEY1nhoqOWmEJmolLX0f7X9EJToLU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":508973},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\70f3ca81-aa84-45eb-a0dd-31ceefaf6eb1\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241225.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\70f3ca81-aa84-45eb-a0dd-31ceefaf6eb1\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241225.1.tgz","_integrity":"sha512-5o4jxNjjFMzswiw44DDL+uYNb493llfxI/yEFUN/5ipQlGAanHWmBMNxGkS56fc4uf/+OIORUwqjmtyKwPlGqQ==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.7.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241225.1_1735177250253_0.8061576300301649","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20241226.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241226.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b60e102fd539add4b55f3b0ee67be35f6ba31791","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241226.1.tgz","fileCount":48,"integrity":"sha512-qeTta7qCUo2KHq3uTbhSBFMfPzXV53mSzMHbP3usxeoivCo7ZTepyPbdr7J99w5IM5uacdkbgUDDJpkN6VTRRg==","signatures":[{"sig":"MEQCICVxXBEahnEKDN9UCj71SugcHl84AGGUWl7sdrMyl+/eAiAsnIQDFvg6xbxL5Yut3grBlOXg22mBRHVCHuLp/9Gthw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":508973},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b37f757e-02f1-4a53-b819-697b7ac22383\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241226.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b37f757e-02f1-4a53-b819-697b7ac22383\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241226.1.tgz","_integrity":"sha512-qeTta7qCUo2KHq3uTbhSBFMfPzXV53mSzMHbP3usxeoivCo7ZTepyPbdr7J99w5IM5uacdkbgUDDJpkN6VTRRg==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.7.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241226.1_1735263645895_0.3320179928123328","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20241227.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241227.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"65687f5df82296465fa2525e87f7c4e685989ad8","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241227.1.tgz","fileCount":48,"integrity":"sha512-2ZxdW+ZdmVrLFhVg5WLNzLA8W0Zd6tSiXjM0yysrNyYtNOiHY2MGJ36mTCjZZdAPXQOCJuH90rJzICthC5KpGg==","signatures":[{"sig":"MEYCIQC7EPsc4+ScrIq2wzEggNjQVudUhX9+2D6GWgYutn7lFAIhALN8mChxMLDVgTm5CDYTnRu80Q2NLXgZR1l43tKTUK7c","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":508973},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\00b76805-3159-4feb-8b2a-710636a131db\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241227.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\00b76805-3159-4feb-8b2a-710636a131db\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241227.1.tgz","_integrity":"sha512-2ZxdW+ZdmVrLFhVg5WLNzLA8W0Zd6tSiXjM0yysrNyYtNOiHY2MGJ36mTCjZZdAPXQOCJuH90rJzICthC5KpGg==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.7.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241227.1_1735350048221_0.9369502920652515","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20241230.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20241230.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"decac665c1e9995a5f834eadb3c2d666052a6dd9","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20241230.1.tgz","fileCount":48,"integrity":"sha512-20dq05ftkgKKeOvsS3ruwe8zakdUMq7lv7cTF+i7BmJj7WPbAXSfTpWqx4yJv1TnYduTCTYc//km2ns0aL2aVw==","signatures":[{"sig":"MEQCIFefP0rjoo/b3XNX2W8ocXfp0o06B8Io1KhG7I1coX57AiBwhP4seKQuC1q1okqoEARKezCuv9olpWy1RspVPl1e4Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":508973},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\909cd4c7-770c-47ae-9fc9-d6646807a0c5\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241230.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\909cd4c7-770c-47ae-9fc9-d6646807a0c5\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20241230.1.tgz","_integrity":"sha512-20dq05ftkgKKeOvsS3ruwe8zakdUMq7lv7cTF+i7BmJj7WPbAXSfTpWqx4yJv1TnYduTCTYc//km2ns0aL2aVw==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.7.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20241230.1_1735609252569_0.20125246346879955","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250107.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250107.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250107.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3467196d285fff38371b8082c2d3d3c534282c49","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250107.1.tgz","fileCount":48,"integrity":"sha512-NOLwwUjrwhZjPX57xmSC7aF3nySyuljOVVF3tjyuYHYABqJrwABrK7lIu39/gogmLGYzvigxF/bN64lwZ2fMuQ==","signatures":[{"sig":"MEUCIF07qJPYu/t3eW1OPh65hmmzQFRZ2w8KjK1D2hyaaQu6AiEAjhdUAKdRf3Bvif76MHa8wvQNQUviC7pMJFnhmIQSdLY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":508973},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\26bdfacf-4baa-48d4-9402-2ffdbb5d9f41\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250107.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\26bdfacf-4baa-48d4-9402-2ffdbb5d9f41\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250107.1.tgz","_integrity":"sha512-NOLwwUjrwhZjPX57xmSC7aF3nySyuljOVVF3tjyuYHYABqJrwABrK7lIu39/gogmLGYzvigxF/bN64lwZ2fMuQ==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.7.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250107.1_1736300575979_0.8228950046064079","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250108.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250108.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c03d65f9ff6e3b55ca4e42735616f4f24d515715","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250108.1.tgz","fileCount":48,"integrity":"sha512-DSCH9+Q9BBXUhQCYQ3k7qWhqsGSempP8sgJEvrTjVcGI0UdjkjEo/ndSOr0N41ia8WVZzFXWrSy0lnDuPt80cQ==","signatures":[{"sig":"MEQCIHKfBrPJzXkisAf+6v0DKZZv0w7EUye1vMdX/3X8dz8xAiBOhUBbVeQuNFshIfFlEES4ztCvgvcz44cvDPQ3PYgorA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":508973},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7e704d2b-01c9-4314-91b7-4785d4ccee4f\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250108.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7e704d2b-01c9-4314-91b7-4785d4ccee4f\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250108.1.tgz","_integrity":"sha512-DSCH9+Q9BBXUhQCYQ3k7qWhqsGSempP8sgJEvrTjVcGI0UdjkjEo/ndSOr0N41ia8WVZzFXWrSy0lnDuPt80cQ==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.7.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250108.1_1736386963889_0.6083350536806296","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250109.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250109.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3dc34eb80a697a5ae7c164783efae4b7439628c0","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250109.1.tgz","fileCount":48,"integrity":"sha512-k4ev1pgUhKMsytM1VhtW/7gVEkfOXRe3/Hx8Q8lZbnpQjFmY938InwXAovYRnIk5VW+/keIJWzMzAhcHKX9lCw==","signatures":[{"sig":"MEQCIENkEPII8fCMVkCBFkBHLsxZLjI7c/pnt16BayB5UOWsAiA4T/kEYhMVWKMvSIacZB+UM9Za2x8aVNCyZT8BKEuGeA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":508973},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b080d570-3ac0-4b44-8da2-0775b2c29385\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250109.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b080d570-3ac0-4b44-8da2-0775b2c29385\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250109.1.tgz","_integrity":"sha512-k4ev1pgUhKMsytM1VhtW/7gVEkfOXRe3/Hx8Q8lZbnpQjFmY938InwXAovYRnIk5VW+/keIJWzMzAhcHKX9lCw==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.7.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250109.1_1736473169522_0.5698524339678028","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250110.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250110.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250110.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b6700a5be6d09ee00b7aff7edf91a35c1cc1b044","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250110.1.tgz","fileCount":48,"integrity":"sha512-0/k0G0VbYRPwlk0apqmx19U9zMvrz/54Y+sf5hF3Y4i7VAu/3GDDho0JgmrpjhEz0ICAj8hPo0wz81tnsYNK6g==","signatures":[{"sig":"MEQCIGaKaAENHnmBJLpqDYOP5lnDeK70F/KbDc9IUDcooGUgAiA9Ihl1umoXkCf4Tlb0NvUM/OvR+ay5YRm3sqs+EUOMOg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":508973},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5c940af2-bbee-4eae-b175-244d13683b60\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250110.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5c940af2-bbee-4eae-b175-244d13683b60\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250110.1.tgz","_integrity":"sha512-0/k0G0VbYRPwlk0apqmx19U9zMvrz/54Y+sf5hF3Y4i7VAu/3GDDho0JgmrpjhEz0ICAj8hPo0wz81tnsYNK6g==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.7.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250110.1_1736559567732_0.04016610115485886","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250113.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250113.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1cd2ccf4f90cd78b8460d0e12f80d0b0385e57e9","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250113.1.tgz","fileCount":48,"integrity":"sha512-HHjTUiZd74RYJJo1nUHwmPxsajNYMrc0SjeRF7UGTkS4oEDGcBunsogdWxKKltOxv/NKmLyFn07N+xtuiw0KKA==","signatures":[{"sig":"MEUCIQCQcCrQHyI8ZvesrpN9bfM0Ugmn0q3d/4zL6G3dxgtaygIgMLOKGkNditsqpm9T/K6iCOTA204Ep4jjL+KyfmvMazs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":508973},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4b2c1e5c-2dc7-4e08-8257-745baf33925b\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250113.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4b2c1e5c-2dc7-4e08-8257-745baf33925b\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250113.1.tgz","_integrity":"sha512-HHjTUiZd74RYJJo1nUHwmPxsajNYMrc0SjeRF7UGTkS4oEDGcBunsogdWxKKltOxv/NKmLyFn07N+xtuiw0KKA==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.7.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250113.1_1736818685362_0.10603108817951279","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250114.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250114.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250114.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3d582ba5289ccf83fd6192c54f112bd49f3acd4f","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250114.1.tgz","fileCount":48,"integrity":"sha512-vUXskqG4COBn/RxB2I40c9mCaN+ejIWxoLEas7+UVhF6b810+PXHrkBludIGevRk8tcRpTwJkfLuxW1izciEaA==","signatures":[{"sig":"MEUCIBhRzG0kY4BOC9406vPGH7kEAp+aRlLh1LUWVILGF6c/AiEAhjHcE8JhwJJ48CM2kG5Rix4NWUahic9KFKyHR5rLos0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":508973},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0c162f0f-0d73-48b5-bf6d-4388bba30a3e\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250114.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0c162f0f-0d73-48b5-bf6d-4388bba30a3e\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250114.1.tgz","_integrity":"sha512-vUXskqG4COBn/RxB2I40c9mCaN+ejIWxoLEas7+UVhF6b810+PXHrkBludIGevRk8tcRpTwJkfLuxW1izciEaA==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.7.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250114.1_1736905413920_0.48811621315517306","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250115.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250115.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1166cbdb89a7706b142a67d92c59355ea6a8942a","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250115.1.tgz","fileCount":48,"integrity":"sha512-eY9DAAWv+6XyYKg+o15pybvjMr0kawUT6hzEUOHsrrsQv3hesZusojP7VCerX10VXrf0KwTBmlJO0EZYqzV14Q==","signatures":[{"sig":"MEUCIQCGT2DBWn6uJGQdCOoPGrIYWzsIPW5gSqiYgf+MjqoUbgIgCT/lLE+pXBlsZQSH35N13o7wcp3ncSYQC7EIV7vTRUA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":508973},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4471d361-3871-49e7-b85f-174a68dc85f9\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250115.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4471d361-3871-49e7-b85f-174a68dc85f9\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250115.1.tgz","_integrity":"sha512-eY9DAAWv+6XyYKg+o15pybvjMr0kawUT6hzEUOHsrrsQv3hesZusojP7VCerX10VXrf0KwTBmlJO0EZYqzV14Q==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.7.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250115.1_1736991866869_0.26741527555976297","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250116.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250116.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"69454b6d4e870356211b3a403aa28af31c1bf1ee","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250116.1.tgz","fileCount":48,"integrity":"sha512-p17TdvV9bpmD+7A+U5G+LYzM79kdwpRrGjENpNePDRaAvit+rOoGCB2B0qn/HpBOS5lWyL1ri7ngZyAf0NrinA==","signatures":[{"sig":"MEYCIQCjc2FUKbPXTYKYC6hyBoSi7Yp8hohCNkhPJbImaVCDsgIhANsrfT+YWK/1QR1Nn10TsCWgjPTdS0vhpYvHNALcjzqY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":508973},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ad15b049-4458-40ad-b27e-d784fcf9a00c\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250116.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ad15b049-4458-40ad-b27e-d784fcf9a00c\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250116.1.tgz","_integrity":"sha512-p17TdvV9bpmD+7A+U5G+LYzM79kdwpRrGjENpNePDRaAvit+rOoGCB2B0qn/HpBOS5lWyL1ri7ngZyAf0NrinA==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.7.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250116.1_1737077983557_0.8867066756282336","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250117.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250117.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9b189f9748bc44df9061ac316b436d3feeb16bb0","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250117.1.tgz","fileCount":48,"integrity":"sha512-edSmiMY/RSEGOgr+mS3up9Zx/VhMvdapNApnJyyb1a9RtMeVioNMkeFkdmC8yeKRz4H05REU3jTqw/uUe6nmdg==","signatures":[{"sig":"MEYCIQCzS8LLWGcxfxWikm7csPerMIgSh6TPe/7qhwBlilueTwIhAMQ3Djnu0Ofq0Z+YO2T60NZGDhSG9KjdUdmdx2JK1RVc","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":508973},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5127e881-11a1-40de-87b1-b3085124e754\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250117.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5127e881-11a1-40de-87b1-b3085124e754\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250117.1.tgz","_integrity":"sha512-edSmiMY/RSEGOgr+mS3up9Zx/VhMvdapNApnJyyb1a9RtMeVioNMkeFkdmC8yeKRz4H05REU3jTqw/uUe6nmdg==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.7.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250117.1_1737164320946_0.1293028363345703","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250121.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250121.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4e111a0b4367582fa2131e3c6f608bb2841ea561","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250121.1.tgz","fileCount":48,"integrity":"sha512-HQMKvsz7UfaQqP+o5H381Vdps9/fYK76nUsgN1MkrhTVswaKaTmfoAkmrssb5cICNkhzra4CHSCu3JqP92eOoA==","signatures":[{"sig":"MEQCIAs5nTMIS4oEFQagaWXpmX3w8jaHAU6mptdvbRugvbMZAiARj/FmBnYEnyVNSRQA02YYetCiAchOwmaX3p63xT/J/A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":508973},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ef9eb741-69ac-44d3-862d-078e1049fd5c\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250121.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ef9eb741-69ac-44d3-862d-078e1049fd5c\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250121.1.tgz","_integrity":"sha512-HQMKvsz7UfaQqP+o5H381Vdps9/fYK76nUsgN1MkrhTVswaKaTmfoAkmrssb5cICNkhzra4CHSCu3JqP92eOoA==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.0.5","cpy-cli":"^5.0.0","typescript":"~5.7.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^2.0.5","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250121.1_1737510349730_0.24977616554285387","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250122.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250122.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250122.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ff532ea1ea257f3e3b84b6a7dd1ccada5423fa50","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250122.1.tgz","fileCount":48,"integrity":"sha512-fwn4k+wFk4zQ8KI5r1y48nS1M4J0CQUaaYbudbb9bs5WuSoRjk0LkN0lPH5vKuai5t92/MKswbtB+XDQYlUmLg==","signatures":[{"sig":"MEUCIQDyDur3OU3RZ2Sshx0lX17XPuE/NQzzvTNoHvLbKRjF9AIgN5Mk5s8WVoF7YnI5elGNgEYvKTvHvkejLyqcRmhFMu0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":508973},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f8c11c63-8166-4524-a8c7-166166b66b2a\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250122.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f8c11c63-8166-4524-a8c7-166166b66b2a\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250122.1.tgz","_integrity":"sha512-fwn4k+wFk4zQ8KI5r1y48nS1M4J0CQUaaYbudbb9bs5WuSoRjk0LkN0lPH5vKuai5t92/MKswbtB+XDQYlUmLg==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","cpy-cli":"^5.0.0","typescript":"~5.7.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.3","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250122.1_1737596453958_0.017993005608051282","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250123.2":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250123.2","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250123.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"00abda94896e2f49e77fe08de01db37855edefd7","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250123.2.tgz","fileCount":48,"integrity":"sha512-EOmdDaOW5OnXXIYE2gMxc4QXkQ1W4RH/UL0tUoaZTbrGd+atDjwoVmPPUrUt+JgJbK7xAE1WwiFEmYOGGGsH0w==","signatures":[{"sig":"MEUCIEZyyxt38cVaoP4jtYZPBI6LgHDMUf+IuQYBZ6APZnmAAiEAq/2nQWUZYXpRF4nxwIYqsF0Yu23NMXVR5p5ecVquaGY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":508973},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\86a60fcf-2ead-48af-b81f-c5dadc99b0d4\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250123.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\86a60fcf-2ead-48af-b81f-c5dadc99b0d4\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250123.2.tgz","_integrity":"sha512-EOmdDaOW5OnXXIYE2gMxc4QXkQ1W4RH/UL0tUoaZTbrGd+atDjwoVmPPUrUt+JgJbK7xAE1WwiFEmYOGGGsH0w==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","cpy-cli":"^5.0.0","typescript":"~5.7.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.3","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250123.2_1737682814279_0.06378880347130989","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250207.2":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250207.2","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250207.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"963e363fd681535cd93b295c7aab5dc375da21f8","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250207.2.tgz","fileCount":48,"integrity":"sha512-5ApcXS3p3ZBrgXgf56oi4sqVSjICvCb5vlxbEgKDt3N7vHexgDi6QTeFUkgxkg8N+KgzKWusyxGukHAH9/QdPg==","signatures":[{"sig":"MEQCIGFJhaNeEWt4kHJWRpqPgOYkNZKMqrCm1JLtZa6k9rYbAiBt8FigYBV6lEWhxuUFs3QASuvChyNmd29Cn2yMPNeQjw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":508973},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c82f1ad1-b94e-4005-89a5-92fd39041227\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250207.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c82f1ad1-b94e-4005-89a5-92fd39041227\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250207.2.tgz","_integrity":"sha512-5ApcXS3p3ZBrgXgf56oi4sqVSjICvCb5vlxbEgKDt3N7vHexgDi6QTeFUkgxkg8N+KgzKWusyxGukHAH9/QdPg==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","cpy-cli":"^5.0.0","typescript":"~5.7.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.3","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250207.2_1738979043700_0.6309602072969691","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250210.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250210.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250210.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3a54eba699d641748da79af7c8ae5b719f7ac91f","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250210.1.tgz","fileCount":48,"integrity":"sha512-LrFUD1DdoQvcj0w4CnlE7I6/UBBmpMfIblAJgUu6B37SsO0FgJ6/DhjftMpKlsgJmrKKDn5pQHbBS664o0qlRA==","signatures":[{"sig":"MEUCIQDDT88xiSMJ6sT4me5YWVten5AynV55k5FtlmorVcXOyQIgPWwpObFcaTrVavkqKzMj0vCL5UIjKX5mvXOh0ytHMZI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":508973},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\dcb0aee0-5627-417e-99fd-1cc89aa3834c\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250210.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\dcb0aee0-5627-417e-99fd-1cc89aa3834c\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250210.1.tgz","_integrity":"sha512-LrFUD1DdoQvcj0w4CnlE7I6/UBBmpMfIblAJgUu6B37SsO0FgJ6/DhjftMpKlsgJmrKKDn5pQHbBS664o0qlRA==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","cpy-cli":"^5.0.0","typescript":"~5.7.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.3","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250210.1_1739238150835_0.896600949863257","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250211.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250211.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f2630f35e693d5b823dfd5c2bbd514e185a6a89f","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250211.1.tgz","fileCount":48,"integrity":"sha512-3B6aubvZe3KLewBdVDSq2fexJu69oCv+hYoteBOvJiUHukbIIgwafD8m9D7jSwrrXefRuSFHcR/bL9FU65kjbw==","signatures":[{"sig":"MEUCIQCIzBcyi1W+eGQOgQLUybrftmj+46OxQ+ZldZXdCElFDgIgWG9yW1rdK56AgSQlZyAmuif7Dll+0i7K632UrU9hgQ0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":508973},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f913a421-821a-45e9-be12-926a6e47047a\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250211.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f913a421-821a-45e9-be12-926a6e47047a\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250211.1.tgz","_integrity":"sha512-3B6aubvZe3KLewBdVDSq2fexJu69oCv+hYoteBOvJiUHukbIIgwafD8m9D7jSwrrXefRuSFHcR/bL9FU65kjbw==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","cpy-cli":"^5.0.0","typescript":"~5.7.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.3","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250211.1_1739324334953_0.5100123082479426","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250212.2":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250212.2","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250212.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"59639498c73c383cd9a528757e9ab6a7af7a5f74","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250212.2.tgz","fileCount":48,"integrity":"sha512-zWhBYh9UZLT+ryZmLtUnp/WRtN6BixfxJm4UR7MHZAtozpq7dUPxhyTeisN30Nie+vPRWQxBKmUaEE0mqySbkQ==","signatures":[{"sig":"MEQCIC8fS05a+ZS6kcpfqvXfQZaiiq+PI1IxT9j04K9C9EfVAiB2Buzqy4nusp5LO+GS5/DpBGmrQ4tdnPYXC+PDslPFtw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":508973},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1c1c8729-efb4-4184-be4e-f8e8c2521f83\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250212.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1c1c8729-efb4-4184-be4e-f8e8c2521f83\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250212.2.tgz","_integrity":"sha512-zWhBYh9UZLT+ryZmLtUnp/WRtN6BixfxJm4UR7MHZAtozpq7dUPxhyTeisN30Nie+vPRWQxBKmUaEE0mqySbkQ==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","cpy-cli":"^5.0.0","typescript":"~5.7.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.3","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250212.2_1739410758212_0.5450601522465073","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250213.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250213.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9b96a0cea761ada9c8f79abdaaf10f710a06ef68","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250213.1.tgz","fileCount":48,"integrity":"sha512-RfhmVTD7H0F7z/3oYAB5BP54rReg/+cTUgsrPzSz9RV0dicCG+lr3v78gZMYEkMhn7QOypZNiDjGwdOm2Guq8A==","signatures":[{"sig":"MEYCIQD90EqzrcgPAFF5HzADHTRct8OGnGZIu46dUUHMGkXjuAIhAPIeZDUFP0N4MUdj33q2wdpisKGOLy59fJkb0RU0QXQW","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":508973},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b94ee9f9-982c-4205-8eec-913a4f989e7c\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250213.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b94ee9f9-982c-4205-8eec-913a4f989e7c\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250213.1.tgz","_integrity":"sha512-RfhmVTD7H0F7z/3oYAB5BP54rReg/+cTUgsrPzSz9RV0dicCG+lr3v78gZMYEkMhn7QOypZNiDjGwdOm2Guq8A==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","cpy-cli":"^5.0.0","typescript":"~5.7.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.3","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250213.1_1739497458617_0.12498512887371671","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250214.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250214.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"62ab7b1166f6569282d6c2f00de15130d4cdf791","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250214.1.tgz","fileCount":48,"integrity":"sha512-EpCBi0KfG9xEYR63JpgJjnlPOe0TK3QDGq5hqWqg30+AqBskThjUSxDYuwr5NBx+v1/d4PaQLHlkmguLCNHJzQ==","signatures":[{"sig":"MEUCIGhErkyDEE65UhRnv2AaeWuUw7RUhLvdPxlNH2LbFzraAiEA5hC55CeNYpcP1qzqlC1+M0HzH8bTbkwPIVkjrRvzpgU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":508973},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5a1f8bcf-3257-403a-b9c2-2ff65d09aca6\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250214.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5a1f8bcf-3257-403a-b9c2-2ff65d09aca6\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250214.1.tgz","_integrity":"sha512-EpCBi0KfG9xEYR63JpgJjnlPOe0TK3QDGq5hqWqg30+AqBskThjUSxDYuwr5NBx+v1/d4PaQLHlkmguLCNHJzQ==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","cpy-cli":"^5.0.0","typescript":"~5.7.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.3","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250214.1_1739583666070_0.7664162163513257","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250217.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250217.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cf5aaff7c9ff577bb40d1880abf9652877724a29","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250217.1.tgz","fileCount":48,"integrity":"sha512-G6kDpOh9LuqMYRyVK7QFtTIQqhMOOOF8Y9I6bai2Oqf5GO7nigyCmKqSsdm84zT/HWpKBaimlIgw6Nzp6p3SdQ==","signatures":[{"sig":"MEYCIQCl/AYJk3VoDiDGtv+IgzAJeMAd8PX0XQPG125nv/esGgIhAJOUoopSVMw7rw8GpJuV/17kxV05lJlA48zwPwf3j17i","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":508973},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\692394e8-d7b8-4973-b083-8bdd7e4acb35\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250217.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\692394e8-d7b8-4973-b083-8bdd7e4acb35\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250217.1.tgz","_integrity":"sha512-G6kDpOh9LuqMYRyVK7QFtTIQqhMOOOF8Y9I6bai2Oqf5GO7nigyCmKqSsdm84zT/HWpKBaimlIgw6Nzp6p3SdQ==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.2.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","cpy-cli":"^5.0.0","typescript":"~5.7.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.3","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250217.1_1739842637162_0.6339798223448205","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250218.2":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250218.2","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250218.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3d82957f16e1455a8bfa8c1b3ddebba123f5dc69","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250218.2.tgz","fileCount":48,"integrity":"sha512-aI0HXfa6nP3WzS7WeQd4QsV1Hqwp3P3BRexlMsiMnRprHQQfFM0wjdJxDlf9o2GFPj8YLBHxZJMzrxMFYLRmGA==","signatures":[{"sig":"MEUCIBFt9xSf8i7+IgBVVNGrvgkhZLnxdBnV0pjg75ALpfufAiEA80YBxTbrTJkZQiBNObVZKDDbtI7+sChbRlIaof0RQi4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":508973},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b6ccf8db-5165-4d7e-814c-73a1d61cb136\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250218.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b6ccf8db-5165-4d7e-814c-73a1d61cb136\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250218.2.tgz","_integrity":"sha512-aI0HXfa6nP3WzS7WeQd4QsV1Hqwp3P3BRexlMsiMnRprHQQfFM0wjdJxDlf9o2GFPj8YLBHxZJMzrxMFYLRmGA==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","cpy-cli":"^5.0.0","typescript":"~5.7.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.3","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250218.2_1739929358316_0.29880888930670624","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250219.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250219.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1f17a008ae36e6199780daaa63a303c6effaf6fe","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250219.1.tgz","fileCount":48,"integrity":"sha512-KE1CDU+TkrPXIf0PQrgqRplxYNRz1uKORYc2NU1wsQDGk+Ahwei+Q+Tqxds/pfrZoZJZo7F4ONX8J9vgQb2CSw==","signatures":[{"sig":"MEUCIQDWkFczuvs27jx5uDAUnFpLGeCIdE2u3CMEYrkxP3Sn0wIgDSs2IB5OD0urCh7nF85CVsu7gklQV91xZNu/8Z+1cok=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":508973},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e433d423-d0ed-48e5-91fd-7ed066e3e583\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250219.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e433d423-d0ed-48e5-91fd-7ed066e3e583\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250219.1.tgz","_integrity":"sha512-KE1CDU+TkrPXIf0PQrgqRplxYNRz1uKORYc2NU1wsQDGk+Ahwei+Q+Tqxds/pfrZoZJZo7F4ONX8J9vgQb2CSw==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","cpy-cli":"^5.0.0","typescript":"~5.7.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.3","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250219.1_1740015794361_0.5392668575911843","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250220.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250220.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4f717d48a37e2f66d414bcc5d32579323eb53063","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250220.1.tgz","fileCount":48,"integrity":"sha512-a6R/YSzPkqVoIYXm8CxnHuH7fU4LSCnKof9Osbk04Ygf+WTHjFItXmw8epPd0R3aqFPnjrOpLo8r0K8Bw+SPVQ==","signatures":[{"sig":"MEQCIFUY/Gd65nf+L45eOkKx3AgG9Kvq/1uaP1DOsiNm1Zr6AiBzxnYBqr4OBKRns6c7zWnmm6ErZd2fpcvcBK+3Xgz20w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":508973},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9003c236-33ef-40c0-99ae-ee0e55d7b05a\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250220.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9003c236-33ef-40c0-99ae-ee0e55d7b05a\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250220.1.tgz","_integrity":"sha512-a6R/YSzPkqVoIYXm8CxnHuH7fU4LSCnKof9Osbk04Ygf+WTHjFItXmw8epPd0R3aqFPnjrOpLo8r0K8Bw+SPVQ==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","cpy-cli":"^5.0.0","typescript":"~5.7.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.3","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250220.1_1740102534155_0.04923536240644322","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250221.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250221.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ec7ff4b1d57ffc186f05cf6e3353e793fa9b8226","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250221.1.tgz","fileCount":48,"integrity":"sha512-Rhc/diPDZA3ec1aLVsweoXJtXbZfdGu0ka1J9xG5MaosFLyLAIT+bUR/70P7mKHEmyRcmHhygd7jwQvVGJ8yiw==","signatures":[{"sig":"MEUCIHUlMHOMs2cPGTMNuwHEEdpWjt617ZaaU79UW0SKPQXJAiEAvNdq2iYtSO4sHnzBhcU8Oegw71Xm3+oUmKwxJ/tK2so=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":508973},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e80a8b0f-be56-4968-a67b-38e53057c3e3\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250221.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e80a8b0f-be56-4968-a67b-38e53057c3e3\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250221.1.tgz","_integrity":"sha512-Rhc/diPDZA3ec1aLVsweoXJtXbZfdGu0ka1J9xG5MaosFLyLAIT+bUR/70P7mKHEmyRcmHhygd7jwQvVGJ8yiw==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","cpy-cli":"^5.0.0","typescript":"~5.7.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.3","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250221.1_1740188638549_0.9780033234448897","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250224.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250224.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"24e69b4c73779788fe7cc49786dd61b383305839","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250224.1.tgz","fileCount":48,"integrity":"sha512-fUOOnvsGHjeivuEcYg4Kjfj+81SljGJrrSUcIWNzO4DVILhdbCjjWrAJbn2WWYKdYGo1gDGYRh1rG4Ip5DTQLg==","signatures":[{"sig":"MEYCIQCX+lpwK+faOaZp8VqK9LEycPCWoZuwXRW7jcY1QfujaQIhAJy9a632PhLmDFzuOOzWkkRt8vqqK4OyoXUDUJ0isqF2","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":508973},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3540e051-ecc6-438d-91a7-3482a599942c\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250224.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":{"buffer":"buffer","default":"dist/browser/index.js"},"engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest --no-test-proxy","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3540e051-ecc6-438d-91a7-3482a599942c\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250224.1.tgz","_integrity":"sha512-fUOOnvsGHjeivuEcYg4Kjfj+81SljGJrrSUcIWNzO4DVILhdbCjjWrAJbn2WWYKdYGo1gDGYRh1rG4Ip5DTQLg==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.6.2","protobufjs":"^7.4.0","@azure/logger":"^1.0.0","@azure/web-pubsub-client":"1.0.0-beta.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","cpy-cli":"^5.0.0","typescript":"~5.7.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.3","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250224.1_1740447680762_0.723512140651849","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250227.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250227.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"858a8bd81e20703caf6e62b6e467c5248dea46b0","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250227.1.tgz","fileCount":90,"integrity":"sha512-4xlEyJmgR/CIE6sMmZ+efySIJIw6VZDNUPirTFhCGSIjgOU4Z5oBlwalf6ZRWDhVXoMzemWrSNgQzysve6rZCg==","signatures":[{"sig":"MEYCIQD2NUnAxc9zlQ+whu92jyE7WZxBaiAHRH8Hrg2WFWF73gIhANEwvIfBtWNGxKugHiRWuWrAuepIlMk0BMmlLOVRRmLZ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":577611},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\4eae4fc8-49d2-4942-934c-47d792202a99\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4eae4fc8-49d2-4942-934c-47d792202a99\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250227.1.tgz","_integrity":"sha512-4xlEyJmgR/CIE6sMmZ+efySIJIw6VZDNUPirTFhCGSIjgOU4Z5oBlwalf6ZRWDhVXoMzemWrSNgQzysve6rZCg==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.6","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.7.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.6","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.6","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250227.1_1740707255797_0.6243075186659712","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250228.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250228.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d142b2438098ec94ad782b68cdf46cfb227acb50","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250228.1.tgz","fileCount":90,"integrity":"sha512-mw9+SZlZmd1K5nrCubJgKbA1XNCeD+AXZnKFAZYcVsIkDQDmqHxTyTApEnRR2sdMsCbARshqvJ7cCJtrKZ22qg==","signatures":[{"sig":"MEUCIDovm+qmo1J3u9kk72a236ay92EVS8Oc7CvnjqS7W7+oAiEAwd9sX2F9YxcC+nTmbal25tGwOGkYnoNfp3EWvrIrGeI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":577611},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\f8b375ea-dc9c-4a68-b2ae-c8ba1019ac72\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f8b375ea-dc9c-4a68-b2ae-c8ba1019ac72\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250228.1.tgz","_integrity":"sha512-mw9+SZlZmd1K5nrCubJgKbA1XNCeD+AXZnKFAZYcVsIkDQDmqHxTyTApEnRR2sdMsCbARshqvJ7cCJtrKZ22qg==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.6","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.7.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.6","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.6","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250228.1_1740793985766_0.10333293482655415","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250303.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250303.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"551cc330574de090a9cd67dc36795892c352d773","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250303.1.tgz","fileCount":90,"integrity":"sha512-yaS18yPi4v22D9yvNr0KYLaXApXAoS5skKtdMzogyTc8r4sDoMFaHFa4/X7ME2igwiX/MqryVQgCGtV0jTq9gg==","signatures":[{"sig":"MEQCIArbt9odpYjPQ4CWens7BjT38M22NXmoD8l7139shKskAiBDvldX59ROVMceFAA5o0GTF1EygzqpXgGyvMGU2nUvXg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":577611},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\6e555d01-5c19-48f7-b84c-3a5cc7c2962e\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6e555d01-5c19-48f7-b84c-3a5cc7c2962e\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250303.1.tgz","_integrity":"sha512-yaS18yPi4v22D9yvNr0KYLaXApXAoS5skKtdMzogyTc8r4sDoMFaHFa4/X7ME2igwiX/MqryVQgCGtV0jTq9gg==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.6","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.7.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.6","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.6","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250303.1_1741052978938_0.26644835640493336","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250304.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250304.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"70a0b6bbbd724e07bc6623369d48308a532e39d5","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250304.1.tgz","fileCount":90,"integrity":"sha512-J5RWWNMi3zFb+quOcKsbL0btgUGxci1A7LEImFeO33K9E6bcTBi5S+e4BBEl27/dlJ80eV+fn9yJfa8BpHc+jw==","signatures":[{"sig":"MEUCIFWxg4UnuDWTFfaR4wNzP8wYB+0vG+DAfAS8R8D0PQJgAiEA+TpE87xjBPrpawhSGXPyUHxe9l6aHaeqIuEhQuIfLZ4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":577611},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\7775c020-fc7c-4c44-b76b-fa6ee4829d1a\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7775c020-fc7c-4c44-b76b-fa6ee4829d1a\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250304.1.tgz","_integrity":"sha512-J5RWWNMi3zFb+quOcKsbL0btgUGxci1A7LEImFeO33K9E6bcTBi5S+e4BBEl27/dlJ80eV+fn9yJfa8BpHc+jw==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.6","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.7.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.6","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.6","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250304.1_1741139078215_0.18013972473432083","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250305.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250305.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3130d35bbc428380168b66b87590019706332d63","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250305.1.tgz","fileCount":90,"integrity":"sha512-BvlefhSX8cR/v69ls695o29tKHSIvHM3/uOwH99c4sNCFtINdFyHts2Hp3c14Pr51xqbxCwPGXm12Gbn9dfSqQ==","signatures":[{"sig":"MEQCIEod56q4HorKjG/U7bR95h2dRsQvIfsDJlmxYFwNlVeXAiBERFvsUmUi0P6uVOpIggdGsIhH1MLSw4DF0n1AwnyWJA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":577611},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\d32500f6-86bb-41ad-b9c7-e37567a1ae08\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d32500f6-86bb-41ad-b9c7-e37567a1ae08\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250305.1.tgz","_integrity":"sha512-BvlefhSX8cR/v69ls695o29tKHSIvHM3/uOwH99c4sNCFtINdFyHts2Hp3c14Pr51xqbxCwPGXm12Gbn9dfSqQ==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.6","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.7.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.6","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.6","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250305.1_1741225156436_0.6343683365990673","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250306.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250306.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"94b851479095815b7ade045f53e1f2bb4eac097f","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250306.1.tgz","fileCount":90,"integrity":"sha512-PsuwxFPc1gUYhvVK6i8dGd7U6gjqeuxuzqZuuq542K9Ev1JfOz6UtsRku8u9onjzSQYcDyYvIGaOoeJI7pt7nQ==","signatures":[{"sig":"MEUCIQCQUki9dn3en6hmkztksXSAfR+fpIDqJkJZ2AnoLXI+GAIgBVayOVgoeTl/SFSiAjzo55LlPKwmQO/FyaJgeY6G4q4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":577611},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\f492b04e-b32b-4ead-9135-6c85fb97afd8\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f492b04e-b32b-4ead-9135-6c85fb97afd8\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250306.1.tgz","_integrity":"sha512-PsuwxFPc1gUYhvVK6i8dGd7U6gjqeuxuzqZuuq542K9Ev1JfOz6UtsRku8u9onjzSQYcDyYvIGaOoeJI7pt7nQ==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.6","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.7.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.6","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.6","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250306.1_1741311910269_0.27920555690201865","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250307.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250307.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fa1deb0d633d3cc344c5a3b3a33bf3a91a16ce5c","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250307.1.tgz","fileCount":90,"integrity":"sha512-ZtmImnHij+lcKhGAqrRTc3QRZiY2w5DlPJeKaEQZd3yetGqiK97V6YULasJf5/HeBVG4hd40YJN/FWTk9zmRRA==","signatures":[{"sig":"MEYCIQDxrPttxLpfaMr1n/73QN47XgWCjqQ+Ht1zmy5HaBv5TQIhANMN/yNAMuYCHS/7oWa2qHU5pJ9+Bqs97mRN/hCUCs6E","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":577611},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\4ffca21d-4b8c-4442-9c04-c115c136723a\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4ffca21d-4b8c-4442-9c04-c115c136723a\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250307.1.tgz","_integrity":"sha512-ZtmImnHij+lcKhGAqrRTc3QRZiY2w5DlPJeKaEQZd3yetGqiK97V6YULasJf5/HeBVG4hd40YJN/FWTk9zmRRA==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.6","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.7.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.6","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.6","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250307.1_1741398036410_0.7705159949032194","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250310.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250310.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250310.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"556c78b7fdcbb8e2540c3254131f25333cb381df","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250310.1.tgz","fileCount":90,"integrity":"sha512-NuEHeQTGHxFhwQWhSYesWP+bk0uflW9ftK3m76M5PlZdMcWiG6Ym80ug9ZfXK1XuFnMwG2HueCOwG/amEuUgZQ==","signatures":[{"sig":"MEQCIBlMT07YzTbdeKS73X6u2WUm0DPyo/opfWasaEc68DxgAiAGbnmngP5FVe7MmEhmqkHrNkbGf9pRnxSvoqcGersEVQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":577611},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\6b562732-635a-4371-8ff3-86f0657c6b63\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250310.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json 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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6b562732-635a-4371-8ff3-86f0657c6b63\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250310.1.tgz","_integrity":"sha512-NuEHeQTGHxFhwQWhSYesWP+bk0uflW9ftK3m76M5PlZdMcWiG6Ym80ug9ZfXK1XuFnMwG2HueCOwG/amEuUgZQ==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.6","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.7.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.6","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.6","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250310.1_1741653439102_0.22157692786087746","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250311.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250311.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0ccc19f02fae5d1a1986da89be22ecc9bb1ac3a4","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250311.1.tgz","fileCount":90,"integrity":"sha512-5ul3xJx6KaDWjtZDtjYwvH8E7fsYhDfZTu4JxA5yoVlo6nKRb9Z7yirGdE+zOYO7YhDD4G9R2BsSIfar0w3Yvg==","signatures":[{"sig":"MEUCIQC2tr3JeOf6nCKZw7YjfrpuCnOtvo+GdYKbdgjYyPwsngIgDI+NnCp55ebOVYSZFSfB4+S8YM5/LSOoeme7JmT8XvA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":577611},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\3f52e3d1-ba5b-451d-9436-085e7b2bd441\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3f52e3d1-ba5b-451d-9436-085e7b2bd441\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250311.1.tgz","_integrity":"sha512-5ul3xJx6KaDWjtZDtjYwvH8E7fsYhDfZTu4JxA5yoVlo6nKRb9Z7yirGdE+zOYO7YhDD4G9R2BsSIfar0w3Yvg==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.6","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.7.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.6","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.6","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250311.1_1741740200652_0.32466074589157623","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250312.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250312.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8a9011f194b7dd102cd11436a869c6d3db81b44b","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250312.1.tgz","fileCount":90,"integrity":"sha512-1Sv7J/wuBjS+daRyOL2Ra8ya7ssAyx1K9mveqzLrVryRuUDxNGfziwLxd7mjnOsmXrh84gK0DZfnJIY7FSU4eQ==","signatures":[{"sig":"MEUCIC3z1mcm6u6GBJzCB+K7u602XwUF2FxoP+v9NOImiVzuAiEAv4VP67poo3VKE4DUkHikExgLgop4jlhPPxSeNx1Wrhw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":577611},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\eb8d2a6d-72ad-4e1b-bfce-27cefcc5eccb\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\eb8d2a6d-72ad-4e1b-bfce-27cefcc5eccb\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250312.1.tgz","_integrity":"sha512-1Sv7J/wuBjS+daRyOL2Ra8ya7ssAyx1K9mveqzLrVryRuUDxNGfziwLxd7mjnOsmXrh84gK0DZfnJIY7FSU4eQ==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.6","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.7.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.6","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.6","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250312.1_1741826532567_0.07467578398530117","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250313.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250313.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250313.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7944fdc70424bc4a611ff70db110ee75a1bbe340","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250313.1.tgz","fileCount":90,"integrity":"sha512-qgWrRVWT+SNdxI4BNsn3m7j+yI3hlnXoz/HFSwoX1/uf1gLVWnZq6MGsvmyKgbjWBcSeEuLuae3pQX4C8pYT+Q==","signatures":[{"sig":"MEUCIFd/yw9eu31ajhp3+fcvGIVLtyCG/3SpZymwr3+qJDDvAiEAi25u8OZ1DMVjVJhVV3pRdbDdNiI+RnYOSS9FIwy2Fqw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":577611},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\6626c731-31b1-425f-ab41-31c0f4b626e3\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250313.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6626c731-31b1-425f-ab41-31c0f4b626e3\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250313.1.tgz","_integrity":"sha512-qgWrRVWT+SNdxI4BNsn3m7j+yI3hlnXoz/HFSwoX1/uf1gLVWnZq6MGsvmyKgbjWBcSeEuLuae3pQX4C8pYT+Q==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.6","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.7.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.6","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.6","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250313.1_1741912759744_0.1912910223465698","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250314.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250314.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9eb7a45154a7f09d6a9951815fb9874d9eff056f","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250314.1.tgz","fileCount":90,"integrity":"sha512-ZbojL1QTkAo6pXmC9VFZgd86G22ArNUfJ87PZuRX9Ko5gLy04uY4zyxBDJ0FqBf2b+2oLEb1v7+N4Wya7cksVg==","signatures":[{"sig":"MEUCIAQfUsL9lJgwspcwaBbPx+roK+nCpfRZ0G3t9IFTiNdrAiEAwlhH6qidXqNSUsRw6byD2T0i2n6LIhOZClfxLVTVKig=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":577611},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\7248244d-fab1-46b0-8ad6-274a49b2eda5\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7248244d-fab1-46b0-8ad6-274a49b2eda5\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250314.1.tgz","_integrity":"sha512-ZbojL1QTkAo6pXmC9VFZgd86G22ArNUfJ87PZuRX9Ko5gLy04uY4zyxBDJ0FqBf2b+2oLEb1v7+N4Wya7cksVg==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.6","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.7.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.6","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.6","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250314.1_1741999763776_0.8882985332258817","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250317.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250317.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"deaae1219b9754ce56a3b3a299eb2c6da3bb9870","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250317.1.tgz","fileCount":90,"integrity":"sha512-wgVX8wu5N0WlZ9k7o/p6lH44UDEumaJhBbF/zRJ3vL9FoXi//i8rzHv7YrYslP5DEomAS2KWIGy9OWi8qpTveg==","signatures":[{"sig":"MEUCIQCRim8pKc7lkYeSS3KYO4HJGRDZ0Tb+MK+EVv4KyoFPgQIgUifLPmnIBqCOj+9EIQ4NL8Fz1FKD1wlqu/XHKwJ05fM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":577611},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\838592a0-0a2d-4e39-9019-e1ed08d4ae82\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\838592a0-0a2d-4e39-9019-e1ed08d4ae82\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250317.1.tgz","_integrity":"sha512-wgVX8wu5N0WlZ9k7o/p6lH44UDEumaJhBbF/zRJ3vL9FoXi//i8rzHv7YrYslP5DEomAS2KWIGy9OWi8qpTveg==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250317.1_1742258737495_0.8752776643170295","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250318.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250318.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"48db0f5b49425cb28ee8adf5817e99b01b0475f7","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250318.1.tgz","fileCount":90,"integrity":"sha512-zUfkxHn98aJq+2m2kJBGEC4QfoF1s0HNQXUw8L2+zISHhhb/zdL3LGHfK6JI8eKigxN7d2sZMRVtfhvQCU+6Zw==","signatures":[{"sig":"MEQCIGcDhjtHzKucnx/r55wq76oTgySQDuSLQ9i+HmdjXCamAiB98fbH8tEY6cdrWPQnxTqgfe5A3qXsHpBXVLmI7LVZyA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":577611},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\7d55539d-88ce-4d0d-be36-3cc2cbbff036\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7d55539d-88ce-4d0d-be36-3cc2cbbff036\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250318.1.tgz","_integrity":"sha512-zUfkxHn98aJq+2m2kJBGEC4QfoF1s0HNQXUw8L2+zISHhhb/zdL3LGHfK6JI8eKigxN7d2sZMRVtfhvQCU+6Zw==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250318.1_1742344793660_0.8614833326415452","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250319.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250319.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250319.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e367d5b113a6494ef2dca39231f93c10d2a72761","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250319.1.tgz","fileCount":90,"integrity":"sha512-5Xt7R3fYcbfvHwPck8llEDsPH7khr+LZu5OTDjF6bj7QCDVEJMiNUU5F+uWSGdeuKOiAuwhn7pRuWwqNMtbA2w==","signatures":[{"sig":"MEUCIQCG6msYCAvI1U1DBGZhhCiyRKkpu3bOOFKp9NPQEE0WwwIgTwmPWN9O8fsn/okrmgOCnd7mxwDW4nSbvzpJ8jiBIWw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":577611},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\aead6354-554a-41eb-820d-7e50b746e567\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250319.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json 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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\aead6354-554a-41eb-820d-7e50b746e567\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250319.1.tgz","_integrity":"sha512-5Xt7R3fYcbfvHwPck8llEDsPH7khr+LZu5OTDjF6bj7QCDVEJMiNUU5F+uWSGdeuKOiAuwhn7pRuWwqNMtbA2w==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250319.1_1742431212955_0.909874713744478","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250320.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250320.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"83a4de357610a9b4317487f75d78caf6a06c18a5","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250320.1.tgz","fileCount":90,"integrity":"sha512-yJKepzO9OD7wDVJ92AYxsOCTIZblK5u+rk4NnMYeK3paY75/L/7yZIMHsPYyrEYe1RCpUgY/Lohfq1/I6mR34w==","signatures":[{"sig":"MEUCIQDSKDaySVLFX83PJnNEeLOroNC1CSP4dR5cnnbj8iAH0AIgFAEQXzUsTTuFmngDzLuYVpoaIZkILbIVxqiAoHLX0nY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":577611},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\cbc6b44b-2c8e-4f89-aba3-848470f1583a\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\cbc6b44b-2c8e-4f89-aba3-848470f1583a\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250320.1.tgz","_integrity":"sha512-yJKepzO9OD7wDVJ92AYxsOCTIZblK5u+rk4NnMYeK3paY75/L/7yZIMHsPYyrEYe1RCpUgY/Lohfq1/I6mR34w==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250320.1_1742517613192_0.1273021840191786","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250321.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250321.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"84067ef25df66fe407b4072c54becb7bd7811d4f","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250321.1.tgz","fileCount":90,"integrity":"sha512-6EiNMzjhHCMSNuSdJynd+JMRUh1fUa9HSVPAuAmWMf7fZPTdeV1fhmInm0V/n0WrE6Etsx5f3uX6F4oFSv3ahg==","signatures":[{"sig":"MEYCIQCo27kB96KBl1G1kK3uRE2YjzhgmH9lCUHTTodCX/Q4VAIhAI4yhyAu4pHSJlg4K4N45wXNl+g/3EExhS+Q/ILcSxFL","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":577611},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\b1c6f065-2580-4c79-90d6-03c8dc2bc6f5\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b1c6f065-2580-4c79-90d6-03c8dc2bc6f5\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250321.1.tgz","_integrity":"sha512-6EiNMzjhHCMSNuSdJynd+JMRUh1fUa9HSVPAuAmWMf7fZPTdeV1fhmInm0V/n0WrE6Etsx5f3uX6F4oFSv3ahg==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250321.1_1742604461938_0.8894893791473417","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250324.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250324.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"491d331d2306fee4b81f68c6217a87a7ac64487b","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250324.1.tgz","fileCount":90,"integrity":"sha512-5lKL5j2UUhoq5noPtVrvPHnU4WQfmHEQAhdlc/jEcN2fvhujdsYXK6r72lFwLTorQLm4Qg0Ff3NrKaovNtaLQA==","signatures":[{"sig":"MEYCIQDkyRQaNkb+KMpVU+oc8bb0hIzKSrQT84deMsEpSQvSwQIhAKoqzLbpKcbug4gt2suQIfy6g5Go1a/DqkwjdSm+eq5M","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":577611},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\2a6ea44b-137e-419b-86c5-8155ba14f789\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2a6ea44b-137e-419b-86c5-8155ba14f789\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250324.1.tgz","_integrity":"sha512-5lKL5j2UUhoq5noPtVrvPHnU4WQfmHEQAhdlc/jEcN2fvhujdsYXK6r72lFwLTorQLm4Qg0Ff3NrKaovNtaLQA==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250324.1_1742863136604_0.7431333458989695","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250325.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250325.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"18538576f36a93835bbd4be51b0ef69c1291e66f","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250325.1.tgz","fileCount":90,"integrity":"sha512-UCQG9kxhsvCBBNdp17IOOuo6Hq91TQlzWM46W7BRW0gC4UeS2OxYhnttaE8ykDQMMw/7+CD2nsUpOlc3uZPcSw==","signatures":[{"sig":"MEUCIHYpOYiru8j2RhMWdibGFrpt0o3tsZflvqtzbqlfGPj1AiEAzNT3tmNy2wkKrpztxpPEGD5JOWD+eefdSq+L0tIQFCA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":577611},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\43407656-6a94-43a3-9804-68cee240e5b0\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\43407656-6a94-43a3-9804-68cee240e5b0\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250325.1.tgz","_integrity":"sha512-UCQG9kxhsvCBBNdp17IOOuo6Hq91TQlzWM46W7BRW0gC4UeS2OxYhnttaE8ykDQMMw/7+CD2nsUpOlc3uZPcSw==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250325.1_1742949755702_0.5956231007457571","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250326.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250326.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"192f74cda6d4a70b6964d2e0a4895a66a4e9e627","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250326.1.tgz","fileCount":90,"integrity":"sha512-20ozEjdY9swjuIPWwO7AkX8tm9IamSkzJeUFxLl4r78xbecelmok2G464LMS9fRG5BGjAIQgEN8cbFxnKgUEDw==","signatures":[{"sig":"MEUCID9d1tZAst3B5b9IOnxAToQj2SIRB3U30MMP+dQdBZguAiEAwyJpppjlrJVg+Su5Cp47eFhf0VCNu54p3I4HqjEMHL0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":577611},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\56bd2d46-2d1c-4ce4-ba73-96c9a3889926\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\56bd2d46-2d1c-4ce4-ba73-96c9a3889926\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250326.1.tgz","_integrity":"sha512-20ozEjdY9swjuIPWwO7AkX8tm9IamSkzJeUFxLl4r78xbecelmok2G464LMS9fRG5BGjAIQgEN8cbFxnKgUEDw==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250326.1_1743036084534_0.6710802663500253","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250327.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250327.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250327.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9d70dd89d3f8452ec3c246182d44239cdcc5a14f","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250327.1.tgz","fileCount":90,"integrity":"sha512-eeUvq6soO5x1EE3EX7ojBO16nvM5uTs1rZta6Xf7TlJydjQlFHaQj1MGJKd85yxdNeSfw1OwB6AMI/8gmHgtvA==","signatures":[{"sig":"MEUCIGV1CwVu6PDETtC9LzbsrmHrbM5nBKsC6A6Fp4b2Wt5XAiEA8FwHad5dZiVcw37uKy3yeRPSX0aedAwMtw+/hUX31Zo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":577611},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\289fcc9c-7031-45de-bcc9-ea05ea11acd1\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250327.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json 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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\289fcc9c-7031-45de-bcc9-ea05ea11acd1\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250327.1.tgz","_integrity":"sha512-eeUvq6soO5x1EE3EX7ojBO16nvM5uTs1rZta6Xf7TlJydjQlFHaQj1MGJKd85yxdNeSfw1OwB6AMI/8gmHgtvA==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250327.1_1743122589124_0.5830674959770428","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250328.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250328.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250328.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"23702aac2384abbdd30ad133f98541ac00671216","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250328.1.tgz","fileCount":90,"integrity":"sha512-Coc+aF+WaqodMYNtY+0Th8vOnZKWa/1xynjsAaoB2PBVeDCGR3DGTpO+llViK3z/HyPZVRjmD6bmmSth4rq6/w==","signatures":[{"sig":"MEQCIAg/ZFvmdv2kYQJp5TtR0xPiUZnAAFVx5Z0cxVIsE3xbAiB1Wo4Y2R+BT0RLKmVGAK/dzFkiWzmgS8p7t4puNPI5JQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":577611},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\6f450822-0a14-41ba-88ec-44928cd47f78\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250328.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json 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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6f450822-0a14-41ba-88ec-44928cd47f78\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250328.1.tgz","_integrity":"sha512-Coc+aF+WaqodMYNtY+0Th8vOnZKWa/1xynjsAaoB2PBVeDCGR3DGTpO+llViK3z/HyPZVRjmD6bmmSth4rq6/w==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250328.1_1743208725418_0.46852851507925264","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250331.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250331.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4e96035026ea8906f8b5bba96160d0522f30f224","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250331.1.tgz","fileCount":90,"integrity":"sha512-+pxoNfFEoyx546q1q/ZyyQtauoz25Pm+kLVnpQFmKeY4EjZKhKRkjVyI1AfSZxhrWfJm+vIh6v/WbFUYu7hGFQ==","signatures":[{"sig":"MEUCIHqf2gPmaCKP0iS7EcOtmJnOUFBwA/yCpQzcD2kMDWwDAiEA+F6N+6UIdp93Qf8+8IaRAd0MNiSt7sZZwG5vuLkgDXM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":577611},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\a7d98c4c-01bb-4281-8a8d-b0a64331c900\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a7d98c4c-01bb-4281-8a8d-b0a64331c900\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250331.1.tgz","_integrity":"sha512-+pxoNfFEoyx546q1q/ZyyQtauoz25Pm+kLVnpQFmKeY4EjZKhKRkjVyI1AfSZxhrWfJm+vIh6v/WbFUYu7hGFQ==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250331.1_1743468333023_0.2840517577846191","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250401.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250401.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"39d30ff9ba4d86eab79f498d9813e4e7050acee7","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250401.1.tgz","fileCount":90,"integrity":"sha512-f0EsluYaaZGxZ30J/snKJDXE/b+dtFXnu7fuYvgpDCP+MWPnGcJnAbVn45KZdKzhBiCPra/MpI/TjS7RSJoFsA==","signatures":[{"sig":"MEUCIQDkQ2Q+3IC7ENZwr5DAf5WPsf4NAMSjHx6F6LNEx5nFewIgcz1Xr3GtZ+pCMGnzlW1aC1dzZeqUdaIrlF7V/dUuBy0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":577611},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\ccd5885e-6b50-4d30-944f-a209516dd0d8\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ccd5885e-6b50-4d30-944f-a209516dd0d8\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250401.1.tgz","_integrity":"sha512-f0EsluYaaZGxZ30J/snKJDXE/b+dtFXnu7fuYvgpDCP+MWPnGcJnAbVn45KZdKzhBiCPra/MpI/TjS7RSJoFsA==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250401.1_1743554690132_0.9523591387030435","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250402.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250402.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ca016019df86104db3cd595ab870c08b3018a01f","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250402.1.tgz","fileCount":90,"integrity":"sha512-aj0I3IaFo5AbeSH+8At85chHc0kmxfG/Cm4xXh2TuQl9Xface22s4CDyUkd+KKA6mE4sCAO2+jRDyT82e4kZ+A==","signatures":[{"sig":"MEUCIQCFNKTBRPjQg2uDC2m8WB0X9fpdJhAslfj0py2RI/J+LAIgIDl1L7oHtT4akNMzf5UHaPBVWUp+HNmHM1aWvp3JkZw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":577611},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\335753b9-f275-4761-b8b6-9b2d1a5eebd8\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\335753b9-f275-4761-b8b6-9b2d1a5eebd8\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250402.1.tgz","_integrity":"sha512-aj0I3IaFo5AbeSH+8At85chHc0kmxfG/Cm4xXh2TuQl9Xface22s4CDyUkd+KKA6mE4sCAO2+jRDyT82e4kZ+A==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250402.1_1743640796636_0.3678086451294158","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250403.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250403.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"553acaa447c09eea5d96f40d0088529f3365ebcb","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250403.1.tgz","fileCount":90,"integrity":"sha512-Ew0uRrwYveXq8kJe708ce0RwFmTyGz1LGduJi1FNwKJo2xRB2QuXIRx4ms21gEZRe1h+15Bri1RTFdKk5YSNhg==","signatures":[{"sig":"MEQCIDc2NX4eb6V2NmgEWOp8bHo0WL28HAJDDV4wr8hCNV9NAiBUQylHrq1OYKjl3NQWB03648B0vgJIdHB2BjXEKpisbg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":577611},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\ee114635-a744-4f1c-9e3d-6f9501f97a9e\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ee114635-a744-4f1c-9e3d-6f9501f97a9e\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250403.1.tgz","_integrity":"sha512-Ew0uRrwYveXq8kJe708ce0RwFmTyGz1LGduJi1FNwKJo2xRB2QuXIRx4ms21gEZRe1h+15Bri1RTFdKk5YSNhg==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250403.1_1743727257269_0.8653795650435931","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250404.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250404.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"09d9a0c0ef8aed12731fb955245b6ce2f0cec032","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250404.1.tgz","fileCount":90,"integrity":"sha512-fsJRRAR8RGUUfy35EPZ8q/PwCTmqL4HYQp/du7PfiRWCJvuhnIkzkxgKgzIrXo9fX6zRqU7tDF3JeCVY6Vd3lg==","signatures":[{"sig":"MEQCIGr/eK1/BRnT6oHL25PMUWzHi4PDAu6HcJvTsz2P+08zAiBkUYgE2Z23OnoNL+OxCRNRGLeO/w2pca/gEA3Y+5SBuA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":577611},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\4839b394-5990-43ec-87ff-391049433c1d\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4839b394-5990-43ec-87ff-391049433c1d\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250404.1.tgz","_integrity":"sha512-fsJRRAR8RGUUfy35EPZ8q/PwCTmqL4HYQp/du7PfiRWCJvuhnIkzkxgKgzIrXo9fX6zRqU7tDF3JeCVY6Vd3lg==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250404.1_1743813822206_0.21018898966273447","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250407.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250407.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e8764b09707cb8b017a241a3ab70d36379ea5af5","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250407.1.tgz","fileCount":90,"integrity":"sha512-XR9XH6LAOz/HZCfwQRE+OZdOSVJdt2WC+s0QIrr5/jVQ8cRxGXcX9UvIRfbvrPYzQB0ju3XTnO33Trjf9dqUvg==","signatures":[{"sig":"MEUCIAODKNBArdQ1apPrFs/OfYSSOxuo1wJEfkKLuRQhz9biAiEA8dRjTlAQIiikagWK4zglnoNR4r1FCwNR0k4QEB95kQ0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":577611},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\2779b319-7fe2-4f01-b1e9-dd8ee2c3a874\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2779b319-7fe2-4f01-b1e9-dd8ee2c3a874\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250407.1.tgz","_integrity":"sha512-XR9XH6LAOz/HZCfwQRE+OZdOSVJdt2WC+s0QIrr5/jVQ8cRxGXcX9UvIRfbvrPYzQB0ju3XTnO33Trjf9dqUvg==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250407.1_1744072923052_0.8279934369206721","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250408.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250408.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"061aa4aa75945ab47c6d963a617db6d3078f6bb8","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250408.1.tgz","fileCount":90,"integrity":"sha512-zlO8DkPUSZNjnskVGfu1X96fFc/mNem6EPQTd1S6fRWXGbMWIY3ru0x84EPhaxuTc9jfpTcPGHWDDSgKavGMhQ==","signatures":[{"sig":"MEUCIFtAS5AiUaVjw8QMMMU4wNGIrqQffCT6q871khoXMI80AiEA/50sgOl//LsHVvPALL9s5EKDMK7e2ft0QR+ACaV/XNk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":577611},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\adb6f4c5-9673-451a-991b-5cdee088928e\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\adb6f4c5-9673-451a-991b-5cdee088928e\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250408.1.tgz","_integrity":"sha512-zlO8DkPUSZNjnskVGfu1X96fFc/mNem6EPQTd1S6fRWXGbMWIY3ru0x84EPhaxuTc9jfpTcPGHWDDSgKavGMhQ==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250408.1_1744159245985_0.033235998678908585","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250409.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250409.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0f69b2117e0a21978771396a010a2f50a1957473","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250409.1.tgz","fileCount":90,"integrity":"sha512-9VTXgDKHSu30s06W7RTOWB5tX7yMieQu0QJ4KZlSXfC1nq7v3vmlofM1T1T++TfH73dSpXNwVDS7m9KyBlqJ1A==","signatures":[{"sig":"MEUCIQCTgOOP/5er2+Z5GZAoi8XoV4jKTJGbWBv1OCH/Nd1YOwIgUnCwGiIkZ5tXvIJnUU796S/3G0SMsvd6QcK+4CfHz3I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":577611},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\b95652cf-20ed-45ca-b2c9-cbff8a347165\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b95652cf-20ed-45ca-b2c9-cbff8a347165\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250409.1.tgz","_integrity":"sha512-9VTXgDKHSu30s06W7RTOWB5tX7yMieQu0QJ4KZlSXfC1nq7v3vmlofM1T1T++TfH73dSpXNwVDS7m9KyBlqJ1A==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250409.1_1744246334606_0.7720795596571026","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250416.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250416.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250416.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1af5171d1776c490ab3863943dc1526d1eec8cfb","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250416.1.tgz","fileCount":90,"integrity":"sha512-NASey/SMoUIuY3tib8oGKJWgbupqhdLD+LUQgyYOwFGGWcMV/PLQ6Kost4mCXZFRnF4VUCIJbXdefibSNMt7Ig==","signatures":[{"sig":"MEUCIFifv+NED+IBHyUV7kzcdJjG8ZXyc7anTW7zW1StEfFXAiEAieAlt3tpN7PxrjJrJubRIBx9ZfsfGC6PDtxO1l3ZR2E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":577644},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\2914c13e-06b0-4bf6-83be-28f19c37b6d2\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250416.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2914c13e-06b0-4bf6-83be-28f19c37b6d2\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250416.1.tgz","_integrity":"sha512-NASey/SMoUIuY3tib8oGKJWgbupqhdLD+LUQgyYOwFGGWcMV/PLQ6Kost4mCXZFRnF4VUCIJbXdefibSNMt7Ig==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250416.1_1744850436113_0.5553127494063497","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250417.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250417.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b8b940bbcde10ed5190583fcc828608847130d68","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250417.1.tgz","fileCount":90,"integrity":"sha512-bT4j90XYYtvBmUgcq7ciTeJlCaOG1+iszDKpq7zayfrdxT33HRfabaXOmcJELuCVU7W6SXi8ajQ2/g/HyfRohg==","signatures":[{"sig":"MEQCIGg3jeRix8z2op76+cqerdwd8MBjVqjFqm5ePC7TKNkeAiBUDuqciSIKA5ay6D5NhoD4ITwR/42+7sX929IdX1jDDA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":577644},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\e02c4158-850f-4a62-9f65-8b817527e5ed\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e02c4158-850f-4a62-9f65-8b817527e5ed\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250417.1.tgz","_integrity":"sha512-bT4j90XYYtvBmUgcq7ciTeJlCaOG1+iszDKpq7zayfrdxT33HRfabaXOmcJELuCVU7W6SXi8ajQ2/g/HyfRohg==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250417.1_1744936553848_0.8750340372674783","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250418.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250418.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"05c31d6799f680e2343f66a51c89ade37f67f98f","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250418.1.tgz","fileCount":90,"integrity":"sha512-RJKsB3PJL3743YSP//3uDinbesQRc1Fad40c7doB0gdcw4H0+zjHzKCbukXiYW/D8/XSRblJ7WZSOtfLzTDjzQ==","signatures":[{"sig":"MEUCIQC/cOKpyWHAKS9i1H10e3JdVyVvBsk2FSn4V7EWoYf5QQIgKIH2xCaAXrHw5cqdnIOlHwj7dLHlyYUG4DVv5ikd7Iw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":577644},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\84efc95b-1174-420c-949d-7c6a686d8fe1\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\84efc95b-1174-420c-949d-7c6a686d8fe1\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250418.1.tgz","_integrity":"sha512-RJKsB3PJL3743YSP//3uDinbesQRc1Fad40c7doB0gdcw4H0+zjHzKCbukXiYW/D8/XSRblJ7WZSOtfLzTDjzQ==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250418.1_1745023081206_0.5064333617578769","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250421.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250421.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"836a91c7a55e86c89ecec46bc81ae17bf103d18c","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250421.1.tgz","fileCount":90,"integrity":"sha512-gZJuK3nMs/3t0nYQnsdu4xLVhgBSgor8D2oYcuN4p9+thF+DxOAgIDaaBnI/lBXanV4TpKbuGotdmcjjiTXBkA==","signatures":[{"sig":"MEUCIGbi2xAP9u3dEiXfVmVdn32zXKwNZU+3usZ2YWvMeIG8AiEAiTi9v6xjypWMcYOXAIugZmd4BaVrbX4gKFf/0AYMdgM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":582393},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\76768790-e35c-4e43-bcc9-7e75cd4d2a87\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\76768790-e35c-4e43-bcc9-7e75cd4d2a87\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250421.1.tgz","_integrity":"sha512-gZJuK3nMs/3t0nYQnsdu4xLVhgBSgor8D2oYcuN4p9+thF+DxOAgIDaaBnI/lBXanV4TpKbuGotdmcjjiTXBkA==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250421.1_1745282268688_0.9202636474771351","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250422.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250422.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"47e76f015d9b00f80037ef6df55fb0d729ef2ab4","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250422.1.tgz","fileCount":90,"integrity":"sha512-qXMyjSF3MKSDOt8n6xKQJTg186yUyPpwNOYkPhcDOqQVw2WhusHJFrgc2jugfw2qRkrj4CavSh1kK+bg0kdBog==","signatures":[{"sig":"MEUCIQCkJFZ7M9OspfMg3+ZO+/gUIjVtvECpnJIuugugX7WULgIgLWfa0Sf/KPgHK34TRNiPJrmoz3pKkrbZK698wDdpCuI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":582393},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\150e6161-3f09-409b-b9ae-4c8b06ccd591\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\150e6161-3f09-409b-b9ae-4c8b06ccd591\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250422.1.tgz","_integrity":"sha512-qXMyjSF3MKSDOt8n6xKQJTg186yUyPpwNOYkPhcDOqQVw2WhusHJFrgc2jugfw2qRkrj4CavSh1kK+bg0kdBog==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250422.1_1745369025980_0.5466386135170735","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250423.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250423.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c264640d4eaa8a2bb755b1e7757d30d31633c12e","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250423.1.tgz","fileCount":90,"integrity":"sha512-VmH0mq+lZxf/JPJdGH/5JJj2h0ByiOFoZxvQmFPaKUzALf646x9huFEiGm7rdhZZ0H8QLuJhGjd8O8JCVjvOPA==","signatures":[{"sig":"MEUCIQCGZeGQ7uGJmfQrWTfRyy+t/Yk9DGP4IepweZjOkJs/BwIgP9eAKIbylw/CKj/w2gjT+E6ff6fnka1GmVM9GLND/Ks=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":582393},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\70515075-72a7-4edf-bf7b-e58e9e538620\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\70515075-72a7-4edf-bf7b-e58e9e538620\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250423.1.tgz","_integrity":"sha512-VmH0mq+lZxf/JPJdGH/5JJj2h0ByiOFoZxvQmFPaKUzALf646x9huFEiGm7rdhZZ0H8QLuJhGjd8O8JCVjvOPA==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250423.1_1745455158321_0.5506898711284949","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250424.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250424.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c3f80d9a5f3c8afb65a64291f12eaa78355ff3c4","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250424.1.tgz","fileCount":90,"integrity":"sha512-xkQ0qpaneEGfSY5FVn9Yvr0NGffo6wwe3f3hY9QME51kGH1xix+iHOF4GIfxxrMWPn0FwG+/O70JuhvromjQrw==","signatures":[{"sig":"MEYCIQCatOMVEIFS9m5YuexkRnHy/ZOmWQQYdaP9s9T0kMepngIhAPDFyTMOJq1bLy7aobUi6tBVX0qVZqy2GJYFdX0Ol8l0","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":582393},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\a82565ef-b3a7-468e-b9b2-349bb598152f\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a82565ef-b3a7-468e-b9b2-349bb598152f\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250424.1.tgz","_integrity":"sha512-xkQ0qpaneEGfSY5FVn9Yvr0NGffo6wwe3f3hY9QME51kGH1xix+iHOF4GIfxxrMWPn0FwG+/O70JuhvromjQrw==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250424.1_1745541387851_0.2951128194293533","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250428.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250428.1","keywords":["azure","cloud"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6ea325b6ee8e5878a9af3d7b1c56ffb3205d7fcd","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250428.1.tgz","fileCount":90,"integrity":"sha512-3XvwLyjOh081agqKj6YZTaaO8fsZMKgc9d6aj8xtKJOsIHBQyoXQ203em5rE7gdrNbC7fMX0M7VsDQnPgcnrLQ==","signatures":[{"sig":"MEQCIFK6Rc0E90XXCewlskVGD3/ZCyvdzxGHxYopfLrpOM12AiBxjxJJ2qtPHGfLYDjrMX/tQohy6KiiCQ6sjpd2Gq9gUw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":579730},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\16a8c59a-d300-45d8-949c-cec580575e17\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\16a8c59a-d300-45d8-949c-cec580575e17\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250428.1.tgz","_integrity":"sha512-3XvwLyjOh081agqKj6YZTaaO8fsZMKgc9d6aj8xtKJOsIHBQyoXQ203em5rE7gdrNbC7fMX0M7VsDQnPgcnrLQ==","repository":"github:Azure/azure-sdk-for-js","description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250428.1_1745887102637_0.23760750227530325","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250429.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250429.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250429.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"819302c22515ab544b8a9e6270ea79968e7d2643","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250429.1.tgz","fileCount":90,"integrity":"sha512-2B08EfJYgz/U1ZGpUaFPze64ngr6pz59/7CfzrYAGTfCjsWujj4UUrV26VgWHOR+MlSBrRGnX81bLEYB4TMs/w==","signatures":[{"sig":"MEUCIQDI9qmvZV2tkkkpWBoAeEooCE01EmrKFlO3HKy88OsZIwIgPJezlQwyJb6VvfOmarosjC8xbij6TNB8OPq0kKRv4d8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":579730},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\9a339d5a-f066-4f7a-9b10-2dcee6b6c4fb\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250429.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json 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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9a339d5a-f066-4f7a-9b10-2dcee6b6c4fb\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250429.1.tgz","_integrity":"sha512-2B08EfJYgz/U1ZGpUaFPze64ngr6pz59/7CfzrYAGTfCjsWujj4UUrV26VgWHOR+MlSBrRGnX81bLEYB4TMs/w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250429.1_1745973459935_0.3486819907952503","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250430.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250430.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250430.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b98505669cca09154569ff08aae4883d8fc5264e","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250430.1.tgz","fileCount":90,"integrity":"sha512-duMr3HJxnvSvizfmkWYEAkRQrLopcWaQ+sH/dS7pTTM8GHN/ub2tVs3OxeakEebVdHe5+hSxc0pBp92wfjJ2Fw==","signatures":[{"sig":"MEUCIFvK0uuo+4ZPQ2IID8rpBSCzJvVS26o/DalnEuGSVuqkAiEAv2nZZ0U6cbVg9QZ6oQt/8RMXDyJVjBGRmNl7fROu4fk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":579730},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\3cac0c82-0f0d-48f7-b154-e56aaa7a85fe\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250430.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json 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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3cac0c82-0f0d-48f7-b154-e56aaa7a85fe\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250430.1.tgz","_integrity":"sha512-duMr3HJxnvSvizfmkWYEAkRQrLopcWaQ+sH/dS7pTTM8GHN/ub2tVs3OxeakEebVdHe5+hSxc0pBp92wfjJ2Fw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250430.1_1746059813085_0.7836093163357671","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250505.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250505.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250505.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f124a2faee1810eb0a08028a702543c605bcba68","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250505.1.tgz","fileCount":90,"integrity":"sha512-9D6rpSr1abS6FHpSWqGprrcbpxeIKmlhB1HqrZaMeqH88ZrBxLLmtw3bRlm+kiaBHds1xGI5uhcI8rRZRKnv9Q==","signatures":[{"sig":"MEUCIQCd2jF8fbAB3VwfANKwBzR0UkTwaqaRZkTJFQ3tgHPcHAIgDVcRUjEehzRHcc7txSe0xq4+uNPLQzfSIyergf+JsMo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":579730},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\6ea97ef7-83ce-49d9-9585-0981e93f5df5\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250505.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:test":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"npm run build-protobuf && dev-tool run build-package && npm run copy-files","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js","integration-test:node":"dev-tool run test:vitest --no-test-proxy --esm","integration-test:browser":"echo skipped"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6ea97ef7-83ce-49d9-9585-0981e93f5df5\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250505.1.tgz","_integrity":"sha512-9D6rpSr1abS6FHpSWqGprrcbpxeIKmlhB1HqrZaMeqH88ZrBxLLmtw3bRlm+kiaBHds1xGI5uhcI8rRZRKnv9Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250505.1_1746493982074_0.12297502338635358","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250506.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250506.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250506.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b492eee5f41014d58a400ef9a8b00330b6e6c61b","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250506.1.tgz","fileCount":90,"integrity":"sha512-3hOyOpHU4q8qT0NrtIb4vXBXP+lv4C/TwYv6129TT30cub7ExMKr46HeOpkp2N14/y8Ziu5jgJ4AWjMWMtr9dg==","signatures":[{"sig":"MEUCIFVo4hbNCigy+CGbI/52R5qscY4/6He9bT7boxWSQH4RAiEAyOngsrKxUr16nYfe4n+R4tpIAz9M45+uz+Ph7ldfVgw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":578977},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\16357b91-30c7-4b79-8161-641e73febbb3\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250506.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --no-test-proxy --esm","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\16357b91-30c7-4b79-8161-641e73febbb3\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250506.1.tgz","_integrity":"sha512-3hOyOpHU4q8qT0NrtIb4vXBXP+lv4C/TwYv6129TT30cub7ExMKr46HeOpkp2N14/y8Ziu5jgJ4AWjMWMtr9dg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250506.1_1746580381226_0.21275458088852583","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250507.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250507.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250507.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0956c5133d7cc70541f5598c163e962ed70588e2","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250507.1.tgz","fileCount":90,"integrity":"sha512-TT+Abr/T0xIGZhqHEuoJ2sHxEHyktbn1BzrQRvfYpHjN4fPqgj2L8KTnYminCKHmt4lXFiFVZ7Csfm5LD8TJsw==","signatures":[{"sig":"MEUCIEQC8pCFqliCRbWK6i+nM33SPJumB/p0uaLMB+uYmB6YAiEAs+DqBCa4ZBXMR9MexR/PVNj18Rj4UlO3y1Dbkxl6C4M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":578977},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\6c082e40-cb80-4141-8bdd-07e166b23e81\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250507.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --no-test-proxy --esm","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6c082e40-cb80-4141-8bdd-07e166b23e81\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250507.1.tgz","_integrity":"sha512-TT+Abr/T0xIGZhqHEuoJ2sHxEHyktbn1BzrQRvfYpHjN4fPqgj2L8KTnYminCKHmt4lXFiFVZ7Csfm5LD8TJsw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250507.1_1746665975490_0.9809608407936603","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250508.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250508.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250508.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0852246193f120e266754b781dbb373ad37255c9","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250508.1.tgz","fileCount":90,"integrity":"sha512-3UIacbzEIZvDdw24ppIrxiB97vO7gKBezDFwW5VecVpvSlV7xBXAtl3Vvo2VEwxFfSXIIA48/2FEOyCSdv6q/w==","signatures":[{"sig":"MEYCIQDRZPhlpkV+sJGdDFK1zW9F2/rvNg4nNI9JX6p6TkFIRgIhAIgAuQxnw0swofIPvybP3leT6zctQ/r5ejoB/oWDjXEK","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":578977},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\496f91ac-03cd-4634-8af3-7d9db9e18c97\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250508.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --no-test-proxy --esm","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\496f91ac-03cd-4634-8af3-7d9db9e18c97\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250508.1.tgz","_integrity":"sha512-3UIacbzEIZvDdw24ppIrxiB97vO7gKBezDFwW5VecVpvSlV7xBXAtl3Vvo2VEwxFfSXIIA48/2FEOyCSdv6q/w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250508.1_1746753264482_0.7049882573111028","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250509.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250509.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250509.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"060d538bbd4219328ee9dd5dbe8c4da72512739b","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250509.1.tgz","fileCount":90,"integrity":"sha512-HRclIwfmurGcoIZuHPWju8R1P/gmOyyUW6X0sdIv0wC42TOvagZydok8oc4Atr7/nN2H/L5d8KSKGiri5qgTVw==","signatures":[{"sig":"MEQCIGjIEiwoI7e/vBl8Upk1GKAY266UU7v5KAHUdS181RCeAiBbtYVtXbz3vGqPY0l2Z8IignhBbvu0T+G6mSNPgHlpnA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":578977},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\58d40103-6ce1-4a9c-b2f5-ec3bee03857c\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250509.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --no-test-proxy --esm","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\58d40103-6ce1-4a9c-b2f5-ec3bee03857c\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250509.1.tgz","_integrity":"sha512-HRclIwfmurGcoIZuHPWju8R1P/gmOyyUW6X0sdIv0wC42TOvagZydok8oc4Atr7/nN2H/L5d8KSKGiri5qgTVw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250509.1_1746839476136_0.7203812557059972","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250512.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250512.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250512.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bc24dd0a47a122b17da01f973019fbfae1fbbc85","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250512.1.tgz","fileCount":90,"integrity":"sha512-msmaqKwnTNHPEfagMXEDSO4uBrJsCvClw/AJhqQLJTnxBxHYtu8hS49Amw55QfpCt33UZ26qSHaE2Q2/GiTsLg==","signatures":[{"sig":"MEQCIF3B506UrnmhUH6bSnrbC90ujPV+hYe9xF29k85Arc2vAiAluBeg14wZzUl4ksdAndZdLxwrCRHoP/fUuFuC1vJn8g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":581640},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\6c683e80-a969-442c-acea-93796411af62\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250512.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --no-test-proxy --esm","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6c683e80-a969-442c-acea-93796411af62\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250512.1.tgz","_integrity":"sha512-msmaqKwnTNHPEfagMXEDSO4uBrJsCvClw/AJhqQLJTnxBxHYtu8hS49Amw55QfpCt33UZ26qSHaE2Q2/GiTsLg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250512.1_1747098024189_0.9036109789521378","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250513.3":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250513.3","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250513.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b24bca6257dd4c651aa1f089160714fa2725d77e","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250513.3.tgz","fileCount":90,"integrity":"sha512-+fam1PJxmJB5wu38Lv97dvEpTZetZRsc7GStZmOPwvMRXUOYyq04uuCFKnUoTkNzVAd/G+/jKnV1lpCNvmoklQ==","signatures":[{"sig":"MEUCIQCUoB54jkGd7l0ITKRrGp05Fkr6JNENiO5Yp4uzCc0NygIgEav5sNV1L8pSPJRju+hUZRF7FAs79K2Ews6GrgtgbaE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":581640},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\b46d1686-f38d-4a3d-83c3-9a76d8c0c196\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250513.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --no-test-proxy --esm","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b46d1686-f38d-4a3d-83c3-9a76d8c0c196\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250513.3.tgz","_integrity":"sha512-+fam1PJxmJB5wu38Lv97dvEpTZetZRsc7GStZmOPwvMRXUOYyq04uuCFKnUoTkNzVAd/G+/jKnV1lpCNvmoklQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250513.3_1747183344051_0.42790071181656786","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250514.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250514.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250514.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"890e6ba2711028ecfa1d59f94985fd6e0cfca546","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250514.1.tgz","fileCount":90,"integrity":"sha512-89JuRQk2/bVyOEo0IBtitC/JkgylkDmJ0mSuwSWxro7qhlNaECGtzkThiAkeHUaYE/YeJPtBdAeyb83tMkHLSQ==","signatures":[{"sig":"MEUCIQC9rF8h/tAM7MZoIPnt6N8eumjSHjN6lFELKMvWgyFRZgIgLmVKKVvkCBz5dJWHLlT5po6Y5MXrhP5ffA80ELIdZ/k=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":581640},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\fa8b4fef-81fb-49f3-8cfe-2957b5fceedd\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250514.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --no-test-proxy --esm","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fa8b4fef-81fb-49f3-8cfe-2957b5fceedd\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250514.1.tgz","_integrity":"sha512-89JuRQk2/bVyOEo0IBtitC/JkgylkDmJ0mSuwSWxro7qhlNaECGtzkThiAkeHUaYE/YeJPtBdAeyb83tMkHLSQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250514.1_1747269446892_0.7466274976325482","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250515.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250515.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0094f377b59bacb180763a1c27d72433d69d8236","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250515.1.tgz","fileCount":90,"integrity":"sha512-NOw+xFELPXbZa2DDWrUe1pqkN+yXUbUOWX80nNuIGpNPJSf+JabEmK64MVyb08Az99yIGIojbqjIzSfAfuOoZw==","signatures":[{"sig":"MEQCIGKgDaRGsauUTVAaSMxVyQ2eo6o5bQMS2mQOk1xwzhduAiBIZdk0ntsDOwImrCfTiKT5aCz+zWGDf8Al+mwFKnn74w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":581640},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\907919a2-08dc-4681-b738-1786ed3bef17\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --no-test-proxy --esm","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\907919a2-08dc-4681-b738-1786ed3bef17\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250515.1.tgz","_integrity":"sha512-NOw+xFELPXbZa2DDWrUe1pqkN+yXUbUOWX80nNuIGpNPJSf+JabEmK64MVyb08Az99yIGIojbqjIzSfAfuOoZw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250515.1_1747355852522_0.7830770999794319","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250516.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250516.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250516.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"05ec82c0e6d707eb4e28ee97403fc8fef2fa2608","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250516.1.tgz","fileCount":90,"integrity":"sha512-BTIeHOU86QMdTOYUpA1svqZmuPxmNwCFrW815FGs1BUFSldgefBn50R37qqX2S8WJZfyVz/WYXf8FNBrt53orw==","signatures":[{"sig":"MEYCIQCRuxDwcb5jGfuincfPBu/yuh3G/Endu7pst6ZdurGfagIhAO8pDROZ48qBneUigN5VlDfTn/RyrR1fEHPu/DOG3kWZ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":581640},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\85e4fc9d-cdd3-43df-8a56-6e32273615e0\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250516.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --no-test-proxy --esm","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\85e4fc9d-cdd3-43df-8a56-6e32273615e0\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250516.1.tgz","_integrity":"sha512-BTIeHOU86QMdTOYUpA1svqZmuPxmNwCFrW815FGs1BUFSldgefBn50R37qqX2S8WJZfyVz/WYXf8FNBrt53orw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250516.1_1747442442737_0.9126190778087884","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250519.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250519.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8cccf4f419473eeab5ad261a99f63fcdb443afd2","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250519.1.tgz","fileCount":90,"integrity":"sha512-eagl3BVT58NhlBXJopBV9zbYPuiI97BzCEcyZJFBgYU3rBKAdiA8XhNHmMrWg5+BnSq67THozs4PbaVsaFONOw==","signatures":[{"sig":"MEUCIA9bLN87U0mpxMUUvcRGDLakQAhj9FZ5p5+7WpOY0Yv+AiEAyrTHSWg6LT0ejiCtBr6mCTyJDMvfkiqFy7hYI4KWe4Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":581640},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\4941639a-0bb0-43fc-84f1-2cceb50a0301\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --no-test-proxy --esm","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4941639a-0bb0-43fc-84f1-2cceb50a0301\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250519.1.tgz","_integrity":"sha512-eagl3BVT58NhlBXJopBV9zbYPuiI97BzCEcyZJFBgYU3rBKAdiA8XhNHmMrWg5+BnSq67THozs4PbaVsaFONOw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250519.1_1747701567085_0.9872143599161001","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250520.2":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250520.2","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250520.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a3304386d748e38a932e8140c9f58346e46b3688","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250520.2.tgz","fileCount":90,"integrity":"sha512-+ReNqofk7bRWZtCCxVv+CDPvmG5SdZxwKbLJFa5exIpWxbx2Xxbkk2+dwooxxzwpAWIUnRoZBoK1pwWdNuZLkw==","signatures":[{"sig":"MEQCIC2n6SNq3y2Q/AYdER32VdTBqnVr2EXGJCBYYeX+TSV+AiBUGGm2xC7GKpUzwshPc4P5lvCrBqpw5I/g2oNT5civtw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":581640},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\3644abda-72b8-4002-9219-fec13199cb24\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250520.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --no-test-proxy --esm","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3644abda-72b8-4002-9219-fec13199cb24\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250520.2.tgz","_integrity":"sha512-+ReNqofk7bRWZtCCxVv+CDPvmG5SdZxwKbLJFa5exIpWxbx2Xxbkk2+dwooxxzwpAWIUnRoZBoK1pwWdNuZLkw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250520.2_1747787844727_0.921019755787378","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250521.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250521.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250521.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f858c1053a91094b28378aee30d0621ad801d120","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250521.1.tgz","fileCount":90,"integrity":"sha512-hp83OPM7tXqqYuzcY+8X4J05Fwnc+Ru0S7bhCPmUhjQ8anwxPVuRz7Z5/kBxcQQZNI+UxN+cSLjzx/Z5xuQrgw==","signatures":[{"sig":"MEUCIAaCu4o0aWYtzU/nKbT2znVkmMAG0KbX/n7JFtbxVgd2AiEA9Hv7PC/M1AbsPtX0xCgKGMQa1ep9epk2yymaO5pcRno=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":581640},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\757b298d-86f5-4225-a54d-11318e374aef\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250521.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --no-test-proxy --esm","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\757b298d-86f5-4225-a54d-11318e374aef\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250521.1.tgz","_integrity":"sha512-hp83OPM7tXqqYuzcY+8X4J05Fwnc+Ru0S7bhCPmUhjQ8anwxPVuRz7Z5/kBxcQQZNI+UxN+cSLjzx/Z5xuQrgw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250521.1_1747874102673_0.7052675265196007","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250522.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250522.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250522.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a18cbb22d5d33b2fa10bff5bceaadb8cfc418e55","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250522.1.tgz","fileCount":90,"integrity":"sha512-PDNTFLllXludSD04XtUOHS8ZmOqI3S2reFKpHFuPuBEyK8y/xf2G6wf1/T5tle5zhcd55iP7syR2Ab0+kZySZw==","signatures":[{"sig":"MEUCIF6jCkS5H9R81r5lhTqPntOk7YMSHigIusfAz0Sc3HHKAiEAttXXW5ij2579K55o738WY4/k6+HAEHDtVKPO7zoSMM0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":581640},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\a242baa2-1db4-4f5b-a6d3-3ba78f9ca864\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250522.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --no-test-proxy --esm","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a242baa2-1db4-4f5b-a6d3-3ba78f9ca864\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250522.1.tgz","_integrity":"sha512-PDNTFLllXludSD04XtUOHS8ZmOqI3S2reFKpHFuPuBEyK8y/xf2G6wf1/T5tle5zhcd55iP7syR2Ab0+kZySZw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250522.1_1747960474858_0.7896971103805575","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250523.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250523.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250523.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b4949918b64efcfd1c6940ee5e4fd2782cdaee04","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250523.1.tgz","fileCount":90,"integrity":"sha512-bGQkeUusmwZIyExl3ZThr4O8id+wSeDLa9RDCHFEiMggEFovHKVQm711h7p6E/jUYoVMdUS7wCD5cks6zcVXGA==","signatures":[{"sig":"MEYCIQCldV4M35PtMWO9iEF6H0WCLYKMGzNrwxkS6c9I8nIcWwIhALu/sGDeeMwj9SLWud1EHK2kXIwWdkXaKVvfMnA+MFEP","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":581640},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\dda0f496-18bc-4997-8282-16a5b681a453\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250523.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --no-test-proxy --esm","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\dda0f496-18bc-4997-8282-16a5b681a453\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250523.1.tgz","_integrity":"sha512-bGQkeUusmwZIyExl3ZThr4O8id+wSeDLa9RDCHFEiMggEFovHKVQm711h7p6E/jUYoVMdUS7wCD5cks6zcVXGA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250523.1_1748046933814_0.5658896140988723","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250526.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250526.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250526.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d892379b5ad083fb371ad07d60d16001fdf69918","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250526.1.tgz","fileCount":90,"integrity":"sha512-5MbuLC+k0VhkYzrQ2+qNhFo1Qq5Hhg7aluxPVcUZrMUdQvI5RUPpQLthSCGiTa7yRyPTnGXlpMsU/inv6WfQsQ==","signatures":[{"sig":"MEYCIQDjCEJ94sERZFo85Ov+xFoOC7IskeCYAjQ1W2jbvBb0rQIhAMMBgcYyAvsjrN0nm7mvm8q4MAzwjpZlKOngAFL0l7fQ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":581640},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\368b03a8-d09d-49c0-8088-6d85d795663c\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250526.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --no-test-proxy --esm","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\368b03a8-d09d-49c0-8088-6d85d795663c\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250526.1.tgz","_integrity":"sha512-5MbuLC+k0VhkYzrQ2+qNhFo1Qq5Hhg7aluxPVcUZrMUdQvI5RUPpQLthSCGiTa7yRyPTnGXlpMsU/inv6WfQsQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250526.1_1748306079357_0.06981906519034475","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250527.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250527.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250527.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"05d337aa361b853415f6d9814c84f5a369a97194","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250527.1.tgz","fileCount":90,"integrity":"sha512-UGUSovxaVOZjmsYg1XYqT1tS6szok9PzV1rQfy2LUo6GTaAQznj4Jj+sIdR95QWkr/qTgONOBVa6J03RRlQZQA==","signatures":[{"sig":"MEYCIQDIe7vqzbimrhWkEfD13Fxzz/gc1d6cx8sm00S2O1DP/AIhAPP+Aa/zYy/YSbFbh/XT39PDPFSRugxxO6qx0644jzii","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":576891},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\851e4b60-48c8-4d68-8c3d-6e2a44b4ede9\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250527.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --no-test-proxy --esm","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\851e4b60-48c8-4d68-8c3d-6e2a44b4ede9\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250527.1.tgz","_integrity":"sha512-UGUSovxaVOZjmsYg1XYqT1tS6szok9PzV1rQfy2LUo6GTaAQznj4Jj+sIdR95QWkr/qTgONOBVa6J03RRlQZQA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250527.1_1748392753155_0.026736346203722672","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250528.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250528.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250528.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8b06e9440606148d7d1908cf04ca3ef9bfce26cb","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250528.1.tgz","fileCount":90,"integrity":"sha512-pOwp/GzgfHFCE1Rd7lAF/c8Qi3etmgmNXIqXQVeTQYIgSMDklac2H1WE7bUoF18D/POTJBjum9GDAvUxMTzALw==","signatures":[{"sig":"MEUCIHox06hSkbwP7fc1s8GTjmHltkbN3eEGh9mli1RkdcfnAiEAovn+MneDpoIqP4uAENhuHa0SrqffKRb4hXTCAcCujsM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":576891},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\f34a4592-45ea-4b05-8ddf-2296f2083788\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250528.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json README.md src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --no-test-proxy --esm","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f34a4592-45ea-4b05-8ddf-2296f2083788\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250528.1.tgz","_integrity":"sha512-pOwp/GzgfHFCE1Rd7lAF/c8Qi3etmgmNXIqXQVeTQYIgSMDklac2H1WE7bUoF18D/POTJBjum9GDAvUxMTzALw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250528.1_1748483028661_0.8508762446468736","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250529.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250529.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250529.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e3ec7cb9624238dc9f8781c97e165e444a3e52a0","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250529.1.tgz","fileCount":90,"integrity":"sha512-mVSzfF9hbQ3DRYhFKOoFMIToI0zIgr71lFI5kcb/sOqG1fqIpIVh7qJUhELj7hCNHdp+II8gbT3+b5Vb5XhaAw==","signatures":[{"sig":"MEQCIGKuor/hqoZV8NICrC9vxvgsGg5ELgJHd1Kj4wr0MAq1AiBYf3B19rB8MilCHO3nYnkDDOwi4mHknGjMCOLIINK2aQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":576871},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\51fa7a1e-99c8-458d-8290-c09415399550\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250529.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --no-test-proxy --esm","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\51fa7a1e-99c8-458d-8290-c09415399550\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250529.1.tgz","_integrity":"sha512-mVSzfF9hbQ3DRYhFKOoFMIToI0zIgr71lFI5kcb/sOqG1fqIpIVh7qJUhELj7hCNHdp+II8gbT3+b5Vb5XhaAw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250529.1_1748565675643_0.5342308191930016","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250530.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250530.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250530.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"41e4c87205ed02388e2cdb99cff55ea11382fbb4","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250530.1.tgz","fileCount":90,"integrity":"sha512-rz7Wguhdz6Lbjk5nA0vk9WKcEqtG+SEFNNNv6K7m6iZIaFS1o68wnI3aniMG6MwNQDTNeCgNsFjsrlusqBQmnw==","signatures":[{"sig":"MEQCICQhDt2Ez1QyWNH819/vMg6Z/Ot/bB2mMpJQ7i1NkygqAiBNuEJy2KturxpxNiZ6VWKMfhNDA49KJwi2oUWga4sC1Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":576871},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\1fec968d-32b4-448c-9de7-4e9eff755796\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250530.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --no-test-proxy --esm","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1fec968d-32b4-448c-9de7-4e9eff755796\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250530.1.tgz","_integrity":"sha512-rz7Wguhdz6Lbjk5nA0vk9WKcEqtG+SEFNNNv6K7m6iZIaFS1o68wnI3aniMG6MwNQDTNeCgNsFjsrlusqBQmnw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250530.1_1748652047327_0.43536530103845705","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250603.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250603.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250603.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8c3a368cd16a36fb9bf54645576cff35b7b4180f","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250603.1.tgz","fileCount":90,"integrity":"sha512-QTmZ+XEr08+y8qP+OW8eKzGny/lP5Fxexjra6bnfVENSS6XigxyQLdmCnUjxlZkVjtC8/EmPnZg1PyYhgKqQ1Q==","signatures":[{"sig":"MEUCIQDPqZvTASy22JYbjpQIJpjgvbZdI8ECbz5D6nmM9LdA0wIgO1IaxZPfr+a/Du2qmoT+K+BWPKq8ZcVQ5HOhsvwTL9s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":581620},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\40e23c61-20db-4a99-93f7-2c807d9302ed\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250603.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --no-test-proxy --esm","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\40e23c61-20db-4a99-93f7-2c807d9302ed\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250603.1.tgz","_integrity":"sha512-QTmZ+XEr08+y8qP+OW8eKzGny/lP5Fxexjra6bnfVENSS6XigxyQLdmCnUjxlZkVjtC8/EmPnZg1PyYhgKqQ1Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250603.1_1748997396769_0.9407518524928415","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250605.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250605.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250605.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6fe09db78e2634b87312cd7f42ea0c3b0d2a5ef6","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250605.1.tgz","fileCount":90,"integrity":"sha512-wLgtg5Z1Vm79HwDQ6SjBVen8b4gxszDHKjgRGR6KBngzCoxWkRZc5YvpCZdC+GI1cfaAEolAin6LSNQPaYQzjQ==","signatures":[{"sig":"MEUCIQDWsHhAMeXMQpkssXZK+fICE03a26kBbk86UQJC0NGkkAIgYYlU4RAMz4TKJ11ubs5WRWB/t/JNfLI/9RQjaI07HiE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":581620},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\495fdd67-12de-421b-859f-a213b1e50a60\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250605.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --no-test-proxy --esm","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\495fdd67-12de-421b-859f-a213b1e50a60\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250605.1.tgz","_integrity":"sha512-wLgtg5Z1Vm79HwDQ6SjBVen8b4gxszDHKjgRGR6KBngzCoxWkRZc5YvpCZdC+GI1cfaAEolAin6LSNQPaYQzjQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250605.1_1749170229651_0.12793547792285076","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250606.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250606.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c37e2acdb7b7b6378b9ee7f412f049e238ef53e1","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250606.1.tgz","fileCount":90,"integrity":"sha512-sIfDe4cHIwh3DKQ7l//qFFHNV370cDWCmZlOc3PaMcQKAd9vt3Q9rb3m1KQk17f9Nf7DJ9cjalg1RHefYZrXiA==","signatures":[{"sig":"MEYCIQDqYSHW2PqVtMPOjbBis/KFM43DBZG97SxylH1m6WOGRQIhAI30MKt86b3b1F5pQCWksOdDaaj++GnAMqmzVpod7Gjv","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":581620},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\1374b51f-a336-4e8a-b47c-232a2aee5d78\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --no-test-proxy --esm","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1374b51f-a336-4e8a-b47c-232a2aee5d78\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250606.1.tgz","_integrity":"sha512-sIfDe4cHIwh3DKQ7l//qFFHNV370cDWCmZlOc3PaMcQKAd9vt3Q9rb3m1KQk17f9Nf7DJ9cjalg1RHefYZrXiA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250606.1_1749256548135_0.5853375022057943","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250609.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250609.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e8034991f11069686e422ed7901fc87ae0bbdb46","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250609.1.tgz","fileCount":90,"integrity":"sha512-8z9XTDw3fhpZLDMwL38dhzYeS7atOCbKc7RxoTHjhB/5ZAhqg8FBjNIFlejE1D5YFRWY9VFkDoKNtZx6fly0eQ==","signatures":[{"sig":"MEQCICSDDzgrrUvX9Geb3cmGIOiSgd2l9gY/Px5Inj1QSkNjAiBsFdADx/s+EzrXvYvhTNtzQCH9yeKN8hZtTHcdxFpP1A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":581620},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\32a81ded-1959-41f9-ab2b-e7555f0527b6\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --no-test-proxy --esm","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\32a81ded-1959-41f9-ab2b-e7555f0527b6\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250609.1.tgz","_integrity":"sha512-8z9XTDw3fhpZLDMwL38dhzYeS7atOCbKc7RxoTHjhB/5ZAhqg8FBjNIFlejE1D5YFRWY9VFkDoKNtZx6fly0eQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250609.1_1749516010099_0.32053772576083994","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250610.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250610.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"239a616a8f00e11e454b8aeb7fca14dd9420f211","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250610.1.tgz","fileCount":90,"integrity":"sha512-c1UCno/qV18uPcMIL6cwEudSyVEdrbH86CbbiQkqKcbxYKSuhq6NxcGUz84EvlM+fecwb9IEWV8c9M2S3u6ihQ==","signatures":[{"sig":"MEYCIQDeOoWqBQVUbHZ8Dx2jh2SW8/7BcpwHuCbFlgEuVFenVQIhALU0lzymntV02phTVxRu9p+elbinfIbhCvB06V5ujFb0","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":581620},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\ad2d19e4-19b8-4765-a9dd-8ad27c3a88e6\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --no-test-proxy --esm","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ad2d19e4-19b8-4765-a9dd-8ad27c3a88e6\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250610.1.tgz","_integrity":"sha512-c1UCno/qV18uPcMIL6cwEudSyVEdrbH86CbbiQkqKcbxYKSuhq6NxcGUz84EvlM+fecwb9IEWV8c9M2S3u6ihQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250610.1_1749602542401_0.4785872443456105","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250611.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250611.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250611.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1d25f4144f9aa6767e85e5da6f99b26aa2f20af0","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250611.1.tgz","fileCount":90,"integrity":"sha512-wToWqy4QOp2oHDixAi9heVDb+9juLgTpR10lqak+qvnnSgJIQ3eWLjHmYuArVtxiCr3smmvi3BRe3qD7xyIZBw==","signatures":[{"sig":"MEUCIQDcPhjVFx+wtUhVGdbNMrlk27I4/5+DbCZadCKfev7xvgIgeGCQCOccEiN3Yb2HeEdd5L8aQ0PuF8xIQHt+YfrILjo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":581620},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\94993342-5cf2-4c9b-b194-e44d2aea4b4b\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250611.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --no-test-proxy --esm","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\94993342-5cf2-4c9b-b194-e44d2aea4b4b\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250611.1.tgz","_integrity":"sha512-wToWqy4QOp2oHDixAi9heVDb+9juLgTpR10lqak+qvnnSgJIQ3eWLjHmYuArVtxiCr3smmvi3BRe3qD7xyIZBw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250611.1_1749688732142_0.2629099904801213","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250612.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250612.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250612.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c38bad994cfe400a71492366283eab658f339d23","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250612.1.tgz","fileCount":90,"integrity":"sha512-OmYr8QtliLOncoPylBoTCDOcrmWNCwzV8pr6K9rQDYy+8o/a0MG7VhJnJrxqyt1PrfTXuKJkbHrAZYYzInHejw==","signatures":[{"sig":"MEQCIHxcJTmqU9WCVHGkSCfkrIhqHF51FOSWGLLVhkRi1dVvAiBucnHEgyZ9HJr5uRT+ew0iHCfSGfesJ8CAraMhhsmAKw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":581620},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\d753d868-bbbb-41ca-9a60-050e252e21c9\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250612.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --no-test-proxy --esm","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d753d868-bbbb-41ca-9a60-050e252e21c9\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250612.1.tgz","_integrity":"sha512-OmYr8QtliLOncoPylBoTCDOcrmWNCwzV8pr6K9rQDYy+8o/a0MG7VhJnJrxqyt1PrfTXuKJkbHrAZYYzInHejw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250612.1_1749775020050_0.3674512224378468","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250613.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250613.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250613.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e8af48e154d99a08e495530dd81876faf756f9a7","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250613.1.tgz","fileCount":90,"integrity":"sha512-CnmF4miOW4usHZe/5UreMPkrWceEwQlyIPrIklC5unTNa04ZbO5j1kpMVcXoSiE92WyO7WSSPq8YbA89slnG3w==","signatures":[{"sig":"MEQCIFcEfoZ9sTeFjBPtIYUckcASGYYii6X98TQUk8KbEwsnAiBY25w6zRVUCVlZ7lYYhOLc+LfDu3lku07hoas29hBx4g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":581620},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\3fcdb6e5-4639-4c1c-943a-72a0d4d63bb1\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250613.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --no-test-proxy --esm","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3fcdb6e5-4639-4c1c-943a-72a0d4d63bb1\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250613.1.tgz","_integrity":"sha512-CnmF4miOW4usHZe/5UreMPkrWceEwQlyIPrIklC5unTNa04ZbO5j1kpMVcXoSiE92WyO7WSSPq8YbA89slnG3w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250613.1_1749861305702_0.8996696659626702","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250616.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250616.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250616.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0071a068285d7a97b1387adf9da3d61e26633d88","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250616.1.tgz","fileCount":90,"integrity":"sha512-tfmrv16vj1f06zVqTToFjZpGMrndo6ddvMYmiz+IrSa5Joa7eEJoe+2pwjCwZkBR2KxItkhKEaadgXa793dDNA==","signatures":[{"sig":"MEQCIGETtyAY4JlUYv+JcwqQXt+5KAoK0dADBg55xgrSs+jMAiAYO5P6IZz4FO/6UHyChS1/JOt2iJtb+LrZbeUh3rNNCg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":581620},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\d705056d-2d4e-405b-9a07-bb0d9e538985\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250616.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --no-test-proxy --esm","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d705056d-2d4e-405b-9a07-bb0d9e538985\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250616.1.tgz","_integrity":"sha512-tfmrv16vj1f06zVqTToFjZpGMrndo6ddvMYmiz+IrSa5Joa7eEJoe+2pwjCwZkBR2KxItkhKEaadgXa793dDNA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^20.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250616.1_1750120552214_0.7505981283410961","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250617.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250617.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5e8a92c5343809cdf49416b192fdd9a95ca01e09","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250617.1.tgz","fileCount":90,"integrity":"sha512-7bnKbA748Q0tU30lUFO/ijtKBvgNDnVYsV3wI8k+yGGIQWhzj3vjBLIQtDhQFLYxFaAlS5kPgksaievt7xRaoQ==","signatures":[{"sig":"MEQCIDWEwl18t4elQl4nGcMuaDqtME87ZErZ29D9nhpecooxAiAu1QscbwznZDbAnH/ahWL76IIHXgXURGRtv3C4RpAL3w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":581582},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\3919b7fa-05a9-4de1-a84e-61894c2c9f8b\\azure-web-pubsub-client-protobuf-1.0.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 src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool 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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --no-test-proxy --esm","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","actor":{"name":"microsoft1es","type":"user","email":"npmjs@microsoft.com"},"email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3919b7fa-05a9-4de1-a84e-61894c2c9f8b\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250617.1.tgz","_integrity":"sha512-7bnKbA748Q0tU30lUFO/ijtKBvgNDnVYsV3wI8k+yGGIQWhzj3vjBLIQtDhQFLYxFaAlS5kPgksaievt7xRaoQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^20.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250617.1_1750207000835_0.30704996086626624","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250618.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250618.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"791d683ae759906cd424804d45cfe7333876dfb3","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250618.1.tgz","fileCount":90,"integrity":"sha512-dnemUH1VzAmO6BXOTlpL5Osx6rPyZHUM1eyqjTA2/g3fLiglJbzSynrnnVIWgZezXk10USCSoUoTJgTlWzeoRg==","signatures":[{"sig":"MEUCIG8xlfADkAVAWyd0YNnYf/GsLVefwaIUU3qHqZVgvZinAiEAh+MwCiQQTNCFsLnOfr6yBFWuXA2R3R2gnXsVYCCwZOs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":581582},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\13da88e8-dcb7-49f2-9f53-ccc9fee538b4\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool 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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --no-test-proxy --esm","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","actor":{"name":"microsoft1es","type":"user","email":"npmjs@microsoft.com"},"email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\13da88e8-dcb7-49f2-9f53-ccc9fee538b4\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250618.1.tgz","_integrity":"sha512-dnemUH1VzAmO6BXOTlpL5Osx6rPyZHUM1eyqjTA2/g3fLiglJbzSynrnnVIWgZezXk10USCSoUoTJgTlWzeoRg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^20.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250618.1_1750293443133_0.797186910919703","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250619.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250619.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250619.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"80f8e9a5eade2dfc8c163de13200c5264f624938","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250619.1.tgz","fileCount":90,"integrity":"sha512-HoyZ4wGy8UE6SWvY1GQCACsqEJWOpi/MvEUeWKOtYq9Ovwz/hv8lh9F52/Sr+nYxQu7YlmcHUPjUeliv5s6ybA==","signatures":[{"sig":"MEQCICHSWPXwPgb7R6oDhf398q63Rk/9TENZpCqrLjSWXNSvAiBkrjpvnQBmx6A1SXvxBv2OA/6m7m+cst1Kw2738h3Smg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":581582},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\d7d65997-8edb-4f09-a295-9be22e9a16b9\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250619.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool 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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --no-test-proxy --esm","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","actor":{"name":"microsoft1es","type":"user","email":"npmjs@microsoft.com"},"email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d7d65997-8edb-4f09-a295-9be22e9a16b9\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250619.1.tgz","_integrity":"sha512-HoyZ4wGy8UE6SWvY1GQCACsqEJWOpi/MvEUeWKOtYq9Ovwz/hv8lh9F52/Sr+nYxQu7YlmcHUPjUeliv5s6ybA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^20.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250619.1_1750379809681_0.10138796824157259","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250718.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250718.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250718.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"66a408cb58793b934e973587d49ef103a557662b","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250718.1.tgz","fileCount":90,"integrity":"sha512-+xX+MNmi4CCT7rN/HW8ZOyQ8Oci+NlER7uc8HPWMM+mAA9l1Oqy7GqpWwj4A+6mJ5VEY5QwK19AvpFke0yiwNQ==","signatures":[{"sig":"MEUCIEzz90GPAyifSI1FJg0eBsqrxDi8u4kLG+ZLNTNnQwOvAiEA04Bz7g0fKmT9og+PYvKP902FiJoeNIS9PJ0ZYB4Pao8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":580912},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\980506e9-cecf-40a0-ade7-1719bd28ead2\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250718.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool 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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --no-test-proxy --esm","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\980506e9-cecf-40a0-ade7-1719bd28ead2\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250718.1.tgz","_integrity":"sha512-+xX+MNmi4CCT7rN/HW8ZOyQ8Oci+NlER7uc8HPWMM+mAA9l1Oqy7GqpWwj4A+6mJ5VEY5QwK19AvpFke0yiwNQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^20.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250718.1_1752885011954_0.48141792716039","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250730.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250730.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b4aa065c79d76bc1ead940f94977e8c7df18a724","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250730.1.tgz","fileCount":90,"integrity":"sha512-aWjEmPlmH1AsGjg4aRrEMqSdL5fmEOoYKrMw8cR2OthykaHXkFs5O33rjI3S5F22bvGd/f9OYgZQlrgGHyjuqw==","signatures":[{"sig":"MEUCIQCpq3ZoZ2AQ0Le7iK1TXB22uWY6x84Tb1PnnDM07FJyYQIgWt9/6qpZd4aM6BXfxAfU5mRsECS8TyN/gG8S6tXdNdQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":580912},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\1ace00a7-6868-41f1-becc-04f56b74295d\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool 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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --no-test-proxy --esm","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1ace00a7-6868-41f1-becc-04f56b74295d\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250730.1.tgz","_integrity":"sha512-aWjEmPlmH1AsGjg4aRrEMqSdL5fmEOoYKrMw8cR2OthykaHXkFs5O33rjI3S5F22bvGd/f9OYgZQlrgGHyjuqw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^20.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250730.1_1753921848155_0.8586137256672237","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250804.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250804.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250804.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"162664588148cddede1c117727d46ca4b16bbb27","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250804.1.tgz","fileCount":90,"integrity":"sha512-LnnMXnkDoCZTox+KoEKhxGB04cPzBB/Ke6IipMH54H8NICn9Jo1wqf+AyPA/3cVeVigGtL66FlyyZ60JUruX0g==","signatures":[{"sig":"MEYCIQDLtdN6EZAJJaFUlMPlQ6nFEOj5nU8hYLUDzn3QiWyDRwIhAKJr911vEfZ2d7ZnvkENVFw7xlNMFqpWX8QeiJ8sofF7","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":580913},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\ec100e01-ec9f-40fe-82cd-afeed90d0cf8\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250804.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool 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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --no-test-proxy --esm","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ec100e01-ec9f-40fe-82cd-afeed90d0cf8\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250804.1.tgz","_integrity":"sha512-LnnMXnkDoCZTox+KoEKhxGB04cPzBB/Ke6IipMH54H8NICn9Jo1wqf+AyPA/3cVeVigGtL66FlyyZ60JUruX0g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^20.0.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-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 Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250804.1_1754353817098_0.41044714178115194","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-beta.3":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-beta.3","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"92b8de2b282d874047deac57820b46959911e8f3","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-beta.3.tgz","fileCount":91,"integrity":"sha512-GcjphlVsDeoBfifBTvVIICqqaWxx4DIjjBuB8ucMbgxpTrhyeVWqHmRYGSd6oPGf4uzP1ZMm0ESdHP5r49aN5Q==","signatures":[{"sig":"MEUCICUOFaA96uH1vMOnhIU/W4mouJbw+kEkEzVdyfdqN/blAiEAyC6WmbGZWzIG5ZDEXRNl26TOm5CfGjj+hAuQxbS8tu8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":581920},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\43ccec82-d740-43b5-bc94-593205058811\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-beta.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool 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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --no-test-proxy --esm","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\43ccec82-d740-43b5-bc94-593205058811\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-beta.3.tgz","_integrity":"sha512-GcjphlVsDeoBfifBTvVIICqqaWxx4DIjjBuB8ucMbgxpTrhyeVWqHmRYGSd6oPGf4uzP1ZMm0ESdHP5r49aN5Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-beta.3_1755822956034_0.4972435396714101","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250825.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250825.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"513eec1773ec2ac5635631189573abc6a0b399ad","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250825.1.tgz","fileCount":91,"integrity":"sha512-0OknN+2E69MxkU/pMKpAu5jNqufCgOHprYn+R5ovTVcZ9BOcOBiMhtOHecGsN5gazTi0QpE4s3DoC/rBSSZx4g==","signatures":[{"sig":"MEQCID0pHqXBGaAMEHGLp2/x/KKwAM+HPdNFyqIEVsdSvrBcAiA91dejJ0MW1xziHCW5eYtoKOLSt1E58vmCcF72ezhQtg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":581932},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\259cc60e-8a3a-4fd4-b0f1-ba934b440939\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool 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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\259cc60e-8a3a-4fd4-b0f1-ba934b440939\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250825.1.tgz","_integrity":"sha512-0OknN+2E69MxkU/pMKpAu5jNqufCgOHprYn+R5ovTVcZ9BOcOBiMhtOHecGsN5gazTi0QpE4s3DoC/rBSSZx4g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250825.1_1756168768832_0.5238920799890834","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250826.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250826.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c2bf262598430987ee34ca89d82dd765af96f04c","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250826.1.tgz","fileCount":91,"integrity":"sha512-kAZnHF/BoWaNBlUpvHdE/FVuZ5dS6PbVQAuxqk43LP7Evp8FSWxtZrpvEJQktSJ6CyDyBW/oxa2RF+3uLwTQNQ==","signatures":[{"sig":"MEUCIQCn27+R5mXfWPvbHq5XW2cnpHpZ9d3DBEX3lZC9nx/GsQIgR6Nc9mBaGFaTZI7ZHDxwUJpPArUuH7fOtwGo3PAW4dQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":581932},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\d8fc5e1f-002b-4f00-9263-ef084574ef1c\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool 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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d8fc5e1f-002b-4f00-9263-ef084574ef1c\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250826.1.tgz","_integrity":"sha512-kAZnHF/BoWaNBlUpvHdE/FVuZ5dS6PbVQAuxqk43LP7Evp8FSWxtZrpvEJQktSJ6CyDyBW/oxa2RF+3uLwTQNQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","cpy-cli":"^5.0.0","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250826.1_1756255683674_0.8191262581914598","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250827.2":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250827.2","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250827.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"198fdb72ec862bab8bac34eb5faa46c5707599e5","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250827.2.tgz","fileCount":91,"integrity":"sha512-52VuJxo2DwXSXxlBhP3NfHjn0CR+U4UPN8jYQn5amX/h+qpyUTXJjyGbukSvPDy63e1etwlTSkHO/NxBFqNEZQ==","signatures":[{"sig":"MEQCIDhdl58c4m3Xqiwz7+M0euZpmjGitZe4/mkOvO2jnFWPAiA3qMO3nC7F1A8nSGqFq7ZGlLpzscevR6zSJtlZZs65eA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":581932},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\ac090f91-ee4f-47e6-96ba-71256b7e3db8\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250827.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool 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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ac090f91-ee4f-47e6-96ba-71256b7e3db8\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250827.2.tgz","_integrity":"sha512-52VuJxo2DwXSXxlBhP3NfHjn0CR+U4UPN8jYQn5amX/h+qpyUTXJjyGbukSvPDy63e1etwlTSkHO/NxBFqNEZQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","cpy-cli":"^6.0.0","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250827.2_1756341191224_0.2366154163936891","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250902.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250902.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250902.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a6d2a8149d739bfc494ff8295065deed89eb2889","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250902.1.tgz","fileCount":91,"integrity":"sha512-p/TFi6jDe3H7LB298o9UaKNR4KEWJIhXVG6a7i57opDPQxngLICDUzSGM9BTA0CrpFZgV3bc7lBMfn9l4xZDXQ==","signatures":[{"sig":"MEQCIGP55rsCoMHbQ1LaFdLxX7F9dcEeO83xm2W96ChmsDYDAiB7lpEijsmuU3ceJ7NQjA5uAcLGGCviE6fEsMy2P7Tbjg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":581932},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\4333ae78-a8ec-4038-852a-137f331d15d5\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250902.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool 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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4333ae78-a8ec-4038-852a-137f331d15d5\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250902.1.tgz","_integrity":"sha512-p/TFi6jDe3H7LB298o9UaKNR4KEWJIhXVG6a7i57opDPQxngLICDUzSGM9BTA0CrpFZgV3bc7lBMfn9l4xZDXQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","cpy-cli":"^6.0.0","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250902.1_1756859722545_0.7107850093925465","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250903.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250903.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250903.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e03f4d315fa96084aaff243d2015870b23f88db8","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250903.1.tgz","fileCount":91,"integrity":"sha512-1++bvF/LRNZVmImzzqT0W7VcU7c8iDkHdzserqy8b/FcnVw9TYTD1NR8/fL5e8uZfKjRoYILcNbV+rY0RQ3byQ==","signatures":[{"sig":"MEUCIG8eS5Jj5NEXJG6P21uzOPu5Xt/IQsxWxV/6mFiPDAyZAiEAw2coucDZGuERbsHvowmrcyk2jnHNLBvCoW6l7WWp5tU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":581932},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\53404ef7-b7a8-470f-a238-1284a92e60f6\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250903.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool 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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\53404ef7-b7a8-470f-a238-1284a92e60f6\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250903.1.tgz","_integrity":"sha512-1++bvF/LRNZVmImzzqT0W7VcU7c8iDkHdzserqy8b/FcnVw9TYTD1NR8/fL5e8uZfKjRoYILcNbV+rY0RQ3byQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","cpy-cli":"^6.0.0","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250903.1_1756946210479_0.28261996559187574","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250904.2":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250904.2","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250904.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e5b874212f316cbf43b57a4350de1480a5a158bb","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250904.2.tgz","fileCount":91,"integrity":"sha512-LvnTcLhUSpww1JWAlAxtNX8Tp2qR12eZVv083r96201aFm4ZHNAtz2AZBTsvY7kTya+y6DuuUUCaxWUMDKJvYQ==","signatures":[{"sig":"MEUCIQDZR9T9f+doGsZATOAo/YBqSRbL/XyFLp2ytbZQ73rUYgIgamNGDA8ZSD72oAodN68jmWiatDLdvKIk7Pv4qr1/aVc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":581932},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\c66ff880-4a6d-4866-9af0-2180122f2ed2\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250904.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool 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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c66ff880-4a6d-4866-9af0-2180122f2ed2\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250904.2.tgz","_integrity":"sha512-LvnTcLhUSpww1JWAlAxtNX8Tp2qR12eZVv083r96201aFm4ZHNAtz2AZBTsvY7kTya+y6DuuUUCaxWUMDKJvYQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","cpy-cli":"^6.0.0","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250904.2_1757032052768_0.00501959752554626","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250905.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250905.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250905.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"848a1c8c3053091958c4fbb44387d28aacc58ddb","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250905.1.tgz","fileCount":91,"integrity":"sha512-LmifXG+HlVpNCvQutyf+sumcYzagnwzfRFKRgA+xOnmojsjvE/hAVYOxrGsTGgAd3s9C8ON7eXwZugET9id2mg==","signatures":[{"sig":"MEUCIFyPf1wlqHsEMzoqMQucr1TpCg6likN718X0MKGDvysXAiEAuKv5b+NMNBUjReiuya6cF9F2AWlTvFAIPH1F/0Myxrw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":581932},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\b7907437-cdcb-4113-8f0c-8737fe0809cc\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250905.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool 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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b7907437-cdcb-4113-8f0c-8737fe0809cc\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250905.1.tgz","_integrity":"sha512-LmifXG+HlVpNCvQutyf+sumcYzagnwzfRFKRgA+xOnmojsjvE/hAVYOxrGsTGgAd3s9C8ON7eXwZugET9id2mg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","cpy-cli":"^6.0.0","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250905.1_1757118736720_0.7084343209579","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250908.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250908.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250908.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3757767108fce333f4c182dc27218d07075c7662","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250908.1.tgz","fileCount":91,"integrity":"sha512-Gw7Pujd+E+JhKoHJ9IUeLzJDdOK6dTU9SHCXPYz8SgbUq6zQd3w/5wlH3SBFKkrrgbobYaj/f/hPf2OX7c5biQ==","signatures":[{"sig":"MEUCIDGbwiBr1VuC8lKBMJ0VptKTsn2s/z8cqarSOzhHAIx0AiEAgMSJs5XQ2h6fhvQnIeCi3HnklZj6mMEvQjq1AK90VZg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":581932},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\cbc7ebdb-e281-4145-ad78-dc96b2a9b84f\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250908.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool 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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\cbc7ebdb-e281-4145-ad78-dc96b2a9b84f\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250908.1.tgz","_integrity":"sha512-Gw7Pujd+E+JhKoHJ9IUeLzJDdOK6dTU9SHCXPYz8SgbUq6zQd3w/5wlH3SBFKkrrgbobYaj/f/hPf2OX7c5biQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","cpy-cli":"^6.0.0","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250908.1_1757377918709_0.6928868513186301","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250910.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250910.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250910.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e8a2ba8464719f84e66d00220778a56f3518d481","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250910.1.tgz","fileCount":91,"integrity":"sha512-HGE78ZzD9JQk+OoX/nvzUUfM6WXrHTEGOZzo4VGipHXTM3/FeVILfBOLJveflFxmUdwMB6CLoN2hxpB3dxQ3og==","signatures":[{"sig":"MEUCIB+a7uXdMN+C0wXB1Otor4QsVMBWjt4HULP5gqhMP68qAiEA/4VbwTQi86Ul+5O5Fk0CuTJhE4nHMcU8RAL2Oek8kBc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":581932},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\2d6b03ad-11e8-4885-b255-0633183a3be6\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250910.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool 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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2d6b03ad-11e8-4885-b255-0633183a3be6\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250910.1.tgz","_integrity":"sha512-HGE78ZzD9JQk+OoX/nvzUUfM6WXrHTEGOZzo4VGipHXTM3/FeVILfBOLJveflFxmUdwMB6CLoN2hxpB3dxQ3og==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","cpy-cli":"^6.0.0","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250910.1_1757550884308_0.6320023732451105","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250911.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250911.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250911.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5aa9b4d4967003146eda89c93412edaac22276b6","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250911.1.tgz","fileCount":91,"integrity":"sha512-ktvYGzNthlqDxt7uvxYTCqmmOxGPnMPA3ujaTUXvijbSoGmEqBieS3jrH57pZINlYV5xqu1I/GKPIYqMytOBvA==","signatures":[{"sig":"MEYCIQCmP/eUWMxSfWkGtbVjX3gtTCsg+x1ld2l8A3tjLIg25wIhAOjMz/OUFbIm/OZPIUqcB4XNTohYSgV+UR5zPJuhty6q","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":581932},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\9302f3c6-b1d3-4d1a-9d74-0989eaa04c29\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250911.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool 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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9302f3c6-b1d3-4d1a-9d74-0989eaa04c29\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250911.1.tgz","_integrity":"sha512-ktvYGzNthlqDxt7uvxYTCqmmOxGPnMPA3ujaTUXvijbSoGmEqBieS3jrH57pZINlYV5xqu1I/GKPIYqMytOBvA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","cpy-cli":"^6.0.0","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250911.1_1757637005015_0.8556740752299141","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250912.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250912.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250912.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bb5e13fe56a13ef428d25d05f81e594ff668e30c","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250912.1.tgz","fileCount":91,"integrity":"sha512-SyM1trlis5JCXYFN00ZW/PA/Fb0+OBBcvPMSQHnb+V1nAAIDrFeL9j+Izce2xxNiMDFiVgGWpogxEAkjEOxZLg==","signatures":[{"sig":"MEUCIAiZFEx3lYXcwnkuMaOmybxYu/LVYdp9NByGWzAZFbNsAiEA9I+FjmcZbs/7tTVYFx6cR0NFcnKUGHxcl7q5Tsjp5b0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":581932},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\54b19a24-7c68-4e13-a4d1-bcf89beed890\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250912.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool 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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\54b19a24-7c68-4e13-a4d1-bcf89beed890\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250912.1.tgz","_integrity":"sha512-SyM1trlis5JCXYFN00ZW/PA/Fb0+OBBcvPMSQHnb+V1nAAIDrFeL9j+Izce2xxNiMDFiVgGWpogxEAkjEOxZLg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","cpy-cli":"^6.0.0","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250912.1_1757723671999_0.40190984886112324","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250915.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250915.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250915.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"50d4d07d805c07fae9891b9778ff0292607154c2","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250915.1.tgz","fileCount":91,"integrity":"sha512-pbQLksfOLsIOMmDsflTxcXgr9OZ9Ice8Gao4f/O09x9TJTyX+KU4bdReCc4+EQ6m81YRP5+iYzixqSddNedM1w==","signatures":[{"sig":"MEQCIBmxA1vO3SuGr+XEbYk/OTcSWKZ5PjWISFldbwuQqcR8AiBeAoWx/rkHNXe+oz93zHhbJTceXHjGce4GeuDIPFLOag==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":581932},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\550e0c50-a700-4a97-ae70-da6aa9820c04\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250915.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool 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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\550e0c50-a700-4a97-ae70-da6aa9820c04\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250915.1.tgz","_integrity":"sha512-pbQLksfOLsIOMmDsflTxcXgr9OZ9Ice8Gao4f/O09x9TJTyX+KU4bdReCc4+EQ6m81YRP5+iYzixqSddNedM1w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","cpy-cli":"^6.0.0","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250915.1_1757982397136_0.9954876998769742","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250918.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250918.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250918.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7af6c141b77a64189f291b9af3c8c95ea4790553","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250918.1.tgz","fileCount":91,"integrity":"sha512-ZmdB2saB62We09ckqYhixr+9ptby5DifX2fQDaTEBuWdZS3BlUzOTAIK6wWRJHk5GwKXnyDNjrB8/N5icQEduQ==","signatures":[{"sig":"MEUCIB/dhSj3t87/INuofU5lgZf6ozBo7gI67GI+xcN9I3ukAiEAg734hek5ZrpqxuLIBjT3dc/KQC0wkIE4jdFpNLpqNto=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":581932},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\000e7b6a-076e-4fea-947d-a6594e08644a\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250918.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool 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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\000e7b6a-076e-4fea-947d-a6594e08644a\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250918.1.tgz","_integrity":"sha512-ZmdB2saB62We09ckqYhixr+9ptby5DifX2fQDaTEBuWdZS3BlUzOTAIK6wWRJHk5GwKXnyDNjrB8/N5icQEduQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","cpy-cli":"^6.0.0","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250918.1_1758241785337_0.8200361950937058","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250922.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250922.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250922.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"57eabc0d264c6ff6cecfd2c0d23ff8b3eb4f8357","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250922.1.tgz","fileCount":91,"integrity":"sha512-Q5kguQtqEMYUKhpNtE5o/uyLEEC3kUras+Po2Jz+BQmwzsaE6UX8g4Y2RJZstQvog0TZkkQKbhSNRAkMqgaY9g==","signatures":[{"sig":"MEQCICdQNvoISwfnnl9dSRlZNISmiNsYe+A6+O79uvxYZfN+AiBC741qsNzZDVrnHlw1zlKO36MQrmKeUv+C8xna+kXr2Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":581932},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\917d3363-2450-49d9-aff6-d7e05429d1bb\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250922.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool 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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\917d3363-2450-49d9-aff6-d7e05429d1bb\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250922.1.tgz","_integrity":"sha512-Q5kguQtqEMYUKhpNtE5o/uyLEEC3kUras+Po2Jz+BQmwzsaE6UX8g4Y2RJZstQvog0TZkkQKbhSNRAkMqgaY9g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","cpy-cli":"^6.0.0","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250922.1_1758587278007_0.7774392321686254","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250923.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250923.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250923.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3d1d05e602ea1c6344099760884381fab6afe745","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250923.1.tgz","fileCount":91,"integrity":"sha512-x8UBbmhLPQNaaKTko8Fnr6WaEidPcgpBKNKScTIEdMFWy18X7+8FqGDP0u2TE7tJJYCVNNj7DyQRlojMdxUk1g==","signatures":[{"sig":"MEQCIF2hj8nkn4fnGiGIBvxPaCfHxzt4mXMH6969m19h/DzCAiAyDPtATDsxA0otRWWA2ptJLDD8drzN95mY7wZxaw5OTA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":581932},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\e82d5d8a-de3c-4bf4-8b0d-21e9e536a912\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250923.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool 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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e82d5d8a-de3c-4bf4-8b0d-21e9e536a912\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250923.1.tgz","_integrity":"sha512-x8UBbmhLPQNaaKTko8Fnr6WaEidPcgpBKNKScTIEdMFWy18X7+8FqGDP0u2TE7tJJYCVNNj7DyQRlojMdxUk1g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","cpy-cli":"^6.0.0","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250923.1_1758673706039_0.7473742758054722","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250925.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250925.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250925.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"82da108b7dfb96733cc0b3240f8735be839822ea","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250925.1.tgz","fileCount":91,"integrity":"sha512-kLRHOntMl6zoG8BaqfwfbshLuNzWedSGPfjnd3tVrOYmOAvST0MDiYrHBmO/A2IIWrKIiCE+0kchAzkgyfo7sg==","signatures":[{"sig":"MEUCIQCR2KVG9JwVCrqV/QHIGSKlBfEqiTmEBLoowBV/8ttG1QIgMJnVRIVYs9dPLsP/LTCeuZJ8c16fnetnAB9Wx/ot/Gw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":581932},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\06c4d4eb-256c-4c67-9540-374e34145d47\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250925.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool 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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\06c4d4eb-256c-4c67-9540-374e34145d47\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250925.1.tgz","_integrity":"sha512-kLRHOntMl6zoG8BaqfwfbshLuNzWedSGPfjnd3tVrOYmOAvST0MDiYrHBmO/A2IIWrKIiCE+0kchAzkgyfo7sg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","cpy-cli":"^6.0.0","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250925.1_1758846549633_0.9496272850688152","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20250930.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20250930.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20250930.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"add1b6e9da9c87ad3c44868edad5240ec917a704","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20250930.1.tgz","fileCount":91,"integrity":"sha512-J+DFKWJ1V36smXt43FeOq8OMbtsoGsVbuniXR5NZZ5AHiZXkmRZxDoGRf16vxezGde1PxkK2o6L91cucu/4mrg==","signatures":[{"sig":"MEUCIQC5+C9O6AUwuEU84Ns62PLUTshwiNpMjgAwtIQqAKqX9AIgP4lsm36j7MeUM55RBetlD8oGpSa0Ap6H7rla15dYFSM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":581932},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\7ab25e16-f6c2-4ed9-a150-bafb122dc15f\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250930.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool 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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7ab25e16-f6c2-4ed9-a150-bafb122dc15f\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20250930.1.tgz","_integrity":"sha512-J+DFKWJ1V36smXt43FeOq8OMbtsoGsVbuniXR5NZZ5AHiZXkmRZxDoGRf16vxezGde1PxkK2o6L91cucu/4mrg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","cpy-cli":"^6.0.0","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20250930.1_1759278514947_0.8035311625022854","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251002.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20251002.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20251002.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e696c814a5148886c1a67df07d6058372f30c18a","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20251002.1.tgz","fileCount":91,"integrity":"sha512-mxUKkD+ke/SEaf3YPpwD/gFvYzm/3p+dU61W1p4qG77U8uDp8phOzCnud73zt9i1bI64cLckgEojiqeBknjmTQ==","signatures":[{"sig":"MEQCIBQmKKbEYT+NwEeLPGy5ccObEyYYKL0MzJn5zp7+ZFkpAiBCQFNnPYKG7Gw2CqdC0a2qmgJOI5HJJ7P//82Y2G0qKQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":581932},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\668b2ed5-e77a-4942-b327-6bf4b53032e5\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251002.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool 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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\668b2ed5-e77a-4942-b327-6bf4b53032e5\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251002.1.tgz","_integrity":"sha512-mxUKkD+ke/SEaf3YPpwD/gFvYzm/3p+dU61W1p4qG77U8uDp8phOzCnud73zt9i1bI64cLckgEojiqeBknjmTQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","cpy-cli":"^6.0.0","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20251002.1_1759451283326_0.8736560240283044","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251003.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20251003.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20251003.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2ccb9a48d43e6744601c57414e12e2509c6eb56b","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20251003.1.tgz","fileCount":91,"integrity":"sha512-13AV/iI9QiK9sNeAB2iY7EM657BWKJyleyaE8WpkopMSBvzRtRRTwPjS4iNEZowwYprGbUK27g98QsYh+ZcDDQ==","signatures":[{"sig":"MEUCIQCUenmR26d12AVGie5ySwG5rKUoFGptPEnxy39CMkokhgIgeJK0PHA/IRdSlz1WTmBf1/fmsZEstcir3txfXFDety0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":581932},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\6b9945a6-f726-4780-80fc-cd38c950c336\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251003.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool 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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6b9945a6-f726-4780-80fc-cd38c950c336\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251003.1.tgz","_integrity":"sha512-13AV/iI9QiK9sNeAB2iY7EM657BWKJyleyaE8WpkopMSBvzRtRRTwPjS4iNEZowwYprGbUK27g98QsYh+ZcDDQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","cpy-cli":"^6.0.0","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20251003.1_1759538055340_0.8625889606315775","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251006.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20251006.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20251006.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2f4740d18e919063049db55e2be75d0c919a30ff","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20251006.1.tgz","fileCount":91,"integrity":"sha512-j/VX7vJIAqTev9jE+R32uHoQrr8kCsyezyFtYUn5q/GqBjLKx6PsCvc37sP3qIS2h1ZdB2zsfIdLYjv+Y5wfHQ==","signatures":[{"sig":"MEUCIAnSYblwJVRJ5Y7n25DAkexNo6bOhA5omehtGZctabXiAiEA2qcimYRCezFl6j1gRVPlKxLyF2a30OdMUm/9uVuNSVk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":581931},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\656ae87c-6ba8-42c7-add3-ae87a9da0520\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251006.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool 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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\656ae87c-6ba8-42c7-add3-ae87a9da0520\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251006.1.tgz","_integrity":"sha512-j/VX7vJIAqTev9jE+R32uHoQrr8kCsyezyFtYUn5q/GqBjLKx6PsCvc37sP3qIS2h1ZdB2zsfIdLYjv+Y5wfHQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","cpy-cli":"^6.0.0","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20251006.1_1759797192985_0.7130792973201512","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251008.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20251008.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20251008.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"99a00b8d6abdbd485b5b1a86c07e1ff38143cf1d","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20251008.1.tgz","fileCount":91,"integrity":"sha512-WbNq8W36orH9/8E63a5QxHrr4OzOrMROaGvYWaYVHDa0dun/7P4Jk7r8e5+kn3Ixu11NVtU7pYJ6fxU+i+3o7Q==","signatures":[{"sig":"MEUCIQDTZDS/rB1/AT3M1fGszDfFfY8Zmc6VgBcLpAg0MYy4LgIgYequ+fec3qU6G3rIV8NmJvxuRbSGlHqdVh5vFW21vVc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":581931},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\09b93550-b840-4300-accf-fc17c59e1cfc\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251008.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool 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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\09b93550-b840-4300-accf-fc17c59e1cfc\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251008.1.tgz","_integrity":"sha512-WbNq8W36orH9/8E63a5QxHrr4OzOrMROaGvYWaYVHDa0dun/7P4Jk7r8e5+kn3Ixu11NVtU7pYJ6fxU+i+3o7Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","cpy-cli":"^6.0.0","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20251008.1_1759969800473_0.7527173915094907","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251010.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20251010.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20251010.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fecec3a7d119a556c11fd8f67f427bf25c63b234","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20251010.1.tgz","fileCount":91,"integrity":"sha512-bri9/ZoIk45eBtQFHd4YKU9H0pXvd7466iCQlKcqm5M4M4aFR5jTbg54Z7cVGLHchyTe2hiVNE/WHyd/lws8rg==","signatures":[{"sig":"MEUCIQDWmih64jtSie9PLfaYEEtqk1nACMqwhunuMWCVl1q3HQIgRf4Z3DkgijmzjLwt6T2xZBykYdWgEXwFoAaCfXWglCg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":581931},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\885f59f6-57a5-4f72-b30c-1a58318d9a75\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251010.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist test-dist temp types *.tgz *.log","format":"dev-tool 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","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\885f59f6-57a5-4f72-b30c-1a58318d9a75\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251010.1.tgz","_integrity":"sha512-bri9/ZoIk45eBtQFHd4YKU9H0pXvd7466iCQlKcqm5M4M4aFR5jTbg54Z7cVGLHchyTe2hiVNE/WHyd/lws8rg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","cpy-cli":"^6.0.0","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20251010.1_1760142810389_0.8962076049081742","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251013.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20251013.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20251013.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"11204d73055c0c0b029fb104f9d64ddcc746455f","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20251013.1.tgz","fileCount":91,"integrity":"sha512-r7G+aDif2ycCFHH0cRJatH/lEdrBin6Sa1V3d7S7w8JMnRVTM011ub6ib68+tw79Lhwb9YUEen8U7j+GoYlWHg==","signatures":[{"sig":"MEQCIHDRZyWoX1Xr7QVintaZhxbjq8u/wbjUVef3KeYTfTD+AiBSS+js41jrSGFnPUUYxSiRGLTh3Fqd/Vvi4q3tBsFSxA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":581964},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\3bece8ff-717c-4b82-bad1-bd27230f22b2\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251013.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3bece8ff-717c-4b82-bad1-bd27230f22b2\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251013.1.tgz","_integrity":"sha512-r7G+aDif2ycCFHH0cRJatH/lEdrBin6Sa1V3d7S7w8JMnRVTM011ub6ib68+tw79Lhwb9YUEen8U7j+GoYlWHg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20251013.1_1760402155570_0.4674351712597655","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251014.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20251014.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20251014.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"386519b37395ef952ec38662229935bf7f0d4c30","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20251014.1.tgz","fileCount":91,"integrity":"sha512-FrjZquHJ/OvyB5QTQNzFzGnDcB+ncXfNo9LfNcMgBu5/GcPX1PwJ7wCZHG6sWc6rsusG8rwXdgeaFJUTfLtdtg==","signatures":[{"sig":"MEYCIQDgAiIO1OKwXvuxez85Ro95HSrpYYZJ4/YymTYQhsW41QIhAPcDTwz7w1+tT3YQf/1GX3XvzRy4qi8SSrFsONQJf0uZ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":581964},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\f58fdba8-3809-40b0-bc2f-1b1a4455f832\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251014.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f58fdba8-3809-40b0-bc2f-1b1a4455f832\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251014.1.tgz","_integrity":"sha512-FrjZquHJ/OvyB5QTQNzFzGnDcB+ncXfNo9LfNcMgBu5/GcPX1PwJ7wCZHG6sWc6rsusG8rwXdgeaFJUTfLtdtg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20251014.1_1760488358324_0.6318667323843861","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251015.2":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20251015.2","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20251015.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5dc4c1c2fcc6b6aeb44c947c0d683cf6e26d919d","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20251015.2.tgz","fileCount":91,"integrity":"sha512-dFVVwH8P0d0unrMS3eBNsic6P0XeIFNA8OZgvCXFwEAIpWXoX/14rFwd6M9trzPmD/RMGQG57NZUP6Qsw9Jllw==","signatures":[{"sig":"MEUCIQCSC/s16KeNn0lZnfAHCIZ02CyaRjNTItNQuZkJACfgOgIgA29i/s7+BhvvQA10fnGcxhS2TbL0AaIEwY2nSKxcG/o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":581965},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\9b43ce76-243f-44a8-b09f-01062723d2c1\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251015.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9b43ce76-243f-44a8-b09f-01062723d2c1\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251015.2.tgz","_integrity":"sha512-dFVVwH8P0d0unrMS3eBNsic6P0XeIFNA8OZgvCXFwEAIpWXoX/14rFwd6M9trzPmD/RMGQG57NZUP6Qsw9Jllw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":"^1.1.4","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/web-pubsub":"^1.1.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20251015.2_1760574953474_0.04517077882197329","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251022.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20251022.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c26865ecc894023a7d974c4b636c9cfd4b85c55f","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20251022.1.tgz","fileCount":91,"integrity":"sha512-J4kMSTVirjwopb23JWxNj5kjaj979JaQIWVGjH3TNsnJlLuIOeAbLI2AFzeTq2b8R4FV4f4bVWcw33wW5o1f/w==","signatures":[{"sig":"MEYCIQDPcQChGehMexUjQijgd31rn+VChtFIZFKdcqcv4gKh5AIhAMhMRYtKmWuAVWPGYdU+899bXS0NtifLHAr+RFXUPepK","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":582004},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\86152637-57c0-4626-8acc-6b586a29927e\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\86152637-57c0-4626-8acc-6b586a29927e\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251022.1.tgz","_integrity":"sha512-J4kMSTVirjwopb23JWxNj5kjaj979JaQIWVGjH3TNsnJlLuIOeAbLI2AFzeTq2b8R4FV4f4bVWcw33wW5o1f/w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/web-pubsub":">=1.2.0-alpha <1.2.0-alphb","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20251022.1_1761179360261_0.5711640976815611","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251024.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20251024.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20251024.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f66a1fc5dd4e34052fc7857a44299d74facfdd70","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20251024.1.tgz","fileCount":91,"integrity":"sha512-8dXhn9rdhPqfVkm8CnAdMQLgwzfWNe+99x8x8F32uTuTypeiVktlJWelct4+kbnDwQ0zDWaWjwxgLOgh51ybPg==","signatures":[{"sig":"MEUCIQDhQmaQyU3wSLCxkxhXc/zIy8lFZgk//tm4S1icLxE5NAIgAy4L09sMTq8Ia6bhV/y/YUn1BhHMnNinU1RtWq8Hfog=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":582004},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\fc7d880f-1cbf-4eaa-a99b-3d39dd382c07\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251024.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fc7d880f-1cbf-4eaa-a99b-3d39dd382c07\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251024.1.tgz","_integrity":"sha512-8dXhn9rdhPqfVkm8CnAdMQLgwzfWNe+99x8x8F32uTuTypeiVktlJWelct4+kbnDwQ0zDWaWjwxgLOgh51ybPg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/web-pubsub":">=1.2.0-alpha <1.2.0-alphb","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20251024.1_1761352382330_0.4822509862370463","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251027.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20251027.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"65b93f05dee3db7552c8b0e957c88643f9ddd38d","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20251027.1.tgz","fileCount":91,"integrity":"sha512-Z7khWATvBVuraiGz10N5uqQxN1Dv60S96ZnT1hBc0+V7NHU+vMCG8MytApcoeTKzLYbt3t7pbNDDyIoPlOltxQ==","signatures":[{"sig":"MEYCIQDBhs5s8rD8JyHBWxogCt3i6rMoZYyee+UY5K/qSAvOtQIhALyyIAsc+7WALvfiQHXgtNkChSUjOR0xYgC123xC9kar","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":582004},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\1c5cae80-2029-4105-808e-51ddda76c362\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\1c5cae80-2029-4105-808e-51ddda76c362\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251027.1.tgz","_integrity":"sha512-Z7khWATvBVuraiGz10N5uqQxN1Dv60S96ZnT1hBc0+V7NHU+vMCG8MytApcoeTKzLYbt3t7pbNDDyIoPlOltxQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/web-pubsub":">=1.2.0-alpha <1.2.0-alphb","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20251027.1_1761611378655_0.6044674249448643","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251030.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20251030.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"39a2d0548b4ba016545240341531cdb545a8c694","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20251030.1.tgz","fileCount":91,"integrity":"sha512-sXY25dFV3vEvhkqX7PfvkbcGo59KSeeZNa4rVGHzhEVd94teLlJIgWiXoDivEgowxB2huY66PapiTW099OQiSw==","signatures":[{"sig":"MEQCID32pF6Gxb78b5+a/898c49LBdJR33r5PFVTFkSUcKFtAiBitnABoa7cDgwSSZtRD0b3mhYzIYzmcEmS56TelLu2PA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":582004},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\ef76537f-ab78-4e64-993a-b2d1a82a1e0c\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ef76537f-ab78-4e64-993a-b2d1a82a1e0c\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251030.1.tgz","_integrity":"sha512-sXY25dFV3vEvhkqX7PfvkbcGo59KSeeZNa4rVGHzhEVd94teLlJIgWiXoDivEgowxB2huY66PapiTW099OQiSw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/web-pubsub":">=1.2.0-alpha <1.2.0-alphb","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20251030.1_1761870934869_0.4088773706884212","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251031.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20251031.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"05447fe6d504b74a5ade4a43f3a7e3468063e013","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20251031.1.tgz","fileCount":91,"integrity":"sha512-Z47cCqZdOSD7FG6qzo0h/sx4OB3m/HKYZEBhb2aCmLfBkHRB5vikr1/CHbZZ9gSfUAdvKuFvs0Th+ylD2H9ewA==","signatures":[{"sig":"MEUCIQDEeEZ3EtzjeavX5wXRczEtiUzuu6HGn6vlzCuiNx7oKAIgeG5H+0XdVSoBHZXknxJokNioOPJl9Mt7jLz5q4Uldlk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":582004},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\80b266c4-b678-4125-b763-21979c877e68\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\80b266c4-b678-4125-b763-21979c877e68\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251031.1.tgz","_integrity":"sha512-Z47cCqZdOSD7FG6qzo0h/sx4OB3m/HKYZEBhb2aCmLfBkHRB5vikr1/CHbZZ9gSfUAdvKuFvs0Th+ylD2H9ewA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/web-pubsub":">=1.2.0-alpha <1.2.0-alphb","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20251031.1_1761957033076_0.9749861481647057","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251103.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20251103.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20251103.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"77d52954809c2403f929c1ef6e606fe273a9ba6b","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20251103.1.tgz","fileCount":91,"integrity":"sha512-yZhAH3hMnUaF61JmK+qpkMItdtCQYm+EaXi5o3AHYXg/uQbjno7jWUX3mc4UI9ogc1I6DoJz7sT2WwWUYcBMnQ==","signatures":[{"sig":"MEUCIQCDIwsOC252eOKAwclYesUTOMnNFwXw4df2WQgEUn3OLAIgXyB8Hop0sik+CqXmqk/b0C1E6AlzaIzp9o/sxcR4di8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":582004},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\47169bac-fa19-4686-b4ee-0e48bb0aa2cb\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251103.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\47169bac-fa19-4686-b4ee-0e48bb0aa2cb\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251103.1.tgz","_integrity":"sha512-yZhAH3hMnUaF61JmK+qpkMItdtCQYm+EaXi5o3AHYXg/uQbjno7jWUX3mc4UI9ogc1I6DoJz7sT2WwWUYcBMnQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/web-pubsub":">=1.2.0-alpha <1.2.0-alphb","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20251103.1_1762219963303_0.8851262920640561","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251104.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20251104.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"aab3dc18570159a5b309d72ef7b0d1d24bae5f64","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20251104.1.tgz","fileCount":91,"integrity":"sha512-HJR9nrSOd4apQFViYNWxi0tniINoTKUsoK2VHPLHBWODFnkxB3ENkBgqkgxOhMcLIMAKs+0vU3bEgS233jDAuw==","signatures":[{"sig":"MEYCIQC+PAAC7MdT8jotjE7HxTkNPvCQRhrfYM9Phdvv70LFMAIhAMuHiEjPPz9J8mt3BpS9k8CsSDE4wxEgskH7aMxx1b0k","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":582004},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\13133420-6afa-422f-8b10-0b39681b1fd1\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\13133420-6afa-422f-8b10-0b39681b1fd1\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251104.1.tgz","_integrity":"sha512-HJR9nrSOd4apQFViYNWxi0tniINoTKUsoK2VHPLHBWODFnkxB3ENkBgqkgxOhMcLIMAKs+0vU3bEgS233jDAuw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/web-pubsub":">=1.2.0-alpha <1.2.0-alphb","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20251104.1_1762306195867_0.1990100683595457","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251105.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20251105.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"30157858a70a8ca7d48b1bd67965fe3839f23fa0","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20251105.1.tgz","fileCount":91,"integrity":"sha512-ifDJU3bxSz8FL6D2iHgpyBULVLzr03SsbVHftRrSQgXCj1r8oB6XXBcK8KBumL109maLlSRckyVWgiA1guakXw==","signatures":[{"sig":"MEYCIQCXiiNjSk7ajUwlip6KgAh/fhQiv5DFLS01QHadSm5uPgIhALBMJBpVIFi6TEI2YiRr+PGlaQfOwdzEVGOfPoDIlPj2","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":582004},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\e31e5225-fb43-494f-b716-a35c65382a73\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e31e5225-fb43-494f-b716-a35c65382a73\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251105.1.tgz","_integrity":"sha512-ifDJU3bxSz8FL6D2iHgpyBULVLzr03SsbVHftRrSQgXCj1r8oB6XXBcK8KBumL109maLlSRckyVWgiA1guakXw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/web-pubsub":">=1.2.0-alpha <1.2.0-alphb","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20251105.1_1762393241175_0.9679711033892784","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251106.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20251106.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20251106.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"47c51e086548bb16ed0ad42f104e4a20255a4bc3","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20251106.1.tgz","fileCount":91,"integrity":"sha512-2oyEJcVQ7z/rfkTFj7pIhBSy+yPgVCN8VMLFQAwSbDmsdAfSnj/wSYjzPChgNEGJY6Mxd69/+68ZjdEByD5AMg==","signatures":[{"sig":"MEYCIQCudm+1XeQRjZySaSk/uOTGgLJ1niEW6RUQGKtOwaCatgIhAPlMWWjZ1MUmApPuSVxePyEekEdlCUUkAoANbA/58m+G","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":582015},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\898b13db-71a2-4afa-8e7f-8296db3d0a76\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251106.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\898b13db-71a2-4afa-8e7f-8296db3d0a76\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251106.1.tgz","_integrity":"sha512-2oyEJcVQ7z/rfkTFj7pIhBSy+yPgVCN8VMLFQAwSbDmsdAfSnj/wSYjzPChgNEGJY6Mxd69/+68ZjdEByD5AMg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^4.0.6","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@azure/web-pubsub":">=1.2.0-alpha <1.2.0-alphb","@vitest/coverage-istanbul":"^4.0.6","@vitest/browser-playwright":"^4.0.0","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20251106.1_1762479612199_0.23348707511391953","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251107.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20251107.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e9b7a2094258e9fd2a8ad78e712e3e9f9dbd260d","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20251107.1.tgz","fileCount":91,"integrity":"sha512-IdPQl+8DYeEjxmZOIrIYRoKcKbVVmV7F7SG25jHjKNG2ur/iZtFd2k1LAn7n6XzItyNRmjcrrLbLNRxpEi0ynA==","signatures":[{"sig":"MEUCIQCFpW5GClobKBQbbcGf1jEj/EYTdq9UHRVz+Q0IWL9R6wIgV9Hf8oXPNCQlZwvSvPJdczU0blhILUoRWkGZry5KcZ8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":582015},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\e562e20b-2f14-4344-840c-e132fedf6561\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e562e20b-2f14-4344-840c-e132fedf6561\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251107.1.tgz","_integrity":"sha512-IdPQl+8DYeEjxmZOIrIYRoKcKbVVmV7F7SG25jHjKNG2ur/iZtFd2k1LAn7n6XzItyNRmjcrrLbLNRxpEi0ynA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^4.0.6","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@azure/web-pubsub":">=1.2.0-alpha <1.2.0-alphb","@vitest/coverage-istanbul":"^4.0.6","@vitest/browser-playwright":"^4.0.0","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20251107.1_1762566050591_0.016549285307511763","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251110.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20251110.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"94a6c37e20d6beae08f597f8f32f28621f08984d","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20251110.1.tgz","fileCount":91,"integrity":"sha512-JSLCDhuqztgeUOHA+KSugiqdbVFGbTB1kEjpt6GH7V8dfU/UiQdOjmouaK0E2R4BDaaNj4+v6ZjhofH825oRmw==","signatures":[{"sig":"MEUCIHlcCnL9hGVNpRDp3j+ga1lkTTLRcZuHsUWrjDXISCCfAiEAwraxOal+nKvekMuLA8crBgXqLoQiGStPXVdipQh+TYw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":582015},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\b0e5d249-675d-4cc2-b888-06a1269c93d2\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b0e5d249-675d-4cc2-b888-06a1269c93d2\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251110.1.tgz","_integrity":"sha512-JSLCDhuqztgeUOHA+KSugiqdbVFGbTB1kEjpt6GH7V8dfU/UiQdOjmouaK0E2R4BDaaNj4+v6ZjhofH825oRmw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^4.0.6","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@azure/web-pubsub":">=1.2.0-alpha <1.2.0-alphb","@vitest/coverage-istanbul":"^4.0.6","@vitest/browser-playwright":"^4.0.0","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20251110.1_1762825121446_0.8464609306484445","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251111.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20251111.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c59b619c8652632af542fbce8428c94303157407","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20251111.1.tgz","fileCount":91,"integrity":"sha512-u37h0Xxfw0fHKVnmIdXi3POgL9Wm0eDol4LGBPeWlp3NmB8Su1u7jHbn7aZdzcqNrL8NYucvvy/fWa+w34ls5Q==","signatures":[{"sig":"MEYCIQDGQ09v+NLAyzSTxXz/bCMzGCuWB6NNQFhmny1K98mE4QIhAOdyLfo45oD54ynWiHC+GjpNp30QxQImA3cRDAAHrSHx","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":582015},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\c0b0a7af-dd59-4953-b441-a1e5a2a077b8\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c0b0a7af-dd59-4953-b441-a1e5a2a077b8\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251111.1.tgz","_integrity":"sha512-u37h0Xxfw0fHKVnmIdXi3POgL9Wm0eDol4LGBPeWlp3NmB8Su1u7jHbn7aZdzcqNrL8NYucvvy/fWa+w34ls5Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^4.0.6","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@azure/web-pubsub":">=1.2.0-alpha <1.2.0-alphb","@vitest/coverage-istanbul":"^4.0.6","@vitest/browser-playwright":"^4.0.0","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20251111.1_1762911075758_0.7818332613078673","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251112.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20251112.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a6bbb7fe70fc07598623949fccc9751ebe4779ce","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20251112.1.tgz","fileCount":91,"integrity":"sha512-W660FtVjLDKeBg2o5L9WIQP6MYMWfjSvcRtbsGd9NmoP1SncMfFWImuv2HByliJIh7wjGKMXYTi28QnEidIScA==","signatures":[{"sig":"MEUCIQDIAjnqrd6RvHBwIhTaVpz6+N+18k0HenZw8iSpzSRowQIgdZcDFwhfSsGIU5z5kz92Ehhrv3RsWx7U3Cs2fv4qAro=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":582016},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\cb05a5aa-39f8-4c70-8610-87185e3b4d49\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\cb05a5aa-39f8-4c70-8610-87185e3b4d49\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251112.1.tgz","_integrity":"sha512-W660FtVjLDKeBg2o5L9WIQP6MYMWfjSvcRtbsGd9NmoP1SncMfFWImuv2HByliJIh7wjGKMXYTi28QnEidIScA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.24","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@azure/web-pubsub":">=1.2.0-alpha <1.2.0-alphb","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20251112.1_1762997462049_0.2788019420254184","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251113.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20251113.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0e274c9c771331a30bdb7fe16f3cd8d9503bd0ec","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20251113.1.tgz","fileCount":91,"integrity":"sha512-I/8IjYpldVzTEFwcay/jcASVyfWmIjehYgD1cNcAyNXd/d8wmNgM5p6blblHCKW/6LYe5pwRjRu9wv0ZGpVyVg==","signatures":[{"sig":"MEYCIQCJ04AmGRNEP4bsqmX2QIx7Efg/ecpTBD+rigDdHOyRCAIhANt4Ykd75tVJaug4rsc5WyAB80XgvHkK+pjyVoSRCqf4","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":582016},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\188b8d3e-c14c-4c13-ace4-48293c74a458\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\188b8d3e-c14c-4c13-ace4-48293c74a458\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251113.1.tgz","_integrity":"sha512-I/8IjYpldVzTEFwcay/jcASVyfWmIjehYgD1cNcAyNXd/d8wmNgM5p6blblHCKW/6LYe5pwRjRu9wv0ZGpVyVg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@azure/web-pubsub":">=1.2.0-alpha <1.2.0-alphb","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20251113.1_1763084050437_0.13992681405333562","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251114.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20251114.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20251114.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"336959ea8e717d5c32de014f2ccc7a5248aa1b03","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20251114.1.tgz","fileCount":91,"integrity":"sha512-8y2iR7m9SLayVnLQa1l/CKu7/r0q69dDRFYuqDullxYRGEH2rQDuYKLm8vWKvHDV5NzI5xw5fCcb63du04KouA==","signatures":[{"sig":"MEUCIQCWpzDYzzRU7dD080ib/UNklma8fbvFwrXFd6JUzWhREwIgHgUCgIEsTnhbYBj7sEuCH5atocMa6OW1QN6l0dIO2wM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":582016},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\d558da44-70b5-4369-8295-5c13553f6a4d\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251114.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d558da44-70b5-4369-8295-5c13553f6a4d\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251114.1.tgz","_integrity":"sha512-8y2iR7m9SLayVnLQa1l/CKu7/r0q69dDRFYuqDullxYRGEH2rQDuYKLm8vWKvHDV5NzI5xw5fCcb63du04KouA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@azure/web-pubsub":">=1.2.0-alpha <1.2.0-alphb","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20251114.1_1763170687762_0.30933335674915785","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251117.2":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20251117.2","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20251117.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5c7fb486f19f014aa58730a4576d6ff91fa0e05f","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20251117.2.tgz","fileCount":91,"integrity":"sha512-H9ZrBxiJZRIxMU5KQGfD3lEwgUacRP9MFWLf+FTd9RSvDVvaf8QrHpAjFa8U1fI4EhPWxSEK+25j9pZnBCar4g==","signatures":[{"sig":"MEYCIQCEZK1g+hplYdMyrU7Sg4lMbS/1gp2Oj4Ke9v0fq4f6NQIhAOrDtd9c2Npy8pqIY1F3sP0zKd+TnrPQW5M1alV7pbcw","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":582016},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\cef933fd-85f6-46e7-962e-f72dece8285c\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251117.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\cef933fd-85f6-46e7-962e-f72dece8285c\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251117.2.tgz","_integrity":"sha512-H9ZrBxiJZRIxMU5KQGfD3lEwgUacRP9MFWLf+FTd9RSvDVvaf8QrHpAjFa8U1fI4EhPWxSEK+25j9pZnBCar4g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@azure/web-pubsub":">=1.2.0-alpha <1.2.0-alphb","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20251117.2_1763429730113_0.13601385074521932","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251119.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20251119.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"888510bfe728ac2885417b5df17ed872b07f8ae2","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20251119.1.tgz","fileCount":91,"integrity":"sha512-5qiCMYd3E0xqy1Hy7gKH/4IzyKKtqiIjgBBNdImAe+Sal4P//4qDqev3Du7My2lxYJd8PrIWzZrwZTz5FrlBHA==","signatures":[{"sig":"MEUCIQDJ8wtF9hxYp8kSjqStY1vIdsCb/LzzT+ZcV6b+bxxNRwIgDT/TCx+XtkbfxhdxxEnVqVg9EyXRo7lZpWYYDz2316c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":582016},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\4f3ed9a6-27d9-4d44-91a1-3a73f0029dcc\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4f3ed9a6-27d9-4d44-91a1-3a73f0029dcc\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251119.1.tgz","_integrity":"sha512-5qiCMYd3E0xqy1Hy7gKH/4IzyKKtqiIjgBBNdImAe+Sal4P//4qDqev3Du7My2lxYJd8PrIWzZrwZTz5FrlBHA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/web-pubsub":">=1.2.0-alpha <1.2.0-alphb","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20251119.1_1763602475446_0.19881442736515775","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251121.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20251121.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2f3978c7b97e75e128915a631ad6debf344444b2","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20251121.1.tgz","fileCount":91,"integrity":"sha512-rmrFSAxfPmNXvxRe1ON25EBTndg/i/zdoV2WFEEEe8ki/9N8bQUvluy6/kljlgliu2AFa+4gHqQW1Nju5o+uiw==","signatures":[{"sig":"MEUCIF+H7k+ODMzSns9u6ekx/jUvT7if+nSkuvFHxlpqkkWPAiEA+yVfjqkIoE4b5ofFA4cc3r0IlNVaDG6go5ug2FMbF78=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":582016},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\c84f919a-90c9-461e-95d9-bb465d0b6209\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c84f919a-90c9-461e-95d9-bb465d0b6209\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251121.1.tgz","_integrity":"sha512-rmrFSAxfPmNXvxRe1ON25EBTndg/i/zdoV2WFEEEe8ki/9N8bQUvluy6/kljlgliu2AFa+4gHqQW1Nju5o+uiw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/web-pubsub":">=1.2.0-alpha <1.2.0-alphb","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20251121.1_1763774923238_0.33097235762884103","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251124.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20251124.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"beda68799816c31fb782bfb4915ac8ed283fb817","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20251124.1.tgz","fileCount":91,"integrity":"sha512-8kfl5nRFlMj7lDx31SotcNMtK7mLWoc0Y8gnIAl0/lNxjP+crdCQj0zPCDmHpyE8eLmHT3pFk5bXcZycG6OvQA==","signatures":[{"sig":"MEUCIQC9upUvwzCapMqGMqC3jpD53k9x88FXIpOnRl6mUY6qywIgcR/D+uOXRoNYJIT9jrDC8UJOq5hqN/uBqNIkn7wx9tg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":582016},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\8a7d471b-d445-440c-a142-be4e53078515\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8a7d471b-d445-440c-a142-be4e53078515\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251124.1.tgz","_integrity":"sha512-8kfl5nRFlMj7lDx31SotcNMtK7mLWoc0Y8gnIAl0/lNxjP+crdCQj0zPCDmHpyE8eLmHT3pFk5bXcZycG6OvQA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/web-pubsub":">=1.2.0-alpha <1.2.0-alphb","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20251124.1_1764034417997_0.9545240644942312","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251125.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20251125.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a8437cdfdf101768fe73d74cc3235092ccd63233","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20251125.1.tgz","fileCount":91,"integrity":"sha512-81TynvHpj+BKkD+5ahnV606puun9O5DcX8fMOXbVReOwsQyMmPMEIypoqNMKRf+a0AyuZrxssFYmXG+v4PoCCQ==","signatures":[{"sig":"MEUCIQCgvQ5wHagnX97bGw9RUAp4TzmqmKIYHb9ffycYJpx/bgIgMTgMkezM+p03oVlpaELd+XPbh21maT/y2On3tUHFFVM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":582016},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\aaf8abf5-48bb-46d8-962a-ad02dafd75d8\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\aaf8abf5-48bb-46d8-962a-ad02dafd75d8\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251125.1.tgz","_integrity":"sha512-81TynvHpj+BKkD+5ahnV606puun9O5DcX8fMOXbVReOwsQyMmPMEIypoqNMKRf+a0AyuZrxssFYmXG+v4PoCCQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/web-pubsub":">=1.2.0-alpha <1.2.0-alphb","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20251125.1_1764120770927_0.19351101668835202","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251126.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20251126.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20251126.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a596e069231282d214615f56e1d346bf9dc3dd14","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20251126.1.tgz","fileCount":91,"integrity":"sha512-d77s1RAJnFOhlP6KDUBEAzCvmkKJmQ/XlEuB3UvxFW6KoWql5PBfh3zTgRfVwIZQdi/XGCtp3DFwwaJWybRk/g==","signatures":[{"sig":"MEQCID2y6u0kI1am6obbpfMTGvGeZhbxTaNhlld4gqQSLbN+AiA+V+yJsrT5tAfH58YVi9uQjY74mKWwOOfVR7ruCBHIfw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":582016},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\8764516e-485e-411d-8faf-6052f3d42e59\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251126.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8764516e-485e-411d-8faf-6052f3d42e59\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251126.1.tgz","_integrity":"sha512-d77s1RAJnFOhlP6KDUBEAzCvmkKJmQ/XlEuB3UvxFW6KoWql5PBfh3zTgRfVwIZQdi/XGCtp3DFwwaJWybRk/g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/web-pubsub":">=1.2.0-alpha <1.2.0-alphb","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20251126.1_1764206947690_0.6258829174424494","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251127.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20251127.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20251127.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"90affe4a5d73e5b909baed636236000287c75fa8","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20251127.1.tgz","fileCount":91,"integrity":"sha512-V36T016UbktAAJHiXmscN9FhtyHtZPIKHBo4t/ro5kQ5iNLNG2pdp6xiXmwyAd/RVdj70v3qPGaa9SJFuMvNnQ==","signatures":[{"sig":"MEYCIQDfLpx0FohAkPb6l4oTdrro4XdW6gdmOFI7VEGI4tp6bQIhAOO1bjxWWT2Bp4P2D5of3/2s6JdGndlborbBZ8Vpwxns","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":582016},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\1d859498-098d-42f6-9210-14b5a1f1c993\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251127.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\1d859498-098d-42f6-9210-14b5a1f1c993\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251127.1.tgz","_integrity":"sha512-V36T016UbktAAJHiXmscN9FhtyHtZPIKHBo4t/ro5kQ5iNLNG2pdp6xiXmwyAd/RVdj70v3qPGaa9SJFuMvNnQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/web-pubsub":">=1.2.0-alpha <1.2.0-alphb","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20251127.1_1764293274895_0.5958128139638526","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251128.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20251128.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20251128.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"09ded5cce6c12a00ffde23f95da4114d1e5d4ac1","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20251128.1.tgz","fileCount":91,"integrity":"sha512-+20UFbtJOwQC+xUbX0uEuJRr4Q8kRLDQ5bcdEj7V9PIEhRzAZ+cgiGappk1V4JvrbtFqQgajAvhzz67m0JRT8A==","signatures":[{"sig":"MEQCIGLLNBbUJ9H4cGkuhbokeHCL4WQTIpBaSYs0sfSeukxHAiAvlNS47QXnX8LBHxTrbqwFOtzBI2YZwVZlKwtREAtdeQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":582016},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\aa429e22-993e-4119-b854-97a9aa27fd37\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251128.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\aa429e22-993e-4119-b854-97a9aa27fd37\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251128.1.tgz","_integrity":"sha512-+20UFbtJOwQC+xUbX0uEuJRr4Q8kRLDQ5bcdEj7V9PIEhRzAZ+cgiGappk1V4JvrbtFqQgajAvhzz67m0JRT8A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/web-pubsub":">=1.2.0-alpha <1.2.0-alphb","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20251128.1_1764379681952_0.8515012854700144","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251201.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20251201.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20251201.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"39084b1bf0199f1109e13d3618d59fca50a5def2","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20251201.1.tgz","fileCount":91,"integrity":"sha512-h7V14Znbo1n2DwzRQ0LMZeSTlC4gI7J0Z6jAIDqWsGp8e5Ay72ki6iel42u+M43QehSXmVHt1/DgPMOwOAwtCg==","signatures":[{"sig":"MEQCIF0bwIrx36GE8YAUZTuWJj/ebI2Ydr+Oq9/ej5KlajxcAiBrPXwdJkQGWOux8hltwrn054G9kqgsvQihN1QEGfHHRA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":582016},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\36d8d1d6-0a96-48b2-b6e4-0a99876c4a50\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251201.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\36d8d1d6-0a96-48b2-b6e4-0a99876c4a50\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251201.1.tgz","_integrity":"sha512-h7V14Znbo1n2DwzRQ0LMZeSTlC4gI7J0Z6jAIDqWsGp8e5Ay72ki6iel42u+M43QehSXmVHt1/DgPMOwOAwtCg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/web-pubsub":">=1.2.0-alpha <1.2.0-alphb","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20251201.1_1764639349125_0.3940272490544614","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251202.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20251202.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6362a820f7bc29898a4cc0379864e1b50c7b70ce","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20251202.1.tgz","fileCount":91,"integrity":"sha512-edGWv1Dux46M6KBvduHvJLT/ntOjxs3BbDzn0PVvVO7K/zxft4TKEbeSylbjjU6+U2erwU8Ugx0na0aRnL8sWQ==","signatures":[{"sig":"MEYCIQC6XGA0W2ZRgMbPYSIOik7O341BECfnPcdUzufTmca/AgIhAOfgHNM3uz95nzSTEtoekCHcpwi6h7MAinrqymzLXz62","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":582016},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\a14322a5-0bd8-4d20-a902-1d2f2fd8f095\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a14322a5-0bd8-4d20-a902-1d2f2fd8f095\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251202.1.tgz","_integrity":"sha512-edGWv1Dux46M6KBvduHvJLT/ntOjxs3BbDzn0PVvVO7K/zxft4TKEbeSylbjjU6+U2erwU8Ugx0na0aRnL8sWQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/web-pubsub":">=1.2.0-alpha <1.2.0-alphb","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20251202.1_1764725439627_0.3242585911423894","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251203.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20251203.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f55e1bbc8c76ac1bef5633df3cffe6bd3b4536dd","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20251203.1.tgz","fileCount":91,"integrity":"sha512-NOGGZ24Att4Qn3W5mr03Dn8dsRBWP//HvZF+hh3DmSsy6mvLhBbzSnQyH4RX7sxH0yKi9lBCBrXvdSQMzftOnw==","signatures":[{"sig":"MEUCIGAVP43gFJoJR1WTKbDWae5eG1QbO7MG+r19GVyPwXfLAiEAxU/8UqT0I/qf+HYFQgIQD5WKVvQoNP6CPVDV4O5Vq/U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":582016},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\8eaa5a54-52f7-4a34-86e6-95c26f509e63\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8eaa5a54-52f7-4a34-86e6-95c26f509e63\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251203.1.tgz","_integrity":"sha512-NOGGZ24Att4Qn3W5mr03Dn8dsRBWP//HvZF+hh3DmSsy6mvLhBbzSnQyH4RX7sxH0yKi9lBCBrXvdSQMzftOnw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/web-pubsub":">=1.2.0-alpha <1.2.0-alphb","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20251203.1_1764812255323_0.5894435373316163","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251204.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20251204.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5239200d7ce5632ef0e3e56cf61b1a35e0084d42","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20251204.1.tgz","fileCount":91,"integrity":"sha512-95Cgj8h6Aa3Iui68PuyyKhaiQwP4v985fc3++paWm30PB5vDg8OPQQYRxU7FsDo2+iC0Ffybgv7CgsS/rGu6Ew==","signatures":[{"sig":"MEUCIHPOCNhdw9H5eFjRi98RmQGJxSod1h/KrVHKBTx6C0trAiEAqCBe43qxxOs6uu5ipJTi0IncABteaVmQiAq+quSV01Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":582016},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\e27d276e-d6a0-42d9-97b9-cd1bb9bb84c9\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e27d276e-d6a0-42d9-97b9-cd1bb9bb84c9\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251204.1.tgz","_integrity":"sha512-95Cgj8h6Aa3Iui68PuyyKhaiQwP4v985fc3++paWm30PB5vDg8OPQQYRxU7FsDo2+iC0Ffybgv7CgsS/rGu6Ew==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/web-pubsub":">=1.2.0-alpha <1.2.0-alphb","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20251204.1_1764898278184_0.9436433139178186","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251210.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20251210.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"594c8e03df0cf61ec48365cc2ffb71888c50d623","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20251210.1.tgz","fileCount":91,"integrity":"sha512-KEhULEL3B6LORPsHUEjxPgfvIfvz/WQcvyIcET5VeMZ726KfdTSu1b5+h6eU8sCfxb7MCX4PjaN5T9EXn+EMlQ==","signatures":[{"sig":"MEMCHzfJ/go6TyFeFAbpOr2/IZU8Q/czonyprjPoeipix28CIGLILT97FgfmPiexls5+0rCHsTborLFsml1UVs1+WaGs","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":582016},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\07ff5f6a-58ba-472b-8858-96f817b182c9\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\07ff5f6a-58ba-472b-8858-96f817b182c9\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251210.1.tgz","_integrity":"sha512-KEhULEL3B6LORPsHUEjxPgfvIfvz/WQcvyIcET5VeMZ726KfdTSu1b5+h6eU8sCfxb7MCX4PjaN5T9EXn+EMlQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/web-pubsub":">=1.2.0-alpha <1.2.0-alphb","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20251210.1_1765416989182_0.7587928081620894","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251212.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20251212.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20251212.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8e3ccd84cfd8838c7c9862ce864fb638886c7283","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20251212.1.tgz","fileCount":91,"integrity":"sha512-9n0f3f4+/Ln8lGRprqXQkLpZoU23v5mqD8MA3TTQ4zxwFR7XlD9LEfA+8SUNw5CN1WfU1bVtobJxNgJUsHjQQg==","signatures":[{"sig":"MEUCIA5fa6TZYyA8aOwU2rJc4ZLrQeGIpEe/koBRcsTx/OC+AiEAxVaALVYegDfvDSmE/Icaf5uS+PK9drk3C2TtpAu6qz8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":582016},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\83e70bb3-1209-4005-b38e-b01ebc60bfd1\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251212.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\83e70bb3-1209-4005-b38e-b01ebc60bfd1\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251212.1.tgz","_integrity":"sha512-9n0f3f4+/Ln8lGRprqXQkLpZoU23v5mqD8MA3TTQ4zxwFR7XlD9LEfA+8SUNw5CN1WfU1bVtobJxNgJUsHjQQg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/web-pubsub":">=1.2.0-alpha <1.2.0-alphb","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20251212.1_1765589380661_0.07472836474906552","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251215.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20251215.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"87c22a75dfb3d9e61869ff89f9d1360b261c1881","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20251215.1.tgz","fileCount":91,"integrity":"sha512-h4ssXFOT5Fvh6uhwhx/UsFqTBkPCvVI0/u+OeHwCd+LShagWXuIivA/rbCSRKeSH+cDsJHqV89zueBa4dnCc0A==","signatures":[{"sig":"MEQCIChQebDXs4saoe0NEqvVRhK3gJgqwU9YHSuHXyfnDoWKAiABdT3MqHIO0CaAsBj1NTedAH+nYANuhTrdn4qy2l8wug==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":582016},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\cc7ff8c5-83b9-491f-80ab-364aef1f9969\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\cc7ff8c5-83b9-491f-80ab-364aef1f9969\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251215.1.tgz","_integrity":"sha512-h4ssXFOT5Fvh6uhwhx/UsFqTBkPCvVI0/u+OeHwCd+LShagWXuIivA/rbCSRKeSH+cDsJHqV89zueBa4dnCc0A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/web-pubsub":">=1.2.0-alpha <1.2.0-alphb","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20251215.1_1765848605214_0.7286017247430021","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251218.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20251218.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20251218.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d4fd9bda7d8e8b3bde47528b23c3f4adee6981a2","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20251218.1.tgz","fileCount":91,"integrity":"sha512-3Dd8xDOj5klR0AXKiOFTrGHCfJcIMKV5v1gT+gOrf1E/+7bDWfuboe4mgW5i6uFepYltAA5fKoebqFoZUQncCA==","signatures":[{"sig":"MEUCIDf7SNBzplsbH9MEfOVWrvVaAzhb43Px5j4KDsw0K/AmAiEA65ADUQ1ir1nipcvFYK2SNVhtCy6nEic/znYG5BxUk2A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":582016},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\19921869-03ae-4383-9196-5f0ab54ce4f0\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251218.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\19921869-03ae-4383-9196-5f0ab54ce4f0\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251218.1.tgz","_integrity":"sha512-3Dd8xDOj5klR0AXKiOFTrGHCfJcIMKV5v1gT+gOrf1E/+7bDWfuboe4mgW5i6uFepYltAA5fKoebqFoZUQncCA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/web-pubsub":">=1.2.0-alpha <1.2.0-alphb","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20251218.1_1766108066082_0.016220037027238954","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251222.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20251222.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4f58ef718566fcc0952ef007513eea02dc88055a","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20251222.1.tgz","fileCount":91,"integrity":"sha512-7VowckkG20WHrw8np46UglEAB+JByhm+fDTDGoXt4GUP7+sgiokgeWUX95YijF9BcOX6avr9Peh9YqASkz9MgA==","signatures":[{"sig":"MEUCIBvAgPjpc7PR8Gly1UaFLWlhacVLEQLb6xLtqL44ztI6AiEA171niV70vbAEjSSMqw+9vWqr5FzUQyy5rHfmO5Laob4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":582016},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\fe036289-742e-443a-b7c8-5f10048151d5\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\fe036289-742e-443a-b7c8-5f10048151d5\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251222.1.tgz","_integrity":"sha512-7VowckkG20WHrw8np46UglEAB+JByhm+fDTDGoXt4GUP7+sgiokgeWUX95YijF9BcOX6avr9Peh9YqASkz9MgA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/web-pubsub":">=1.2.0-alpha <1.2.0-alphb","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20251222.1_1766453418279_0.9688831110981369","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251223.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20251223.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"50729f9bcca05c8b43c4f2f5ba88200c9134d687","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20251223.1.tgz","fileCount":91,"integrity":"sha512-oaKguCLS7ho7WsnxcXXvAHZ/ckwxud5lcAgDT7G1+M+G0Bvcpmi1unU4mGsOg82bpJAGhcATIi97PFNDbTvQ2g==","signatures":[{"sig":"MEYCIQCBThqZbZAoiumD//KXUGjWrwMvl85qlnyH2c4fBO2F9wIhAOGZYCkEv5VKhGXf/yjEqB8oTCaE5tKtwlLG5RWbqnWx","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":582016},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\eb9ca097-5e89-4f40-b79e-d610102eed06\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\eb9ca097-5e89-4f40-b79e-d610102eed06\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251223.1.tgz","_integrity":"sha512-oaKguCLS7ho7WsnxcXXvAHZ/ckwxud5lcAgDT7G1+M+G0Bvcpmi1unU4mGsOg82bpJAGhcATIi97PFNDbTvQ2g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/web-pubsub":">=1.2.0-alpha <1.2.0-alphb","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20251223.1_1766539715644_0.36982066409930314","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20251231.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20251231.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20251231.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f4948fdada79084c470b7b010687a6d362f05c00","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20251231.1.tgz","fileCount":91,"integrity":"sha512-XTXbm4sX/A5CJeqzxTwLvcJB09+si9G7xGpwp8YExu0spAvf+KbqC6jpzlb7Xjv1fmCXPWmvhTUP7lWXdZvXNg==","signatures":[{"sig":"MEUCIEgYnht7rn9mTWvktMxgogmMi3rozrBC+dIS/y+tP8+SAiEArKv2kqWHwiGfGDKmaJaQvr/XNtGO4d/YDK6UmokDGKg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":582016},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\3310b090-ee41-4e4e-8219-41ec39972e55\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251231.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3310b090-ee41-4e4e-8219-41ec39972e55\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20251231.1.tgz","_integrity":"sha512-XTXbm4sX/A5CJeqzxTwLvcJB09+si9G7xGpwp8YExu0spAvf+KbqC6jpzlb7Xjv1fmCXPWmvhTUP7lWXdZvXNg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/web-pubsub":">=1.2.0-alpha <1.2.0-alphb","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20251231.1_1767230958734_0.8551059547257713","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260102.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20260102.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cee7cab43eda2bf53f55c7ae8b78d0bd444e3576","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20260102.1.tgz","fileCount":91,"integrity":"sha512-Ug69iNdGq68s1rauN9yoDOEfwvaPZYLIBPRZWkz0PcfLMA90wLp+ROf8hwDwW35afCsc6Hxzoowm+iXrpfdL0A==","signatures":[{"sig":"MEQCIGKcg8zit80Mz3pFS+YFt/PueLYVECQ8yfsbg/FPIi+WAiAkAqawOquz/+z/Two4FreIBiMhTpR+TQeHJgJrq3hvgw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":582016},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\dda72ee6-c357-40c6-940c-f65af44f98cf\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\dda72ee6-c357-40c6-940c-f65af44f98cf\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20260102.1.tgz","_integrity":"sha512-Ug69iNdGq68s1rauN9yoDOEfwvaPZYLIBPRZWkz0PcfLMA90wLp+ROf8hwDwW35afCsc6Hxzoowm+iXrpfdL0A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/web-pubsub":">=1.2.0-alpha <1.2.0-alphb","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20260102.1_1767403704649_0.7500531333655187","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260105.2":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20260105.2","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20260105.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"65c4c2c03a64007eb5c1e83deff38a86c17ef7bc","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20260105.2.tgz","fileCount":91,"integrity":"sha512-5D1NWMN8469Xhzj6y20e0vaCVsiIQB1lXWb3Hjk03m+e4mF8vQUUxKJBpdVI88if1NLcG+ibL1ggB8hzysSQYQ==","signatures":[{"sig":"MEUCIBbsH/6pJUjJoVHyz8zGU8Ds5uJVnVs3t+uWMKOGvo6gAiEA5/NgiwvitnwS+6Dveb1Aw+G1Ka8dlYk2pJJ067gAi18=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":579353},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\a680ea00-8832-4534-9895-a4801c5d8fa6\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20260105.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a680ea00-8832-4534-9895-a4801c5d8fa6\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20260105.2.tgz","_integrity":"sha512-5D1NWMN8469Xhzj6y20e0vaCVsiIQB1lXWb3Hjk03m+e4mF8vQUUxKJBpdVI88if1NLcG+ibL1ggB8hzysSQYQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/web-pubsub":">=1.2.0-alpha <1.2.0-alphb","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20260105.2_1767663346208_0.7064007819796567","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260107.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20260107.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20260107.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"802b039a5724c4c7c953dd719f971858893781ad","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20260107.1.tgz","fileCount":91,"integrity":"sha512-6Lm6wbKnNQmoBxffMFvul1a6udc/YMZn5mkepYdVEZLCb0wDloy5nNCM2A2JsvnHfP+GjMdLdBvFI3da39QYvA==","signatures":[{"sig":"MEYCIQCbmVQ9aRvNzR4M9OjP0fmiqIzBdSIpBOsHAjVUUL+t8gIhAIFbXwassEpQ2t0qU8hBl2NODShOn3pMYnKojuB6JrAt","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":579354},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\33e64847-3b6b-416e-9ece-55fa7a860efc\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20260107.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\33e64847-3b6b-416e-9ece-55fa7a860efc\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20260107.1.tgz","_integrity":"sha512-6Lm6wbKnNQmoBxffMFvul1a6udc/YMZn5mkepYdVEZLCb0wDloy5nNCM2A2JsvnHfP+GjMdLdBvFI3da39QYvA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/web-pubsub":">=1.2.0-alpha <1.2.0-alphb","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20260107.1_1767836210359_0.38845120715874915","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260108.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20260108.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fd97eacaaf41d6a6364f5916d751aaaca9ddfea5","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20260108.1.tgz","fileCount":91,"integrity":"sha512-3S+P6VOOEPm5TUYkm7cqc4lD0X6M7s2qdnCbGnpALdQns86zGXo0cL+FtpHF0A7OsyJAAN4jpc3i3yKOXLtlsQ==","signatures":[{"sig":"MEQCIAf6tfLwg2P6WT5CmtRuLaBjGo1i/YCNRXcCiZ42xLrXAiB75Y7uBgbk5Gz/1dhcbns0gxfS2lFuqOK6GEjv2FacPw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":579354},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\0186396a-b128-4bda-be78-040daeed149e\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\0186396a-b128-4bda-be78-040daeed149e\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20260108.1.tgz","_integrity":"sha512-3S+P6VOOEPm5TUYkm7cqc4lD0X6M7s2qdnCbGnpALdQns86zGXo0cL+FtpHF0A7OsyJAAN4jpc3i3yKOXLtlsQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/web-pubsub":">=1.2.0-alpha <1.2.0-alphb","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20260108.1_1767922544709_0.8821762943173048","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260109.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20260109.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1de46bff4abce72252e5e6cdea2511157c8e4702","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20260109.1.tgz","fileCount":91,"integrity":"sha512-pbRY7Cu9JitIjJTVJMqbsBwx7Wwx8zoBtYStNhh2vaHgb6aZ5jqia50FeaDTjtmKoK4n8zao435SSenIQHj5og==","signatures":[{"sig":"MEYCIQCdS746tsb+gK5nsmkWNztL0Hmp1sO2uvT+U+QZDnay9QIhALJcOEuZZzFi1AdWWy3n2EJHT90NmfxKvImEGpxseoRH","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":579354},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\829119aa-8be1-4a49-9c16-692da119fc18\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\829119aa-8be1-4a49-9c16-692da119fc18\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20260109.1.tgz","_integrity":"sha512-pbRY7Cu9JitIjJTVJMqbsBwx7Wwx8zoBtYStNhh2vaHgb6aZ5jqia50FeaDTjtmKoK4n8zao435SSenIQHj5og==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/web-pubsub":">=1.2.0-alpha <1.2.0-alphb","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20260109.1_1768008957909_0.6136611961956269","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260112.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20260112.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e980dc62539ea457c1da307c4a30ab67ed1ae01c","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20260112.1.tgz","fileCount":91,"integrity":"sha512-Ib6VkXSUPn3qs3JprXkD/jganCmrjgX8Ul4l8O9VfSKirVF7FET0JaGjTuX/mWerEI35sMUz1IfdIPhgFAf7Yw==","signatures":[{"sig":"MEYCIQCiaWnEK+F2UGrWzlHP4Sp1oFIxw+xTpMIAvPyQV/mJ6AIhAKD0JVnIbXilYIW2ftxjorxttNxdPPypPTJNeRQ/ji5M","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":579354},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\cceba49c-4658-4d89-8db8-bdf64735c893\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\cceba49c-4658-4d89-8db8-bdf64735c893\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20260112.1.tgz","_integrity":"sha512-Ib6VkXSUPn3qs3JprXkD/jganCmrjgX8Ul4l8O9VfSKirVF7FET0JaGjTuX/mWerEI35sMUz1IfdIPhgFAf7Yw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/web-pubsub":">=1.2.0-alpha <1.2.0-alphb","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20260112.1_1768267903146_0.4578871052842539","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260119.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20260119.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c984dfe6fa965d458b5c6c0c3beee1ca018c4b58","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20260119.1.tgz","fileCount":91,"integrity":"sha512-AEn7ePw1rONgZbe1wVOIcPSJg7FmMo0jpbqKO5XSKcrYACjzsld9wYkrm0gANLXzpiuqAGAzReVlVfJidmnlkw==","signatures":[{"sig":"MEUCIBQRCSKFl6WWASFGRjZ8vEYlLah2QzAErHuEinriyZIiAiEAxdRO6gPuqEUrdlNSGqWm4n1471+E5IJr6UoVKcTYYEg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":579354},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\b9a789cd-e2fa-4d15-a40f-ca78c79b063c\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b9a789cd-e2fa-4d15-a40f-ca78c79b063c\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20260119.1.tgz","_integrity":"sha512-AEn7ePw1rONgZbe1wVOIcPSJg7FmMo0jpbqKO5XSKcrYACjzsld9wYkrm0gANLXzpiuqAGAzReVlVfJidmnlkw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/web-pubsub":">=1.2.0-alpha <1.2.0-alphb","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20260119.1_1768872591033_0.28564671831176125","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260120.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20260120.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f6e5be837a6d9eaeca21dfdf86e6e2d75f12e2f7","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20260120.1.tgz","fileCount":91,"integrity":"sha512-RI2CDfb22b0N9copKG2CeHYsuvgCbeQWcvbXvL3mzUcLZVKFyYtLULmH2HdR3JxHlYQja+kSAbwQz6tCF5wl/Q==","signatures":[{"sig":"MEQCIHCl+YqoM5AUo8pfFcXLrXFDmohIvl7/Jl3Zya6YJVOEAiB27RKHMSOHAoP9rjBIhocwueHMQMUCHCD3sp/ciGi+9w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":579354},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\34c6572e-3de0-4eb3-94a4-7e5c83b93568\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\34c6572e-3de0-4eb3-94a4-7e5c83b93568\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20260120.1.tgz","_integrity":"sha512-RI2CDfb22b0N9copKG2CeHYsuvgCbeQWcvbXvL3mzUcLZVKFyYtLULmH2HdR3JxHlYQja+kSAbwQz6tCF5wl/Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/web-pubsub":">=1.2.0-alpha <1.2.0-alphb","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20260120.1_1768959070910_0.8958651652943472","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260121.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20260121.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2c43ddd499efe9a216b7455b220df0e21584a28b","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20260121.1.tgz","fileCount":91,"integrity":"sha512-UVPtY8cG1GB4yuc5RGl3SuvpdQhDzZc5m3MrV7JKWVJF3shmXMfpS9OrSzr21fZk/MDn5BXPgO/F77NKrLELjQ==","signatures":[{"sig":"MEUCIHPP4Ofbg+P267xs01U5pszWcPih/OcOCsIqeTmszMqNAiEAqXCpxykx4rSkPRJNDIke6SHXhXIThBqRPUW5wAjEXz4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":579354},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\fe395b11-6d53-40dd-9e50-232eb86cb3ae\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\fe395b11-6d53-40dd-9e50-232eb86cb3ae\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20260121.1.tgz","_integrity":"sha512-UVPtY8cG1GB4yuc5RGl3SuvpdQhDzZc5m3MrV7JKWVJF3shmXMfpS9OrSzr21fZk/MDn5BXPgO/F77NKrLELjQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/web-pubsub":">=1.2.0-alpha <1.2.0-alphb","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20260121.1_1769045891517_0.7108738464932716","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260122.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20260122.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b38cb0276574cda04c5c891054714185745ef940","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20260122.1.tgz","fileCount":91,"integrity":"sha512-6gEcqCIdOcJ6vE5sltsqTf350/5+56R8u1q1jPLOQ4aaFfxP0iKCo8ZYONg4v4gRLno5Fqst76ExwPGU2x7K0g==","signatures":[{"sig":"MEUCIQCQgYp14kXafwc37i19mcyJVNFCqZnQ5SN1uJrrrL99WgIgKajsmvqz+tectpfgNycbajcUNIcPq+jW/BBZr4Cc+ak=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":579354},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\c2471a98-9ac8-4381-a036-7cb6b1c90f37\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c2471a98-9ac8-4381-a036-7cb6b1c90f37\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20260122.1.tgz","_integrity":"sha512-6gEcqCIdOcJ6vE5sltsqTf350/5+56R8u1q1jPLOQ4aaFfxP0iKCo8ZYONg4v4gRLno5Fqst76ExwPGU2x7K0g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/web-pubsub":">=1.2.0-alpha <1.2.0-alphb","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20260122.1_1769131939030_0.6295060566393038","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260127.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20260127.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"acd03f29094c1af7bf3d6700cc7c154eb3eaf229","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20260127.1.tgz","fileCount":91,"integrity":"sha512-v8wmjoYH1rsab5uUc+S+W13fAwvdj/8NJOKo+7KCn8i4b9XlPda52ksLU4AtUAIe4S69GGcji5MaX/V1UOFHZw==","signatures":[{"sig":"MEQCIEOiur82dvv5P3JOQmuB3phPOrOcLSMbHFXeMilIsBV7AiAUrUzbS7IP6qLsD8m0onWef6XM94J1LZ45ly9aoENluw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":579354},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\7ab6dc17-dd2f-4a31-8cb3-51abc771ca80\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7ab6dc17-dd2f-4a31-8cb3-51abc771ca80\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20260127.1.tgz","_integrity":"sha512-v8wmjoYH1rsab5uUc+S+W13fAwvdj/8NJOKo+7KCn8i4b9XlPda52ksLU4AtUAIe4S69GGcji5MaX/V1UOFHZw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/web-pubsub":">=1.2.0-alpha <1.2.0-alphb","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20260127.1_1769564315427_0.37115783142866166","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260128.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20260128.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"98b20c3af3310b07b4ed90f373d758fdb465a77b","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20260128.1.tgz","fileCount":91,"integrity":"sha512-irAQXAIqdB4LUQxzY7/TDkU8DxaRNyiah9i+XpimMb8axR1WNGKObI2b9ZRNJCi2q5V8gq+4ri8KZC5d3TsUNA==","signatures":[{"sig":"MEUCIQC1FCvbHbI1Aepf0qNjZSw5ME7X0VXhDOdPteT1HyDypwIgWqehraLjsL5HcEQO3EFz+SMrLf2U5lYvhiXOk+La0d0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":579354},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\4fe93988-5189-4f8c-9789-6dad1f7d8ca2\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4fe93988-5189-4f8c-9789-6dad1f7d8ca2\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20260128.1.tgz","_integrity":"sha512-irAQXAIqdB4LUQxzY7/TDkU8DxaRNyiah9i+XpimMb8axR1WNGKObI2b9ZRNJCi2q5V8gq+4ri8KZC5d3TsUNA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/web-pubsub":">=1.2.0-alpha <1.2.0-alphb","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20260128.1_1769650546042_0.20384654654995615","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260130.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20260130.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d8331962bd41ec3465f1204698ddb15192df4bfe","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20260130.1.tgz","fileCount":91,"integrity":"sha512-DreXfY+slZVapyXGA3Hll42ZA7McDjXxPhuA5bwMoFfnuLRWqQAe52DOszf0v2o6KiYvaDpvQ7rjRJ25dA4thw==","signatures":[{"sig":"MEYCIQCOYoF8VVwwiocKbZKc/sf/PPnhD5ZrMWPxuchFaTWzVwIhALkR85EJXZlGsvIM+SdDhPuuQ7mU0UsKULSJtqtcNdCD","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":579354},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\f77006ac-840a-4d39-ba30-2822855dda7e\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f77006ac-840a-4d39-ba30-2822855dda7e\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20260130.1.tgz","_integrity":"sha512-DreXfY+slZVapyXGA3Hll42ZA7McDjXxPhuA5bwMoFfnuLRWqQAe52DOszf0v2o6KiYvaDpvQ7rjRJ25dA4thw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/web-pubsub":">=1.2.0-alpha <1.2.0-alphb","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20260130.1_1769823538185_0.4283857587437523","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260203.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20260203.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"707e605f2f2ff0ce0cc78aea2419352d1152e92e","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20260203.1.tgz","fileCount":91,"integrity":"sha512-+7+F4WMUAUr/0Cl4XHKjBlXpf4U+hiKb8uF4WvxtUVxmTCQS5i67+m6zUxJ5zzVzMpXu3NHH3g8uAOkCsL+blg==","signatures":[{"sig":"MEUCIQCiIJGc8DKbIuWQXdQEYugE4OgoxsQsD/f6i6WwlKiwsgIgT2p4Ogc1y2kWKEbrZV1mYA/sM74ud8NmitQ/apKJ6/A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":579354},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\d7b45f71-dc70-43ee-8c2c-73086ebf3ef8\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d7b45f71-dc70-43ee-8c2c-73086ebf3ef8\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20260203.1.tgz","_integrity":"sha512-+7+F4WMUAUr/0Cl4XHKjBlXpf4U+hiKb8uF4WvxtUVxmTCQS5i67+m6zUxJ5zzVzMpXu3NHH3g8uAOkCsL+blg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/web-pubsub":">=1.2.0-alpha <1.2.0-alphb","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20260203.1_1770169054984_0.38109824542816995","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260204.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20260204.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7d69e9796d871bc5e1ddab9312c262e19d618592","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20260204.1.tgz","fileCount":91,"integrity":"sha512-djqtTjlXfzReGq0socmODmu/cahR8kglh81fjGAtDH/gE2Z+VF4/VnHed+F1UvoYuTI81CMDb/mRDiD31hYrQg==","signatures":[{"sig":"MEYCIQCYq7Z2qneovH3/TFkKXeMwu1/nhiWdhpS77xGQZ4ubkQIhALJX5nzoRucOOeBvRcKLKC1LYTsO7ZIO4GNrz3p5mxEd","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":579354},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\c6a3d155-8e6a-4124-999b-67fc8d98c04f\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c6a3d155-8e6a-4124-999b-67fc8d98c04f\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20260204.1.tgz","_integrity":"sha512-djqtTjlXfzReGq0socmODmu/cahR8kglh81fjGAtDH/gE2Z+VF4/VnHed+F1UvoYuTI81CMDb/mRDiD31hYrQg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/web-pubsub":">=1.2.0-alpha <1.2.0-alphb","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20260204.1_1770255219238_0.6559656335305655","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260205.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20260205.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20260205.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"26c75f42a9a8ed0d846764d0587eeff3b940aaa7","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20260205.1.tgz","fileCount":91,"integrity":"sha512-PjBxXMZkAv4+yrJWQkyUE1IunkikvRPxZyv14Ibzh63usISgkmUdSSXHjLFn/WQahvov088lrM74TMCpjLZ8YQ==","signatures":[{"sig":"MEYCIQCczoOVqiWF4cA4Zs6x+CSSWMAXwlAwoITpTQ3KHUGEyAIhAM8FkY+amyjPVZ5t/MslMhIvlofQHWaok9H9FKvDLuHi","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":579354},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\16edf67e-cd65-4592-9435-40321fb9da52\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20260205.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\16edf67e-cd65-4592-9435-40321fb9da52\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20260205.1.tgz","_integrity":"sha512-PjBxXMZkAv4+yrJWQkyUE1IunkikvRPxZyv14Ibzh63usISgkmUdSSXHjLFn/WQahvov088lrM74TMCpjLZ8YQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/web-pubsub":">=1.2.0-alpha <1.2.0-alphb","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20260205.1_1770341688417_0.36436315074880987","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260209.2":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20260209.2","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.0-alpha.20260209.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7e938dce7f01ee521ce372999b3ab01b95d83129","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20260209.2.tgz","fileCount":91,"integrity":"sha512-IrHwFt44B6fd4Ebe7zXZf96FUm5iFxHje3WppYE7aHnLsHdWz5Zah/KaaPA/qbNg8uxRrO0ZjgtGhqJQ5zna1Q==","signatures":[{"sig":"MEUCICxLgWxeet3q/h8GojHLqC3I1Q7Csix3dYM0UU4ea11/AiEAnynN0DtsjMO2RNGg3XMGfIxxhIE3qPLhoLD2Koern84=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":579354},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\3807ecb5-a50d-4f66-a83e-19255cd97de9\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20260209.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3807ecb5-a50d-4f66-a83e-19255cd97de9\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20260209.2.tgz","_integrity":"sha512-IrHwFt44B6fd4Ebe7zXZf96FUm5iFxHje3WppYE7aHnLsHdWz5Zah/KaaPA/qbNg8uxRrO0ZjgtGhqJQ5zna1Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/web-pubsub":">=1.2.0-alpha <1.2.0-alphb","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20260209.2_1770687165762_0.24471110492964088","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-alpha.20260210.1":{"name":"@azure/web-pubsub-client-protobuf","version":"1.0.0-alpha.20260210.1","keywords":["azure","cloud"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/web-pubsub-client-protobuf@1.0.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/web-pubsub/web-pubsub-client/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"44d5d6a023ee14b0bfe05fd277ec72d8c31d753b","tarball":"https://registry.npmjs.org/@azure/web-pubsub-client-protobuf/-/web-pubsub-client-protobuf-1.0.0-alpha.20260210.1.tgz","fileCount":91,"integrity":"sha512-AXlaWJfzWhxX6bUu4W5AtOXoOzl9SoDoEsIPNslN9a5A+gKE45dtR5bNOeSVOZhOdHncHaPZGK73PZoC6l25CQ==","signatures":[{"sig":"MEMCICVG1cK4ycsuSnHuI4FX/kTYb8UYfDY+/PiMnrlY4sOHAh9sQLX/cKSbhjgN8derdF3dwEaiw5iNWXuaMrGot3Dj","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":579354},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\c6ab7252-5fc8-4eeb-862d-4f70a1b4f9d5\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.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 && npm run build-protobuf && dev-tool run build-package && npm run copy-files && dev-tool run extract-api","clean":"rimraf --glob dist test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","copy-files":"npm run copy-files:cjs && npm run copy-files:esm","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":"echo skipped","build:samples":"dev-tool samples publish -f","build-protobuf":"npm run build-protobuf:cjs && npm run build-protobuf:esm","copy-files:cjs":"cpy --flat --rename=clientProto.js ./src/generated/clientProto.cjs ./dist/commonjs/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","copy-files:esm":"cpy --flat ./src/generated/clientProto.js ./dist/esm/generated/ && cpy --flat ./src/generated/clientProto.d.ts ./dist/esm/generated/","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","build-protobuf:cjs":"pbjs -t static-module -w commonjs -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js && move-file ./src/generated/clientProto.js ./src/generated/clientProto.cjs","build-protobuf:esm":"pbjs -t static-module -w es6 -o ./src/generated/clientProto.js ./src/protos/client.proto && pbts -o ./src/generated/clientProto.d.ts ./src/generated/clientProto.js"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c6ab7252-5fc8-4eeb-862d-4f70a1b4f9d5\\azure-web-pubsub-client-protobuf\\azure-web-pubsub-client-protobuf-1.0.0-alpha.20260210.1.tgz","_integrity":"sha512-AXlaWJfzWhxX6bUu4W5AtOXoOzl9SoDoEsIPNslN9a5A+gKE45dtR5bNOeSVOZhOdHncHaPZGK73PZoC6l25CQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"long":"^5.3.1","tslib":"^2.8.1","protobufjs":"^7.4.0","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/web-pubsub-client":"1.0.0-beta.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","cpy-cli":"^6.0.0","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","move-file-cli":"^3.0.0","protobufjs-cli":"^1.1.3","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/web-pubsub":">=1.2.0-alpha <1.2.0-alphb","@vitest/coverage-istanbul":"^4.0.8","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Web PubSub Client","productSlugs":["azure"]},"_npmOperationalInternal":{"tmp":"tmp/web-pubsub-client-protobuf_1.0.0-alpha.20260210.1_1770774697082_0.344855985927893","host":"s3://npm-registry-packages-npm-production"}}},"time":{"created":"2023-03-28T02:12:56.226Z","modified":"2026-03-19T19:51:43.494Z","1.0.0-beta.1":"2023-03-28T02:12:56.525Z","1.0.0-alpha.20230328.1":"2023-03-29T00:34:00.465Z","1.0.0-alpha.20230418.1":"2023-04-19T00:36:00.076Z","1.0.0-alpha.20230718.1":"2023-07-19T00:30:49.067Z","1.0.0-alpha.20230727.2":"2023-07-28T00:31:25.425Z","1.0.0-alpha.20230823.1":"2023-08-24T00:45:01.492Z","1.0.0-alpha.20230828.1":"2023-08-29T00:32:58.054Z","1.0.0-alpha.20230901.2":"2023-09-02T00:31:15.785Z","1.0.0-alpha.20230926.3":"2023-09-27T00:35:02.981Z","1.0.0-alpha.20231009.1":"2023-10-10T00:33:11.037Z","1.0.0-alpha.20231011.2":"2023-10-12T00:33:08.539Z","1.0.0-alpha.20231023.1":"2023-10-24T00:52:07.753Z","1.0.0-alpha.20231025.2":"2023-10-26T00:33:35.934Z","1.0.0-alpha.20231030.1":"2023-10-31T00:31:47.604Z","1.0.0-beta.2":"2023-11-01T01:50:38.061Z","1.0.0-alpha.20231102.2":"2023-11-03T00:31:42.544Z","1.0.0-alpha.20231117.2":"2023-11-18T01:33:24.204Z","1.0.0-alpha.20231214.1":"2023-12-15T01:52:20.055Z","1.0.0-alpha.20240110.1":"2024-01-11T01:36:30.597Z","1.0.0-alpha.20240118.1":"2024-01-19T01:32:40.656Z","1.0.0-alpha.20240126.1":"2024-01-27T01:31:48.341Z","1.0.0-alpha.20240206.2":"2024-02-07T01:34:51.428Z","1.0.0-alpha.20240219.1":"2024-02-20T01:29:52.635Z","1.0.0-alpha.20240221.1":"2024-02-22T01:33:57.313Z","1.0.0-alpha.20240222.2":"2024-02-23T01:34:43.176Z","1.0.0-alpha.20240223.1":"2024-02-24T01:28:42.833Z","1.0.0-alpha.20240307.1":"2024-03-08T01:55:48.641Z","1.0.0-alpha.20240312.1":"2024-03-13T00:33:37.294Z","1.0.0-alpha.20240322.1":"2024-03-23T00:36:52.531Z","1.0.0-alpha.20240402.1":"2024-04-03T00:42:09.117Z","1.0.0-alpha.20240403.1":"2024-04-04T00:42:35.071Z","1.0.0-alpha.20240409.1":"2024-04-10T00:40:59.370Z","1.0.0-alpha.20240410.1":"2024-04-11T00:45:28.805Z","1.0.0-alpha.20240411.1":"2024-04-12T00:45:00.204Z","1.0.0-alpha.20240412.1":"2024-04-13T00:44:25.872Z","1.0.0-alpha.20240415.1":"2024-04-16T00:48:54.327Z","1.0.0-alpha.20240416.1":"2024-04-17T01:44:20.474Z","1.0.0-alpha.20240417.1":"2024-04-18T00:44:14.565Z","1.0.0-alpha.20240418.1":"2024-04-19T00:43:14.290Z","1.0.0-alpha.20240419.1":"2024-04-20T00:43:27.867Z","1.0.0-alpha.20240422.1":"2024-04-23T00:43:53.454Z","1.0.0-alpha.20240423.1":"2024-04-24T00:41:49.534Z","1.0.0-alpha.20240424.1":"2024-04-25T05:29:28.198Z","1.0.0-alpha.20240425.1":"2024-04-26T00:55:54.754Z","1.0.0-alpha.20240426.2":"2024-04-27T01:03:46.536Z","1.0.0-alpha.20240429.1":"2024-04-30T00:41:03.329Z","1.0.0-alpha.20240430.1":"2024-05-01T00:45:30.846Z","1.0.0-alpha.20240501.1":"2024-05-02T00:41:36.757Z","1.0.0-alpha.20240502.1":"2024-05-03T00:44:09.469Z","1.0.0-alpha.20240503.1":"2024-05-04T00:41:11.525Z","1.0.0-alpha.20240506.1":"2024-05-07T00:45:11.727Z","1.0.0-alpha.20240507.2":"2024-05-08T00:47:28.185Z","1.0.0-alpha.20240508.1":"2024-05-09T00:40:08.837Z","1.0.0-alpha.20240509.1":"2024-05-10T00:44:30.623Z","1.0.0-alpha.20240510.1":"2024-05-11T00:43:20.829Z","1.0.0-alpha.20240513.1":"2024-05-14T00:44:25.025Z","1.0.0-alpha.20240514.1":"2024-05-15T00:46:13.656Z","1.0.0-alpha.20240515.1":"2024-05-16T00:42:26.842Z","1.0.0-alpha.20240516.1":"2024-05-17T00:44:13.858Z","1.0.0-alpha.20240517.2":"2024-05-18T00:42:10.534Z","1.0.0-alpha.20240520.1":"2024-05-21T01:01:25.800Z","1.0.0-alpha.20240521.1":"2024-05-22T00:41:18.933Z","1.0.0-alpha.20240522.1":"2024-05-23T00:44:46.010Z","1.0.0-alpha.20240523.1":"2024-05-24T00:45:51.819Z","1.0.0-alpha.20240524.1":"2024-05-25T00:40:35.372Z","1.0.0-alpha.20240527.1":"2024-05-28T00:42:18.008Z","1.0.0-alpha.20240528.1":"2024-05-29T00:44:03.585Z","1.0.0-alpha.20240814.1":"2024-08-15T00:43:00.039Z","1.0.0-alpha.20240815.1":"2024-08-16T00:44:41.275Z","1.0.0-alpha.20240816.1":"2024-08-17T00:42:07.328Z","1.0.0-alpha.20240819.1":"2024-08-20T00:44:20.507Z","1.0.0-alpha.20240820.1":"2024-08-21T00:43:15.597Z","1.0.0-alpha.20240821.2":"2024-08-22T00:46:14.090Z","1.0.0-alpha.20240822.1":"2024-08-23T00:47:59.495Z","1.0.0-alpha.20240823.1":"2024-08-24T00:42:47.060Z","1.0.0-alpha.20240826.1":"2024-08-27T00:42:45.487Z","1.0.0-alpha.20240827.1":"2024-08-28T00:41:23.622Z","1.0.0-alpha.20240828.1":"2024-08-29T00:41:56.666Z","1.0.0-alpha.20240911.2":"2024-09-12T00:40:33.840Z","1.0.0-alpha.20240912.1":"2024-09-13T00:49:19.045Z","1.0.0-alpha.20240913.1":"2024-09-14T00:48:44.877Z","1.0.0-alpha.20240916.1":"2024-09-17T00:39:19.676Z","1.0.0-alpha.20240917.1":"2024-09-18T00:44:23.311Z","1.0.0-alpha.20240918.1":"2024-09-19T00:41:06.661Z","1.0.0-alpha.20240919.1":"2024-09-20T00:40:15.155Z","1.0.0-alpha.20240920.1":"2024-09-21T00:45:05.384Z","1.0.0-alpha.20240924.1":"2024-09-25T00:46:21.207Z","1.0.0-alpha.20240925.1":"2024-09-26T00:39:25.811Z","1.0.0-alpha.20240926.1":"2024-09-27T00:40:35.061Z","1.0.0-alpha.20240927.1":"2024-09-28T00:38:27.203Z","1.0.0-alpha.20240930.1":"2024-10-01T00:40:37.499Z","1.0.0-alpha.20241001.2":"2024-10-02T02:14:34.101Z","1.0.0-alpha.20241002.1":"2024-10-03T00:39:45.847Z","1.0.0-alpha.20241003.1":"2024-10-04T00:43:01.956Z","1.0.0-alpha.20241004.1":"2024-10-05T00:40:43.730Z","1.0.0-alpha.20241007.1":"2024-10-08T00:43:10.645Z","1.0.0-alpha.20241008.1":"2024-10-09T00:38:43.514Z","1.0.0-alpha.20241009.1":"2024-10-10T01:11:46.018Z","1.0.0-alpha.20241010.1":"2024-10-11T00:47:34.248Z","1.0.0-alpha.20241011.1":"2024-10-12T00:40:09.339Z","1.0.0-alpha.20241014.1":"2024-10-15T00:45:20.976Z","1.0.0-alpha.20241015.1":"2024-10-16T00:41:10.138Z","1.0.0-alpha.20241016.1":"2024-10-17T00:39:41.558Z","1.0.0-alpha.20241017.1":"2024-10-18T00:43:50.880Z","1.0.0-alpha.20241018.1":"2024-10-19T00:39:19.318Z","1.0.0-alpha.20241021.1":"2024-10-22T00:39:58.324Z","1.0.0-alpha.20241022.1":"2024-10-23T01:05:48.805Z","1.0.0-alpha.20241023.1":"2024-10-24T00:41:58.180Z","1.0.0-alpha.20241025.1":"2024-10-26T00:43:28.281Z","1.0.0-alpha.20241028.1":"2024-10-29T00:40:57.017Z","1.0.0-alpha.20241029.1":"2024-10-30T00:40:07.451Z","1.0.0-alpha.20241030.1":"2024-10-31T00:43:36.336Z","1.0.0-alpha.20241031.1":"2024-11-01T00:44:43.860Z","1.0.0-alpha.20241111.1":"2024-11-12T01:42:01.960Z","1.0.0-alpha.20241112.1":"2024-11-13T01:44:59.789Z","1.0.0-alpha.20241113.2":"2024-11-14T01:41:32.804Z","1.0.0-alpha.20241114.1":"2024-11-15T01:42:53.878Z","1.0.0-alpha.20241115.1":"2024-11-16T01:47:05.976Z","1.0.0-alpha.20241118.1":"2024-11-19T01:46:19.812Z","1.0.0-alpha.20241119.1":"2024-11-20T01:47:13.632Z","1.0.0-alpha.20241120.2":"2024-11-21T01:50:49.347Z","1.0.0-alpha.20241121.1":"2024-11-22T01:44:10.482Z","1.0.0-alpha.20241122.1":"2024-11-23T01:41:22.817Z","1.0.0-alpha.20241125.1":"2024-11-26T01:42:16.598Z","1.0.0-alpha.20241126.2":"2024-11-27T01:43:42.195Z","1.0.0-alpha.20241127.1":"2024-11-28T01:43:00.473Z","1.0.0-alpha.20241128.1":"2024-11-29T01:40:09.690Z","1.0.0-alpha.20241129.1":"2024-11-30T01:38:43.408Z","1.0.0-alpha.20241202.1":"2024-12-03T01:39:27.292Z","1.0.0-alpha.20241203.2":"2024-12-04T01:40:52.559Z","1.0.0-alpha.20241204.1":"2024-12-05T01:45:00.664Z","1.0.0-alpha.20241205.1":"2024-12-06T01:41:12.708Z","1.0.0-alpha.20241206.1":"2024-12-07T01:42:42.033Z","1.0.0-alpha.20241209.2":"2024-12-10T01:42:17.395Z","1.0.0-alpha.20241210.1":"2024-12-11T01:41:56.923Z","1.0.0-alpha.20241211.1":"2024-12-12T01:40:19.646Z","1.0.0-alpha.20241212.1":"2024-12-13T01:45:20.796Z","1.0.0-alpha.20241213.1":"2024-12-14T01:40:36.080Z","1.0.0-alpha.20241217.2":"2024-12-18T01:42:08.145Z","1.0.0-alpha.20241218.1":"2024-12-19T01:40:53.867Z","1.0.0-alpha.20241219.1":"2024-12-20T01:42:59.224Z","1.0.0-alpha.20241220.1":"2024-12-21T01:39:37.785Z","1.0.0-alpha.20241223.1":"2024-12-24T01:41:11.720Z","1.0.0-alpha.20241224.1":"2024-12-25T01:45:57.850Z","1.0.0-alpha.20241225.1":"2024-12-26T01:40:50.424Z","1.0.0-alpha.20241226.1":"2024-12-27T01:40:46.067Z","1.0.0-alpha.20241227.1":"2024-12-28T01:40:48.438Z","1.0.0-alpha.20241230.1":"2024-12-31T01:40:52.740Z","1.0.0-alpha.20250107.1":"2025-01-08T01:42:56.192Z","1.0.0-alpha.20250108.1":"2025-01-09T01:42:44.073Z","1.0.0-alpha.20250109.1":"2025-01-10T01:39:29.720Z","1.0.0-alpha.20250110.1":"2025-01-11T01:39:27.932Z","1.0.0-alpha.20250113.1":"2025-01-14T01:38:05.565Z","1.0.0-alpha.20250114.1":"2025-01-15T01:43:34.095Z","1.0.0-alpha.20250115.1":"2025-01-16T01:44:27.150Z","1.0.0-alpha.20250116.1":"2025-01-17T01:39:43.789Z","1.0.0-alpha.20250117.1":"2025-01-18T01:38:41.164Z","1.0.0-alpha.20250121.1":"2025-01-22T01:45:49.898Z","1.0.0-alpha.20250122.1":"2025-01-23T01:40:54.165Z","1.0.0-alpha.20250123.2":"2025-01-24T01:40:14.491Z","1.0.0-alpha.20250207.2":"2025-02-08T01:44:03.887Z","1.0.0-alpha.20250210.1":"2025-02-11T01:42:31.074Z","1.0.0-alpha.20250211.1":"2025-02-12T01:38:55.127Z","1.0.0-alpha.20250212.2":"2025-02-13T01:39:18.412Z","1.0.0-alpha.20250213.1":"2025-02-14T01:44:18.875Z","1.0.0-alpha.20250214.1":"2025-02-15T01:41:06.301Z","1.0.0-alpha.20250217.1":"2025-02-18T01:37:17.407Z","1.0.0-alpha.20250218.2":"2025-02-19T01:42:38.520Z","1.0.0-alpha.20250219.1":"2025-02-20T01:43:14.537Z","1.0.0-alpha.20250220.1":"2025-02-21T01:48:54.347Z","1.0.0-alpha.20250221.1":"2025-02-22T01:43:58.732Z","1.0.0-alpha.20250224.1":"2025-02-25T01:41:20.945Z","1.0.0-alpha.20250227.1":"2025-02-28T01:47:35.970Z","1.0.0-alpha.20250228.1":"2025-03-01T01:53:05.956Z","1.0.0-alpha.20250303.1":"2025-03-04T01:49:39.135Z","1.0.0-alpha.20250304.1":"2025-03-05T01:44:38.415Z","1.0.0-alpha.20250305.1":"2025-03-06T01:39:16.647Z","1.0.0-alpha.20250306.1":"2025-03-07T01:45:10.472Z","1.0.0-alpha.20250307.1":"2025-03-08T01:40:36.619Z","1.0.0-alpha.20250310.1":"2025-03-11T00:37:19.302Z","1.0.0-alpha.20250311.1":"2025-03-12T00:43:20.862Z","1.0.0-alpha.20250312.1":"2025-03-13T00:42:12.762Z","1.0.0-alpha.20250313.1":"2025-03-14T00:39:19.975Z","1.0.0-alpha.20250314.1":"2025-03-15T00:49:23.976Z","1.0.0-alpha.20250317.1":"2025-03-18T00:45:37.787Z","1.0.0-alpha.20250318.1":"2025-03-19T00:39:53.834Z","1.0.0-alpha.20250319.1":"2025-03-20T00:40:13.148Z","1.0.0-alpha.20250320.1":"2025-03-21T00:40:13.377Z","1.0.0-alpha.20250321.1":"2025-03-22T00:47:42.118Z","1.0.0-alpha.20250324.1":"2025-03-25T00:38:56.849Z","1.0.0-alpha.20250325.1":"2025-03-26T00:42:35.940Z","1.0.0-alpha.20250326.1":"2025-03-27T00:41:24.723Z","1.0.0-alpha.20250327.1":"2025-03-28T00:43:09.342Z","1.0.0-alpha.20250328.1":"2025-03-29T00:38:45.635Z","1.0.0-alpha.20250331.1":"2025-04-01T00:45:33.290Z","1.0.0-alpha.20250401.1":"2025-04-02T00:44:50.375Z","1.0.0-alpha.20250402.1":"2025-04-03T00:39:56.846Z","1.0.0-alpha.20250403.1":"2025-04-04T00:40:57.465Z","1.0.0-alpha.20250404.1":"2025-04-05T00:43:42.462Z","1.0.0-alpha.20250407.1":"2025-04-08T00:42:03.492Z","1.0.0-alpha.20250408.1":"2025-04-09T00:40:46.232Z","1.0.0-alpha.20250409.1":"2025-04-10T00:52:14.833Z","1.0.0-alpha.20250416.1":"2025-04-17T00:40:36.352Z","1.0.0-alpha.20250417.1":"2025-04-18T00:35:54.053Z","1.0.0-alpha.20250418.1":"2025-04-19T00:38:01.493Z","1.0.0-alpha.20250421.1":"2025-04-22T00:37:48.923Z","1.0.0-alpha.20250422.1":"2025-04-23T00:43:46.219Z","1.0.0-alpha.20250423.1":"2025-04-24T00:39:18.523Z","1.0.0-alpha.20250424.1":"2025-04-25T00:36:28.118Z","1.0.0-alpha.20250428.1":"2025-04-29T00:38:22.831Z","1.0.0-alpha.20250429.1":"2025-04-30T00:37:40.121Z","1.0.0-alpha.20250430.1":"2025-05-01T00:36:53.299Z","1.0.0-alpha.20250505.1":"2025-05-06T01:13:02.384Z","1.0.0-alpha.20250506.1":"2025-05-07T01:13:01.543Z","1.0.0-alpha.20250507.1":"2025-05-08T00:59:35.723Z","1.0.0-alpha.20250508.1":"2025-05-09T01:14:24.687Z","1.0.0-alpha.20250509.1":"2025-05-10T01:11:16.335Z","1.0.0-alpha.20250512.1":"2025-05-13T01:00:24.372Z","1.0.0-alpha.20250513.3":"2025-05-14T00:42:24.245Z","1.0.0-alpha.20250514.1":"2025-05-15T00:37:27.075Z","1.0.0-alpha.20250515.1":"2025-05-16T00:37:32.789Z","1.0.0-alpha.20250516.1":"2025-05-17T00:40:42.923Z","1.0.0-alpha.20250519.1":"2025-05-20T00:39:27.285Z","1.0.0-alpha.20250520.2":"2025-05-21T00:37:24.948Z","1.0.0-alpha.20250521.1":"2025-05-22T00:35:02.901Z","1.0.0-alpha.20250522.1":"2025-05-23T00:34:35.106Z","1.0.0-alpha.20250523.1":"2025-05-24T00:35:34.037Z","1.0.0-alpha.20250526.1":"2025-05-27T00:34:39.566Z","1.0.0-alpha.20250527.1":"2025-05-28T00:39:13.446Z","1.0.0-alpha.20250528.1":"2025-05-29T01:43:48.843Z","1.0.0-alpha.20250529.1":"2025-05-30T00:41:15.862Z","1.0.0-alpha.20250530.1":"2025-05-31T00:40:47.529Z","1.0.0-alpha.20250603.1":"2025-06-04T00:36:36.972Z","1.0.0-alpha.20250605.1":"2025-06-06T00:37:09.832Z","1.0.0-alpha.20250606.1":"2025-06-07T00:35:48.369Z","1.0.0-alpha.20250609.1":"2025-06-10T00:40:10.271Z","1.0.0-alpha.20250610.1":"2025-06-11T00:42:22.621Z","1.0.0-alpha.20250611.1":"2025-06-12T00:38:52.331Z","1.0.0-alpha.20250612.1":"2025-06-13T00:37:00.257Z","1.0.0-alpha.20250613.1":"2025-06-14T00:35:05.915Z","1.0.0-alpha.20250616.1":"2025-06-17T00:35:52.430Z","1.0.0-alpha.20250617.1":"2025-06-18T00:36:41.038Z","1.0.0-alpha.20250618.1":"2025-06-19T00:37:23.338Z","1.0.0-alpha.20250619.1":"2025-06-20T00:36:49.890Z","1.0.0-alpha.20250718.1":"2025-07-19T00:30:12.168Z","1.0.0-alpha.20250730.1":"2025-07-31T00:30:48.338Z","1.0.0-alpha.20250804.1":"2025-08-05T00:30:17.329Z","1.0.0-beta.3":"2025-08-22T00:35:56.221Z","1.0.0-alpha.20250825.1":"2025-08-26T00:39:29.017Z","1.0.0-alpha.20250826.1":"2025-08-27T00:48:03.865Z","1.0.0-alpha.20250827.2":"2025-08-28T00:33:11.425Z","1.0.0-alpha.20250902.1":"2025-09-03T00:35:22.753Z","1.0.0-alpha.20250903.1":"2025-09-04T00:36:50.666Z","1.0.0-alpha.20250904.2":"2025-09-05T00:27:32.984Z","1.0.0-alpha.20250905.1":"2025-09-06T00:32:16.912Z","1.0.0-alpha.20250908.1":"2025-09-09T00:31:58.910Z","1.0.0-alpha.20250910.1":"2025-09-11T00:34:44.515Z","1.0.0-alpha.20250911.1":"2025-09-12T00:30:05.236Z","1.0.0-alpha.20250912.1":"2025-09-13T00:34:32.232Z","1.0.0-alpha.20250915.1":"2025-09-16T00:26:37.352Z","1.0.0-alpha.20250918.1":"2025-09-19T00:29:45.554Z","1.0.0-alpha.20250922.1":"2025-09-23T00:27:58.196Z","1.0.0-alpha.20250923.1":"2025-09-24T00:28:26.236Z","1.0.0-alpha.20250925.1":"2025-09-26T00:29:09.854Z","1.0.0-alpha.20250930.1":"2025-10-01T00:28:35.154Z","1.0.0-alpha.20251002.1":"2025-10-03T00:28:03.516Z","1.0.0-alpha.20251003.1":"2025-10-04T00:34:15.514Z","1.0.0-alpha.20251006.1":"2025-10-07T00:33:13.171Z","1.0.0-alpha.20251008.1":"2025-10-09T00:30:00.671Z","1.0.0-alpha.20251010.1":"2025-10-11T00:33:30.605Z","1.0.0-alpha.20251013.1":"2025-10-14T00:35:55.778Z","1.0.0-alpha.20251014.1":"2025-10-15T00:32:38.536Z","1.0.0-alpha.20251015.2":"2025-10-16T00:35:53.644Z","1.0.0-alpha.20251022.1":"2025-10-23T00:29:20.469Z","1.0.0-alpha.20251024.1":"2025-10-25T00:33:02.543Z","1.0.0-alpha.20251027.1":"2025-10-28T00:29:38.890Z","1.0.0-alpha.20251030.1":"2025-10-31T00:35:35.146Z","1.0.0-alpha.20251031.1":"2025-11-01T00:30:33.311Z","1.0.0-alpha.20251103.1":"2025-11-04T01:32:43.509Z","1.0.0-alpha.20251104.1":"2025-11-05T01:29:56.066Z","1.0.0-alpha.20251105.1":"2025-11-06T01:40:41.365Z","1.0.0-alpha.20251106.1":"2025-11-07T01:40:12.386Z","1.0.0-alpha.20251107.1":"2025-11-08T01:40:50.802Z","1.0.0-alpha.20251110.1":"2025-11-11T01:38:41.765Z","1.0.0-alpha.20251111.1":"2025-11-12T01:31:15.953Z","1.0.0-alpha.20251112.1":"2025-11-13T01:31:02.243Z","1.0.0-alpha.20251113.1":"2025-11-14T01:34:10.615Z","1.0.0-alpha.20251114.1":"2025-11-15T01:38:08.031Z","1.0.0-alpha.20251117.2":"2025-11-18T01:35:30.315Z","1.0.0-alpha.20251119.1":"2025-11-20T01:34:35.678Z","1.0.0-alpha.20251121.1":"2025-11-22T01:28:43.450Z","1.0.0-alpha.20251124.1":"2025-11-25T01:33:38.213Z","1.0.0-alpha.20251125.1":"2025-11-26T01:32:51.138Z","1.0.0-alpha.20251126.1":"2025-11-27T01:29:07.875Z","1.0.0-alpha.20251127.1":"2025-11-28T01:27:55.093Z","1.0.0-alpha.20251128.1":"2025-11-29T01:28:02.142Z","1.0.0-alpha.20251201.1":"2025-12-02T01:35:49.332Z","1.0.0-alpha.20251202.1":"2025-12-03T01:30:39.814Z","1.0.0-alpha.20251203.1":"2025-12-04T01:37:35.467Z","1.0.0-alpha.20251204.1":"2025-12-05T01:31:18.329Z","1.0.0-alpha.20251210.1":"2025-12-11T01:36:29.351Z","1.0.0-alpha.20251212.1":"2025-12-13T01:29:40.819Z","1.0.0-alpha.20251215.1":"2025-12-16T01:30:05.379Z","1.0.0-alpha.20251218.1":"2025-12-19T01:34:26.228Z","1.0.0-alpha.20251222.1":"2025-12-23T01:30:18.429Z","1.0.0-alpha.20251223.1":"2025-12-24T01:28:35.801Z","1.0.0-alpha.20251231.1":"2026-01-01T01:29:18.895Z","1.0.0-alpha.20260102.1":"2026-01-03T01:28:24.828Z","1.0.0-alpha.20260105.2":"2026-01-06T01:35:46.362Z","1.0.0-alpha.20260107.1":"2026-01-08T01:36:50.513Z","1.0.0-alpha.20260108.1":"2026-01-09T01:35:44.844Z","1.0.0-alpha.20260109.1":"2026-01-10T01:35:58.056Z","1.0.0-alpha.20260112.1":"2026-01-13T01:31:43.293Z","1.0.0-alpha.20260119.1":"2026-01-20T01:29:51.172Z","1.0.0-alpha.20260120.1":"2026-01-21T01:31:11.046Z","1.0.0-alpha.20260121.1":"2026-01-22T01:38:11.657Z","1.0.0-alpha.20260122.1":"2026-01-23T01:32:19.188Z","1.0.0-alpha.20260127.1":"2026-01-28T01:38:35.575Z","1.0.0-alpha.20260128.1":"2026-01-29T01:35:46.234Z","1.0.0-alpha.20260130.1":"2026-01-31T01:38:58.341Z","1.0.0-alpha.20260203.1":"2026-02-04T01:37:35.160Z","1.0.0-alpha.20260204.1":"2026-02-05T01:33:39.409Z","1.0.0-alpha.20260205.1":"2026-02-06T01:34:48.570Z","1.0.0-alpha.20260209.2":"2026-02-10T01:32:45.942Z","1.0.0-alpha.20260210.1":"2026-02-11T01:51:37.247Z"},"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/web-pubsub/web-pubsub-client/README.md","keywords":["azure","cloud"],"repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"Azure Web PubSub Client Protobuf","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":""}