@shapediver/viewer.shared.build-data 3.9.0 → 3.9.2

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/README.md CHANGED
@@ -1,3 +1,3 @@
1
1
  # `@shapediver/viewer.shared.build-data`
2
2
 
3
- This package is part of the [`@shapediver/viewer`](https://www.npmjs.com/package/@shapediver/viewer), you can find all information [here](https://viewer.shapediver.com/v3/latest/api/index.html).
3
+ This package is part of the [`@shapediver/viewer`](https://www.npmjs.com/package/@shapediver/viewer), you can find all information [here](https://viewer.shapediver.com/v3/latest/api/index.html).
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.build_data = void 0;
4
- exports.build_data = { "build_version": "3.3.9.0", "build_date": "2025-03-20T16:33:17.373Z", "build_branch": "development", "build_commit": "d55ae4bd425ade8c0ce8f3636b949d9a0562df86" };
4
+ exports.build_data = { "build_version": "3.3.9.2", "build_date": "2025-03-26T08:55:53.116Z", "build_branch": "development", "build_commit": "dab5bd7c34f066365df8510bebe26da14916787d" };
5
5
  //# sourceMappingURL=build_data.js.map
package/dist/index.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import { build_data } from './build_data';
1
+ import { build_data } from "./build_data";
2
2
  export { build_data };
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AAEzC,OAAO,EACH,UAAU,EACb,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AAExC,OAAO,EAAC,UAAU,EAAC,CAAC"}
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,6CAAyC;AAGrC,2FAHK,uBAAU,OAGL"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,6CAAwC;AAEhC,2FAFA,uBAAU,OAEA"}
package/package.json CHANGED
@@ -1,41 +1,41 @@
1
1
  {
2
- "name": "@shapediver/viewer.shared.build-data",
3
- "version": "3.9.0",
4
- "description": "",
5
- "keywords": [],
6
- "author": "Michael Oppitz <michael@shapediver.com>",
7
- "license": "polyform-noncommercial-1.0.0",
8
- "main": "dist/index.js",
9
- "directories": {
10
- "test": "__tests__"
11
- },
12
- "files": [
13
- "package.json",
14
- "dist/",
15
- "README.md",
16
- "LICENSE"
17
- ],
18
- "publishConfig": {
19
- "access": "public"
20
- },
21
- "repository": {
22
- "type": "git",
23
- "url": "git+https://github.com/shapediver/Viewer.git"
24
- },
25
- "scripts": {
26
- "check": "tsc --noEmit",
27
- "build": "bash ../../scripts/building/build.sh",
28
- "build-watch": "bash ../../scripts/building/build-watch.sh",
29
- "build-dep": "bash ../../scripts/building/build-dep.sh"
30
- },
31
- "bugs": {
32
- "url": "https://github.com/shapediver/Viewer/issues"
33
- },
34
- "homepage": "https://github.com/shapediver/Viewer#readme",
35
- "typings": "dist/index.d.ts",
36
- "jest": {
37
- "preset": "ts-jest",
38
- "testEnvironment": "node"
39
- },
40
- "gitHead": "da9892981b62bf47cbae0605a8439dd1fc1dbc27"
2
+ "name": "@shapediver/viewer.shared.build-data",
3
+ "version": "3.9.2",
4
+ "description": "",
5
+ "keywords": [],
6
+ "author": "Michael Oppitz <michael@shapediver.com>",
7
+ "license": "polyform-noncommercial-1.0.0",
8
+ "main": "dist/index.js",
9
+ "directories": {
10
+ "test": "__tests__"
11
+ },
12
+ "files": [
13
+ "package.json",
14
+ "dist/",
15
+ "README.md",
16
+ "LICENSE"
17
+ ],
18
+ "publishConfig": {
19
+ "access": "public"
20
+ },
21
+ "repository": {
22
+ "type": "git",
23
+ "url": "git+https://github.com/shapediver/Viewer.git"
24
+ },
25
+ "scripts": {
26
+ "check": "tsc --noEmit",
27
+ "build": "bash ../../scripts/building/build.sh",
28
+ "build-watch": "bash ../../scripts/building/build-watch.sh",
29
+ "build-dep": "bash ../../scripts/building/build-dep.sh"
30
+ },
31
+ "bugs": {
32
+ "url": "https://github.com/shapediver/Viewer/issues"
33
+ },
34
+ "homepage": "https://github.com/shapediver/Viewer#readme",
35
+ "typings": "dist/index.d.ts",
36
+ "jest": {
37
+ "preset": "ts-jest",
38
+ "testEnvironment": "node"
39
+ },
40
+ "gitHead": "89e79c63e38e785a60e38750c4fce9a9637235c2"
41
41
  }