@shapediver/viewer.shared.build-data 3.16.7 → 3.16.9

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,7 +1,7 @@
1
- export declare const build_data: {
2
- build_version: string;
3
- build_date: string;
4
- build_branch: string;
5
- build_commit: string;
6
- };
1
+ export declare const build_data: {
2
+ build_version: string;
3
+ build_date: string;
4
+ build_branch: string;
5
+ build_commit: string;
6
+ };
7
7
  //# sourceMappingURL=build_data.d.ts.map
@@ -1,5 +1,5 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.build_data = void 0;
4
- exports.build_data = { "build_version": "3.3.16.7", "build_date": "2026-05-07T10:56:34.466Z", "build_branch": "development", "build_commit": "d54a4d382b715650d4f409382afec5c6a7cd8bc9" };
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.build_data = void 0;
4
+ exports.build_data = { "build_version": "3.3.16.9", "build_date": "2026-05-12T13:02:36.759Z", "build_branch": "development", "build_commit": "4b0595928ca5527713cf138a739964bf290606f7" };
5
5
  //# sourceMappingURL=build_data.js.map
package/dist/index.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import { build_data } from "./build_data";
2
- export { build_data };
1
+ import { build_data } from "./build_data";
2
+ export { build_data };
3
3
  //# sourceMappingURL=index.d.ts.map
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.build_data = void 0;
4
- const build_data_1 = require("./build_data");
5
- Object.defineProperty(exports, "build_data", { enumerable: true, get: function () { return build_data_1.build_data; } });
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.build_data = void 0;
4
+ const build_data_1 = require("./build_data");
5
+ Object.defineProperty(exports, "build_data", { enumerable: true, get: function () { return build_data_1.build_data; } });
6
6
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shapediver/viewer.shared.build-data",
3
- "version": "3.16.7",
3
+ "version": "3.16.9",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "author": "Michael Oppitz <michael@shapediver.com>",
@@ -37,5 +37,5 @@
37
37
  "preset": "ts-jest",
38
38
  "testEnvironment": "node"
39
39
  },
40
- "gitHead": "48be1e09ddf89c8d346335e81399064cd4ae00a7"
40
+ "gitHead": "a0c09ebab3b0b75f36130a56d9ed81436846e3c7"
41
41
  }