blockbench-types 5.1.0-beta.2 → 5.1.0-beta.2-next.1

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/custom/codec.d.ts CHANGED
@@ -34,6 +34,7 @@ interface CodecOptions {
34
34
  * Whether the codec can be used to export a part of the model via a collection
35
35
  */
36
36
  support_partial_export?: boolean
37
+ support_offset?: boolean
37
38
  load_filter?: {
38
39
  extensions: string[]
39
40
  type: 'json' | 'text'
@@ -150,6 +151,7 @@ declare class Codec extends Deletable {
150
151
  * Whether the codec can be used to export a part of the model via a collection
151
152
  */
152
153
  support_partial_export: boolean
154
+ support_offset: boolean
153
155
  /**
154
156
  * If available, the action that is used to export files using this codec
155
157
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blockbench-types",
3
- "version": "5.1.0-beta.2",
3
+ "version": "5.1.0-beta.2-next.1",
4
4
  "description": "Blockbench typescript types",
5
5
  "main": "",
6
6
  "types": "./index.d.ts",