@adminiumjs/engine 0.1.0 → 0.1.2

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.
@@ -23,7 +23,7 @@ export type AdapterErrorCode = (typeof ADAPTER_ERROR_CODES)[number];
23
23
  /**
24
24
  * The only error type adapter methods may reject with. The Studio wizard and
25
25
  * the `diagnostics-readout` widget map `code` to remediation copy (e.g. the
26
- * allowlist-IP hint per designs/System States).
26
+ * allowlist-IP hint per System States).
27
27
  */
28
28
  export declare class AdapterError extends Error {
29
29
  readonly code: AdapterErrorCode;
@@ -14,7 +14,7 @@ export const ADAPTER_ERROR_CODES = [
14
14
  /**
15
15
  * The only error type adapter methods may reject with. The Studio wizard and
16
16
  * the `diagnostics-readout` widget map `code` to remediation copy (e.g. the
17
- * allowlist-IP hint per designs/System States).
17
+ * allowlist-IP hint per System States).
18
18
  */
19
19
  export class AdapterError extends Error {
20
20
  code;
@@ -63,7 +63,7 @@ export declare const pageEnvelopeSchema: z.ZodObject<{
63
63
  config: z.ZodRecord<z.ZodString, z.ZodUnknown>;
64
64
  }, z.core.$strip>;
65
65
  export type PageEnvelope = z.infer<typeof pageEnvelopeSchema>;
66
- /** Canonical alias used across the workplan documents. */
66
+ /** Canonical alias used across the specs. */
67
67
  export type PageConfig = PageEnvelope;
68
68
  /**
69
69
  * A validated dashboard widget instance (01-architecture.md §6.1): a grid
@@ -1 +1 @@
1
- {"version":3,"file":"envelope.d.ts","sourceRoot":"","sources":["../../src/config-schema/envelope.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB;;;;;GAKG;AACH,eAAO,MAAM,YAAY,kEAAmE,CAAC;AAC7F,eAAO,MAAM,gBAAgB;;;;;;EAAuB,CAAC;AACrD,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAE1D;;;;;GAKG;AACH,eAAO,MAAM,eAAe,QAAgD,CAAC;AAI7E,qDAAqD;AACrD,eAAO,MAAM,eAAe;;;;;;iBAM1B,CAAC;AACH,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AA6BxD,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAW7B,CAAC;AAEH,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAC9D,0DAA0D;AAC1D,MAAM,MAAM,UAAU,GAAG,YAAY,CAAC;AAEtC;;;;GAIG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;iBAY7B,CAAC;AACH,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC"}
1
+ {"version":3,"file":"envelope.d.ts","sourceRoot":"","sources":["../../src/config-schema/envelope.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB;;;;;GAKG;AACH,eAAO,MAAM,YAAY,kEAAmE,CAAC;AAC7F,eAAO,MAAM,gBAAgB;;;;;;EAAuB,CAAC;AACrD,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAE1D;;;;;GAKG;AACH,eAAO,MAAM,eAAe,QAAgD,CAAC;AAI7E,qDAAqD;AACrD,eAAO,MAAM,eAAe;;;;;;iBAM1B,CAAC;AACH,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AA6BxD,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAW7B,CAAC;AAEH,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAC9D,6CAA6C;AAC7C,MAAM,MAAM,UAAU,GAAG,YAAY,CAAC;AAEtC;;;;GAIG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;iBAY7B,CAAC;AACH,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC"}
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- /** @adminium/engine — SchemaModel, Adapter interface, classification, config generation. See workplan/05-introspection-engine.md. */
1
+ /** @adminium/engine — SchemaModel, Adapter interface, classification, config generation. See 05-introspection-engine.md. */
2
2
  export declare const PACKAGE_NAME = "@adminium/engine";
3
3
  export * from './schema-model.js';
4
4
  export * from './adapter.js';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,qIAAqI;AACrI,eAAO,MAAM,YAAY,qBAAqB,CAAC;AAE/C,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,4HAA4H;AAC5H,eAAO,MAAM,YAAY,qBAAqB,CAAC;AAE/C,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC"}
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @adminium/engine — SchemaModel, Adapter interface, classification, config generation. See workplan/05-introspection-engine.md. */
1
+ /** @adminium/engine — SchemaModel, Adapter interface, classification, config generation. See 05-introspection-engine.md. */
2
2
  export const PACKAGE_NAME = '@adminium/engine';
3
3
  export * from './schema-model.js';
4
4
  export * from './adapter.js';
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,qIAAqI;AACrI,MAAM,CAAC,MAAM,YAAY,GAAG,kBAAkB,CAAC;AAE/C,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,4HAA4H;AAC5H,MAAM,CAAC,MAAM,YAAY,GAAG,kBAAkB,CAAC;AAE/C,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminiumjs/engine",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "license": "AGPL-3.0-only",
5
5
  "repository": {
6
6
  "type": "git",
@@ -28,7 +28,7 @@
28
28
  }
29
29
  },
30
30
  "dependencies": {
31
- "@adminium/widgets": "npm:@adminiumjs/widgets@0.1.0",
31
+ "@adminium/widgets": "npm:@adminiumjs/widgets@0.1.2",
32
32
  "zod": "^4.4.3"
33
33
  },
34
34
  "files": [