@pretto/picto 4.33.2 → 4.33.3

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.
package/esm/picto.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ // Re-export everything from types/modules/index
2
+ export * from '../types/modules/index';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pretto/picto",
3
- "version": "4.33.2",
3
+ "version": "4.33.3",
4
4
  "repository": "git@github.com:finspot/picto.git",
5
5
  "author": "Sylvain Reucherand <sylvain@pretto.fr>",
6
6
  "files": [
package/types/picto.d.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  // Re-export everything from modules/index to match the bundled JS structure
2
2
  // This file serves as the main entry point for TypeScript declarations
3
- export * from './modules/index'
3
+ export * from './modules/index';