@shapediver/viewer.shared.build-data 2.10.1-rc.0 → 2.11.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.
@@ -1 +1 @@
1
- {"version":3,"file":"build_data.d.ts","sourceRoot":"","sources":["../src/build_data.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU;;;;;CAAmK,CAAC"}
1
+ {"version":3,"file":"build_data.d.ts","sourceRoot":"","sources":["../src/build_data.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU;;;;;CAA8J,CAAC"}
@@ -1,2 +1,5 @@
1
- export const build_data = { "build_version": "3.2.10.1-rc.0", "build_date": "2023-09-26T08:34:30.576Z", "build_branch": "development", "build_commit": "a495cb455810389eabeafca6150b03653b6d15d0" };
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.build_data = void 0;
4
+ exports.build_data = { "build_version": "3.2.11.0", "build_date": "2023-10-13T08:59:34.879Z", "build_branch": "development", "build_commit": "5b4d969a9f3e2f54fc37d2e22b348e4b87366994" };
2
5
  //# sourceMappingURL=build_data.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"build_data.js","sourceRoot":"","sources":["../src/build_data.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,UAAU,GAAG,EAAC,eAAe,EAAC,eAAe,EAAC,YAAY,EAAC,0BAA0B,EAAC,cAAc,EAAC,aAAa,EAAC,cAAc,EAAC,0CAA0C,EAAC,CAAC"}
1
+ {"version":3,"file":"build_data.js","sourceRoot":"","sources":["../src/build_data.ts"],"names":[],"mappings":";;;AAAa,QAAA,UAAU,GAAG,EAAC,eAAe,EAAC,UAAU,EAAC,YAAY,EAAC,0BAA0B,EAAC,cAAc,EAAC,aAAa,EAAC,cAAc,EAAC,0CAA0C,EAAC,CAAC"}
package/dist/index.js CHANGED
@@ -1,3 +1,6 @@
1
- import { build_data } from './build_data';
2
- export { 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; } });
3
6
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","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.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,6CAAyC;AAGrC,2FAHK,uBAAU,OAGL"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shapediver/viewer.shared.build-data",
3
- "version": "2.10.1-rc.0",
3
+ "version": "2.11.0",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "author": "Michael Oppitz <michael@shapediver.com>",
@@ -38,5 +38,5 @@
38
38
  "preset": "ts-jest",
39
39
  "testEnvironment": "node"
40
40
  },
41
- "gitHead": "7d6e75b740536d82351b9f4d1c2b0722bbde5a87"
41
+ "gitHead": "abc828ee5f772bc79b737c994716b8ec372503ef"
42
42
  }
package/src/build_data.ts CHANGED
@@ -1 +1 @@
1
- export const build_data = {"build_version":"3.2.10.1-rc.0","build_date":"2023-09-26T08:34:30.576Z","build_branch":"development","build_commit":"a495cb455810389eabeafca6150b03653b6d15d0"};
1
+ export const build_data = {"build_version":"3.2.11.0","build_date":"2023-10-13T08:59:34.879Z","build_branch":"development","build_commit":"5b4d969a9f3e2f54fc37d2e22b348e4b87366994"};