@jarenjs/linq 0.85.0 → 0.87.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 +2 -2
- package/docs/LINQ-FORMAT.md +2 -2
- package/docs/QUERY-PEN.md +1 -1
- package/package.json +6 -6
package/docs/DB-CLIENT.md
CHANGED
|
@@ -843,10 +843,10 @@ 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-->
|
|
846
|
+
`@jarenjs/linq/db` builds to **<!--fact:bundle.db-->725,313<!--/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
|
-
(<!--fact:bundle.db.kb-->
|
|
849
|
+
(<!--fact:bundle.db.kb-->725<!--/fact--> kB) beside the other nine subpath prices in
|
|
850
850
|
[docs/CONSUMING.md](../../../docs/CONSUMING.md).
|
|
851
851
|
|
|
852
852
|
It is by far the largest of the ten, and the reason is §1.1's edge rather
|
package/docs/LINQ-FORMAT.md
CHANGED
|
@@ -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 |
|
|
220
|
+
| [DB-CLIENT.md](DB-CLIENT.md) | `./db` | 1,085 | 46 | 4 | 2 | 725,313 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) |
|
|
277
|
+
| `@jarenjs/linq/db` | [DB-CLIENT.md](DB-CLIENT.md) | 725,313 B | 725 kB |
|
|
278
278
|
| `@jarenjs/linq/formula` | [FORMULA-PEN.md](FORMULA-PEN.md) | 14,850 B | 15 kB |
|
|
279
279
|
<!--/fact-->
|
|
280
280
|
|
package/docs/QUERY-PEN.md
CHANGED
|
@@ -1717,7 +1717,7 @@ making:
|
|
|
1717
1717
|
`docs/CONSUMING.md` states the rounded price of all ten subpaths in one
|
|
1718
1718
|
table, each figure held equal to the same measurements. Two of its rows
|
|
1719
1719
|
are the ones to read together: the chain at <!--fact:bundle.chain.kb-->176<!--/fact--> kB and
|
|
1720
|
-
`./db` at <!--fact:bundle.db.kb-->
|
|
1720
|
+
`./db` at <!--fact:bundle.db.kb-->725<!--/fact--> kB.
|
|
1721
1721
|
The client costs what the store costs, by construction, and the chain
|
|
1722
1722
|
costs what running a query costs.
|
|
1723
1723
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jarenjs/linq",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.87.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.
|
|
112
|
-
"@jarenjs/json": "^0.
|
|
111
|
+
"@jarenjs/core": "^0.87.0",
|
|
112
|
+
"@jarenjs/json": "^0.87.0"
|
|
113
113
|
},
|
|
114
114
|
"peerDependencies": {
|
|
115
|
-
"@jarenjs/db": "^0.
|
|
116
|
-
"@jarenjs/formats": "^0.
|
|
117
|
-
"@jarenjs/validate": "^0.
|
|
115
|
+
"@jarenjs/db": "^0.87.0",
|
|
116
|
+
"@jarenjs/formats": "^0.87.0",
|
|
117
|
+
"@jarenjs/validate": "^0.87.0"
|
|
118
118
|
},
|
|
119
119
|
"peerDependenciesMeta": {
|
|
120
120
|
"@jarenjs/db": {
|