@azure-tools/communication-toll-free-verification 1.0.0-alpha.20241209.1 → 1.0.0-alpha.20241210.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 +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-tools/communication-toll-free-verification",
3
- "version": "1.0.0-alpha.20241209.1",
3
+ "version": "1.0.0-alpha.20241210.1",
4
4
  "description": "SDK for Azure Communication Services which facilitates Toll Free Verification.",
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": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
24
- "integration-test:node": "dev-tool run test:vitest",
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",
@@ -125,7 +125,8 @@
125
125
  "browser",
126
126
  "react-native"
127
127
  ],
128
- "selfLink": false
128
+ "selfLink": false,
129
+ "project": "./tsconfig.src.json"
129
130
  },
130
131
  "browser": "./dist/browser/index.js",
131
132
  "exports": {