Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kethan committed Jul 27, 2024
1 parent 2d13847 commit 1c3be24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Aggregation and Filtering

[![tests](https://github.com/uqry/actions/workflows/node.js.yml/badge.svg)](https://github.com/uqry/actions/workflows/node.js.yml) [![Version](https://img.shields.io/npm/v/uqry.svg?color=success&style=flat-square)](https://www.npmjs.com/package/uqry) [![Badge size](https://img.badgesize.io/https://unpkg.com/uqry/dist/index.min.js?compression=brotli&label=brotli&style=flat-square)](https://unpkg.com/uqry) [![Badge size](https://img.badgesize.io/https://unpkg.com/uqry/dist/index.min.js?compression=gzip&label=gzip&style=flat-square)](https://unpkg.com/uqry)
[![tests](https://github.com/kethan/uqry/actions/workflows/node.js.yml/badge.svg)](https://github.com/kethan/uqry/actions/workflows/node.js.yml) [![Version](https://img.shields.io/npm/v/uqry.svg?color=success&style=flat-square)](https://www.npmjs.com/package/uqry) [![Badge size](https://img.badgesize.io/https://unpkg.com/uqry/dist/index.min.js?compression=brotli&label=brotli&style=flat-square)](https://unpkg.com/uqry) [![Badge size](https://img.badgesize.io/https://unpkg.com/uqry/dist/index.min.js?compression=gzip&label=gzip&style=flat-square)](https://unpkg.com/uqry)

This module provides functionality for filtering and aggregating data based on MongoDB-like query syntax. It includes a set of predefined operations and the ability to extend with custom operators.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "uqry",
"description": "filtering and aggregating data based on MongoDB-like query syntax",
"version": "0.0.5",
"version": "0.0.6",
"type": "module",
"source": "./src/index.js",
"main": "./dist/index.cjs",
Expand Down

0 comments on commit 1c3be24

Please sign in to comment.