@azure/communication-identity 1.3.2-alpha.20241209.1 → 1.3.2-alpha.20241211.2

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 +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/communication-identity",
3
- "version": "1.3.2-alpha.20241209.1",
3
+ "version": "1.3.2-alpha.20241211.2",
4
4
  "description": "SDK for Azure Communication service which facilitates user token administration.",
5
5
  "sdk-type": "client",
6
6
  "main": "./dist/commonjs/index.js",
@@ -22,7 +22,7 @@
22
22
  "generate:client": "autorest --typescript ./swagger/README.md && dev-tool admin migrate-source && rushx format",
23
23
  "integration-test": "npm run integration-test:node && npm run integration-test:browser",
24
24
  "integration-test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
25
- "integration-test:node": "dev-tool run test:vitest",
25
+ "integration-test:node": "dev-tool run test:vitest --esm",
26
26
  "lint": "eslint package.json api-extractor.json README.md src test",
27
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",
@@ -135,7 +135,8 @@
135
135
  "browser",
136
136
  "react-native"
137
137
  ],
138
- "selfLink": false
138
+ "selfLink": false,
139
+ "project": "./tsconfig.src.json"
139
140
  },
140
141
  "browser": "./dist/browser/index.js",
141
142
  "exports": {