@luxonis/depthai-pipeline-lib 3.7.4 → 3.7.6

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/dist/index.css CHANGED
@@ -350,6 +350,9 @@
350
350
  .block {
351
351
  display: block;
352
352
  }
353
+ .contents {
354
+ display: contents;
355
+ }
353
356
  .flex {
354
357
  display: flex;
355
358
  }
@@ -1 +1 @@
1
- export declare const PACKAGE_VERSION = "3.7.4";
1
+ export declare const PACKAGE_VERSION = "3.7.6";
@@ -1,2 +1,2 @@
1
1
  // Do not edit it manually.
2
- export const PACKAGE_VERSION = '3.7.4';
2
+ export const PACKAGE_VERSION = '3.7.6';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luxonis/depthai-pipeline-lib",
3
- "version": "3.7.4",
3
+ "version": "3.7.6",
4
4
  "type": "module",
5
5
  "license": "UNLICENSED",
6
6
  "main": "./dist/src/index.js",
@@ -38,7 +38,9 @@
38
38
  },
39
39
  "files": [
40
40
  "dist/src/*",
41
- "dist/*.css"
41
+ "dist/*.css",
42
+ "LICENSE",
43
+ "THIRD_PARTY_NOTICES.md"
42
44
  ],
43
45
  "exports": {
44
46
  ".": {
package/LICENSE.md DELETED
@@ -1 +0,0 @@
1
- ## Proprietary by Luxonis Corp.