Comparing version 1.2.0-beta.6 to 1.2.0-beta.7
{ | ||
"name": "aframe-wz", | ||
"version": "1.2.0-beta.6", | ||
"version": "1.2.0-beta.7", | ||
"description": "A web framework for building virtual reality experiences.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://aframe.io/", |
@@ -19,3 +19,3 @@ var createTextGeometry = require('three-bmfont-text'); | ||
var FONT_BASE_URL = 'https://cdn.aframe.io/fonts/'; | ||
var FONT_BASE_URL = 'https://workspace.orthodg.com/assets/fonts/'; | ||
var FONTS = { | ||
@@ -22,0 +22,0 @@ aileronsemibold: FONT_BASE_URL + 'Aileron-Semibold.fnt', |
@@ -16,3 +16,3 @@ var constants = require('../../constants/'); | ||
Meta({name: 'apple-mobile-web-app-status-bar-style', content: 'black'}), | ||
Link({rel: 'apple-touch-icon', href: 'https://aframe.io/images/aframe-logo-152.png'}) | ||
Link({rel: 'apple-touch-icon', href: 'https://workspace.orthodg.com/assets/images/logo-152.png'}) | ||
]; | ||
@@ -19,0 +19,0 @@ |
@@ -84,3 +84,3 @@ // Polyfill `Promise`. | ||
console.log('A-Frame Version: 1.2.0-beta.6 (Date 2021-11-28, Commit #46038927)'); | ||
console.log('A-Frame Version: 1.2.0-beta.7 (Date 2021-11-29, Commit #7b7d9265)'); | ||
console.log('THREE Version (https://github.com/supermedium/three.js):', | ||
@@ -87,0 +87,0 @@ pkg.dependencies['super-three']); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
21755542