@uql/core 3.14.0 → 3.14.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -5
  2. package/package.json +2 -3
package/CHANGELOG.md CHANGED
@@ -3,12 +3,9 @@
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
- # [3.14.0](https://github.com/rogerpadilla/uql/compare/@uql/core@3.13.1...@uql/core@3.14.0) (2026-03-07)
6
+ ## [3.14.1](https://github.com/rogerpadilla/uql/compare/@uql/core@3.14.0...@uql/core@3.14.1) (2026-03-07)
7
7
 
8
-
9
- ### Features
10
-
11
- * Standardize the `$select` query parameter to accept an object instead of an array for field selection. ([b4dca74](https://github.com/rogerpadilla/uql/commit/b4dca74e65013c14dd508c9ccea646b44eee1f3e))
8
+ **Note:** Version bump only for package @uql/core
12
9
 
13
10
 
14
11
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "homepage": "https://uql.app",
4
4
  "description": "One Language. Frontend to Backend.",
5
5
  "license": "MIT",
6
- "version": "3.14.0",
6
+ "version": "3.14.1",
7
7
  "type": "module",
8
8
  "sideEffects": false,
9
9
  "main": "./dist/index.js",
@@ -16,7 +16,6 @@
16
16
  "./dialect": "./dist/dialect/index.js",
17
17
  "./entity": "./dist/entity/index.js",
18
18
  "./querier": "./dist/querier/index.js",
19
- "./repository": "./dist/repository/index.js",
20
19
  "./type": "./dist/type/index.js",
21
20
  "./util": "./dist/util/index.js",
22
21
  "./namingStrategy": "./dist/namingStrategy/index.js",
@@ -143,5 +142,5 @@
143
142
  "publishConfig": {
144
143
  "access": "public"
145
144
  },
146
- "gitHead": "ecb98694ad4763332f378da882faeae95cac4778"
145
+ "gitHead": "662db3476f2259317a3c2f4175b78df32af0652c"
147
146
  }