@azure/communication-identity 1.3.2-alpha.20240926.1 → 1.3.2-alpha.20240927.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +11 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/communication-identity",
3
- "version": "1.3.2-alpha.20240926.1",
3
+ "version": "1.3.2-alpha.20240927.1",
4
4
  "description": "SDK for Azure Communication service which facilitates user token administration.",
5
5
  "sdk-type": "client",
6
6
  "main": "dist/index.js",
@@ -9,32 +9,33 @@
9
9
  "scripts": {
10
10
  "audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
11
11
  "build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api",
12
- "build:clean": "rush update --recheck && rush rebuild && npm run build",
13
12
  "build:browser": "tsc -p . && dev-tool run bundle",
13
+ "build:clean": "rush update --recheck && rush rebuild && npm run build",
14
14
  "build:node": "tsc -p . && dev-tool run bundle",
15
15
  "build:samples": "echo Obsolete.",
16
16
  "build:test": "tsc -p . && dev-tool run bundle",
17
17
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
18
18
  "clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
19
- "execute:samples": "dev-tool samples run samples-dev",
20
19
  "execute:js-samples": "dev-tool samples run dist-samples/javascript",
20
+ "execute:samples": "dev-tool samples run samples-dev",
21
21
  "execute:ts-samples": "dev-tool samples run dist-samples/typescript/dist/dist-samples/typescript/src/",
22
22
  "extract-api": "tsc -p . && dev-tool run extract-api",
23
23
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
24
24
  "generate:client": "autorest --typescript ./swagger/README.md && rushx format",
25
+ "integration-test": "npm run integration-test:node && npm run integration-test:browser",
25
26
  "integration-test:browser": "dev-tool run test:browser",
26
27
  "integration-test:node": "dev-tool run test:node-js-input -- --timeout 5000000 --exclude 'dist-esm/test/**/browser/*.spec.js' 'dist-esm/test/**/*.spec.js'",
27
- "integration-test": "npm run integration-test:node && npm run integration-test:browser",
28
- "lint:fix": "eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]",
29
28
  "lint": "eslint package.json api-extractor.json README.md src test",
29
+ "lint:fix": "eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]",
30
30
  "pack": "npm pack 2>&1",
31
31
  "test": "npm run build:test && npm run unit-test && npm run integration-test",
32
32
  "test:browser": "npm run build:test && npm run unit-test:browser && npm run integration-test:browser",
33
33
  "test:node": "npm run build:test && npm run unit-test:node && npm run integration-test:node",
34
34
  "test:watch": "npm run test -- --watch --reporter min",
35
+ "unit-test": "npm run unit-test:node && npm run unit-test:browser",
35
36
  "unit-test:browser": "dev-tool run test:browser",
36
37
  "unit-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'",
37
- "unit-test": "npm run unit-test:node && npm run unit-test:browser"
38
+ "update-snippets": "echo skipped"
38
39
  },
39
40
  "//metadata": {
40
41
  "constantPaths": [
@@ -98,9 +99,9 @@
98
99
  "@azure/communication-common": "^2.3.1",
99
100
  "@azure/core-auth": "^1.3.2",
100
101
  "@azure/core-client": "^1.6.0",
101
- "@azure/core-rest-pipeline": "^1.3.0",
102
102
  "@azure/core-lro": "^2.2.0",
103
103
  "@azure/core-paging": "^1.1.1",
104
+ "@azure/core-rest-pipeline": "^1.3.0",
104
105
  "@azure/core-tracing": "^1.0.0",
105
106
  "@azure/logger": "^1.0.0",
106
107
  "events": "^3.0.0",
@@ -109,12 +110,12 @@
109
110
  "devDependencies": {
110
111
  "@azure-tools/test-credential": "^1.0.0",
111
112
  "@azure-tools/test-recorder": "^3.0.0",
113
+ "@azure-tools/test-utils": "^1.0.1",
112
114
  "@azure/core-util": "^1.6.1",
113
115
  "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
114
116
  "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
115
117
  "@azure/identity": "^4.0.1",
116
118
  "@azure/msal-node": "^2.9.2",
117
- "@azure-tools/test-utils": "^1.0.1",
118
119
  "@microsoft/api-extractor": "^7.31.1",
119
120
  "@types/chai": "^4.1.6",
120
121
  "@types/mocha": "^10.0.0",
@@ -139,7 +140,7 @@
139
140
  "process": "^0.11.10",
140
141
  "rimraf": "^5.0.5",
141
142
  "sinon": "^17.0.0",
142
- "typescript": "~5.6.2",
143
- "ts-node": "^10.0.0"
143
+ "ts-node": "^10.0.0",
144
+ "typescript": "~5.6.2"
144
145
  }
145
146
  }