@deck.gl/mesh-layers
Advanced tools
Comparing version 9.0.0-alpha.4 to 9.0.0-alpha.5
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "9.0.0-alpha.4", | ||
"version": "9.0.0-alpha.5", | ||
"publishConfig": { | ||
@@ -22,2 +22,3 @@ "access": "public" | ||
"module": "dist/esm/index.js", | ||
"types": "typed/index.d.ts", | ||
"files": [ | ||
@@ -35,3 +36,3 @@ "dist", | ||
"peerDependencies": { | ||
"@deck.gl/core": "^8.0.0" | ||
"@deck.gl/core": "^9.0.0-alpha" | ||
}, | ||
@@ -44,3 +45,3 @@ "dependencies": { | ||
}, | ||
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4" | ||
"gitHead": "683e985b1b91160d7930b746bbd195fc1405a687" | ||
} |
@@ -1,5 +0,5 @@ | ||
import { Layer, DefaultProps, LayerContext, Material } from '@deck.gl/core/typed'; | ||
import { Layer, DefaultProps, LayerContext, Material } from '@deck.gl/core'; | ||
import { Texture } from '@luma.gl/core'; | ||
import { Model } from '@luma.gl/engine'; | ||
import type { LayerProps, LayerDataSource, UpdateParameters, Accessor, Position, Color, TextureSource } from '@deck.gl/core/typed'; | ||
import type { LayerProps, LayerDataSource, UpdateParameters, Accessor, Position, Color, TextureSource } from '@deck.gl/core'; | ||
import type { MeshAttribute, MeshAttributes } from '@loaders.gl/schema'; | ||
@@ -6,0 +6,0 @@ import type { Geometry as GeometryType } from '@luma.gl/engine'; |
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
381157