@devvit/shared-types 0.10.23-next-2024-06-13-22bae734d.0 → 0.10.23-next-2024-06-13-8c5a69306.0

Sign up to get free protection for your applications and to get access to all the features.
package/Header.d.ts CHANGED
@@ -40,13 +40,13 @@ export declare const enum AppDebug {
40
40
  EmitSnapshots = "emitSnapshots",
41
41
  /** Log app state changes. */
42
42
  EmitState = "emitState",
43
+ /** Enable debug logging for realtime and useChannel() hook. */
44
+ Realtime = "realtime",
43
45
  /** Enable runtime and dispatcher logging. */
44
46
  Runtime = "runtime",
45
47
  /** Enable debug logging for devvit-surface and dispatcher. */
46
48
  Surface = "surface",
47
49
  /** Enable debug logging for the useAsync() hook family. */
48
- UseAsync = "useAsync",
49
- /** Enable debug logging for useChannel() hook. */
50
- UseChannel = "useChannel"
50
+ UseAsync = "useAsync"
51
51
  }
52
52
  //# sourceMappingURL=Header.d.ts.map
package/Header.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../src/Header.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;EAuBjB,CAAC;AACH,MAAM,MAAM,MAAM,GAAG,CAAC,OAAO,MAAM,CAAC,CAAC,MAAM,OAAO,MAAM,CAAC,CAAC;AAE1D,6CAA6C;AAC7C,0BAAkB,QAAQ;IACxB,uCAAuC;IACvC,MAAM,WAAW;IACjB;;;;OAIG;IACH,aAAa,kBAAkB;IAC/B,6BAA6B;IAC7B,SAAS,cAAc;IACvB,6CAA6C;IAC7C,OAAO,YAAY;IACnB,8DAA8D;IAC9D,OAAO,YAAY;IACnB,2DAA2D;IAC3D,QAAQ,aAAa;IACrB,kDAAkD;IAClD,UAAU,eAAe;CAC1B"}
1
+ {"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../src/Header.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;EAuBjB,CAAC;AACH,MAAM,MAAM,MAAM,GAAG,CAAC,OAAO,MAAM,CAAC,CAAC,MAAM,OAAO,MAAM,CAAC,CAAC;AAE1D,6CAA6C;AAC7C,0BAAkB,QAAQ;IACxB,uCAAuC;IACvC,MAAM,WAAW;IACjB;;;;OAIG;IACH,aAAa,kBAAkB;IAC/B,6BAA6B;IAC7B,SAAS,cAAc;IACvB,+DAA+D;IAC/D,QAAQ,aAAa;IACrB,6CAA6C;IAC7C,OAAO,YAAY;IACnB,8DAA8D;IAC9D,OAAO,YAAY;IACnB,2DAA2D;IAC3D,QAAQ,aAAa;CACtB"}
package/Header.js CHANGED
@@ -40,12 +40,12 @@ export var AppDebug;
40
40
  AppDebug["EmitSnapshots"] = "emitSnapshots";
41
41
  /** Log app state changes. */
42
42
  AppDebug["EmitState"] = "emitState";
43
+ /** Enable debug logging for realtime and useChannel() hook. */
44
+ AppDebug["Realtime"] = "realtime";
43
45
  /** Enable runtime and dispatcher logging. */
44
46
  AppDebug["Runtime"] = "runtime";
45
47
  /** Enable debug logging for devvit-surface and dispatcher. */
46
48
  AppDebug["Surface"] = "surface";
47
49
  /** Enable debug logging for the useAsync() hook family. */
48
50
  AppDebug["UseAsync"] = "useAsync";
49
- /** Enable debug logging for useChannel() hook. */
50
- AppDebug["UseChannel"] = "useChannel";
51
51
  })(AppDebug || (AppDebug = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/shared-types",
3
- "version": "0.10.23-next-2024-06-13-22bae734d.0",
3
+ "version": "0.10.23-next-2024-06-13-8c5a69306.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",
@@ -23,12 +23,12 @@
23
23
  },
24
24
  "types": "./index.d.ts",
25
25
  "dependencies": {
26
- "@devvit/protos": "0.10.23-next-2024-06-13-22bae734d.0"
26
+ "@devvit/protos": "0.10.23-next-2024-06-13-8c5a69306.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@devvit/eslint-config": "0.10.22",
30
30
  "@devvit/repo-tools": "0.10.22",
31
- "@devvit/tsconfig": "0.10.23-next-2024-06-13-22bae734d.0",
31
+ "@devvit/tsconfig": "0.10.23-next-2024-06-13-8c5a69306.0",
32
32
  "@types/redis-mock": "0.17.1",
33
33
  "eslint": "8.9.0",
34
34
  "lit": "2.2.8",
@@ -41,5 +41,5 @@
41
41
  "directory": "dist"
42
42
  },
43
43
  "source": "./src/index.ts",
44
- "gitHead": "6dca2e6fe52db6a6917d72a09623de9dedef2e06"
44
+ "gitHead": "b31c59acd646237d8ffcb68ffc82fd18a429476f"
45
45
  }