@3dsource/angular-unreal-module 0.0.17 → 0.0.19

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.
@@ -1,4 +1,4 @@
1
- import { DataFlowMonitor } from '../../helpers';
1
+ import { DataFlowMonitor } from '../../helpers/DataFlowMonitor';
2
2
  export interface FilterSettings {
3
3
  /**
4
4
  * Minimum number of kilobits per second to trigger low bandwidth
package/package.json CHANGED
@@ -1,22 +1,38 @@
1
1
  {
2
2
  "name": "@3dsource/angular-unreal-module",
3
- "version": "0.0.17",
4
- "license": "MIT",
3
+ "version": "0.0.19",
4
+ "description": "An unreal scene standalone component",
5
+ "keywords": [
6
+ "3dsource",
7
+ "unreal",
8
+ "component",
9
+ "services"
10
+ ],
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "private"
14
+ },
15
+ "license": "UNLICENSED",
16
+ "author": "3dsource",
5
17
  "sideEffects": false,
6
18
  "dependencies": {
7
19
  "tslib": "^2.8.1"
8
20
  },
9
21
  "peerDependencies": {
10
- "@3dsource/source-ui-native": "^1.0.7",
11
- "@3dsource/types-unreal": "^0.0.1",
12
- "@3dsource/utils": "^1.0.13",
13
- "@angular/cdk": "^19.2.0",
14
- "@angular/common": "^19.2.0",
15
- "@angular/core": "^19.2.0",
16
- "@angular/forms": "^19.2.0",
17
- "@ngrx/effects": "^19.1.0",
18
- "@ngrx/operators": "^19.1.0",
19
- "@ngrx/store": "^19.1.0"
22
+ "@3dsource/source-ui-native": ">=1.0.8",
23
+ "@3dsource/types-unreal": ">=0.0.3",
24
+ "@3dsource/utils": "^1.0.18",
25
+ "@angular/cdk": ">=19.0.0",
26
+ "@angular/common": ">=19.0.0",
27
+ "@angular/core": ">=19.0.0",
28
+ "@angular/forms": ">=19.0.0",
29
+ "@ngrx/effects": ">=19.0.0",
30
+ "@ngrx/operators": ">=19.0.0",
31
+ "@ngrx/store": ">=19.0.0"
32
+ },
33
+ "engines": {
34
+ "node": ">=20",
35
+ "npm": ">9"
20
36
  },
21
37
  "module": "fesm2022/3dsource-angular-unreal-module.mjs",
22
38
  "typings": "index.d.ts",