@jarenjs/linq 0.85.0 → 0.86.0

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/docs/DB-CLIENT.md CHANGED
@@ -843,7 +843,7 @@ never builds one; the migration between two of them is
843
843
 
844
844
  ## 7. Cost
845
845
 
846
- `@jarenjs/linq/db` builds to **<!--fact:bundle.db-->724,099<!--/fact--> bytes** as a minified,
846
+ `@jarenjs/linq/db` builds to **<!--fact:bundle.db-->724,181<!--/fact--> bytes** as a minified,
847
847
  tree-shaken ESM bundle — the figure `scripts/check-tree-shaking.js`
848
848
  measures and `npm run test:tree-shaking` reports, published rounded
849
849
  (<!--fact:bundle.db.kb-->724<!--/fact--> kB) beside the other nine subpath prices in
@@ -217,7 +217,7 @@ and the bundle is the byte count the tree-shaking probe builds.
217
217
  | [JTLT-PEN.md](JTLT-PEN.md) | `./jtlt` | 83 | 13 | 1 | 2 | 15,293 B |
218
218
  | [PROJECT-PEN.md](PROJECT-PEN.md) | `./project` | 81 | 9 | 1 | 1 | 13,793 B |
219
219
  | [CHARTS-PEN.md](CHARTS-PEN.md) | `./charts` | 94 | 21 | 1 | 1 | 15,582 B |
220
- | [DB-CLIENT.md](DB-CLIENT.md) | `./db` | 1,085 | 46 | 4 | 2 | 724,099 B |
220
+ | [DB-CLIENT.md](DB-CLIENT.md) | `./db` | 1,085 | 46 | 4 | 2 | 724,181 B |
221
221
  | [FORMULA-PEN.md](FORMULA-PEN.md) | `./formula` | 41 | 2 | — | — | 14,850 B |
222
222
  | **16 documents** | | **12,588** | **368** | **72** | | |
223
223
  <!--/fact-->
@@ -274,7 +274,7 @@ it and each document publishes it. The rounded column is what
274
274
  | `@jarenjs/linq/jtlt` | [JTLT-PEN.md](JTLT-PEN.md) | 15,293 B | 15 kB |
275
275
  | `@jarenjs/linq/project` | [PROJECT-PEN.md](PROJECT-PEN.md) | 13,793 B | 14 kB |
276
276
  | `@jarenjs/linq/charts` | [CHARTS-PEN.md](CHARTS-PEN.md) | 15,582 B | 16 kB |
277
- | `@jarenjs/linq/db` | [DB-CLIENT.md](DB-CLIENT.md) | 724,099 B | 724 kB |
277
+ | `@jarenjs/linq/db` | [DB-CLIENT.md](DB-CLIENT.md) | 724,181 B | 724 kB |
278
278
  | `@jarenjs/linq/formula` | [FORMULA-PEN.md](FORMULA-PEN.md) | 14,850 B | 15 kB |
279
279
  <!--/fact-->
280
280
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jarenjs/linq",
3
3
  "private": false,
4
- "version": "0.85.0",
4
+ "version": "0.86.0",
5
5
  "type": "module",
6
6
  "main": "./src/index.js",
7
7
  "types": "./types/index.d.ts",
@@ -108,13 +108,13 @@
108
108
  "prepack": "npm run build:types"
109
109
  },
110
110
  "dependencies": {
111
- "@jarenjs/core": "^0.85.0",
112
- "@jarenjs/json": "^0.85.0"
111
+ "@jarenjs/core": "^0.86.0",
112
+ "@jarenjs/json": "^0.86.0"
113
113
  },
114
114
  "peerDependencies": {
115
- "@jarenjs/db": "^0.85.0",
116
- "@jarenjs/formats": "^0.85.0",
117
- "@jarenjs/validate": "^0.85.0"
115
+ "@jarenjs/db": "^0.86.0",
116
+ "@jarenjs/formats": "^0.86.0",
117
+ "@jarenjs/validate": "^0.86.0"
118
118
  },
119
119
  "peerDependenciesMeta": {
120
120
  "@jarenjs/db": {