gemi 0.4.1 → 0.4.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.
package/dist/app/index.js CHANGED
@@ -499,7 +499,7 @@ class Controller {
499
499
  }
500
500
  }
501
501
  // http/Error.ts
502
- var GEMI_REQUEST_BREAKER_ERROR = Symbol("GEMI_REQUEST_BREAKER_ERROR");
502
+ var GEMI_REQUEST_BREAKER_ERROR = "GEMI_REQUEST_BREAKER_ERROR";
503
503
 
504
504
  class RequestBreakerError extends Error {
505
505
  constructor() {
@@ -32,7 +32,7 @@ class Auth {
32
32
  }
33
33
  }
34
34
  // http/Error.ts
35
- var GEMI_REQUEST_BREAKER_ERROR = Symbol("GEMI_REQUEST_BREAKER_ERROR");
35
+ var GEMI_REQUEST_BREAKER_ERROR = "GEMI_REQUEST_BREAKER_ERROR";
36
36
 
37
37
  class RequestBreakerError extends Error {
38
38
  constructor() {
@@ -1,6 +1,6 @@
1
- export declare const GEMI_REQUEST_BREAKER_ERROR: unique symbol;
1
+ export declare const GEMI_REQUEST_BREAKER_ERROR = "GEMI_REQUEST_BREAKER_ERROR";
2
2
  export declare class RequestBreakerError extends Error {
3
- kind: symbol;
3
+ kind: string;
4
4
  payload: {
5
5
  api: Record<string, any>;
6
6
  view: Record<string, any>;
@@ -1 +1 @@
1
- {"version":3,"file":"Error.d.ts","sourceRoot":"","sources":["../../http/Error.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,0BAA0B,eAAuC,CAAC;AAE/E,qBAAa,mBAAoB,SAAQ,KAAK;IACrC,IAAI,SAA8B;IAClC,OAAO,EAAE;QACd,GAAG,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;QACzB,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;KAC3B,CAAyB;CAC3B"}
1
+ {"version":3,"file":"Error.d.ts","sourceRoot":"","sources":["../../http/Error.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,0BAA0B,+BAA+B,CAAC;AAEvE,qBAAa,mBAAoB,SAAQ,KAAK;IACrC,IAAI,SAA8B;IAClC,OAAO,EAAE;QACd,GAAG,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;QACzB,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;KAC3B,CAAyB;CAC3B"}
@@ -28,7 +28,7 @@ class Controller {
28
28
  }
29
29
  }
30
30
  // http/Error.ts
31
- var GEMI_REQUEST_BREAKER_ERROR = Symbol("GEMI_REQUEST_BREAKER_ERROR");
31
+ var GEMI_REQUEST_BREAKER_ERROR = "GEMI_REQUEST_BREAKER_ERROR";
32
32
 
33
33
  class RequestBreakerError extends Error {
34
34
  constructor() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gemi",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "devDependencies": {
5
5
  "@repo/eslint-config": "*",
6
6
  "@repo/typescript-config": "*",