@adviser/cement 0.3.0 → 0.3.1

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/index.d.cts CHANGED
@@ -1,5 +1,5 @@
1
- import { S as SysAbstraction, T as Time } from './base-sys-abstraction-Qj7pkY1N.cjs';
2
- export { r as BaseSysAbstraction, o as BaseSysAbstractionParams, B as BrowserEnvActions, C as ConstTime, D as Duration, f as Env, d as EnvActions, e as EnvFactoryOpts, h as EnvImpl, E as EnvMap, p as ExitHandler, q as ExitService, F as FileService, I as IDMode, n as IdService, N as NamedWritableStream, O as OnSetItem, R as RandomMode, m as RandomService, k as StepTime, b as String2TimeMode, j as SysTime, c as SystemService, l as TimeFactory, a as TimeMode, i as TimeUnits, V as VoidFunc, s as WrapperSysAbstraction, W as WrapperSysAbstractionParams, g as envFactory } from './base-sys-abstraction-Qj7pkY1N.cjs';
1
+ import { S as SysAbstraction, T as Time } from './base-sys-abstraction-KYXfUGd6.cjs';
2
+ export { t as BaseSysAbstraction, p as BaseSysAbstractionParams, B as BrowserEnvActions, C as ConstTime, D as Duration, f as Env, d as EnvActions, g as EnvFactoryFn, e as EnvFactoryOpts, i as EnvImpl, E as EnvMap, q as ExitHandler, s as ExitService, F as FileService, I as IDMode, o as IdService, N as NamedWritableStream, O as OnSetItem, R as RandomMode, n as RandomService, l as StepTime, b as String2TimeMode, k as SysTime, c as SystemService, m as TimeFactory, a as TimeMode, j as TimeUnits, V as VoidFunc, u as WrapperSysAbstraction, W as WrapperSysAbstractionParams, h as envFactory, r as registerEnvAction } from './base-sys-abstraction-KYXfUGd6.cjs';
3
3
  import { T as TxtEnDecoder } from './txt-en-decoder-CZYJUju2.cjs';
4
4
  export { U as Utf8EnDecoder, a as Utf8EnDecoderSingleton } from './txt-en-decoder-CZYJUju2.cjs';
5
5
  export { i as utils } from './index-Q3phXzYr.cjs';
@@ -75,8 +75,8 @@ declare class _OPTIONAL {
75
75
  readonly val = "OPTIONAL";
76
76
  }
77
77
  interface _key {
78
- REQUIRED: _REQUIRED;
79
- OPTIONAL: _OPTIONAL;
78
+ readonly REQUIRED: _REQUIRED;
79
+ readonly OPTIONAL: _OPTIONAL;
80
80
  }
81
81
  declare const key: _key;
82
82
  type KeysParam = (string | MsgFn | Record<string, _REQUIRED | _OPTIONAL | unknown>)[];
package/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { S as SysAbstraction, T as Time } from './base-sys-abstraction-BkEiLHl0.js';
2
- export { r as BaseSysAbstraction, o as BaseSysAbstractionParams, B as BrowserEnvActions, C as ConstTime, D as Duration, f as Env, d as EnvActions, e as EnvFactoryOpts, h as EnvImpl, E as EnvMap, p as ExitHandler, q as ExitService, F as FileService, I as IDMode, n as IdService, N as NamedWritableStream, O as OnSetItem, R as RandomMode, m as RandomService, k as StepTime, b as String2TimeMode, j as SysTime, c as SystemService, l as TimeFactory, a as TimeMode, i as TimeUnits, V as VoidFunc, s as WrapperSysAbstraction, W as WrapperSysAbstractionParams, g as envFactory } from './base-sys-abstraction-BkEiLHl0.js';
1
+ import { S as SysAbstraction, T as Time } from './base-sys-abstraction-BPFyK8XL.js';
2
+ export { t as BaseSysAbstraction, p as BaseSysAbstractionParams, B as BrowserEnvActions, C as ConstTime, D as Duration, f as Env, d as EnvActions, g as EnvFactoryFn, e as EnvFactoryOpts, i as EnvImpl, E as EnvMap, q as ExitHandler, s as ExitService, F as FileService, I as IDMode, o as IdService, N as NamedWritableStream, O as OnSetItem, R as RandomMode, n as RandomService, l as StepTime, b as String2TimeMode, k as SysTime, c as SystemService, m as TimeFactory, a as TimeMode, j as TimeUnits, V as VoidFunc, u as WrapperSysAbstraction, W as WrapperSysAbstractionParams, h as envFactory, r as registerEnvAction } from './base-sys-abstraction-BPFyK8XL.js';
3
3
  import { T as TxtEnDecoder } from './txt-en-decoder-CZYJUju2.js';
4
4
  export { U as Utf8EnDecoder, a as Utf8EnDecoderSingleton } from './txt-en-decoder-CZYJUju2.js';
5
5
  export { i as utils } from './index-tIGZMHTc.js';
@@ -75,8 +75,8 @@ declare class _OPTIONAL {
75
75
  readonly val = "OPTIONAL";
76
76
  }
77
77
  interface _key {
78
- REQUIRED: _REQUIRED;
79
- OPTIONAL: _OPTIONAL;
78
+ readonly REQUIRED: _REQUIRED;
79
+ readonly OPTIONAL: _OPTIONAL;
80
80
  }
81
81
  declare const key: _key;
82
82
  type KeysParam = (string | MsgFn | Record<string, _REQUIRED | _OPTIONAL | unknown>)[];
package/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  WebSysAbstraction
3
- } from "./chunk-N3NUTN4B.js";
3
+ } from "./chunk-STUPETPE.js";
4
4
  import {
5
5
  BaseSysAbstraction,
6
6
  BrowserEnvActions,
@@ -24,8 +24,9 @@ import {
24
24
  TimeMode,
25
25
  TimeUnits,
26
26
  WrapperSysAbstraction,
27
- envFactory
28
- } from "./chunk-N5LQQXOU.js";
27
+ envFactory,
28
+ registerEnvAction
29
+ } from "./chunk-PSPOGR2I.js";
29
30
  import {
30
31
  ConsoleWriterStream,
31
32
  FanoutWriteStream,
@@ -2161,6 +2162,7 @@ export {
2161
2162
  isURL,
2162
2163
  key,
2163
2164
  logValue,
2165
+ registerEnvAction,
2164
2166
  runtimeFn,
2165
2167
  toCryptoRuntime,
2166
2168
  utils_exports as utils