@acromedia/gesso-erp
8.1.3
Patch Changes
- ff6b980: chore: remove vestigial
accountOptionsparams left over from v7 removal. The publicUseAccount,UseAccountPlugin, andGetAccountAPIs were announced as no longer acceptingaccountOptionsin v7, but the underlying implementations still declared the parameter and silently dropped it. Drops the param from the clientuseAccounthook, the servergetAccountfactory, theGetAccounttype, and deletes the orphanedAccountOptionFilterinterface. - Updated dependencies [7cc81ab]
- @acromedia/gesso-core@8.0.3
8.1.2
Patch Changes
- 3fdcb09: CVE-2026-23864
- Updated dependencies [3fdcb09]
- @acromedia/gesso-core@8.0.2
8.1.1
Patch Changes
- 32e066a: Security update
- Updated dependencies [32e066a]
- @acromedia/gesso-core@8.0.1
8.1.0
Minor Changes
- cc2f7c5: feat: Refactor ERP provider to separate server and client code. Add new
/serverentry point for server-side only imports to prevent client-side code from being bundled in server components
8.0.0
Major Changes
- fe0dc22: feat: Migrate provider packages to native ESM modules
- Build System: Migrated from Rollup to tsup with dual ESM/CJS output
- Package Structure:
- Added
"type": "module"to package.json - Updated exports to provide proper conditional ESM/CJS entry points
- Removed cli sub-package.json (handled by tsup config)
- Added
- Dependencies: Migrated from
lodashtolodash-esfor ESM compatibility - TypeScript: Updated to NodeNext module resolution with explicit
.jsimport extensions - Configuration: Renamed config files to
.cjs(babel, webpack, prettier) - Type Imports: Converted to
import typesyntax for type-only imports - Build Scripts: Added post-build.js to inject CJS deprecation warnings
- Webpack: Added extensionAlias for .ts/.tsx resolution with .js imports
- ESLint: Updated to v8 config, added ignorePatterns for spec files
Patch Changes
- Updated dependencies [fe0dc22]
- @acromedia/gesso-core@8.0.0
7.4.0
Minor Changes
-
64bf0ec: feat: Migrate provider packages to native ESM modules
- Build System: Migrated from Rollup to tsup with dual ESM/CJS output
- Package Structure:
- Added
"type": "module"to package.json - Updated exports to provide proper conditional ESM/CJS entry points
- Removed cli sub-package.json (handled by tsup config)
- Added
- Dependencies: Migrated from
lodashtolodash-esfor ESM compatibility - TypeScript: Updated to NodeNext module resolution with explicit
.jsimport extensions - Configuration: Renamed config files to
.cjs(babel, webpack, prettier) - Type Imports: Converted to
import typesyntax for type-only imports - Build Scripts: Added post-build.js to inject CJS deprecation warnings
- Webpack: Added extensionAlias for .ts/.tsx resolution with .js imports
- ESLint: Updated to v8 config, added ignorePatterns for spec files
-
fddda9d: Add "use client" directives to client-side components to improve Next.js App Router compatibility and prevent server-side rendering errors
Patch Changes
- Updated dependencies [64bf0ec]
- Updated dependencies [fddda9d]
- @acromedia/gesso-core@7.6.0
7.3.1
Patch Changes
- Updated dependencies [8786651]
- @acromedia/gesso-core@7.5.0
7.3.0
Minor Changes
- bda2c59: Add email as a param for fetching invoices
Patch Changes
- Updated dependencies [9ab0337]
- @acromedia/gesso-core@7.4.0
7.2.0
Minor Changes
- 236a6d0: upgrade all packages to React 19, upgrade CI/builds to Node 22
Patch Changes
- 8f3acec: Fix typecheck errors in provider packages
- Updated dependencies [236a6d0]
- Updated dependencies [4102946]
- @acromedia/gesso-core@7.3.0
7.1.0
Minor Changes
- aaad2a6: Upgrade to typescript v5 and nodenext
- c77e760: Created ERP context
Patch Changes
- Updated dependencies [aaad2a6]
- Updated dependencies [07a504c]
- @acromedia/gesso-core@7.2.0
7.0.3
Patch Changes
- Updated dependencies [9224fc7]
- @acromedia/gesso-core@7.1.2
7.0.2
Patch Changes
- Updated dependencies [db9e03d]
- @acromedia/gesso-core@7.1.1
7.0.1
Patch Changes
- Updated dependencies [a3c8878]
- @acromedia/gesso-core@7.1.0
7.0.0
Major Changes
- d8721b7:
UseAccountPluginno longer acceptsidoraccountOptions.UseAccountno longer acceptsaccountOptions.GetAccountno longer acceptsaccountOptions.
Patch Changes
- Updated dependencies [d8721b7]
- Updated dependencies [e0fabdb]
- Updated dependencies [92ee5d2]
- Updated dependencies [4dd9862]
- @acromedia/gesso-core@7.0.0
6.3.0
Minor Changes
- da18e67: Update types related to Order and PageInfo, moving them to the Core package
Patch Changes
- Updated dependencies [da18e67]
- @acromedia/gesso-core@6.2.0
6.2.5
Patch Changes
- Updated dependencies [a98eeac]
- Updated dependencies [a98eeac]
- @acromedia/gesso-core@6.1.4
6.2.4
Patch Changes
- Updated dependencies [3bcf44c]
- @acromedia/gesso-core@6.1.3
6.2.3
Patch Changes
- Updated dependencies [66ed396]
- @acromedia/gesso-core@6.1.2
6.2.2
Patch Changes
- Updated dependencies [baa721c]
- @acromedia/gesso-core@6.1.1
6.2.1
Patch Changes
- eae6356: cleans up grammar/spelling errors in console output upon generation of provider files.
6.2.0
Minor Changes
- 0a5c916: add quotes to core and erp packages
Patch Changes
- e8fa722: TS type fixes
- Updated dependencies [0a5c916]
- @acromedia/gesso-core@6.1.0
6.1.0
Minor Changes
- a374d8c: exports getinvoices function and creates pageinfo
6.0.0
Major Changes
- 609c5e9: No breaking changes, scheduled major release
Patch Changes
- Updated dependencies [609c5e9]
- @acromedia/gesso-core@6.0.0
5.0.10
Patch Changes
- Updated dependencies [cc252ca]
- @acromedia/gesso-core@5.3.2
5.0.9
Patch Changes
- Updated dependencies [2b606f9]
- @acromedia/gesso-core@5.3.1
5.0.8
Patch Changes
- Updated dependencies [6f94395]
- @acromedia/gesso-core@5.3.0
5.0.7
Patch Changes
- 32415b2: Deprecate: accountMenu options in useAccount and getAccount due to it being unused. Deprecate: accountMenu and id in accountPlugin interface as they are now passed directly to the methods.
- Updated dependencies [b07a19a]
- @acromedia/gesso-core@5.2.4
5.0.6
Patch Changes
- Updated dependencies [eda72b5]
- @acromedia/gesso-core@5.2.3
5.0.5
Patch Changes
- Updated dependencies [af19949e5]
- @acromedia/gesso-core@5.2.2
5.0.4
Patch Changes
- Updated dependencies [29d64f7]
- @acromedia/gesso-core@5.2.1
5.0.3
Patch Changes
- Updated dependencies [9dbfed6]
- Updated dependencies [ede7130]
- @acromedia/gesso-core@5.2.0
5.0.2
Patch Changes
- Updated dependencies [8f9c3c8]
- Updated dependencies [24e76cb]
- @acromedia/gesso-core@5.1.0
5.0.1
Patch Changes
- 352ef12: Update dependencies and clean up dependency tree
- Updated dependencies [352ef12]
- @acromedia/gesso-core@5.0.1
5.0.0
Major Changes
- bff9b4a: # Gesso V5 Update
- 6 Functions Removed
- 1 Theme Token Removed
- 3 Components Removed
- 12 Components With Removed Props
- 2 Export Names Changed
- 8 Type Changes
Patch Changes
- Updated dependencies [bff9b4a]
- @acromedia/gesso-core@5.0.0
4.3.4
Patch Changes
- Updated dependencies [44e261b]
- @acromedia/gesso-core@4.9.0
4.3.3
Patch Changes
- Updated dependencies [e95eefc]
- @acromedia/gesso-core@4.8.4
4.3.2
Patch Changes
- Updated dependencies [0fa3efa]
- @acromedia/gesso-core@4.8.3
4.3.1
Patch Changes
- 54f1216: Remove outdated license settings in package.json
- ce17a8a: Fix: add missing array dependacy in useInvoices hook so that invoices refresh when the load more button is pressed
- Updated dependencies [427f62f]
- Updated dependencies [a257243]
- @acromedia/gesso-core@4.8.2
4.3.0
Minor Changes
- 8606ed3: add generateProvider function to erp to allow for erp provider generation in starter-kit
Patch Changes
- 91fe461: fix: allow types to be strings so we can return formatted prices
- Updated dependencies [5afc784]
- Updated dependencies [11e619c]
- @acromedia/gesso-core@4.8.1
4.2.0
Minor Changes
- 46b3fb0: Add: acumatica invoice plugin for erp provider allowing for invoice functionality
Patch Changes
- Updated dependencies [8990ef8]
- Updated dependencies [72b712a7]
- @acromedia/gesso-core@4.8.0