openfigi-sdk 1.0.6 → 1.0.8
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/README.md +1 -1
- package/dist/index.cjs +511 -412
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +223 -209
- package/dist/index.d.cts.map +1 -0
- package/dist/index.d.ts +223 -209
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +464 -383
- package/dist/index.js.map +1 -1
- package/package.json +20 -13
package/README.md
CHANGED
|
@@ -256,5 +256,5 @@ Built with modern tools and technologies:
|
|
|
256
256
|
- [TypeScript](https://www.typescriptlang.org/) - Type-safe JavaScript
|
|
257
257
|
- [Vitest](https://vitest.dev/) - Fast unit testing framework
|
|
258
258
|
- [Biome](https://biomejs.dev/) - Fast formatter and linter
|
|
259
|
-
- [
|
|
259
|
+
- [tsdown](https://tsdown.dev/) - TypeScript bundler
|
|
260
260
|
- [Zod](https://zod.dev/) - TypeScript-first validation
|