@azure/web-pubsub-express 1.0.6-alpha.20230801.1 → 1.0.6-alpha.20230901.2

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/web-pubsub-express",
3
- "version": "1.0.6-alpha.20230801.1",
3
+ "version": "1.0.6-alpha.20230901.2",
4
4
  "description": "Azure Web PubSub CloudEvents handlers",
5
5
  "sdk-type": "client",
6
6
  "main": "dist/index.js",
@@ -28,7 +28,7 @@
28
28
  "test:node": "npm run build:test && npm run unit-test:node && npm run integration-test:node",
29
29
  "test": "npm run build:test && npm run unit-test && npm run integration-test",
30
30
  "unit-test:browser": "echo \"Browser is not supported.\" && exit 0",
31
- "unit-test:node": "mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --full-trace \"test/{,!(browser)/**/}*.spec.ts\"",
31
+ "unit-test:node": "dev-tool run test:node-ts-input --no-test-proxy=true",
32
32
  "unit-test": "npm run unit-test:node && npm run unit-test:browser"
33
33
  },
34
34
  "files": [
@@ -83,7 +83,8 @@
83
83
  "rimraf": "^3.0.0",
84
84
  "sinon": "^15.0.0",
85
85
  "source-map-support": "^0.5.9",
86
- "typescript": "~5.0.0"
86
+ "typescript": "~5.0.0",
87
+ "ts-node": "^10.0.0"
87
88
  },
88
89
  "//sampleConfiguration": {
89
90
  "productName": "Azure Web PubSub CloudEvents Handlers for Express",