@useparagon/core 1.1.2-canary.1 → 1.1.2-canary.2
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.
|
@@ -46,6 +46,7 @@ import type uuid from 'uuid';
|
|
|
46
46
|
import type IORedis from 'ioredis';
|
|
47
47
|
import type lodashFp from 'lodash/fp';
|
|
48
48
|
import type csvSync from 'csv/lib/sync';
|
|
49
|
+
import type pdfLib from 'pdf-lib';
|
|
49
50
|
type ParagonUtils = {
|
|
50
51
|
mapIntegrationObjects: (mapping: Record<string, any>, objects: Record<string, any>[]) => Record<string, any>[];
|
|
51
52
|
mapApplicationObjects: (mapping: Record<string, any>, objects: Record<string, any>[]) => Record<string, any>[];
|
|
@@ -112,5 +113,6 @@ export type FunctionStepLibraries = {
|
|
|
112
113
|
'@aws-sdk/lib-dynamodb': typeof import('@aws-sdk/lib-dynamodb');
|
|
113
114
|
'@aws-sdk/lib-storage': typeof import('@aws-sdk/lib-storage');
|
|
114
115
|
'@azure/storage-blob': typeof import('@azure/storage-blob');
|
|
116
|
+
'pdf-lib': typeof pdfLib;
|
|
115
117
|
};
|
|
116
118
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@useparagon/core",
|
|
3
|
-
"version": "1.1.2-canary.
|
|
3
|
+
"version": "1.1.2-canary.2",
|
|
4
4
|
"description": "Core libraries for paragraph",
|
|
5
5
|
"repository": "https://github.com/useparagon/paragraph",
|
|
6
6
|
"packageManager": "pnpm@8.10.5",
|
|
@@ -85,6 +85,7 @@
|
|
|
85
85
|
"moment": "2.30.1",
|
|
86
86
|
"mysql2": "3.16.3",
|
|
87
87
|
"neo4j-driver": "5.16.0",
|
|
88
|
+
"pdf-lib": "1.17.1",
|
|
88
89
|
"prettier": "3.1.1",
|
|
89
90
|
"prettier-plugin-organize-imports": "3.2.4",
|
|
90
91
|
"promise-parallel-throttle": "3.3.0",
|