@inditextech/weave-store-azure-web-pubsub 0.75.0 → 0.76.0

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.
package/dist/server.d.cts CHANGED
@@ -5,8 +5,9 @@ import { TokenCredential } from "@azure/identity";
5
5
  import * as Y$1 from "yjs";
6
6
  import * as Y from "yjs";
7
7
  import { WebPubSubServiceClient } from "@azure/web-pubsub";
8
- import express, { RequestHandler } from "express-serve-static-core";
8
+ import express from "express-serve-static-core";
9
9
  import * as awarenessProtocol from "y-protocols/awareness";
10
+ import { RequestHandler } from "express";
10
11
 
11
12
  //#region src/types.d.ts
12
13
  type WeaveStoreAzureWebPubsubConfig = {
package/dist/server.d.ts CHANGED
@@ -5,8 +5,9 @@ import * as Y$1 from "yjs";
5
5
  import * as Y from "yjs";
6
6
  import koa from "koa";
7
7
  import Emittery from "emittery";
8
- import express, { RequestHandler } from "express-serve-static-core";
8
+ import express from "express-serve-static-core";
9
9
  import * as awarenessProtocol from "y-protocols/awareness";
10
+ import { RequestHandler } from "express";
10
11
 
11
12
  //#region src/types.d.ts
12
13
  type WeaveStoreAzureWebPubsubConfig = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inditextech/weave-store-azure-web-pubsub",
3
- "version": "0.75.0",
3
+ "version": "0.76.0",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Jesus Manuel Piñeiro Cid <jesusmpc@inditex.com>",
@@ -61,7 +61,7 @@
61
61
  "yjs": "13.6.27"
62
62
  },
63
63
  "devDependencies": {
64
- "@inditextech/weave-sdk": "0.75.0",
64
+ "@inditextech/weave-sdk": "0.76.0",
65
65
  "@koa/cors": "^5.0.0",
66
66
  "@types/express": "^5.0.1",
67
67
  "@types/ioredis": "^4.28.10",