@dxos/client-services 0.3.8-next.598e316 → 0.3.8-next.f4e0086
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/lib/browser/{chunk-GM3YQCJM.mjs → chunk-GMER3WYC.mjs} +2 -2
- package/dist/lib/browser/{chunk-GM3YQCJM.mjs.map → chunk-GMER3WYC.mjs.map} +1 -1
- package/dist/lib/browser/index.mjs +1 -1
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/browser/packlets/testing/index.mjs +1 -1
- package/dist/lib/node/index.cjs +1 -1
- package/dist/lib/node/index.cjs.map +1 -1
- package/dist/lib/node/packlets/testing/index.cjs +1 -1
- package/dist/lib/node/packlets/testing/index.cjs.map +1 -1
- package/dist/types/src/version.d.ts +1 -1
- package/package.json +35 -35
- package/src/version.ts +1 -1
|
@@ -185,7 +185,7 @@ var getPlatform = () => {
|
|
|
185
185
|
};
|
|
186
186
|
|
|
187
187
|
// packages/sdk/client-services/src/version.ts
|
|
188
|
-
var DXOS_VERSION = "0.3.8-next.
|
|
188
|
+
var DXOS_VERSION = "0.3.8-next.f4e0086";
|
|
189
189
|
|
|
190
190
|
// packages/sdk/client-services/src/packlets/services/diagnostics.ts
|
|
191
191
|
var __dxlog_file = "/home/runner/work/dxos/dxos/packages/sdk/client-services/src/packlets/services/diagnostics.ts";
|