@nymphjs/server 1.0.0-beta.112 → 1.0.0-beta.114

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.114](https://forge.sciactive.com/sciactive/nymphjs/compare/v1.0.0-beta.113...v1.0.0-beta.114) (2026-04-06)
7
+
8
+ **Note:** Version bump only for package @nymphjs/server
9
+
10
+ # [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)
11
+
12
+ **Note:** Version bump only for package @nymphjs/server
13
+
6
14
  # [1.0.0-beta.112](https://forge.sciactive.com/sciactive/nymphjs/compare/v1.0.0-beta.111...v1.0.0-beta.112) (2026-04-03)
7
15
 
8
16
  **Note:** Version bump only for package @nymphjs/server
@@ -8,7 +8,7 @@ export declare class ForbiddenClassError extends Error {
8
8
  *
9
9
  * Written by Hunter Perrin for SciActive.
10
10
  *
11
- * @author Hunter Perrin <hperrin@gmail.com>
11
+ * @author Hunter Perrin <hperrin@port87.com>
12
12
  * @copyright SciActive Inc
13
13
  * @see http://nymph.io/
14
14
  */
@@ -15,7 +15,7 @@ export class ForbiddenClassError extends Error {
15
15
  *
16
16
  * Written by Hunter Perrin for SciActive.
17
17
  *
18
- * @author Hunter Perrin <hperrin@gmail.com>
18
+ * @author Hunter Perrin <hperrin@port87.com>
19
19
  * @copyright SciActive Inc
20
20
  * @see http://nymph.io/
21
21
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nymphjs/server",
3
- "version": "1.0.0-beta.112",
3
+ "version": "1.0.0-beta.114",
4
4
  "description": "Nymph.js - REST Server",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -21,23 +21,25 @@
21
21
  "publishConfig": {
22
22
  "access": "public"
23
23
  },
24
+ "homepage": "https://nymph.io",
24
25
  "repository": {
25
26
  "type": "git",
26
- "url": "git+https://forge.sciactive.com/sciactive/nymphjs.git"
27
+ "url": "https://forge.sciactive.com/sciactive/nymphjs.git",
28
+ "directory": "packages/server"
27
29
  },
28
- "author": "Hunter Perrin <hperrin@gmail.com>",
30
+ "author": "Hunter Perrin <hperrin@port87.com>",
29
31
  "bugs": {
30
32
  "url": "https://forge.sciactive.com/sciactive/nymphjs/issues"
31
33
  },
32
34
  "license": "Apache-2.0",
33
35
  "dependencies": {
34
- "@nymphjs/nymph": "^1.0.0-beta.112",
36
+ "@nymphjs/nymph": "^1.0.0-beta.114",
35
37
  "cookie-parser": "^1.4.7",
36
38
  "express": "^5.2.1"
37
39
  },
38
40
  "devDependencies": {
39
- "@nymphjs/client": "^1.0.0-beta.112",
40
- "@nymphjs/driver-sqlite3": "^1.0.0-beta.112",
41
+ "@nymphjs/client": "^1.0.0-beta.114",
42
+ "@nymphjs/driver-sqlite3": "^1.0.0-beta.114",
41
43
  "@tsconfig/recommended": "^1.0.13",
42
44
  "@types/cookie-parser": "^1.4.10",
43
45
  "@types/express": "^5.0.6",
@@ -47,5 +49,5 @@
47
49
  "ts-node": "^10.9.2",
48
50
  "typescript": "^5.9.3"
49
51
  },
50
- "gitHead": "20157c196abcc9dcc70c1dff207cbea35a32f69f"
52
+ "gitHead": "2028e1d38aee7925525b0d84b0724bb0affab0ca"
51
53
  }
@@ -37,7 +37,7 @@ export class ForbiddenClassError extends Error {
37
37
  *
38
38
  * Written by Hunter Perrin for SciActive.
39
39
  *
40
- * @author Hunter Perrin <hperrin@gmail.com>
40
+ * @author Hunter Perrin <hperrin@port87.com>
41
41
  * @copyright SciActive Inc
42
42
  * @see http://nymph.io/
43
43
  */