@azure-tools/communication-recipient-verification 1.0.0-alpha.20241209.1 → 1.0.0-alpha.20241211.2

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 +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-tools/communication-recipient-verification",
3
- "version": "1.0.0-alpha.20241209.1",
3
+ "version": "1.0.0-alpha.20241211.2",
4
4
  "description": "Test",
5
5
  "sdk-type": "client",
6
6
  "main": "./dist/commonjs/index.js",
@@ -21,7 +21,7 @@
21
21
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
22
22
  "integration-test": "npm run integration-test:node && npm run integration-test:browser",
23
23
  "integration-test:browser": "dev-tool run test:browser",
24
- "integration-test:node": "dev-tool run test:node-js-input -- --timeout 300000 'dist-esm/test/public/*.spec.js'",
24
+ "integration-test:node": "dev-tool run test:vitest --esm",
25
25
  "lint": "eslint package.json api-extractor.json README.md src test",
26
26
  "lint:fix": "eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]",
27
27
  "pack": "npm pack 2>&1",
@@ -129,7 +129,8 @@
129
129
  "browser",
130
130
  "react-native"
131
131
  ],
132
- "selfLink": false
132
+ "selfLink": false,
133
+ "project": "./tsconfig.src.json"
133
134
  },
134
135
  "browser": "./dist/browser/index.js",
135
136
  "exports": {