@shapediver/viewer.shared.build-data 2.10.1-rc.0 → 2.12.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.
- package/dist/build_data.d.ts.map +1 -1
- package/dist/build_data.js +4 -1
- package/dist/build_data.js.map +1 -1
- package/dist/index.js +5 -2
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/build_data.ts +1 -1
package/dist/build_data.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"build_data.d.ts","sourceRoot":"","sources":["../src/build_data.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU;;;;;
|
|
1
|
+
{"version":3,"file":"build_data.d.ts","sourceRoot":"","sources":["../src/build_data.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU;;;;;CAA8J,CAAC"}
|
package/dist/build_data.js
CHANGED
|
@@ -1,2 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.build_data = void 0;
|
|
4
|
+
exports.build_data = { "build_version": "3.2.12.0", "build_date": "2023-11-30T18:07:05.592Z", "build_branch": "development", "build_commit": "4830e2b5d6c70cb5032527e59aeed036d53856ca" };
|
|
2
5
|
//# sourceMappingURL=build_data.js.map
|
package/dist/build_data.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"build_data.js","sourceRoot":"","sources":["../src/build_data.ts"],"names":[],"mappings":"
|
|
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
|
-
|
|
2
|
-
|
|
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,
|
|
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.
|
|
3
|
+
"version": "2.12.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": "
|
|
41
|
+
"gitHead": "4453bb1d704facd5722ffd81518e54b5453d991f"
|
|
42
42
|
}
|
package/src/build_data.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const build_data = {"build_version":"3.2.
|
|
1
|
+
export const build_data = {"build_version":"3.2.12.0","build_date":"2023-11-30T18:07:05.592Z","build_branch":"development","build_commit":"4830e2b5d6c70cb5032527e59aeed036d53856ca"};
|