@hed-hog/api-pagination 0.0.4 → 0.0.5
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/dist/databases/abstract.database.d.ts +3 -1
- package/dist/databases/abstract.database.d.ts.map +1 -1
- package/dist/databases/abstract.database.js +42 -1
- package/dist/databases/abstract.database.js.map +1 -1
- package/dist/pagination.service.d.ts +3 -1
- package/dist/pagination.service.d.ts.map +1 -1
- package/dist/pagination.service.js +134 -19
- package/dist/pagination.service.js.map +1 -1
- package/package.json +3 -3
- package/src/databases/abstract.database.ts +59 -1
- package/src/pagination.service.ts +213 -23
- package/tsconfig.production.tsbuildinfo +1 -1
- package/.turbo/turbo-build.log +0 -15
package/.turbo/turbo-build.log
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
> @hed-hog/api-pagination@0.0.3 prebuild E:\HedHogV2\lab\packages\api-pagination
|
|
3
|
-
> npx ts-node ../../scripts/build-dependencies.ts packages/api-pagination
|
|
4
|
-
|
|
5
|
-
npm warn Unknown env config "npm-globalconfig". This will stop working in the next major version of npm.
|
|
6
|
-
npm warn Unknown env config "store-dir". This will stop working in the next major version of npm.
|
|
7
|
-
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
|
|
8
|
-
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
|
|
9
|
-
File deleted: E:\HedHogV2\lab\packages\api-pagination\tsconfig.production.tsbuildinfo
|
|
10
|
-
Valid cache for api, skipping build.
|
|
11
|
-
Valid cache for api-prisma, skipping build.
|
|
12
|
-
|
|
13
|
-
> @hed-hog/api-pagination@0.0.3 build E:\HedHogV2\lab\packages\api-pagination
|
|
14
|
-
> tsc --project tsconfig.production.json
|
|
15
|
-
|