@useparagon/core 1.0.30-canary.2 → 1.0.30

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.
@@ -44,10 +44,6 @@ import type underscoreString from 'underscore.string';
44
44
  import type unzipper from 'unzipper';
45
45
  import type url from 'url';
46
46
  import type uuid from 'uuid';
47
- type ParagonUtils = {
48
- mapIntegrationObjects: (mapping: Record<string, any>, objects: Record<string, any>[]) => Record<string, any>[];
49
- mapApplicationObjects: (mapping: Record<string, any>, objects: Record<string, any>[]) => Record<string, any>[];
50
- };
51
47
  export type FunctionStepLibraries = {
52
48
  archiver: typeof archiver;
53
49
  'aws-sdk': typeof awsSDK;
@@ -99,6 +95,4 @@ export type FunctionStepLibraries = {
99
95
  url: typeof url;
100
96
  uuid: typeof uuid;
101
97
  web3: any;
102
- paragonUtils: ParagonUtils;
103
98
  };
104
- export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@useparagon/core",
3
- "version": "1.0.30-canary.2",
3
+ "version": "1.0.30",
4
4
  "description": "Core libraries for paragraph",
5
5
  "repository": "https://github.com/useparagon/paragraph",
6
6
  "packageManager": "pnpm@8.10.5",