@azure/communication-email 1.0.1-alpha.20240926.1 → 1.0.1-alpha.20240930.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 +5 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/communication-email",
3
- "version": "1.0.1-alpha.20240926.1",
3
+ "version": "1.0.1-alpha.20240930.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",
@@ -19,18 +19,19 @@
19
19
  "extract-api": "tsc -p . && dev-tool run extract-api",
20
20
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
21
21
  "generate:client": "autorest --typescript ./swagger/README.md && rushx format",
22
+ "integration-test": "npm run integration-test:node && npm run integration-test:browser",
22
23
  "integration-test:browser": "dev-tool run test:browser",
23
24
  "integration-test:node": "dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'",
24
- "integration-test": "npm run integration-test:node && npm run integration-test:browser",
25
- "lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
26
25
  "lint": "eslint package.json api-extractor.json src test",
26
+ "lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
27
27
  "pack": "npm pack 2>&1",
28
28
  "test": "npm run build:test && npm run unit-test && npm run integration-test",
29
29
  "test:browser": "npm run build:test && npm run unit-test:browser && npm run integration-test:browser",
30
30
  "test:node": "npm run build:test && npm run unit-test:node && npm run integration-test:node",
31
+ "unit-test": "npm run unit-test:node && npm run unit-test:browser",
31
32
  "unit-test:browser": "dev-tool run test:browser",
32
33
  "unit-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'",
33
- "unit-test": "npm run unit-test:node && npm run unit-test:browser"
34
+ "update-snippets": "echo skipped"
34
35
  },
35
36
  "files": [
36
37
  "dist/",