@gltf-transform/extensions
Advanced tools
Comparing version 2.4.7 to 3.0.0-alpha.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": "3.0.0-alpha.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": "^3.0.0-alpha.0", | ||
"ktx-parse": "^0.4.5" | ||
@@ -42,3 +42,3 @@ }, | ||
], | ||
"gitHead": "1c1eff396a04c4dc5959bebb1da0ecefd0f96a52" | ||
"gitHead": "381ba367afd6179de695be1e4a771b337ccdabad" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
967274
2
+ Added@gltf-transform/core@3.10.1(transitive)
+ Addedproperty-graph@1.3.1(transitive)
- Removed@gltf-transform/core@2.5.1(transitive)
- Removedgl-matrix@3.4.3(transitive)
- Removedproperty-graph@0.2.6(transitive)