@azure/communication-email 1.0.1-alpha.20241206.1 → 1.0.1-alpha.20241210.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 +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/communication-email",
3
- "version": "1.0.1-alpha.20241206.1",
3
+ "version": "1.0.1-alpha.20241210.1",
4
4
  "description": "The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.",
5
5
  "author": "Microsoft Corporation",
6
6
  "license": "MIT",
@@ -20,7 +20,7 @@
20
20
  "generate:client": "autorest --typescript ./swagger/README.md && dev-tool admin migrate-source && rushx format",
21
21
  "integration-test": "npm run integration-test:node && npm run integration-test:browser",
22
22
  "integration-test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
23
- "integration-test:node": "dev-tool run test:vitest",
23
+ "integration-test:node": "dev-tool run test:vitest --esm",
24
24
  "lint": "eslint package.json api-extractor.json src test",
25
25
  "lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
26
26
  "pack": "npm pack 2>&1",
@@ -103,7 +103,8 @@
103
103
  "browser",
104
104
  "react-native"
105
105
  ],
106
- "selfLink": false
106
+ "selfLink": false,
107
+ "project": "./tsconfig.src.json"
107
108
  },
108
109
  "browser": "./dist/browser/index.js",
109
110
  "exports": {