@xh/hoist 76.0.0-SNAPSHOT.1755703653662 → 76.0.0-SNAPSHOT.1755706862648

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.
@@ -296,5 +296,14 @@ const queryExamples = [
296
296
  {
297
297
  query: '$..grid[?(@.version == 1)]',
298
298
  explanation: 'Find all nodes with a key of "grid" and a property "version" equal to 1'
299
+ },
300
+ {
301
+ query: '$.currentView[?(@.desktop == null && @.desktop)]',
302
+ explanation:
303
+ 'Find all JSON documents with path "currentView.desktop" that is explicitly set to null'
304
+ },
305
+ {
306
+ query: '$.[?(@ == "someString")]',
307
+ explanation: 'Find all JSON documents with an array that contains the value "someString"'
299
308
  }
300
309
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "76.0.0-SNAPSHOT.1755703653662",
3
+ "version": "76.0.0-SNAPSHOT.1755706862648",
4
4
  "description": "Hoist add-on for building and deploying React Applications.",
5
5
  "repository": "github:xh/hoist-react",
6
6
  "homepage": "https://xh.io",