@vertexvis/geometry
Advanced tools
Comparing version 0.21.0-testing.6 to 0.21.0
{ | ||
"name": "@vertexvis/geometry", | ||
"version": "0.21.0-testing.6", | ||
"version": "0.21.0", | ||
"description": "Library for 2D and 3D geometric types.", | ||
@@ -43,3 +43,3 @@ "license": "MIT", | ||
"@vertexvis/jest-config-vertexvis": "^0.5.4", | ||
"@vertexwebsdk/build": "0.21.0-testing.6", | ||
"@vertexwebsdk/build": "0.21.0", | ||
"eslint": "^8.17.0", | ||
@@ -55,3 +55,3 @@ "jest": "^27.5.1", | ||
}, | ||
"gitHead": "c4eaa22c7bba39ee7c2c09319b31dacf57b5ae0e" | ||
"gitHead": "f02f0794a84fafaedc58d0777b5f7e389ac101da" | ||
} |
@@ -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.20.3/dist/cdn/bundle.esm.js'; | ||
import { Vector3 } from 'https://unpkg.com/@vertexvis/geometry@0.21.0/dist/cdn/bundle.esm.js'; | ||
@@ -30,0 +30,0 @@ async function main() { |
934159