@vertexvis/geometry
Advanced tools
Comparing version 0.22.0-canary.8 to 0.22.0-canary.9
{ | ||
"name": "@vertexvis/geometry", | ||
"version": "0.22.0-canary.8", | ||
"version": "0.22.0-canary.9", | ||
"description": "Library for 2D and 3D geometric types.", | ||
@@ -43,3 +43,3 @@ "license": "MIT", | ||
"@vertexvis/jest-config-vertexvis": "^0.5.4", | ||
"@vertexwebsdk/build": "0.22.0-canary.8", | ||
"@vertexwebsdk/build": "0.22.0-canary.9", | ||
"eslint": "^8.17.0", | ||
@@ -55,3 +55,3 @@ "jest": "^27.5.1", | ||
}, | ||
"gitHead": "e60f991605b346ca3d8cd4002a5aa449e3d84fc9" | ||
"gitHead": "20e349a5bd742b12d57adb8f6653516fb47883c4" | ||
} |
@@ -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.21.0/dist/cdn/bundle.esm.js'; | ||
import { Vector3 } from 'https://cdn.jsdelivr.net/npm/@vertexvis/geometry@0.21.0/dist/cdn/bundle.esm.js'; | ||
@@ -30,0 +30,0 @@ async function main() { |
@@ -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@{{version}}/dist/cdn/bundle.esm.js'; | ||
import { Vector3 } from 'https://cdn.jsdelivr.net/npm/@vertexvis/geometry@{{version}}/dist/cdn/bundle.esm.js'; | ||
@@ -30,0 +30,0 @@ async function main() { |
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
934190