@vertexvis/geometry
Advanced tools
Comparing version 0.9.20-canary.1 to 0.9.20
{ | ||
"name": "@vertexvis/geometry", | ||
"version": "0.9.20-canary.1", | ||
"version": "0.9.20", | ||
"description": "Library for 2D and 3D geometric types.", | ||
@@ -42,3 +42,3 @@ "license": "MIT", | ||
"@vertexvis/jest-config-vertexvis": "0.4.4", | ||
"@vertexwebsdk/build": "^0.9.20-canary.1", | ||
"@vertexwebsdk/build": "0.9.20", | ||
"eslint": "^6.1.0", | ||
@@ -53,3 +53,3 @@ "jest": "^24.9.0", | ||
}, | ||
"gitHead": "45e92687f0ca9f0d7a9edd4db3d77b25d235126b" | ||
"gitHead": "3682726189b238ad0e0251f5c1748509603d85e2" | ||
} |
@@ -27,3 +27,3 @@ <!-- DO NOT EDIT THE README.md DIRECTLY. THIS FILE IS AUTO-GENERATED. --> | ||
<script type="module"> | ||
import { Vector3 } from 'https://unpkg.com/@vertexvis/geometry@0.9.19/dist/cdn/bundle.esm.js'; | ||
import { Vector3 } from 'https://unpkg.com/@vertexvis/geometry@0.9.20/dist/cdn/bundle.esm.js'; | ||
@@ -30,0 +30,0 @@ async function main() { |
396885