@nymphjs/pubsub 1.0.0-beta.113 → 1.0.0-beta.115

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/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [1.0.0-beta.115](https://forge.sciactive.com/sciactive/nymphjs/compare/v1.0.0-beta.114...v1.0.0-beta.115) (2026-04-06)
7
+
8
+ **Note:** Version bump only for package @nymphjs/pubsub
9
+
10
+ # [1.0.0-beta.114](https://forge.sciactive.com/sciactive/nymphjs/compare/v1.0.0-beta.113...v1.0.0-beta.114) (2026-04-06)
11
+
12
+ **Note:** Version bump only for package @nymphjs/pubsub
13
+
6
14
  # [1.0.0-beta.113](https://forge.sciactive.com/sciactive/nymphjs/compare/v1.0.0-beta.112...v1.0.0-beta.113) (2026-04-03)
7
15
 
8
16
  **Note:** Version bump only for package @nymphjs/pubsub
package/dist/PubSub.d.ts CHANGED
@@ -7,7 +7,7 @@ import type { QuerySubscriptionData } from './PubSub.types.js';
7
7
  *
8
8
  * Written by Hunter Perrin for SciActive.
9
9
  *
10
- * @author Hunter Perrin <hperrin@gmail.com>
10
+ * @author Hunter Perrin <hperrin@port87.com>
11
11
  * @copyright SciActive Inc
12
12
  * @see http://nymph.io/
13
13
  */
package/dist/PubSub.js CHANGED
@@ -7,7 +7,7 @@ import { ConfigDefaults as defaults } from './conf/index.js';
7
7
  *
8
8
  * Written by Hunter Perrin for SciActive.
9
9
  *
10
- * @author Hunter Perrin <hperrin@gmail.com>
10
+ * @author Hunter Perrin <hperrin@port87.com>
11
11
  * @copyright SciActive Inc
12
12
  * @see http://nymph.io/
13
13
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nymphjs/pubsub",
3
- "version": "1.0.0-beta.113",
3
+ "version": "1.0.0-beta.115",
4
4
  "description": "Nymph.js - PubSub Server",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -27,20 +27,20 @@
27
27
  "url": "https://forge.sciactive.com/sciactive/nymphjs.git",
28
28
  "directory": "packages/pubsub"
29
29
  },
30
- "author": "Hunter Perrin <hperrin@gmail.com>",
30
+ "author": "Hunter Perrin <hperrin@port87.com>",
31
31
  "bugs": {
32
32
  "url": "https://forge.sciactive.com/sciactive/nymphjs/issues"
33
33
  },
34
34
  "license": "Apache-2.0",
35
35
  "dependencies": {
36
- "@nymphjs/nymph": "^1.0.0-beta.113",
36
+ "@nymphjs/nymph": "^1.0.0-beta.115",
37
37
  "lodash-es": "^4.17.23",
38
38
  "websocket": "^1.0.35"
39
39
  },
40
40
  "devDependencies": {
41
- "@nymphjs/client": "^1.0.0-beta.113",
42
- "@nymphjs/driver-sqlite3": "^1.0.0-beta.113",
43
- "@nymphjs/server": "^1.0.0-beta.113",
41
+ "@nymphjs/client": "^1.0.0-beta.115",
42
+ "@nymphjs/driver-sqlite3": "^1.0.0-beta.115",
43
+ "@nymphjs/server": "^1.0.0-beta.115",
44
44
  "@tsconfig/recommended": "^1.0.13",
45
45
  "@types/express": "^5.0.6",
46
46
  "@types/jest": "^30.0.0",
@@ -52,5 +52,5 @@
52
52
  "ts-node": "^10.9.2",
53
53
  "typescript": "^5.9.3"
54
54
  },
55
- "gitHead": "9d92ef7d6f64cc677b5de723db92670f9dc7bff4"
55
+ "gitHead": "22de90bdf6c524d46e401d950507ab746adb9427"
56
56
  }
package/src/PubSub.ts CHANGED
@@ -29,7 +29,7 @@ import type {
29
29
  *
30
30
  * Written by Hunter Perrin for SciActive.
31
31
  *
32
- * @author Hunter Perrin <hperrin@gmail.com>
32
+ * @author Hunter Perrin <hperrin@port87.com>
33
33
  * @copyright SciActive Inc
34
34
  * @see http://nymph.io/
35
35
  */