tempest-react-sdk 0.13.0 → 0.15.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tempest-react-sdk",
3
- "version": "0.13.0",
3
+ "version": "0.15.0",
4
4
  "description": "SDK público da Tempest com componentes, hooks e integrações para projetos React.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -117,6 +117,7 @@
117
117
  "@tiptap/react": "^2.0.0 || ^3.0.0",
118
118
  "@tiptap/starter-kit": "^2.0.0 || ^3.0.0",
119
119
  "@vitejs/plugin-react": "^4.0.0 || ^5.0.0",
120
+ "leaflet": "^1.9.0",
120
121
  "onnxruntime-web": ">=1.17.0",
121
122
  "react": "^18.0.0 || ^19.0.0",
122
123
  "react-dom": "^18.0.0 || ^19.0.0",
@@ -139,6 +140,9 @@
139
140
  "@tiptap/starter-kit": {
140
141
  "optional": true
141
142
  },
143
+ "leaflet": {
144
+ "optional": true
145
+ },
142
146
  "onnxruntime-web": {
143
147
  "optional": true
144
148
  }