shred-api-client 2.3.5-rc.0 → 2.3.5-rc.1

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 +0 -16
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2041,20 +2041,4 @@ var core_exports = {};
2041
2041
 
2042
2042
  // src/index.ts
2043
2043
  var index_default = ShredAPI;
2044
- // Annotate the CommonJS export names for ESM import in node:
2045
- 0 && (module.exports = {
2046
- Asset,
2047
- Core,
2048
- Email,
2049
- Exceptions,
2050
- Goal,
2051
- Note,
2052
- Notification,
2053
- Project,
2054
- Prompt,
2055
- Subscription,
2056
- Tenant,
2057
- Track,
2058
- User
2059
- });
2060
2044
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shred-api-client",
3
- "version": "2.3.5-rc.0",
3
+ "version": "2.3.5-rc.1",
4
4
  "description": "API Client for Shred",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",