@gltf-transform/extensions
Advanced tools
Comparing version 2.4.7 to 2.5.0
@@ -11,3 +11,3 @@ import { ExtensionProperty, IProperty, Nullable, PropertyType, vec3 } from '@gltf-transform/core'; | ||
} | ||
declare type PunctualLightType = 'point' | 'spot' | 'directional'; | ||
type PunctualLightType = 'point' | 'spot' | 'directional'; | ||
/** | ||
@@ -14,0 +14,0 @@ * # Light |
import { Nullable, PropertyType, ExtensionProperty, IProperty } from '@gltf-transform/core'; | ||
import { KHR_XMP_JSON_LD } from '../constants'; | ||
declare type Term = string; | ||
declare type TermDefinition = string | Record<string, string>; | ||
declare type Value = string | number | boolean; | ||
type Term = string; | ||
type TermDefinition = string | Record<string, string>; | ||
type Value = string | number | boolean; | ||
declare const PARENT_TYPES: PropertyType[]; | ||
@@ -7,0 +7,0 @@ interface IPacket extends IProperty { |
{ | ||
"name": "@gltf-transform/extensions", | ||
"version": "2.4.7", | ||
"version": "2.5.0", | ||
"repository": "github:donmccurdy/glTF-Transform", | ||
@@ -32,3 +32,3 @@ "homepage": "https://gltf-transform.donmccurdy.com/extensions.html", | ||
"dependencies": { | ||
"@gltf-transform/core": "^2.4.7", | ||
"@gltf-transform/core": "^2.5.0", | ||
"ktx-parse": "^0.4.5" | ||
@@ -42,3 +42,3 @@ }, | ||
], | ||
"gitHead": "1c1eff396a04c4dc5959bebb1da0ecefd0f96a52" | ||
"gitHead": "5b50494534cc37f10f846eb086c3fd2c542d412e" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
967258
Updated@gltf-transform/core@^2.5.0