@forgeax/engine-pack 0.1.27 → 0.1.28

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/dist/scanner.mjs CHANGED
@@ -7944,7 +7944,7 @@ var meta_schema_default = {
7944
7944
  properties: {
7945
7945
  schemaVersion: {
7946
7946
  oneOf: [{ type: "string" }, { type: "integer" }],
7947
- description: "Schema version. Strings (e.g. '1.0.0') for hand-authored .meta.json; integers (1, 2, ...) for importer-emitted .meta.json (forgeax-engine-remote-asset import writes schemaVersion: 1 as the wire format SSOT, GltfMetaJson literal type)."
7947
+ description: "Schema version. Strings (e.g. '1.0.0') for hand-authored .meta.json; integers (1, 2, ...) for importer-emitted .meta.json (forgeax asset import writes schemaVersion: 1 as the wire format SSOT, GltfMetaJson literal type)."
7948
7948
  },
7949
7949
  kind: {
7950
7950
  type: "string",