priiisk 0.1.20 → 0.1.21

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.
@@ -3,32 +3,30 @@ const require = __priiiskCreateRequire(import.meta.url);
3
3
  import {
4
4
  CampSessionError,
5
5
  CampSessionErrorCode
6
- } from "./chunk-S4NILFPX.js";
6
+ } from "./chunk-U2FODXMR.js";
7
7
  import {
8
8
  CAMP_HEALTH_SCHEMA_VERSION,
9
9
  CampHealthComponentCategory,
10
10
  CampHealthComponentStatus,
11
11
  CampHealthSnapshotSchema,
12
- CliSurfaceSelectionError,
12
+ CliSurfaceSelectionError
13
+ } from "./chunk-QY7U7U2K.js";
14
+ import {
15
+ Array$,
16
+ Boolean$,
13
17
  CommandExecutor_exports,
14
18
  Command_exports,
19
+ Literal,
20
+ NullOr,
21
+ Number$,
15
22
  PRIIISK_CACHE_ROOT_ENV,
16
23
  PRIIISK_CONFIG_PATH_ENV,
17
24
  PRIIISK_CREDENTIALS_PATH_ENV,
18
25
  PRIIISK_PI_AGENT_DIR_ENV,
19
26
  PRIIISK_RUNTIME_DIR_ENV,
20
27
  PRIIISK_STATE_ROOT_ENV,
21
- StateIoError,
22
- campRunPaths,
23
- prepareCampRunStorage
24
- } from "./chunk-QDIMBK33.js";
25
- import {
26
- Array$,
27
- Boolean$,
28
- Literal,
29
- NullOr,
30
- Number$,
31
28
  Record,
29
+ StateIoError,
32
30
  String$,
33
31
  Struct,
34
32
  Tag,
@@ -38,8 +36,9 @@ import {
38
36
  _void,
39
37
  all,
40
38
  andThen,
41
- as2 as as,
39
+ as,
42
40
  asVoid2 as asVoid,
41
+ campRunPaths,
43
42
  catchAll,
44
43
  catchTag,
45
44
  currentTimeMillis,
@@ -47,11 +46,11 @@ import {
47
46
  die2 as die,
48
47
  effect,
49
48
  either,
50
- ensuring2 as ensuring,
49
+ ensuring,
51
50
  exponential,
52
51
  fail4 as fail,
53
52
  filterOrFail,
54
- flatMap4 as flatMap,
53
+ flatMap3 as flatMap,
55
54
  forEach,
56
55
  gen,
57
56
  get4 as get,
@@ -65,7 +64,7 @@ import {
65
64
  isRight,
66
65
  isSome,
67
66
  make6 as make,
68
- map6 as map,
67
+ map3 as map,
69
68
  mapError,
70
69
  match,
71
70
  matchEffect,
@@ -78,20 +77,21 @@ import {
78
77
  orDie,
79
78
  orElseSucceed,
80
79
  positive,
80
+ prepareCampRunStorage,
81
81
  recurs,
82
82
  retry,
83
83
  runForEach,
84
84
  scoped,
85
85
  some,
86
86
  string3 as string,
87
- succeed4 as succeed,
88
- tap2 as tap,
87
+ succeed3 as succeed,
88
+ tap,
89
89
  timeoutFail,
90
90
  try_,
91
91
  update,
92
92
  withDefault,
93
- zipRight2 as zipRight
94
- } from "./chunk-26WAMIP2.js";
93
+ zipRight
94
+ } from "./chunk-DPNPQG2D.js";
95
95
 
96
96
  // packages/cli/src/doctor/doctorModel.ts
97
97
  var DOCTOR_REPORT_SCHEMA_VERSION = 1;
@@ -135,7 +135,7 @@ var makeDoctorReport = (checks, checkedAt, projectHash) => ({
135
135
  var doctorErrorMessage = (cause) => (cause instanceof Error ? cause.message : String(cause)).slice(-2048);
136
136
 
137
137
  // packages/camp-state/src/bootstrap/campHostVersion.ts
138
- var PRIIISK_HOST_VERSION = "0.1.20";
138
+ var PRIIISK_HOST_VERSION = "0.1.21";
139
139
 
140
140
  // packages/surface/src/domain/surfaceModel.ts
141
141
  var NonEmptyString = String$.pipe(minLength(1));
@@ -21,55 +21,55 @@ import {
21
21
  loadCampManifest,
22
22
  makeDoctorReport,
23
23
  resolveCampSurface
24
- } from "./chunk-ZG6EM6OD.js";
24
+ } from "./chunk-GYYNOMA5.js";
25
25
  import {
26
26
  CampSessionError,
27
27
  CampTurnStopReason
28
- } from "./chunk-S4NILFPX.js";
28
+ } from "./chunk-U2FODXMR.js";
29
29
  import {
30
30
  CampHealthComponentStatus,
31
31
  CampHealthOverallStatus,
32
32
  CampHostReadiness,
33
- DirectToolSandboxKind,
34
- FileSystem_exports,
35
- PRIIISK_PI_AGENT_DIR_ENV,
36
33
  PRIIISK_PROTOCOL_PACKAGE_VERSION,
37
34
  PRIIISK_PROTOCOL_VERSION,
38
- campProjectPaths,
39
- currentDirectToolSandbox,
40
- describeDirectToolSandbox,
41
- describeProjectConfigOverrides,
42
- listWorkerModelCatalogEntries,
43
- loadProjectWorkerConfig,
44
- loadWorkerConfig,
45
- projectConfigPath,
46
- resolveCredentialsPath,
47
- resolveProjectScope,
48
- resolveWorkerConfigPath,
49
35
  withCampRpc
50
- } from "./chunk-QDIMBK33.js";
51
- import "./chunk-XLZHFINK.js";
36
+ } from "./chunk-QY7U7U2K.js";
37
+ import "./chunk-TUCFONJW.js";
52
38
  import {
39
+ DirectToolSandboxKind,
40
+ FileSystem_exports,
53
41
  Literal,
42
+ PRIIISK_PI_AGENT_DIR_ENV,
54
43
  Tag,
55
44
  TaggedError,
56
45
  all,
46
+ campProjectPaths,
57
47
  catchAll,
48
+ currentDirectToolSandbox,
58
49
  currentTimeMillis,
50
+ describeDirectToolSandbox,
51
+ describeProjectConfigOverrides,
59
52
  either,
60
- flatMap4 as flatMap,
53
+ flatMap3 as flatMap,
61
54
  forEach,
62
55
  gen,
63
56
  get4 as get,
64
57
  isNone,
58
+ listWorkerModelCatalogEntries,
59
+ loadProjectWorkerConfig,
60
+ loadWorkerConfig,
65
61
  make6 as make,
66
- map6 as map,
62
+ map3 as map,
67
63
  match,
68
- succeed4 as succeed,
69
- sync2 as sync,
64
+ projectConfigPath,
65
+ resolveCredentialsPath,
66
+ resolveProjectScope,
67
+ resolveWorkerConfigPath,
68
+ succeed3 as succeed,
69
+ sync,
70
70
  try_,
71
71
  update
72
- } from "./chunk-26WAMIP2.js";
72
+ } from "./chunk-DPNPQG2D.js";
73
73
  import {
74
74
  __commonJS,
75
75
  __require,