@azure/web-pubsub-express 1.0.6-alpha.20240418.1 → 1.0.6-alpha.20240422.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 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/web-pubsub-express",
3
- "version": "1.0.6-alpha.20240418.1",
3
+ "version": "1.0.6-alpha.20240422.1",
4
4
  "description": "Azure Web PubSub CloudEvents handlers",
5
5
  "sdk-type": "client",
6
6
  "main": "dist/index.js",
@@ -12,12 +12,12 @@
12
12
  "build:node": "tsc -p . && dev-tool run bundle --browser-test=false",
13
13
  "build:samples": "echo Obsolete.",
14
14
  "build:test": "tsc -p . && dev-tool run bundle --browser-test=false",
15
- "build": "npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local",
15
+ "build": "npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api",
16
16
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
17
17
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
18
18
  "clean": "rimraf --glob dist dist-esm test-dist temp types *.tgz *.log",
19
19
  "execute:samples": "dev-tool samples run samples-dev",
20
- "extract-api": "tsc -p . && api-extractor run --local",
20
+ "extract-api": "tsc -p . && dev-tool run extract-api",
21
21
  "integration-test:browser": "echo \"Browser is not supported.\" && exit 0",
22
22
  "integration-test:node": "echo skipped",
23
23
  "integration-test": "npm run integration-test:node && npm run integration-test:browser",
@@ -73,10 +73,9 @@
73
73
  "cross-env": "^7.0.2",
74
74
  "dotenv": "^16.0.0",
75
75
  "eslint": "^8.0.0",
76
- "esm": "^3.2.18",
77
76
  "express": "^4.16.3",
78
77
  "mocha": "^10.0.0",
79
- "c8": "^9.1.0",
78
+ "nyc": "^15.1.0",
80
79
  "puppeteer": "^22.2.0",
81
80
  "rimraf": "^5.0.5",
82
81
  "sinon": "^17.0.0",