tempest-react-sdk 0.14.0 → 0.16.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.14.0",
3
+ "version": "0.16.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",
@@ -75,6 +75,11 @@
75
75
  "import": "./dist/vision.js",
76
76
  "require": "./dist/vision.cjs"
77
77
  },
78
+ "./br": {
79
+ "types": "./dist/br.d.ts",
80
+ "import": "./dist/br.js",
81
+ "require": "./dist/br.cjs"
82
+ },
78
83
  "./styles.css": "./dist/styles.css",
79
84
  "./package.json": "./package.json"
80
85
  },
@@ -117,6 +122,7 @@
117
122
  "@tiptap/react": "^2.0.0 || ^3.0.0",
118
123
  "@tiptap/starter-kit": "^2.0.0 || ^3.0.0",
119
124
  "@vitejs/plugin-react": "^4.0.0 || ^5.0.0",
125
+ "leaflet": "^1.9.0",
120
126
  "onnxruntime-web": ">=1.17.0",
121
127
  "react": "^18.0.0 || ^19.0.0",
122
128
  "react-dom": "^18.0.0 || ^19.0.0",
@@ -139,6 +145,9 @@
139
145
  "@tiptap/starter-kit": {
140
146
  "optional": true
141
147
  },
148
+ "leaflet": {
149
+ "optional": true
150
+ },
142
151
  "onnxruntime-web": {
143
152
  "optional": true
144
153
  }