@holoscript/core 8.0.11 → 8.0.12
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/{chunk-UDGTX7LY.cjs → chunk-5H5GFBMG.cjs} +5 -5
- package/dist/{chunk-P534AGP5.cjs → chunk-G3BM3CT4.cjs} +5 -5
- package/dist/{chunk-2TAN7H54.js → chunk-QX34ELJ7.js} +3 -3
- package/dist/{chunk-4VVHNBCO.js → chunk-Z4IUBW46.js} +5 -5
- package/dist/index.cjs +43 -43
- package/dist/index.js +2 -2
- package/dist/reconstruction/index.cjs +38 -38
- package/dist/reconstruction/index.js +2 -2
- package/dist/traits/index.cjs +4 -4
- package/dist/traits/index.js +1 -1
- package/package.json +20 -20
|
@@ -4,9 +4,9 @@ var chunkLM2VU56C_cjs = require('./chunk-LM2VU56C.cjs');
|
|
|
4
4
|
var chunkN2ILK7BF_cjs = require('./chunk-N2ILK7BF.cjs');
|
|
5
5
|
|
|
6
6
|
// src/version.ts
|
|
7
|
-
var HOLOSCRIPT_VERSION = "8.0.
|
|
8
|
-
var GIT_COMMIT_SHA = "
|
|
9
|
-
var BUILD_TIMESTAMP = "2026-07-
|
|
7
|
+
var HOLOSCRIPT_VERSION = "8.0.12" ;
|
|
8
|
+
var GIT_COMMIT_SHA = "530989456" ;
|
|
9
|
+
var BUILD_TIMESTAMP = "2026-07-05T23:05:02.393Z" ;
|
|
10
10
|
function getVersionString() {
|
|
11
11
|
const sha = `+${GIT_COMMIT_SHA}` ;
|
|
12
12
|
return `${HOLOSCRIPT_VERSION}${sha}`;
|
|
@@ -3276,5 +3276,5 @@ exports.selfAttestReconstructionManifest = selfAttestReconstructionManifest;
|
|
|
3276
3276
|
exports.serializeMicroWeights = serializeMicroWeights;
|
|
3277
3277
|
exports.stripAnchoredProvenance = stripAnchoredProvenance;
|
|
3278
3278
|
exports.tryCreateHoloMapEncoderDevice = tryCreateHoloMapEncoderDevice;
|
|
3279
|
-
//# sourceMappingURL=chunk-
|
|
3280
|
-
//# sourceMappingURL=chunk-
|
|
3279
|
+
//# sourceMappingURL=chunk-5H5GFBMG.cjs.map
|
|
3280
|
+
//# sourceMappingURL=chunk-5H5GFBMG.cjs.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunk5H5GFBMG_cjs = require('./chunk-5H5GFBMG.cjs');
|
|
4
4
|
|
|
5
5
|
// src/reconstruction/FusedAttentionKernel.ts
|
|
6
6
|
var FUSED_ATTENTION_WGSL = `
|
|
@@ -587,9 +587,9 @@ function mobileSensorBundleToFrames(bundle) {
|
|
|
587
587
|
}
|
|
588
588
|
async function replayMobileSensorBundle(bundle, config = {}) {
|
|
589
589
|
const frames = mobileSensorBundleToFrames(bundle);
|
|
590
|
-
const runtime =
|
|
590
|
+
const runtime = chunk5H5GFBMG_cjs.createHoloMapRuntime();
|
|
591
591
|
await runtime.init({
|
|
592
|
-
...
|
|
592
|
+
...chunk5H5GFBMG_cjs.HOLOMAP_DEFAULTS,
|
|
593
593
|
seed: 0,
|
|
594
594
|
modelHash: bundle.bundleId,
|
|
595
595
|
videoHash: bundle.bundleId,
|
|
@@ -635,5 +635,5 @@ exports.createTrajectoryMemory = createTrajectoryMemory;
|
|
|
635
635
|
exports.mobileSensorBundleToFrames = mobileSensorBundleToFrames;
|
|
636
636
|
exports.replayMobileSensorBundle = replayMobileSensorBundle;
|
|
637
637
|
exports.validateMobileSensorBundle = validateMobileSensorBundle;
|
|
638
|
-
//# sourceMappingURL=chunk-
|
|
639
|
-
//# sourceMappingURL=chunk-
|
|
638
|
+
//# sourceMappingURL=chunk-G3BM3CT4.cjs.map
|
|
639
|
+
//# sourceMappingURL=chunk-G3BM3CT4.cjs.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { createHoloMapRuntime, HOLOMAP_DEFAULTS } from './chunk-
|
|
1
|
+
import { createHoloMapRuntime, HOLOMAP_DEFAULTS } from './chunk-Z4IUBW46.js';
|
|
2
2
|
|
|
3
3
|
// src/reconstruction/FusedAttentionKernel.ts
|
|
4
4
|
var FUSED_ATTENTION_WGSL = `
|
|
@@ -621,5 +621,5 @@ async function replayMobileSensorBundle(bundle, config = {}) {
|
|
|
621
621
|
}
|
|
622
622
|
|
|
623
623
|
export { ANCHOR_DEFAULTS, ARCORE_DEPTH_RECOMMENDED_RANGE_MILLIMETERS, HOLOMAP_MOBILE_SENSOR_BUNDLE_VERSION, TRAJECTORY_DEFAULTS, arCoreDepthFrameToMobileSensorFrame, cameraPoseFromColumnMajorTransform, createAnchorContext, createArCoreDepthMobileSensorBundle, createFusedAttentionBackend, createTrajectoryMemory, mobileSensorBundleToFrames, replayMobileSensorBundle, validateMobileSensorBundle };
|
|
624
|
-
//# sourceMappingURL=chunk-
|
|
625
|
-
//# sourceMappingURL=chunk-
|
|
624
|
+
//# sourceMappingURL=chunk-QX34ELJ7.js.map
|
|
625
|
+
//# sourceMappingURL=chunk-QX34ELJ7.js.map
|
|
@@ -2,9 +2,9 @@ import { computeHoloMapReplayFingerprint } from './chunk-WNNE3PO3.js';
|
|
|
2
2
|
import { isWebGpuEnvironmentPresent, HOLOMAP_SIMULATION_CONTRACT_KIND } from './chunk-K56UVEXV.js';
|
|
3
3
|
|
|
4
4
|
// src/version.ts
|
|
5
|
-
var HOLOSCRIPT_VERSION = "8.0.
|
|
6
|
-
var GIT_COMMIT_SHA = "
|
|
7
|
-
var BUILD_TIMESTAMP = "2026-07-
|
|
5
|
+
var HOLOSCRIPT_VERSION = "8.0.12" ;
|
|
6
|
+
var GIT_COMMIT_SHA = "530989456" ;
|
|
7
|
+
var BUILD_TIMESTAMP = "2026-07-05T23:05:02.393Z" ;
|
|
8
8
|
function getVersionString() {
|
|
9
9
|
const sha = `+${GIT_COMMIT_SHA}` ;
|
|
10
10
|
return `${HOLOSCRIPT_VERSION}${sha}`;
|
|
@@ -3247,5 +3247,5 @@ function createHoloMapRuntime(_config) {
|
|
|
3247
3247
|
}
|
|
3248
3248
|
|
|
3249
3249
|
export { BUILD_TIMESTAMP, GIT_COMMIT_SHA, HOLOMAP_DEFAULTS, HOLOMAP_DENSE_PROOF_DEFAULTS, HOLOSCRIPT_VERSION, anchorReconstructionManifest, assertWeightCid, computeReconstructionManifestDigest, createHoloMapMicroEncoder, createHoloMapRunId, createHoloMapRuntime, createPagedKVCache, deserializeMicroWeights, frameToMicroImage, getCachedWeightBlob, getVersionInfo, getVersionString, loadHoloMapWeightBlob, logHoloMapEvent, mergeAnchoredProvenance, normalizeWeightCidDigest, putCachedWeightBlob, resetHoloMapTelemetryForTests, runHoloMapMicroEncoderCpu, selfAttestReconstructionManifest, serializeMicroWeights, stripAnchoredProvenance, tryCreateHoloMapEncoderDevice };
|
|
3250
|
-
//# sourceMappingURL=chunk-
|
|
3251
|
-
//# sourceMappingURL=chunk-
|
|
3250
|
+
//# sourceMappingURL=chunk-Z4IUBW46.js.map
|
|
3251
|
+
//# sourceMappingURL=chunk-Z4IUBW46.js.map
|
package/dist/index.cjs
CHANGED
|
@@ -9,7 +9,7 @@ var chunkQSYBHQAD_cjs = require('./chunk-QSYBHQAD.cjs');
|
|
|
9
9
|
var chunkUXBYA7DV_cjs = require('./chunk-UXBYA7DV.cjs');
|
|
10
10
|
var chunk2ZOTBO25_cjs = require('./chunk-2ZOTBO25.cjs');
|
|
11
11
|
var chunkMUWH4QK5_cjs = require('./chunk-MUWH4QK5.cjs');
|
|
12
|
-
var
|
|
12
|
+
var chunkG3BM3CT4_cjs = require('./chunk-G3BM3CT4.cjs');
|
|
13
13
|
var chunkEI5G5JLY_cjs = require('./chunk-EI5G5JLY.cjs');
|
|
14
14
|
var chunk6ZCCLKS2_cjs = require('./chunk-6ZCCLKS2.cjs');
|
|
15
15
|
var chunkSR73L5ZP_cjs = require('./chunk-SR73L5ZP.cjs');
|
|
@@ -29,7 +29,7 @@ var chunkXCUDDFKC_cjs = require('./chunk-XCUDDFKC.cjs');
|
|
|
29
29
|
var chunkQVJMDVYZ_cjs = require('./chunk-QVJMDVYZ.cjs');
|
|
30
30
|
var chunk37HHY7RH_cjs = require('./chunk-37HHY7RH.cjs');
|
|
31
31
|
var chunkZLF4YF3U_cjs = require('./chunk-ZLF4YF3U.cjs');
|
|
32
|
-
var
|
|
32
|
+
var chunk5H5GFBMG_cjs = require('./chunk-5H5GFBMG.cjs');
|
|
33
33
|
var chunkLM2VU56C_cjs = require('./chunk-LM2VU56C.cjs');
|
|
34
34
|
var chunkIFW5IW4L_cjs = require('./chunk-IFW5IW4L.cjs');
|
|
35
35
|
require('./chunk-YKY2JBER.cjs');
|
|
@@ -48959,55 +48959,55 @@ Object.defineProperty(exports, "createMatterUnit", {
|
|
|
48959
48959
|
});
|
|
48960
48960
|
Object.defineProperty(exports, "ANCHOR_DEFAULTS", {
|
|
48961
48961
|
enumerable: true,
|
|
48962
|
-
get: function () { return
|
|
48962
|
+
get: function () { return chunkG3BM3CT4_cjs.ANCHOR_DEFAULTS; }
|
|
48963
48963
|
});
|
|
48964
48964
|
Object.defineProperty(exports, "ARCORE_DEPTH_RECOMMENDED_RANGE_MILLIMETERS", {
|
|
48965
48965
|
enumerable: true,
|
|
48966
|
-
get: function () { return
|
|
48966
|
+
get: function () { return chunkG3BM3CT4_cjs.ARCORE_DEPTH_RECOMMENDED_RANGE_MILLIMETERS; }
|
|
48967
48967
|
});
|
|
48968
48968
|
Object.defineProperty(exports, "HOLOMAP_MOBILE_SENSOR_BUNDLE_VERSION", {
|
|
48969
48969
|
enumerable: true,
|
|
48970
|
-
get: function () { return
|
|
48970
|
+
get: function () { return chunkG3BM3CT4_cjs.HOLOMAP_MOBILE_SENSOR_BUNDLE_VERSION; }
|
|
48971
48971
|
});
|
|
48972
48972
|
Object.defineProperty(exports, "TRAJECTORY_DEFAULTS", {
|
|
48973
48973
|
enumerable: true,
|
|
48974
|
-
get: function () { return
|
|
48974
|
+
get: function () { return chunkG3BM3CT4_cjs.TRAJECTORY_DEFAULTS; }
|
|
48975
48975
|
});
|
|
48976
48976
|
Object.defineProperty(exports, "arCoreDepthFrameToMobileSensorFrame", {
|
|
48977
48977
|
enumerable: true,
|
|
48978
|
-
get: function () { return
|
|
48978
|
+
get: function () { return chunkG3BM3CT4_cjs.arCoreDepthFrameToMobileSensorFrame; }
|
|
48979
48979
|
});
|
|
48980
48980
|
Object.defineProperty(exports, "cameraPoseFromColumnMajorTransform", {
|
|
48981
48981
|
enumerable: true,
|
|
48982
|
-
get: function () { return
|
|
48982
|
+
get: function () { return chunkG3BM3CT4_cjs.cameraPoseFromColumnMajorTransform; }
|
|
48983
48983
|
});
|
|
48984
48984
|
Object.defineProperty(exports, "createAnchorContext", {
|
|
48985
48985
|
enumerable: true,
|
|
48986
|
-
get: function () { return
|
|
48986
|
+
get: function () { return chunkG3BM3CT4_cjs.createAnchorContext; }
|
|
48987
48987
|
});
|
|
48988
48988
|
Object.defineProperty(exports, "createArCoreDepthMobileSensorBundle", {
|
|
48989
48989
|
enumerable: true,
|
|
48990
|
-
get: function () { return
|
|
48990
|
+
get: function () { return chunkG3BM3CT4_cjs.createArCoreDepthMobileSensorBundle; }
|
|
48991
48991
|
});
|
|
48992
48992
|
Object.defineProperty(exports, "createFusedAttentionBackend", {
|
|
48993
48993
|
enumerable: true,
|
|
48994
|
-
get: function () { return
|
|
48994
|
+
get: function () { return chunkG3BM3CT4_cjs.createFusedAttentionBackend; }
|
|
48995
48995
|
});
|
|
48996
48996
|
Object.defineProperty(exports, "createTrajectoryMemory", {
|
|
48997
48997
|
enumerable: true,
|
|
48998
|
-
get: function () { return
|
|
48998
|
+
get: function () { return chunkG3BM3CT4_cjs.createTrajectoryMemory; }
|
|
48999
48999
|
});
|
|
49000
49000
|
Object.defineProperty(exports, "mobileSensorBundleToFrames", {
|
|
49001
49001
|
enumerable: true,
|
|
49002
|
-
get: function () { return
|
|
49002
|
+
get: function () { return chunkG3BM3CT4_cjs.mobileSensorBundleToFrames; }
|
|
49003
49003
|
});
|
|
49004
49004
|
Object.defineProperty(exports, "replayMobileSensorBundle", {
|
|
49005
49005
|
enumerable: true,
|
|
49006
|
-
get: function () { return
|
|
49006
|
+
get: function () { return chunkG3BM3CT4_cjs.replayMobileSensorBundle; }
|
|
49007
49007
|
});
|
|
49008
49008
|
Object.defineProperty(exports, "validateMobileSensorBundle", {
|
|
49009
49009
|
enumerable: true,
|
|
49010
|
-
get: function () { return
|
|
49010
|
+
get: function () { return chunkG3BM3CT4_cjs.validateMobileSensorBundle; }
|
|
49011
49011
|
});
|
|
49012
49012
|
Object.defineProperty(exports, "CORPUS_PORTFOLIO", {
|
|
49013
49013
|
enumerable: true,
|
|
@@ -49463,115 +49463,115 @@ Object.defineProperty(exports, "createSkeletonTrait", {
|
|
|
49463
49463
|
});
|
|
49464
49464
|
Object.defineProperty(exports, "BUILD_TIMESTAMP", {
|
|
49465
49465
|
enumerable: true,
|
|
49466
|
-
get: function () { return
|
|
49466
|
+
get: function () { return chunk5H5GFBMG_cjs.BUILD_TIMESTAMP; }
|
|
49467
49467
|
});
|
|
49468
49468
|
Object.defineProperty(exports, "GIT_COMMIT_SHA", {
|
|
49469
49469
|
enumerable: true,
|
|
49470
|
-
get: function () { return
|
|
49470
|
+
get: function () { return chunk5H5GFBMG_cjs.GIT_COMMIT_SHA; }
|
|
49471
49471
|
});
|
|
49472
49472
|
Object.defineProperty(exports, "HOLOMAP_DEFAULTS", {
|
|
49473
49473
|
enumerable: true,
|
|
49474
|
-
get: function () { return
|
|
49474
|
+
get: function () { return chunk5H5GFBMG_cjs.HOLOMAP_DEFAULTS; }
|
|
49475
49475
|
});
|
|
49476
49476
|
Object.defineProperty(exports, "HOLOMAP_DENSE_PROOF_DEFAULTS", {
|
|
49477
49477
|
enumerable: true,
|
|
49478
|
-
get: function () { return
|
|
49478
|
+
get: function () { return chunk5H5GFBMG_cjs.HOLOMAP_DENSE_PROOF_DEFAULTS; }
|
|
49479
49479
|
});
|
|
49480
49480
|
Object.defineProperty(exports, "HOLOSCRIPT_VERSION", {
|
|
49481
49481
|
enumerable: true,
|
|
49482
|
-
get: function () { return
|
|
49482
|
+
get: function () { return chunk5H5GFBMG_cjs.HOLOSCRIPT_VERSION; }
|
|
49483
49483
|
});
|
|
49484
49484
|
Object.defineProperty(exports, "anchorReconstructionManifest", {
|
|
49485
49485
|
enumerable: true,
|
|
49486
|
-
get: function () { return
|
|
49486
|
+
get: function () { return chunk5H5GFBMG_cjs.anchorReconstructionManifest; }
|
|
49487
49487
|
});
|
|
49488
49488
|
Object.defineProperty(exports, "assertWeightCid", {
|
|
49489
49489
|
enumerable: true,
|
|
49490
|
-
get: function () { return
|
|
49490
|
+
get: function () { return chunk5H5GFBMG_cjs.assertWeightCid; }
|
|
49491
49491
|
});
|
|
49492
49492
|
Object.defineProperty(exports, "computeReconstructionManifestDigest", {
|
|
49493
49493
|
enumerable: true,
|
|
49494
|
-
get: function () { return
|
|
49494
|
+
get: function () { return chunk5H5GFBMG_cjs.computeReconstructionManifestDigest; }
|
|
49495
49495
|
});
|
|
49496
49496
|
Object.defineProperty(exports, "createHoloMapMicroEncoder", {
|
|
49497
49497
|
enumerable: true,
|
|
49498
|
-
get: function () { return
|
|
49498
|
+
get: function () { return chunk5H5GFBMG_cjs.createHoloMapMicroEncoder; }
|
|
49499
49499
|
});
|
|
49500
49500
|
Object.defineProperty(exports, "createHoloMapRunId", {
|
|
49501
49501
|
enumerable: true,
|
|
49502
|
-
get: function () { return
|
|
49502
|
+
get: function () { return chunk5H5GFBMG_cjs.createHoloMapRunId; }
|
|
49503
49503
|
});
|
|
49504
49504
|
Object.defineProperty(exports, "createHoloMapRuntime", {
|
|
49505
49505
|
enumerable: true,
|
|
49506
|
-
get: function () { return
|
|
49506
|
+
get: function () { return chunk5H5GFBMG_cjs.createHoloMapRuntime; }
|
|
49507
49507
|
});
|
|
49508
49508
|
Object.defineProperty(exports, "createPagedKVCache", {
|
|
49509
49509
|
enumerable: true,
|
|
49510
|
-
get: function () { return
|
|
49510
|
+
get: function () { return chunk5H5GFBMG_cjs.createPagedKVCache; }
|
|
49511
49511
|
});
|
|
49512
49512
|
Object.defineProperty(exports, "deserializeMicroWeights", {
|
|
49513
49513
|
enumerable: true,
|
|
49514
|
-
get: function () { return
|
|
49514
|
+
get: function () { return chunk5H5GFBMG_cjs.deserializeMicroWeights; }
|
|
49515
49515
|
});
|
|
49516
49516
|
Object.defineProperty(exports, "frameToMicroImage", {
|
|
49517
49517
|
enumerable: true,
|
|
49518
|
-
get: function () { return
|
|
49518
|
+
get: function () { return chunk5H5GFBMG_cjs.frameToMicroImage; }
|
|
49519
49519
|
});
|
|
49520
49520
|
Object.defineProperty(exports, "getCachedWeightBlob", {
|
|
49521
49521
|
enumerable: true,
|
|
49522
|
-
get: function () { return
|
|
49522
|
+
get: function () { return chunk5H5GFBMG_cjs.getCachedWeightBlob; }
|
|
49523
49523
|
});
|
|
49524
49524
|
Object.defineProperty(exports, "getVersionInfo", {
|
|
49525
49525
|
enumerable: true,
|
|
49526
|
-
get: function () { return
|
|
49526
|
+
get: function () { return chunk5H5GFBMG_cjs.getVersionInfo; }
|
|
49527
49527
|
});
|
|
49528
49528
|
Object.defineProperty(exports, "getVersionString", {
|
|
49529
49529
|
enumerable: true,
|
|
49530
|
-
get: function () { return
|
|
49530
|
+
get: function () { return chunk5H5GFBMG_cjs.getVersionString; }
|
|
49531
49531
|
});
|
|
49532
49532
|
Object.defineProperty(exports, "loadHoloMapWeightBlob", {
|
|
49533
49533
|
enumerable: true,
|
|
49534
|
-
get: function () { return
|
|
49534
|
+
get: function () { return chunk5H5GFBMG_cjs.loadHoloMapWeightBlob; }
|
|
49535
49535
|
});
|
|
49536
49536
|
Object.defineProperty(exports, "logHoloMapEvent", {
|
|
49537
49537
|
enumerable: true,
|
|
49538
|
-
get: function () { return
|
|
49538
|
+
get: function () { return chunk5H5GFBMG_cjs.logHoloMapEvent; }
|
|
49539
49539
|
});
|
|
49540
49540
|
Object.defineProperty(exports, "mergeAnchoredProvenance", {
|
|
49541
49541
|
enumerable: true,
|
|
49542
|
-
get: function () { return
|
|
49542
|
+
get: function () { return chunk5H5GFBMG_cjs.mergeAnchoredProvenance; }
|
|
49543
49543
|
});
|
|
49544
49544
|
Object.defineProperty(exports, "normalizeWeightCidDigest", {
|
|
49545
49545
|
enumerable: true,
|
|
49546
|
-
get: function () { return
|
|
49546
|
+
get: function () { return chunk5H5GFBMG_cjs.normalizeWeightCidDigest; }
|
|
49547
49547
|
});
|
|
49548
49548
|
Object.defineProperty(exports, "putCachedWeightBlob", {
|
|
49549
49549
|
enumerable: true,
|
|
49550
|
-
get: function () { return
|
|
49550
|
+
get: function () { return chunk5H5GFBMG_cjs.putCachedWeightBlob; }
|
|
49551
49551
|
});
|
|
49552
49552
|
Object.defineProperty(exports, "resetHoloMapTelemetryForTests", {
|
|
49553
49553
|
enumerable: true,
|
|
49554
|
-
get: function () { return
|
|
49554
|
+
get: function () { return chunk5H5GFBMG_cjs.resetHoloMapTelemetryForTests; }
|
|
49555
49555
|
});
|
|
49556
49556
|
Object.defineProperty(exports, "runHoloMapMicroEncoderCpu", {
|
|
49557
49557
|
enumerable: true,
|
|
49558
|
-
get: function () { return
|
|
49558
|
+
get: function () { return chunk5H5GFBMG_cjs.runHoloMapMicroEncoderCpu; }
|
|
49559
49559
|
});
|
|
49560
49560
|
Object.defineProperty(exports, "selfAttestReconstructionManifest", {
|
|
49561
49561
|
enumerable: true,
|
|
49562
|
-
get: function () { return
|
|
49562
|
+
get: function () { return chunk5H5GFBMG_cjs.selfAttestReconstructionManifest; }
|
|
49563
49563
|
});
|
|
49564
49564
|
Object.defineProperty(exports, "serializeMicroWeights", {
|
|
49565
49565
|
enumerable: true,
|
|
49566
|
-
get: function () { return
|
|
49566
|
+
get: function () { return chunk5H5GFBMG_cjs.serializeMicroWeights; }
|
|
49567
49567
|
});
|
|
49568
49568
|
Object.defineProperty(exports, "stripAnchoredProvenance", {
|
|
49569
49569
|
enumerable: true,
|
|
49570
|
-
get: function () { return
|
|
49570
|
+
get: function () { return chunk5H5GFBMG_cjs.stripAnchoredProvenance; }
|
|
49571
49571
|
});
|
|
49572
49572
|
Object.defineProperty(exports, "tryCreateHoloMapEncoderDevice", {
|
|
49573
49573
|
enumerable: true,
|
|
49574
|
-
get: function () { return
|
|
49574
|
+
get: function () { return chunk5H5GFBMG_cjs.tryCreateHoloMapEncoderDevice; }
|
|
49575
49575
|
});
|
|
49576
49576
|
Object.defineProperty(exports, "computeHoloMapReplayFingerprint", {
|
|
49577
49577
|
enumerable: true,
|
package/dist/index.js
CHANGED
|
@@ -7,7 +7,7 @@ export { controlLoopHandler, stepMpc, stepPid } from './chunk-KPGC7SK2.js';
|
|
|
7
7
|
export { SensorRingBuffer, applyNoise, boxMuller, computeWindowStats, recordReading, sensorSamplingHandler } from './chunk-J2DAS2PL.js';
|
|
8
8
|
export { debitBalance, depositBalance, stakeBalance, transactionHandler, unstakeBalance } from './chunk-GTIPOEHN.js';
|
|
9
9
|
export { consolidate, createMatterUnit } from './chunk-BG7RPYJP.js';
|
|
10
|
-
export { ANCHOR_DEFAULTS, ARCORE_DEPTH_RECOMMENDED_RANGE_MILLIMETERS, HOLOMAP_MOBILE_SENSOR_BUNDLE_VERSION, TRAJECTORY_DEFAULTS, arCoreDepthFrameToMobileSensorFrame, cameraPoseFromColumnMajorTransform, createAnchorContext, createArCoreDepthMobileSensorBundle, createFusedAttentionBackend, createTrajectoryMemory, mobileSensorBundleToFrames, replayMobileSensorBundle, validateMobileSensorBundle } from './chunk-
|
|
10
|
+
export { ANCHOR_DEFAULTS, ARCORE_DEPTH_RECOMMENDED_RANGE_MILLIMETERS, HOLOMAP_MOBILE_SENSOR_BUNDLE_VERSION, TRAJECTORY_DEFAULTS, arCoreDepthFrameToMobileSensorFrame, cameraPoseFromColumnMajorTransform, createAnchorContext, createArCoreDepthMobileSensorBundle, createFusedAttentionBackend, createTrajectoryMemory, mobileSensorBundleToFrames, replayMobileSensorBundle, validateMobileSensorBundle } from './chunk-QX34ELJ7.js';
|
|
11
11
|
export { CORPUS_PORTFOLIO, accrueOneStep, dedupRows, makeOllamaProposer, makeSeedGate, makeWasmCompilerFitnessGate, parsesClean, runEvolution, scoreWasmCompilerArtifact, toGradedTraceRow, wasmFitnessBaselineFromScenario } from './chunk-USOUXQYD.js';
|
|
12
12
|
export { checkParameterEnvelope, isInEnvelope } from './chunk-HIDEIEFG.js';
|
|
13
13
|
export { autoLoadPluginsFromManifests, combinePluginRegistrations, manifestTraitNames, traitName } from './chunk-RKGUZBOC.js';
|
|
@@ -31,7 +31,7 @@ export { hololand_exports as hololand } from './chunk-JOTCTHN5.js';
|
|
|
31
31
|
export { CompositionTestRunner, DEFAULT_STDLIB_POLICY, PROTOCOL_CONSTANTS, TEST_TRAIT, buildStdlibPermissionScopeDiff, calculateRevenueDistribution, checkLicenseCompatibility, createStdlibActions, ethToWei, evaluateStdlibPermissionScopePolicy, findExtraPermissionScopes, findMissingRequiredPermissionScopes, formatRevenueDistribution, isPathAllowed, isValidPermissionScopeName, normalizePermissionScopeName, parseHostFromUrl, redactStdlibPermissionPreview, registerStdlib, resolveImportChain, resolveRepoRelativePath, stdlibPermissionPreviewHasPublicLeak, testHandler, toStringArray, truncateText, weiToEth } from './chunk-Q265VZJ4.js';
|
|
32
32
|
export { AsyncFunctionHandler, ErrorBoundary, ExportImportHandler, InteropContext, TypeScriptTypeLoader } from './chunk-TPZ3BN2D.js';
|
|
33
33
|
export { SkeletonTrait as SkeletonAnimationTrait, createSkeletonTrait } from './chunk-5EDVCNRT.js';
|
|
34
|
-
export { BUILD_TIMESTAMP, GIT_COMMIT_SHA, HOLOMAP_DEFAULTS, HOLOMAP_DENSE_PROOF_DEFAULTS, HOLOSCRIPT_VERSION, anchorReconstructionManifest, assertWeightCid, computeReconstructionManifestDigest, createHoloMapMicroEncoder, createHoloMapRunId, createHoloMapRuntime, createPagedKVCache, deserializeMicroWeights, frameToMicroImage, getCachedWeightBlob, getVersionInfo, getVersionString, loadHoloMapWeightBlob, logHoloMapEvent, mergeAnchoredProvenance, normalizeWeightCidDigest, putCachedWeightBlob, resetHoloMapTelemetryForTests, runHoloMapMicroEncoderCpu, selfAttestReconstructionManifest, serializeMicroWeights, stripAnchoredProvenance, tryCreateHoloMapEncoderDevice } from './chunk-
|
|
34
|
+
export { BUILD_TIMESTAMP, GIT_COMMIT_SHA, HOLOMAP_DEFAULTS, HOLOMAP_DENSE_PROOF_DEFAULTS, HOLOSCRIPT_VERSION, anchorReconstructionManifest, assertWeightCid, computeReconstructionManifestDigest, createHoloMapMicroEncoder, createHoloMapRunId, createHoloMapRuntime, createPagedKVCache, deserializeMicroWeights, frameToMicroImage, getCachedWeightBlob, getVersionInfo, getVersionString, loadHoloMapWeightBlob, logHoloMapEvent, mergeAnchoredProvenance, normalizeWeightCidDigest, putCachedWeightBlob, resetHoloMapTelemetryForTests, runHoloMapMicroEncoderCpu, selfAttestReconstructionManifest, serializeMicroWeights, stripAnchoredProvenance, tryCreateHoloMapEncoderDevice } from './chunk-Z4IUBW46.js';
|
|
35
35
|
export { computeHoloMapReplayFingerprint, fnv1a32Hex } from './chunk-WNNE3PO3.js';
|
|
36
36
|
export { AIDriverTrait, ARKIT_MOUTH_SHAPES, AnimationTrait, BehaviorTreeRunner, MorphTrait as BlendShapeTrait, CharacterTrait, ComponentType, DEFAULT_ANIMATION_MAP, DEFAULT_AUTONOMY_GUARD_POLICY, DEFAULT_EXPRESSION_PRESETS, DEFAULT_FREQUENCY_BANDS, DRAFT_DEFAULTS, DRAFT_TRAIT, DialogTrait, DraftManager, ECSWorld, EmotionDirectiveTrait, GOAPPlanner, IKTrait, JointTrait, LIGHTING_PRESETS, LightingTrait, LipSyncTrait, LobbyTrait, MATERIAL_PRESETS, MaterialTrait, NetworkedTrait, OCULUS_VISEME_MAP, REFUSED_CARE_OPTIMIZATION_TARGETS, RenderingTrait, RigidbodyTrait, SHADER_CHUNKS, SHADER_PRESETS, ShaderTrait, TriggerTrait, VRTraitRegistry, VoiceInputTrait, VoiceOutputTrait, accessibleHandler, aiInpaintingHandler, aiTextureGenHandler, alertHandler, altTextHandler, ambisonicsHandler, anchorHandler, animationConfigFromStateMachine, audioMaterialHandler, audioOcclusionHandler, audioPortalHandler, autoRigHandler, avatarEmbodimentHandler, behaviorTreeHandler, bodyTrackingHandler, buoyancyHandler, chainHandler, clothHandler, coLocatedHandler, computeHandler, controlNetHandler, controllerInputHandler, createAIDriverTrait, createAnimationTrait, createMorphTrait as createBlendShapeTrait, createCareField, createCharacterTrait, createDialogTrait, createEmotionDirectiveTrait, createIKTrait, createJointTrait, createLightingTrait, createLipSyncTrait, createLobbyTrait, createMaterialTrait, createNativeAutoRigPlan, createNetworkedTrait, createRenderingTrait, createRepairLoop, createRigidbodyTrait, createShaderTrait, createTriggerTrait, createVoiceInputTrait, createVoiceOutputTrait, dataBindingHandler, destructionHandler, dialogueHandler, diffusionRealtimeHandler, digitalTwinHandler, dropTableHandler, effectiveWeight, emotionHandler, emotionalVoiceHandler, encounterHandler, evaluateAutonomyGuard, evolveProgramHandler, extractPayload, faceTrackingHandler, factionHandler, fbxHandler, flowFieldHandler, fluidHandler, gaussianSplatHandler, generatedMeshHandler, geospatialAnchorHandler, geospatialEnvHandler, getCachedThingDescription, getMQTTSinkClient, getMQTTSinkState, getMQTTSourceClient, getMQTTSourceState, getWoTThingState, gltfHandler, goalOrientedHandler, gpuBufferHandler, gpuParticleHandler, gpuPhysicsHandler, handTrackingHandler, hapticCueHandler, hasMQTTSinkTrait, hasMQTTSourceTrait, hasWoTThingTrait, headTrackedAudioHandler, heatmap3dHandler, highContrastHandler, hrtfHandler, invalidateThingDescription, isMQTTSinkConnected, isMQTTSourceConnected, layerAwareHandler, lightEstimationHandler, llmAgentHandler, luckHandler, magnifiableHandler, marketplaceHandler, materialXHandler, memoryHandler, meshDetectionHandler, motionReducedHandler, mqttSinkHandler, mqttSourceHandler, multiAgentHandler, nerfHandler, neuralLinkHandler, nftHandler, occlusionHandler, patrolHandler, perceptionHandler, perceptualColorHandler, persistentAnchorHandler, photogrammetryHandler, pickByWeight, planeDetectionHandler, poiHandler, pointCloudHandler, portableHandler, provenanceDensifyHandler, provenanceHandler, publishToMQTTSink, rbacHandler, recordGratitude, rememberRelationalContext, remotePresenceHandler, reverbZoneHandler, roleHandler, rooftopAnchorHandler, ropeHandler, sampleTrack, sceneGraphHandler, screenReaderHandler, sensorHandler, sharePlayHandler, sharedAnchorHandler, sharedWorldHandler, shouldFire, softBodyHandler, sonificationHandler, spatialAccessoryHandler, spatialAudioCueHandler, spatialPersonaHandler, spectatorHandler, statHandler, subtitleHandler, terrainAnchorHandler, tokenGatedHandler, usdHandler, userMonitorHandler, validateCareField, voiceProximityHandler, volumetricVideoHandler, vpsHandler, vrTraitRegistry, walletHandler, windHandler, wotThingHandler } from './chunk-BQJ3YBF3.js';
|
|
37
37
|
import './chunk-6TRX6AR2.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkG3BM3CT4_cjs = require('../chunk-G3BM3CT4.cjs');
|
|
4
4
|
var chunkGKFCHGCM_cjs = require('../chunk-GKFCHGCM.cjs');
|
|
5
|
-
var
|
|
5
|
+
var chunk5H5GFBMG_cjs = require('../chunk-5H5GFBMG.cjs');
|
|
6
6
|
var chunkLM2VU56C_cjs = require('../chunk-LM2VU56C.cjs');
|
|
7
7
|
var chunkN2ILK7BF_cjs = require('../chunk-N2ILK7BF.cjs');
|
|
8
8
|
require('../chunk-ZHPMP447.cjs');
|
|
@@ -11,55 +11,55 @@ require('../chunk-ZHPMP447.cjs');
|
|
|
11
11
|
|
|
12
12
|
Object.defineProperty(exports, "ANCHOR_DEFAULTS", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunkG3BM3CT4_cjs.ANCHOR_DEFAULTS; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "ARCORE_DEPTH_RECOMMENDED_RANGE_MILLIMETERS", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkG3BM3CT4_cjs.ARCORE_DEPTH_RECOMMENDED_RANGE_MILLIMETERS; }
|
|
19
19
|
});
|
|
20
20
|
Object.defineProperty(exports, "HOLOMAP_MOBILE_SENSOR_BUNDLE_VERSION", {
|
|
21
21
|
enumerable: true,
|
|
22
|
-
get: function () { return
|
|
22
|
+
get: function () { return chunkG3BM3CT4_cjs.HOLOMAP_MOBILE_SENSOR_BUNDLE_VERSION; }
|
|
23
23
|
});
|
|
24
24
|
Object.defineProperty(exports, "TRAJECTORY_DEFAULTS", {
|
|
25
25
|
enumerable: true,
|
|
26
|
-
get: function () { return
|
|
26
|
+
get: function () { return chunkG3BM3CT4_cjs.TRAJECTORY_DEFAULTS; }
|
|
27
27
|
});
|
|
28
28
|
Object.defineProperty(exports, "arCoreDepthFrameToMobileSensorFrame", {
|
|
29
29
|
enumerable: true,
|
|
30
|
-
get: function () { return
|
|
30
|
+
get: function () { return chunkG3BM3CT4_cjs.arCoreDepthFrameToMobileSensorFrame; }
|
|
31
31
|
});
|
|
32
32
|
Object.defineProperty(exports, "cameraPoseFromColumnMajorTransform", {
|
|
33
33
|
enumerable: true,
|
|
34
|
-
get: function () { return
|
|
34
|
+
get: function () { return chunkG3BM3CT4_cjs.cameraPoseFromColumnMajorTransform; }
|
|
35
35
|
});
|
|
36
36
|
Object.defineProperty(exports, "createAnchorContext", {
|
|
37
37
|
enumerable: true,
|
|
38
|
-
get: function () { return
|
|
38
|
+
get: function () { return chunkG3BM3CT4_cjs.createAnchorContext; }
|
|
39
39
|
});
|
|
40
40
|
Object.defineProperty(exports, "createArCoreDepthMobileSensorBundle", {
|
|
41
41
|
enumerable: true,
|
|
42
|
-
get: function () { return
|
|
42
|
+
get: function () { return chunkG3BM3CT4_cjs.createArCoreDepthMobileSensorBundle; }
|
|
43
43
|
});
|
|
44
44
|
Object.defineProperty(exports, "createFusedAttentionBackend", {
|
|
45
45
|
enumerable: true,
|
|
46
|
-
get: function () { return
|
|
46
|
+
get: function () { return chunkG3BM3CT4_cjs.createFusedAttentionBackend; }
|
|
47
47
|
});
|
|
48
48
|
Object.defineProperty(exports, "createTrajectoryMemory", {
|
|
49
49
|
enumerable: true,
|
|
50
|
-
get: function () { return
|
|
50
|
+
get: function () { return chunkG3BM3CT4_cjs.createTrajectoryMemory; }
|
|
51
51
|
});
|
|
52
52
|
Object.defineProperty(exports, "mobileSensorBundleToFrames", {
|
|
53
53
|
enumerable: true,
|
|
54
|
-
get: function () { return
|
|
54
|
+
get: function () { return chunkG3BM3CT4_cjs.mobileSensorBundleToFrames; }
|
|
55
55
|
});
|
|
56
56
|
Object.defineProperty(exports, "replayMobileSensorBundle", {
|
|
57
57
|
enumerable: true,
|
|
58
|
-
get: function () { return
|
|
58
|
+
get: function () { return chunkG3BM3CT4_cjs.replayMobileSensorBundle; }
|
|
59
59
|
});
|
|
60
60
|
Object.defineProperty(exports, "validateMobileSensorBundle", {
|
|
61
61
|
enumerable: true,
|
|
62
|
-
get: function () { return
|
|
62
|
+
get: function () { return chunkG3BM3CT4_cjs.validateMobileSensorBundle; }
|
|
63
63
|
});
|
|
64
64
|
Object.defineProperty(exports, "assertHoloMapManifestContract", {
|
|
65
65
|
enumerable: true,
|
|
@@ -67,95 +67,95 @@ Object.defineProperty(exports, "assertHoloMapManifestContract", {
|
|
|
67
67
|
});
|
|
68
68
|
Object.defineProperty(exports, "HOLOMAP_DEFAULTS", {
|
|
69
69
|
enumerable: true,
|
|
70
|
-
get: function () { return
|
|
70
|
+
get: function () { return chunk5H5GFBMG_cjs.HOLOMAP_DEFAULTS; }
|
|
71
71
|
});
|
|
72
72
|
Object.defineProperty(exports, "HOLOMAP_DENSE_PROOF_DEFAULTS", {
|
|
73
73
|
enumerable: true,
|
|
74
|
-
get: function () { return
|
|
74
|
+
get: function () { return chunk5H5GFBMG_cjs.HOLOMAP_DENSE_PROOF_DEFAULTS; }
|
|
75
75
|
});
|
|
76
76
|
Object.defineProperty(exports, "anchorReconstructionManifest", {
|
|
77
77
|
enumerable: true,
|
|
78
|
-
get: function () { return
|
|
78
|
+
get: function () { return chunk5H5GFBMG_cjs.anchorReconstructionManifest; }
|
|
79
79
|
});
|
|
80
80
|
Object.defineProperty(exports, "assertWeightCid", {
|
|
81
81
|
enumerable: true,
|
|
82
|
-
get: function () { return
|
|
82
|
+
get: function () { return chunk5H5GFBMG_cjs.assertWeightCid; }
|
|
83
83
|
});
|
|
84
84
|
Object.defineProperty(exports, "computeReconstructionManifestDigest", {
|
|
85
85
|
enumerable: true,
|
|
86
|
-
get: function () { return
|
|
86
|
+
get: function () { return chunk5H5GFBMG_cjs.computeReconstructionManifestDigest; }
|
|
87
87
|
});
|
|
88
88
|
Object.defineProperty(exports, "createHoloMapMicroEncoder", {
|
|
89
89
|
enumerable: true,
|
|
90
|
-
get: function () { return
|
|
90
|
+
get: function () { return chunk5H5GFBMG_cjs.createHoloMapMicroEncoder; }
|
|
91
91
|
});
|
|
92
92
|
Object.defineProperty(exports, "createHoloMapRunId", {
|
|
93
93
|
enumerable: true,
|
|
94
|
-
get: function () { return
|
|
94
|
+
get: function () { return chunk5H5GFBMG_cjs.createHoloMapRunId; }
|
|
95
95
|
});
|
|
96
96
|
Object.defineProperty(exports, "createHoloMapRuntime", {
|
|
97
97
|
enumerable: true,
|
|
98
|
-
get: function () { return
|
|
98
|
+
get: function () { return chunk5H5GFBMG_cjs.createHoloMapRuntime; }
|
|
99
99
|
});
|
|
100
100
|
Object.defineProperty(exports, "createPagedKVCache", {
|
|
101
101
|
enumerable: true,
|
|
102
|
-
get: function () { return
|
|
102
|
+
get: function () { return chunk5H5GFBMG_cjs.createPagedKVCache; }
|
|
103
103
|
});
|
|
104
104
|
Object.defineProperty(exports, "deserializeMicroWeights", {
|
|
105
105
|
enumerable: true,
|
|
106
|
-
get: function () { return
|
|
106
|
+
get: function () { return chunk5H5GFBMG_cjs.deserializeMicroWeights; }
|
|
107
107
|
});
|
|
108
108
|
Object.defineProperty(exports, "frameToMicroImage", {
|
|
109
109
|
enumerable: true,
|
|
110
|
-
get: function () { return
|
|
110
|
+
get: function () { return chunk5H5GFBMG_cjs.frameToMicroImage; }
|
|
111
111
|
});
|
|
112
112
|
Object.defineProperty(exports, "getCachedWeightBlob", {
|
|
113
113
|
enumerable: true,
|
|
114
|
-
get: function () { return
|
|
114
|
+
get: function () { return chunk5H5GFBMG_cjs.getCachedWeightBlob; }
|
|
115
115
|
});
|
|
116
116
|
Object.defineProperty(exports, "loadHoloMapWeightBlob", {
|
|
117
117
|
enumerable: true,
|
|
118
|
-
get: function () { return
|
|
118
|
+
get: function () { return chunk5H5GFBMG_cjs.loadHoloMapWeightBlob; }
|
|
119
119
|
});
|
|
120
120
|
Object.defineProperty(exports, "logHoloMapEvent", {
|
|
121
121
|
enumerable: true,
|
|
122
|
-
get: function () { return
|
|
122
|
+
get: function () { return chunk5H5GFBMG_cjs.logHoloMapEvent; }
|
|
123
123
|
});
|
|
124
124
|
Object.defineProperty(exports, "mergeAnchoredProvenance", {
|
|
125
125
|
enumerable: true,
|
|
126
|
-
get: function () { return
|
|
126
|
+
get: function () { return chunk5H5GFBMG_cjs.mergeAnchoredProvenance; }
|
|
127
127
|
});
|
|
128
128
|
Object.defineProperty(exports, "normalizeWeightCidDigest", {
|
|
129
129
|
enumerable: true,
|
|
130
|
-
get: function () { return
|
|
130
|
+
get: function () { return chunk5H5GFBMG_cjs.normalizeWeightCidDigest; }
|
|
131
131
|
});
|
|
132
132
|
Object.defineProperty(exports, "putCachedWeightBlob", {
|
|
133
133
|
enumerable: true,
|
|
134
|
-
get: function () { return
|
|
134
|
+
get: function () { return chunk5H5GFBMG_cjs.putCachedWeightBlob; }
|
|
135
135
|
});
|
|
136
136
|
Object.defineProperty(exports, "resetHoloMapTelemetryForTests", {
|
|
137
137
|
enumerable: true,
|
|
138
|
-
get: function () { return
|
|
138
|
+
get: function () { return chunk5H5GFBMG_cjs.resetHoloMapTelemetryForTests; }
|
|
139
139
|
});
|
|
140
140
|
Object.defineProperty(exports, "runHoloMapMicroEncoderCpu", {
|
|
141
141
|
enumerable: true,
|
|
142
|
-
get: function () { return
|
|
142
|
+
get: function () { return chunk5H5GFBMG_cjs.runHoloMapMicroEncoderCpu; }
|
|
143
143
|
});
|
|
144
144
|
Object.defineProperty(exports, "selfAttestReconstructionManifest", {
|
|
145
145
|
enumerable: true,
|
|
146
|
-
get: function () { return
|
|
146
|
+
get: function () { return chunk5H5GFBMG_cjs.selfAttestReconstructionManifest; }
|
|
147
147
|
});
|
|
148
148
|
Object.defineProperty(exports, "serializeMicroWeights", {
|
|
149
149
|
enumerable: true,
|
|
150
|
-
get: function () { return
|
|
150
|
+
get: function () { return chunk5H5GFBMG_cjs.serializeMicroWeights; }
|
|
151
151
|
});
|
|
152
152
|
Object.defineProperty(exports, "stripAnchoredProvenance", {
|
|
153
153
|
enumerable: true,
|
|
154
|
-
get: function () { return
|
|
154
|
+
get: function () { return chunk5H5GFBMG_cjs.stripAnchoredProvenance; }
|
|
155
155
|
});
|
|
156
156
|
Object.defineProperty(exports, "tryCreateHoloMapEncoderDevice", {
|
|
157
157
|
enumerable: true,
|
|
158
|
-
get: function () { return
|
|
158
|
+
get: function () { return chunk5H5GFBMG_cjs.tryCreateHoloMapEncoderDevice; }
|
|
159
159
|
});
|
|
160
160
|
Object.defineProperty(exports, "computeHoloMapReplayFingerprint", {
|
|
161
161
|
enumerable: true,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { ANCHOR_DEFAULTS, ARCORE_DEPTH_RECOMMENDED_RANGE_MILLIMETERS, HOLOMAP_MOBILE_SENSOR_BUNDLE_VERSION, TRAJECTORY_DEFAULTS, arCoreDepthFrameToMobileSensorFrame, cameraPoseFromColumnMajorTransform, createAnchorContext, createArCoreDepthMobileSensorBundle, createFusedAttentionBackend, createTrajectoryMemory, mobileSensorBundleToFrames, replayMobileSensorBundle, validateMobileSensorBundle } from '../chunk-
|
|
1
|
+
export { ANCHOR_DEFAULTS, ARCORE_DEPTH_RECOMMENDED_RANGE_MILLIMETERS, HOLOMAP_MOBILE_SENSOR_BUNDLE_VERSION, TRAJECTORY_DEFAULTS, arCoreDepthFrameToMobileSensorFrame, cameraPoseFromColumnMajorTransform, createAnchorContext, createArCoreDepthMobileSensorBundle, createFusedAttentionBackend, createTrajectoryMemory, mobileSensorBundleToFrames, replayMobileSensorBundle, validateMobileSensorBundle } from '../chunk-QX34ELJ7.js';
|
|
2
2
|
export { assertHoloMapManifestContract } from '../chunk-IXWGYWH6.js';
|
|
3
|
-
export { HOLOMAP_DEFAULTS, HOLOMAP_DENSE_PROOF_DEFAULTS, anchorReconstructionManifest, assertWeightCid, computeReconstructionManifestDigest, createHoloMapMicroEncoder, createHoloMapRunId, createHoloMapRuntime, createPagedKVCache, deserializeMicroWeights, frameToMicroImage, getCachedWeightBlob, loadHoloMapWeightBlob, logHoloMapEvent, mergeAnchoredProvenance, normalizeWeightCidDigest, putCachedWeightBlob, resetHoloMapTelemetryForTests, runHoloMapMicroEncoderCpu, selfAttestReconstructionManifest, serializeMicroWeights, stripAnchoredProvenance, tryCreateHoloMapEncoderDevice } from '../chunk-
|
|
3
|
+
export { HOLOMAP_DEFAULTS, HOLOMAP_DENSE_PROOF_DEFAULTS, anchorReconstructionManifest, assertWeightCid, computeReconstructionManifestDigest, createHoloMapMicroEncoder, createHoloMapRunId, createHoloMapRuntime, createPagedKVCache, deserializeMicroWeights, frameToMicroImage, getCachedWeightBlob, loadHoloMapWeightBlob, logHoloMapEvent, mergeAnchoredProvenance, normalizeWeightCidDigest, putCachedWeightBlob, resetHoloMapTelemetryForTests, runHoloMapMicroEncoderCpu, selfAttestReconstructionManifest, serializeMicroWeights, stripAnchoredProvenance, tryCreateHoloMapEncoderDevice } from '../chunk-Z4IUBW46.js';
|
|
4
4
|
export { computeHoloMapReplayFingerprint, fnv1a32Hex } from '../chunk-WNNE3PO3.js';
|
|
5
5
|
export { HOLOMAP_SIMULATION_CONTRACT_KIND, ensureNodeWebGpuSync, isWebGpuEnvironmentPresent } from '../chunk-K56UVEXV.js';
|
|
6
6
|
import '../chunk-W4GABFCR.js';
|
package/dist/traits/index.cjs
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
var chunkRUVBFAF7_cjs = require('../chunk-RUVBFAF7.cjs');
|
|
4
4
|
var chunkZRPALBQB_cjs = require('../chunk-ZRPALBQB.cjs');
|
|
5
5
|
var chunkZLF4YF3U_cjs = require('../chunk-ZLF4YF3U.cjs');
|
|
6
|
-
var
|
|
6
|
+
var chunk5H5GFBMG_cjs = require('../chunk-5H5GFBMG.cjs');
|
|
7
7
|
require('../chunk-LM2VU56C.cjs');
|
|
8
8
|
var chunkIFW5IW4L_cjs = require('../chunk-IFW5IW4L.cjs');
|
|
9
9
|
var chunkYKY2JBER_cjs = require('../chunk-YKY2JBER.cjs');
|
|
@@ -6264,12 +6264,12 @@ var holomapReconstructionHandler = {
|
|
|
6264
6264
|
node.__holomapRuntime;
|
|
6265
6265
|
if (event.type === "holomap:start_session") {
|
|
6266
6266
|
const payload2 = event.payload ?? {};
|
|
6267
|
-
const runtime =
|
|
6267
|
+
const runtime = chunk5H5GFBMG_cjs.createHoloMapRuntime();
|
|
6268
6268
|
const sessionId = typeof payload2.sessionId === "string" ? payload2.sessionId : cryptoRandomId();
|
|
6269
6269
|
const runtimeConfig = {
|
|
6270
|
-
...
|
|
6270
|
+
...chunk5H5GFBMG_cjs.HOLOMAP_DEFAULTS,
|
|
6271
6271
|
...config.runtime,
|
|
6272
|
-
seed: typeof payload2.seed === "number" ? payload2.seed : config.runtime?.seed ??
|
|
6272
|
+
seed: typeof payload2.seed === "number" ? payload2.seed : config.runtime?.seed ?? chunk5H5GFBMG_cjs.HOLOMAP_DEFAULTS.seed,
|
|
6273
6273
|
modelHash: typeof payload2.modelHash === "string" ? payload2.modelHash : config.runtime?.modelHash ?? "holomap-trait-bound"
|
|
6274
6274
|
};
|
|
6275
6275
|
state.runtime = runtime;
|
package/dist/traits/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export { MOTION_DATA_SCHEMA_VERSION, NullMotionMatchingEngine, SYNTHETIC_WALK_JOINTS, SyntheticWalkCycleEngine, TRAJECTORY_FRAME_DT, TRAJECTORY_HORIZON_FRAMES, buildSyntheticBipedPose, classifyGait, createNullMotionMatchingEngine, createSyntheticWalkCycleEngine, inferenceFrameToTensor, magnitude, projectLinearTrajectory, validateMotionCapture, validateTrainingCorpus, validateTrainingFrame } from '../chunk-GVOKJNUN.js';
|
|
2
2
|
import { QuantumCircuitCompiler } from '../chunk-2BYAUHBO.js';
|
|
3
3
|
export { SkeletonTrait, createSkeletonTrait, skeletonHandler } from '../chunk-5EDVCNRT.js';
|
|
4
|
-
import { createHoloMapRuntime, HOLOMAP_DEFAULTS } from '../chunk-
|
|
4
|
+
import { createHoloMapRuntime, HOLOMAP_DEFAULTS } from '../chunk-Z4IUBW46.js';
|
|
5
5
|
import '../chunk-WNNE3PO3.js';
|
|
6
6
|
import { extractPayload, normalizeCenter, parseCRDTRoomTraitConfig, validateCRDTRoomTraitConfig, resolveCRDTRoomTraitConfig, deriveWalkableNavmesh } from '../chunk-BQJ3YBF3.js';
|
|
7
7
|
export { AIDriverTrait, ALL_CIRCUITS, ARKIT_MOUTH_SHAPES, AnimationTrait, BUILTIN_CIRCUITS, BarretenbergBackend, BehaviorTreeRunner, CARE_ETHICS_TRAIT, CRDTRoomTraitValidationError, CRDT_ROOM_TRAIT_DEFAULTS, ComponentType, ConsensusTrait, DEFAULT_ANIMATION_MAP, DEFAULT_BEHAVIOR_FACT_TTL_ALERT_RULE, DEFAULT_EXPRESSION_PRESETS, DEFAULT_EXTERNAL_TIMEOUT_MS, DEFAULT_FOVEATED_BLEND, DEFAULT_FREQUENCY_BANDS, DEFAULT_REPUTATION_LEDGER_MAX_FACTS, DEFAULT_REPUTATION_LEDGER_TTL_DAYS, DEFAULT_SYNC_FIELD, DEFAULT_TRAIT_CONFIG, DialogTrait, ECSWorld, EmotionDirectiveTrait, EnvironmentalAudioSystem, GEM_RESONANCE_ELEMENT_FREQUENCIES, GOAPPlanner, GOLDEN_ANGLE_DEG, HOLOSCRIPT_HUMANOID_BONE_MAP, InteractiveGraphTrait, JobQueuePersistence, LIGHTING_PRESETS, LOCAL_WEBCAM_VIEW_ID, LightingTrait, LipSyncTrait, LobbyTrait, MATERIAL_PRESETS, MAX_EXPERIENCE_LOG_ENTRIES, MaterialTrait, MorphTrait, MultiviewGaussianRendererTrait, NetworkedTrait, OCULUS_VISEME_MAP, PIDControllerTrait, PressableTrait, TIER_DEFAULTS as QUOTA_TIER_DEFAULTS, REFERENCE_SPACE_CHAIN, RenderingTrait, SHADER_CHUNKS, SHADER_PRESETS, SPATIAL_PREDICATE_CIRCUITS, SYNC_PRESETS, SandboxExecutionTrait, ShaderTrait, SlidableTrait, SpatialAwarenessTrait, SyncTierTrait, TriggerTrait, URDFRobotTrait, VRTraitRegistry, VoiceInputTrait, VoiceOutputTrait, VoronoiFractureSystem, WEATHER_PRESETS, aIDriverHandler, abTestHandler, abstain, accessibleHandler, advancedClothHandler, affinityHandler, agentDiscoveryHandler, agentMemoryHandler, agentMovementSystem, agentPortalHandler, aiTextureGenHandler, aiUpscalingHandler, ainpcBrainHandler, alertHandler, altTextHandler, ambisonicsHandler, analyticsHandler, analyzeFairnessWindow, anchorHandler, animationConfigFromStateMachine, applyFBXAxisConversion, applyStatModifiers, applyUSDAxisConversion, approve, audioMaterialHandler, audioOcclusionHandler, audioPortalHandler, auditLogHandler, autoRigHandler, autoVote, avatarEmbodimentHandler, behaviorTreeHandler, biofeedbackHandler, blackboardHandler, bloomReactiveHandler, bodyTrackingHandler, bufferHandler, buildBehaviorFactDisclosure, buoyancyHandler, cRDTRoomHandler, careEthicsHandler, chainHandler, characterHandler, choreographyHandler, circuitBreakerHandler, clearLocalLLMNativeBridges, clothHandler, coLocatedHandler, compareSemVer, computeHandler, computePhyllotaxisPosition, computerUseHandler, consensusHandler, consentGateHandler, controlNetHandler, controllerInputHandler, controlnetHandler, createAIDriverTrait, createApprovalRequest, createBaseMainnetAccountingAdapter, createBehaviorFactTtlAlertRule, createCRDTRoomTraitConfig, createCanBusAccountingAdapter, createConsensusTrait, createDialogTrait, createEdiX12AccountingAdapter, createEmotionDirectiveTrait, createHl7FhirAccountingAdapter, createLightingTrait, createLipSyncTrait, createLobbyTrait, createMaterialTrait, createMorphTrait, createNativeAutoRigPlan, createRenderingTrait, createRollbackCheckpoint, createSelectiveDisclosure, createShaderTrait, createSharedSpatialProvider, createSimulatedController, createSpatialAwarenessTrait, createTriggerTrait, createURDFRobotTrait, createVoiceInputTrait, createVoiceOutputTrait, cronHandler, dataBindingHandler, deriveBloomReactiveOutput, deriveFairnessRisk, deriveLotusCenterPhase, deriveLotusGardenerSchedule, deriveLotusGenesisGate, deriveLotusGenesisSeed, deriveLotusPetalVisual, deriveLotusRootEmissive, deriveLotusStalkPosture, deriveWalkableNavmesh, destructionHandler, deviceProfiles, dialogHandler, dialogueHandler, digitalTwinHandler, dropTableHandler, economyPrimitivesHandler, effectiveWeight, embeddingSearchHandler, emissiveAt, emotionDirectiveHandler, emotionHandler, emotionalVoiceHandler, encounterHandler, environmentalAudioHandler, evaluateAction, evaluateCareEthicsTurn, extractLotusGenesisAnchorHash, extractPayload, eyeTrackedHandler, faceTrackingHandler, factionHandler, fairnessMonitorHandler, fbxHandler, feedbackLoopHandler, findReachablePath, findWalkableNodeAt, flowFieldHandler, fluidHandler, forgetPolicyHandler, formationControlHandler, gardenerPulseJitter, gaussianSplatHandler, gazeFocusAnalyticsHandler, gemResonanceHandler, generatedMeshHandler, geospatialAnchorHandler, geospatialEnvHandler, gestureHandler, getActiveSessions, getAgentId, getAirAbsorption, getAuditLog, getCachedThingDescription, getCapabilities, getCareEthicsState, getEventHistory, getFBXAnimationStacks, getFBXBoneNames, getFBXMorphTargets, getFBXState, getGLTFAnimations, getGLTFMorphTargets, getGLTFState, getMQTTSinkClient, getMQTTSinkState, getMQTTSourceClient, getMQTTSourceState, getMyProposals, getMyVotes, getNegotiationMethods, getPredicateCircuitId, getSession, getUSDActiveVariant, getUSDAnimation, getUSDBlendShapes, getUSDJointNames, getUSDState, getUSDVariantSets, getWoTThingState, gltfHandler, goalOrientedHandler, gpuBufferHandler, gpuParticleHandler, gpuPhysicsHandler, granularMaterialHandler, handMenuHandler, handMeshAIHandler, handTrackingHandler, hapticCueHandler, hapticHandler, hasMQTTSinkTrait, hasMQTTSourceTrait, hasVoted, hasWoTThingTrait, hashGardenerSeed, hashSeed, headTrackedAudioHandler, heatmap3dHandler, highContrastHandler, hitlHandler, hrtfHandler, iKHandler, initiate, invalidateThingDescription, isConsentGranted, isFBXLoaded, isGLTFLoaded, isInSession, isMQTTSinkConnected, isMQTTSourceConnected, isNativeLLMBackend, isReservedPaperId, isUSDLoaded, isUSDZ, isWalkableAt, jointHandler, layerAwareHandler, leave, lightEstimationHandler, lightingHandler, lipSyncHandler, llmAgentHandler, lobbyHandler, localLLMHandler, locomotionHandler, lodSystem, lotusCenterHandler, lotusGardenerHandler, lotusGenesisTriggerHandler, lotusPetalHandler, lotusRootHandler, lotusStalkHandler, luckHandler, magnifiableHandler, marketplaceHandler, marketplaceIntegrationHandler, matchesCondition, materialHandler, materialXHandler, memoryCrystalHandler, memoryHandler, meshDetectionHandler, messagingHandler, modifiedThreshold, morphHandler, motionReducedHandler, mqttSinkHandler, mqttSourceHandler, multiAgentHandler, multiviewGaussianRendererHandler, negotiationHandler, nerfHandler, networkedAvatarHandler, networkedHandler, neuralAnimationHandler, neuralForgeHandler, neuralLinkHandler, neuralUpscalingHandler, nftHandler, normalizeCenter, normalizeLotusSeed, normalizePointCloud, npcAIHandler, objectTrackingHandler, occlusionHandler, onboardingHandler, openXRHALHandler, parseCRDTRoomEntityConfig, parseCRDTRoomTraitConfig, partnerSDKHandler, passthroughCameraHandler, patrolHandler, perceptionHandler, perceptualColorHandler, persistentAnchorHandler, photogrammetryHandler, phyllotaxisHandler, physicsSystem, pickByWeight, planeDetectionHandler, poiHandler, pointCloudHandler, portableHandler, poseEstimationHandler, pressableHandler, propose, publishToMQTTSink, qrDecodeHandler, quotaHandler, ragKnowledgeHandler, rateLimiterHandler, rbacHandler, realityKitMeshHandler, recallTriggerHandler, registerLocalLLMNativeBridge, remotePresenceHandler, renderNetworkHandler, renderingHandler, reputationLedgerHandler, resolveBloomStage, resolveCRDTRoomTraitConfig, resolvePulseHz, resourceAccountingHandler, reverbZoneHandler, rigidbodyHandler, roadmapNodeHandler, roleHandler, rooftopAnchorHandler, roomMeshHandler, ropeHandler, runECSBenchmark, runFairnessMonitorSweep, runResourceAccountingAudit, sceneGraphHandler, sceneReconstructionHandler, schedulerHandler, screenReaderHandler, scrollableHandler, seatedHandler, secondsToUSDTimeCode, seededRand01, sensorHandler, setAgentManifest, shaderHandler, sharePlayHandler, sharedAnchorHandler, sharedWorldHandler, shouldFire, signRequest, skillRegistryHandler, slidableHandler, softBodyHandler, sonificationHandler, spatialAccessoryHandler, spatialAudioCueHandler, spatialAwarenessHandler, spatialNavigationHandler, spatialPanelHandler, spatialPersonaHandler, spectatorHandler, ssoOidcHandler, ssoSamlHandler, stableDiffusionHandler, stableFairnessMonitorHash, stableResourceAccountingReceiptHash, statHandler, structuredLoggerHandler, subtitleHandler, syncTierHandler, tenantHandler, terrainAnchorHandler, timeoutGuardHandler, tokenGatedHandler, transformHandler, triggerHandler, tutorialHandler, urdfRobotHandler, usdHandler, usdTimeCodeToSeconds, userMonitorHandler, validateCRDTRoomTraitConfig, validateSemVer, vectorDBHandler, verifyWebhookSignature, visionHandler, voiceInputHandler, voiceMeshHandler, voiceOutputHandler, voiceProximityHandler, volumetricHandler, volumetricVideoHandler, volumetricWindowHandler, voronoiFractureHandler, vote, vpsHandler, vrTraitRegistry, walletHandler, wasmBridgeHandler, windHandler, withNegotiation, worldPortalHandler, wotThingHandler, zkPrivateHandler } from '../chunk-BQJ3YBF3.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@holoscript/core",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.12",
|
|
4
4
|
"description": "Core parser, AST, compiler infrastructure, trait system, and runtime for HoloScript — the open AI-spatial reality protocol for 3D/XR/IoT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -315,39 +315,39 @@
|
|
|
315
315
|
"tree-sitter-typescript": "^0.23.2",
|
|
316
316
|
"web-tree-sitter": "^0.24.0",
|
|
317
317
|
"ws": "^8.21.0",
|
|
318
|
-
"@holoscript/medical-plugin": "^2.0.2",
|
|
319
318
|
"@holoscript/alphafold-plugin": "^2.0.2",
|
|
320
|
-
"@holoscript/narupa-plugin": "^2.0.2",
|
|
321
|
-
"@holoscript/plugin-banking-finance": "^2.0.2",
|
|
322
319
|
"@holoscript/domain-plugin-template": "^0.1.1",
|
|
323
|
-
"@holoscript/plugin
|
|
320
|
+
"@holoscript/medical-plugin": "^2.0.2",
|
|
321
|
+
"@holoscript/plugin-banking-finance": "^2.0.2",
|
|
322
|
+
"@holoscript/narupa-plugin": "^2.0.2",
|
|
324
323
|
"@holoscript/plugin-culture-keyword": "^2.0.2",
|
|
325
324
|
"@holoscript/plugin-economic-primitives": "^2.0.2",
|
|
326
325
|
"@holoscript/plugin-education-lms": "^2.0.2",
|
|
327
|
-
"@holoscript/plugin-fashion": "^2.0.2",
|
|
328
326
|
"@holoscript/plugin-emergency-response": "^2.0.2",
|
|
327
|
+
"@holoscript/plugin-fashion": "^2.0.2",
|
|
329
328
|
"@holoscript/plugin-film-vfx": "^2.0.2",
|
|
330
|
-
"@holoscript/plugin-fitness-wellness": "^2.0.2",
|
|
331
329
|
"@holoscript/plugin-film3d-volumetrics": "^2.0.3",
|
|
332
|
-
"@holoscript/plugin-
|
|
330
|
+
"@holoscript/plugin-civil-engineering": "^2.0.2",
|
|
331
|
+
"@holoscript/plugin-fitness-wellness": "^2.0.2",
|
|
332
|
+
"@holoscript/plugin-geolocation-gis": "^2.0.2",
|
|
333
333
|
"@holoscript/plugin-forensics": "^2.0.2",
|
|
334
334
|
"@holoscript/plugin-hr-workforce": "^2.0.2",
|
|
335
|
-
"@holoscript/plugin-
|
|
335
|
+
"@holoscript/plugin-hardware-invention": "^2.0.2",
|
|
336
|
+
"@holoscript/plugin-legal-document": "^2.0.2",
|
|
336
337
|
"@holoscript/plugin-insurance": "^2.0.2",
|
|
337
338
|
"@holoscript/plugin-manufacturing-qc": "^2.0.2",
|
|
338
|
-
"@holoscript/plugin-legal-document": "^2.0.2",
|
|
339
339
|
"@holoscript/plugin-neuroscience": "^2.0.2",
|
|
340
|
-
"@holoscript/plugin-retail-ecommerce": "^2.0.2",
|
|
341
|
-
"@holoscript/plugin-threat-intelligence": "^2.0.2",
|
|
342
|
-
"@holoscript/plugin-therapy": "^2.0.2",
|
|
343
340
|
"@holoscript/plugin-restaurant": "^2.0.2",
|
|
344
|
-
"@holoscript/plugin-
|
|
341
|
+
"@holoscript/plugin-therapy": "^2.0.2",
|
|
342
|
+
"@holoscript/plugin-retail-ecommerce": "^2.0.2",
|
|
345
343
|
"@holoscript/plugin-travel-hospitality": "^2.0.2",
|
|
344
|
+
"@holoscript/plugin-trait-audit": "^2.0.2",
|
|
346
345
|
"@holoscript/plugin-urban-planning": "^2.0.2",
|
|
347
|
-
"@holoscript/plugin-
|
|
346
|
+
"@holoscript/plugin-threat-intelligence": "^2.0.2",
|
|
348
347
|
"@holoscript/plugin-wine-food-beverage": "^2.0.2",
|
|
349
348
|
"@holoscript/radio-astronomy-plugin": "^2.0.3",
|
|
350
|
-
"@holoscript/robotics-plugin": "^2.0.2"
|
|
349
|
+
"@holoscript/robotics-plugin": "^2.0.2",
|
|
350
|
+
"@holoscript/plugin-wisdom-gotcha": "^2.0.2"
|
|
351
351
|
},
|
|
352
352
|
"peerDependencies": {
|
|
353
353
|
"@pixiv/three-vrm": "^2.0.0",
|
|
@@ -355,9 +355,9 @@
|
|
|
355
355
|
"puppeteer": "^23.0.0",
|
|
356
356
|
"react": "^19.2.0",
|
|
357
357
|
"@holoscript/absorb-service": "6.1.1",
|
|
358
|
-
"@holoscript/framework": "6.1.
|
|
358
|
+
"@holoscript/framework": "6.1.4",
|
|
359
|
+
"@holoscript/engine": "6.1.4",
|
|
359
360
|
"@holoscript/mcp-server": "8.0.11",
|
|
360
|
-
"@holoscript/engine": "6.1.3",
|
|
361
361
|
"@holoscript/mesh": "6.1.3"
|
|
362
362
|
},
|
|
363
363
|
"peerDependenciesMeta": {
|
|
@@ -407,8 +407,8 @@
|
|
|
407
407
|
"vscode-languageserver": "^9.0.1",
|
|
408
408
|
"vscode-languageserver-textdocument": "^1.0.12",
|
|
409
409
|
"vitest": "^4.1.5",
|
|
410
|
-
"@holoscript/
|
|
411
|
-
"@holoscript/
|
|
410
|
+
"@holoscript/engine": "6.1.4",
|
|
411
|
+
"@holoscript/framework": "6.1.4"
|
|
412
412
|
},
|
|
413
413
|
"scripts": {
|
|
414
414
|
"verify:workspace": "node scripts/verify-internal-workspace-protocol.mjs",
|