@nymphjs/query-parser 1.0.0-beta.86 → 1.0.0-beta.88
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 +8 -0
- package/README.md +1 -1
- package/package.json +3 -3
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.88](https://github.com/sciactive/nymphjs/compare/v1.0.0-beta.87...v1.0.0-beta.88) (2025-01-30)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @nymphjs/query-parser
|
|
9
|
+
|
|
10
|
+
# [1.0.0-beta.87](https://github.com/sciactive/nymphjs/compare/v1.0.0-beta.86...v1.0.0-beta.87) (2025-01-20)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @nymphjs/query-parser
|
|
13
|
+
|
|
6
14
|
# [1.0.0-beta.86](https://github.com/sciactive/nymphjs/compare/v1.0.0-beta.85...v1.0.0-beta.86) (2024-12-28)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @nymphjs/query-parser
|
package/README.md
CHANGED
|
@@ -239,7 +239,7 @@ You can also supply a function in the option `bareHandler` that will handle bare
|
|
|
239
239
|
|
|
240
240
|
# License
|
|
241
241
|
|
|
242
|
-
Copyright 2021-
|
|
242
|
+
Copyright 2021-2025 SciActive Inc
|
|
243
243
|
|
|
244
244
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
245
245
|
you may not use this file except in compliance with the License.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nymphjs/query-parser",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.88",
|
|
4
4
|
"description": "Nymph.js - Query Parser",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@sciactive/splitn": "^3.1.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@nymphjs/client": "^1.0.0-beta.
|
|
37
|
+
"@nymphjs/client": "^1.0.0-beta.88",
|
|
38
38
|
"@tsconfig/recommended": "^1.0.8",
|
|
39
39
|
"@types/jest": "^29.5.14",
|
|
40
40
|
"jest": "^29.7.0",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"ts-node": "^10.9.2",
|
|
43
43
|
"typescript": "^5.7.2"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "056e2b49fde37bf9d93d6867a959ac31c8889c84"
|
|
46
46
|
}
|