@azure-tools/communication-recipient-verification 1.0.0-alpha.20240925.3 → 1.0.0-alpha.20240927.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +10 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-tools/communication-recipient-verification",
3
- "version": "1.0.0-alpha.20240925.3",
3
+ "version": "1.0.0-alpha.20240927.1",
4
4
  "description": "Test",
5
5
  "sdk-type": "client",
6
6
  "main": "dist/index.js",
@@ -10,8 +10,8 @@
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
12
  "build:autorest": "autorest --typescript ./swagger/README.md && rushx format",
13
- "build:clean": "rush update --recheck && rush rebuild && npm run build",
14
13
  "build:browser": "tsc -p . && dev-tool run bundle",
14
+ "build:clean": "rush update --recheck && rush rebuild && npm run build",
15
15
  "build:node": "tsc -p . && dev-tool run bundle",
16
16
  "build:samples": "dev-tool samples publish --force",
17
17
  "build:test": "tsc -p . && dev-tool run bundle",
@@ -20,19 +20,20 @@
20
20
  "execute:samples": "dev-tool samples run samples-dev",
21
21
  "extract-api": "tsc -p . && dev-tool run extract-api",
22
22
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
23
+ "integration-test": "npm run integration-test:node && npm run integration-test:browser",
23
24
  "integration-test:browser": "dev-tool run test:browser",
24
25
  "integration-test:node": "dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/public/*.spec.js'",
25
- "integration-test": "npm run integration-test:node && npm run integration-test:browser",
26
- "lint:fix": "eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]",
27
26
  "lint": "eslint package.json api-extractor.json README.md src test",
27
+ "lint:fix": "eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]",
28
28
  "pack": "npm pack 2>&1",
29
29
  "test": "rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test",
30
30
  "test:browser": "npm run build:test && npm run unit-test:browser && npm run integration-test:browser",
31
31
  "test:node": "npm run build:test && npm run unit-test:node && npm run integration-test:node",
32
32
  "test:watch": "npm run test -- --watch --reporter min",
33
+ "unit-test": "npm run unit-test:node && npm run unit-test:browser",
33
34
  "unit-test:browser": "dev-tool run test:browser",
34
35
  "unit-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'",
35
- "unit-test": "npm run unit-test:node && npm run unit-test:browser"
36
+ "update-snippets": "echo skipped"
36
37
  },
37
38
  "files": [
38
39
  "dist/",
@@ -74,11 +75,11 @@
74
75
  },
75
76
  "devDependencies": {
76
77
  "@azure-tools/test-recorder": "^3.0.0",
78
+ "@azure-tools/test-utils": "^1.0.1",
79
+ "@azure/core-util": "^1.9.0",
77
80
  "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
78
81
  "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
79
82
  "@azure/identity": "^4.0.1",
80
- "@azure/core-util": "^1.9.0",
81
- "@azure-tools/test-utils": "^1.0.1",
82
83
  "@microsoft/api-extractor": "^7.31.1",
83
84
  "@types/chai": "^4.1.6",
84
85
  "@types/mocha": "^10.0.0",
@@ -103,8 +104,8 @@
103
104
  "nyc": "^17.0.0",
104
105
  "rimraf": "^5.0.5",
105
106
  "sinon": "^17.0.0",
106
- "typescript": "~5.6.2",
107
- "ts-node": "^10.0.0"
107
+ "ts-node": "^10.0.0",
108
+ "typescript": "~5.6.2"
108
109
  },
109
110
  "//metadata": {
110
111
  "constantPaths": [