@readyfor/api-client-readyfor-api 0.178.1-pr937.29264fc → 0.178.1-pr938.9e170c4

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -18,8 +18,8 @@ var __copyProps = (to, from, except, desc) => {
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
19
 
20
20
  // src/index.ts
21
- var index_exports = {};
22
- __export(index_exports, {
21
+ var src_exports = {};
22
+ __export(src_exports, {
23
23
  Common_Error: () => Common_Error,
24
24
  Common_Image: () => Common_Image,
25
25
  Common_ValidError: () => Common_ValidError,
@@ -340,7 +340,7 @@ __export(index_exports, {
340
340
  postV2FundraisingRewardsCsvGenerations: () => postV2FundraisingRewardsCsvGenerations,
341
341
  putV2OwnerCrmContributorsUpdateMemo: () => putV2OwnerCrmContributorsUpdateMemo
342
342
  });
343
- module.exports = __toCommonJS(index_exports);
343
+ module.exports = __toCommonJS(src_exports);
344
344
 
345
345
  // src/components.ts
346
346
  var import_zod = require("zod");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@readyfor/api-client-readyfor-api",
3
- "version": "0.178.1-pr937.29264fc",
3
+ "version": "0.178.1-pr938.9e170c4",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -29,15 +29,15 @@
29
29
  "@types/react": "^18.3.12",
30
30
  "@types/use-sync-external-store": "0.0.6",
31
31
  "react": "^18.3.1",
32
- "swr": "2.3.3",
32
+ "swr": "2.2.5",
33
33
  "use-sync-external-store": "1.2.2",
34
- "@readyfor/api-client-base": "0.178.1-pr937.29264fc"
34
+ "@readyfor/api-client-base": "0.178.1-pr938.9e170c4"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "react": "^18.3.1",
38
38
  "swr": "^2.2.5",
39
39
  "use-sync-external-store": "1.2.2",
40
- "@readyfor/api-client-base": "0.178.1-pr937.29264fc"
40
+ "@readyfor/api-client-base": "0.178.1-pr938.9e170c4"
41
41
  },
42
42
  "peerDependenciesMeta": {
43
43
  "react": {