@avs/go 0.14.72017 → 0.14.72037

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -26,7 +26,7 @@ import { WebGLRenderer } from 'three';
26
26
  * @customElement
27
27
  */
28
28
  export declare class AvsRenderer extends HTMLElement {
29
- webGLRenderer: WebGLRenderer;
29
+ webGLRenderer?: WebGLRenderer;
30
30
  connectedCallback(): void;
31
31
  }
32
32
  declare global {
@@ -1 +1 @@
1
- {"version":3,"file":"avs-renderer.d.ts","sourceRoot":"","sources":["../src/avs-renderer.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAEH,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAEtC;;;;;;GAMG;AACH,qBAAa,WAAY,SAAQ,WAAW;IAC1C,aAAa,EAAE,aAAa,CAAC;IAE7B,iBAAiB;CAGlB;AAID,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,cAAc,EAAE,WAAW,CAAC;KAC7B;CACF"}
1
+ {"version":3,"file":"avs-renderer.d.ts","sourceRoot":"","sources":["../src/avs-renderer.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAEH,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAEtC;;;;;;GAMG;AACH,qBAAa,WAAY,SAAQ,WAAW;IAC1C,aAAa,CAAC,EAAE,aAAa,CAAa;IAE1C,iBAAiB;CAGlB;AAID,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,cAAc,EAAE,WAAW,CAAC;KAC7B;CACF"}
@@ -26,6 +26,10 @@ import { WebGLRenderer } from 'three';
26
26
  * @customElement
27
27
  */
28
28
  export class AvsRenderer extends HTMLElement {
29
+ constructor() {
30
+ super(...arguments);
31
+ this.webGLRenderer = undefined;
32
+ }
29
33
  connectedCallback() {
30
34
  this.webGLRenderer = new WebGLRenderer({ alpha: true });
31
35
  }
package/dist/constants.js CHANGED
@@ -17,4 +17,4 @@
17
17
  * This product includes software developed at
18
18
  * Advanced Visual Systems Inc. (http://www.avs.com)
19
19
  */
20
- export const VERSION = '0.14.72017';
20
+ export const VERSION = '0.14.72037';
package/dist/types.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright 2026-2026 Advanced Visual Systems Inc.
3
+ * Copyright 2018-2026 Advanced Visual Systems Inc.
4
4
  *
5
5
  * Licensed under the Apache License, Version 2.0 (the "License");
6
6
  * you may not use this file except in compliance with the License.
package/dist/types.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright 2026-2026 Advanced Visual Systems Inc.
3
+ * Copyright 2018-2026 Advanced Visual Systems Inc.
4
4
  *
5
5
  * Licensed under the Apache License, Version 2.0 (the "License");
6
6
  * you may not use this file except in compliance with the License.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@avs/go",
3
- "version": "0.14.72017",
3
+ "version": "0.14.72037",
4
4
  "description": "AVS/Go",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -38,8 +38,8 @@
38
38
  },
39
39
  "license": "Apache-2.0",
40
40
  "dependencies": {
41
- "dompurify": "^3.4.2",
42
- "lit": "^3.3.2",
41
+ "dompurify": "^3.4.5",
42
+ "lit": "^3.3.3",
43
43
  "three": "0.184.0"
44
44
  }
45
45
  }
@@ -1,61 +0,0 @@
1
- /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
2
-
3
- /**
4
- * @fileoverview
5
- * @suppress {checkPrototypalTypes}
6
- * @license Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
7
- * This code may only be used under the BSD style license found at
8
- * http://polymer.github.io/LICENSE.txt The complete set of authors may be found
9
- * at http://polymer.github.io/AUTHORS.txt The complete set of contributors may
10
- * be found at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by
11
- * Google as part of the polymer project is also subject to an additional IP
12
- * rights grant found at http://polymer.github.io/PATENTS.txt
13
- */
14
-
15
- /**
16
- * @license
17
- * Copyright 2010-2026 Three.js Authors
18
- * SPDX-License-Identifier: MIT
19
- */
20
-
21
- /**
22
- * @license
23
- * Copyright 2018 Advanced Visual Systems Inc.
24
- *
25
- * Licensed under the Apache License, Version 2.0 (the "License");
26
- * you may not use this file except in compliance with the License.
27
- * You may obtain a copy of the License at
28
- *
29
- * http://www.apache.org/licenses/LICENSE-2.0
30
- *
31
- * Unless required by applicable law or agreed to in writing, software
32
- * distributed under the License is distributed on an "AS IS" BASIS,
33
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
34
- * See the License for the specific language governing permissions and
35
- * limitations under the License.
36
- *
37
- * This product includes software developed at
38
- * Advanced Visual Systems Inc. (http://www.avs.com)
39
- */
40
-
41
- /**
42
- @license
43
- Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
44
- This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
45
- The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
46
- The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
47
- Code distributed by Google as part of the polymer project is also
48
- subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
49
- */
50
-
51
- /**
52
- @license @nocompile
53
- Copyright (c) 2018 The Polymer Project Authors. All rights reserved.
54
- This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
55
- The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
56
- The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
57
- Code distributed by Google as part of the polymer project is also
58
- subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
59
- */
60
-
61
- // @license Licensed by Advanced Visual Systems Inc. to You under the Apache License, Version 2.0.