@nymphjs/query-parser 1.0.0-beta.61 → 1.0.0-beta.62
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 +4 -0
- package/README.md +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
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.62](https://github.com/sciactive/nymphjs/compare/v1.0.0-beta.61...v1.0.0-beta.62) (2024-06-15)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @nymphjs/query-parser
|
|
9
|
+
|
|
6
10
|
# [1.0.0-beta.61](https://github.com/sciactive/nymphjs/compare/v1.0.0-beta.60...v1.0.0-beta.61) (2024-06-14)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @nymphjs/query-parser
|
package/README.md
CHANGED
|
@@ -134,7 +134,7 @@ Check for a reference to another entity.
|
|
|
134
134
|
Check for a reference to another entity using a query.
|
|
135
135
|
|
|
136
136
|
- `name<{refclassname inner query}>` or `name!<{refclassname inner query}>`
|
|
137
|
-
- (
|
|
137
|
+
- (Escape curly brackets with a leading backslash.)
|
|
138
138
|
- (Requires a map of refclassname to their actual class and default fields.)
|
|
139
139
|
|
|
140
140
|
### contain and !contain
|
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.62",
|
|
4
4
|
"description": "Nymph.js - Query Parse",
|
|
5
5
|
"browser": "dist/index.js",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
},
|
|
37
37
|
"license": "Apache-2.0",
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@nymphjs/client": "^1.0.0-beta.
|
|
39
|
+
"@nymphjs/client": "^1.0.0-beta.62",
|
|
40
40
|
"@tsconfig/recommended": "^1.0.3",
|
|
41
41
|
"@types/jest": "^29.5.12",
|
|
42
42
|
"jest": "^29.7.0",
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@sciactive/splitn": "^3.1.0"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "268957626a966831f820290fb3c92a075e096dfd"
|
|
53
53
|
}
|