@azure/web-pubsub-express 1.0.5 → 1.0.6-alpha.20230801.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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -131,7 +131,7 @@ const express = require("express");
131
131
 
132
132
  const { WebPubSubEventHandler } = require("@azure/web-pubsub-express");
133
133
  const handler = new WebPubSubEventHandler("chat", {
134
- path: "customPath1"
134
+ path: "/customPath1"
135
135
  });
136
136
 
137
137
  const app = express();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/web-pubsub-express",
3
- "version": "1.0.5",
3
+ "version": "1.0.6-alpha.20230801.1",
4
4
  "description": "Azure Web PubSub CloudEvents handlers",
5
5
  "sdk-type": "client",
6
6
  "main": "dist/index.js",
@@ -59,8 +59,8 @@
59
59
  "@azure/logger": "^1.0.0"
60
60
  },
61
61
  "devDependencies": {
62
- "@azure/dev-tool": "^1.0.0",
63
- "@azure/eslint-plugin-azure-sdk": "^3.0.0",
62
+ "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
63
+ "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
64
64
  "@microsoft/api-extractor": "^7.31.1",
65
65
  "@types/chai": "^4.1.6",
66
66
  "@types/express": "^4.16.0",
@@ -68,7 +68,7 @@
68
68
  "@types/jsonwebtoken": "^9.0.0",
69
69
  "@types/mocha": "^7.0.2",
70
70
  "@types/node": "^14.0.0",
71
- "@types/sinon": "^9.0.4",
71
+ "@types/sinon": "^10.0.0",
72
72
  "chai": "^4.2.0",
73
73
  "cross-env": "^7.0.2",
74
74
  "dotenv": "^16.0.0",
@@ -81,7 +81,7 @@
81
81
  "prettier": "^2.5.1",
82
82
  "puppeteer": "^19.2.2",
83
83
  "rimraf": "^3.0.0",
84
- "sinon": "^9.0.2",
84
+ "sinon": "^15.0.0",
85
85
  "source-map-support": "^0.5.9",
86
86
  "typescript": "~5.0.0"
87
87
  },