angular-three 3.0.0 → 3.1.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "angular-three",
3
- "version": "3.0.0",
3
+ "version": "3.1.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -5,7 +5,6 @@ import { Mesh, BoxGeometry, MeshBasicMaterial } from 'three';
5
5
  extend({ Mesh, BoxGeometry, MeshBasicMaterial });
6
6
 
7
7
  @Component({
8
- standalone: true,
9
8
  template: `
10
9
  <ngt-mesh #mesh>
11
10
  <ngt-box-geometry />
@@ -1,6 +1,6 @@
1
- export declare const ANGULAR_THREE_VERSION = "^2.0.0";
2
- export declare const THREE_VERSION = "^0.170.0";
3
- export declare const THREE_TYPE_VERSION = "^0.170.0";
1
+ export declare const ANGULAR_THREE_VERSION = "^3.0.0";
2
+ export declare const THREE_VERSION = "^0.171.0";
3
+ export declare const THREE_TYPE_VERSION = "^0.171.0";
4
4
  export declare const NGXTENSION_VERSION = "^4.0.0";
5
5
  export declare const SOBA_PEER_DEPENDENCIES: {
6
6
  readonly 'three-stdlib': "^2.0.0";
@@ -8,10 +8,10 @@ export declare const SOBA_PEER_DEPENDENCIES: {
8
8
  readonly '@monogrid/gainmap-js': "^3.0.0";
9
9
  readonly 'camera-controls': "^2.8.0";
10
10
  readonly 'hls.js': "^1.5.0";
11
- readonly maath: "^0.10.0";
11
+ readonly maath: "~0.10.0";
12
12
  readonly meshline: "^3.1.0";
13
13
  readonly 'stats-gl': "^2.0.0";
14
- readonly 'three-custom-shader-material': "^6.2.0";
15
- readonly 'three-mesh-bvh': "^0.8.0";
16
- readonly 'troika-three-text': "^0.52.0";
14
+ readonly 'three-custom-shader-material': "~6.2.0";
15
+ readonly 'three-mesh-bvh': "~0.8.0";
16
+ readonly 'troika-three-text': "~0.52.0";
17
17
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SOBA_PEER_DEPENDENCIES = exports.NGXTENSION_VERSION = exports.THREE_TYPE_VERSION = exports.THREE_VERSION = exports.ANGULAR_THREE_VERSION = void 0;
4
- exports.ANGULAR_THREE_VERSION = '^2.0.0';
5
- exports.THREE_VERSION = '^0.170.0';
6
- exports.THREE_TYPE_VERSION = '^0.170.0';
4
+ exports.ANGULAR_THREE_VERSION = '^3.0.0';
5
+ exports.THREE_VERSION = '^0.171.0';
6
+ exports.THREE_TYPE_VERSION = '^0.171.0';
7
7
  exports.NGXTENSION_VERSION = '^4.0.0';
8
8
  exports.SOBA_PEER_DEPENDENCIES = {
9
9
  'three-stdlib': '^2.0.0',
@@ -11,11 +11,11 @@ exports.SOBA_PEER_DEPENDENCIES = {
11
11
  '@monogrid/gainmap-js': '^3.0.0',
12
12
  'camera-controls': '^2.8.0',
13
13
  'hls.js': '^1.5.0',
14
- maath: '^0.10.0',
14
+ maath: '~0.10.0',
15
15
  meshline: '^3.1.0',
16
16
  'stats-gl': '^2.0.0',
17
- 'three-custom-shader-material': '^6.2.0',
18
- 'three-mesh-bvh': '^0.8.0',
19
- 'troika-three-text': '^0.52.0',
17
+ 'three-custom-shader-material': '~6.2.0',
18
+ 'three-mesh-bvh': '~0.8.0',
19
+ 'troika-three-text': '~0.52.0',
20
20
  };
21
21
  //# sourceMappingURL=version.js.map