@hatiolab/things-scene 2.7.32 → 2.7.33

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": "@hatiolab/things-scene",
3
- "version": "2.7.32",
3
+ "version": "2.7.33",
4
4
  "description": "2D graphic library",
5
5
  "main": "src/index.js",
6
6
  "module": "things-scene.mjs",
package/things-scene.d.ts CHANGED
@@ -167,6 +167,7 @@ declare module '@hatiolab/things-scene' {
167
167
  ): {
168
168
  new (...args: any[]): {
169
169
  isDataSource(): boolean
170
+ _convertDataFormat(data: any, format: 'json' | 'text' | 'jsonp' | string): any
170
171
  }
171
172
  } & TBase
172
173