@devvit/ui-renderer 0.10.18-next-2024-03-18-06be6045a.0 → 0.10.18-next-2024-03-18-d20b2b91c.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/ui-renderer",
3
- "version": "0.10.18-next-2024-03-18-06be6045a.0",
3
+ "version": "0.10.18-next-2024-03-18-d20b2b91c.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",
@@ -55,10 +55,10 @@
55
55
  },
56
56
  "types": "./index.d.ts",
57
57
  "dependencies": {
58
- "@devvit/protos": "0.10.18-next-2024-03-18-06be6045a.0",
59
- "@devvit/runtime-lite": "0.10.18-next-2024-03-18-06be6045a.0",
60
- "@devvit/runtimes": "0.10.18-next-2024-03-18-06be6045a.0",
61
- "@devvit/shared-types": "0.10.18-next-2024-03-18-06be6045a.0",
58
+ "@devvit/protos": "0.10.18-next-2024-03-18-d20b2b91c.0",
59
+ "@devvit/runtime-lite": "0.10.18-next-2024-03-18-d20b2b91c.0",
60
+ "@devvit/runtimes": "0.10.18-next-2024-03-18-d20b2b91c.0",
61
+ "@devvit/shared-types": "0.10.18-next-2024-03-18-d20b2b91c.0",
62
62
  "@dotlottie/player-component": "2.7.2",
63
63
  "p-queue": "7.3.4",
64
64
  "rxjs": "7.8.1"
@@ -85,7 +85,7 @@
85
85
  "devDependencies": {
86
86
  "@devvit/eslint-config": "0.10.17",
87
87
  "@devvit/repo-tools": "0.10.17",
88
- "@devvit/tsconfig": "0.10.18-next-2024-03-18-06be6045a.0",
88
+ "@devvit/tsconfig": "0.10.18-next-2024-03-18-d20b2b91c.0",
89
89
  "@lit-labs/ssr": "^2.2.3",
90
90
  "@lit/localize": "0.11.4",
91
91
  "@open-wc/testing-helpers": "2.3.0",
@@ -118,5 +118,5 @@
118
118
  "directory": "dist"
119
119
  },
120
120
  "source": "./src/index.ts",
121
- "gitHead": "de8c9b1c561ab6ef9c166da521228bb591c28959"
121
+ "gitHead": "04f8a3e3628fb62d8e8d530c7928065001d40aa9"
122
122
  }
@@ -2,7 +2,12 @@ declare global {
2
2
  var devvit: DevvitGlobal | undefined;
3
3
  }
4
4
  export type DevvitGlobal = {
5
- /** Report circuit break and local errors in devvit-custom-post. */
5
+ /**
6
+ * Report circuit break and local errors in devvit-custom-post. Note: a
7
+ * circuit break only occurs if an _attempt_ to run in the local runtime was
8
+ * made. If the runtime or app is not yet downloaded, this may not log
9
+ * anything.
10
+ */
6
11
  logLocalErrors?: boolean | undefined;
7
12
  };
8
13
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"devvit-global.d.ts","sourceRoot":"","sources":["../../library/src/types/devvit-global.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,CAAC;IAEb,IAAI,MAAM,EAAE,YAAY,GAAG,SAAS,CAAC;CACtC;AAED,MAAM,MAAM,YAAY,GAAG;IACzB,mEAAmE;IACnE,cAAc,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CACtC,CAAC;AAEF;;;;;;;;;;;;;GAaG;AACH,wBAAgB,gBAAgB,IAAI,IAAI,CAMvC"}
1
+ {"version":3,"file":"devvit-global.d.ts","sourceRoot":"","sources":["../../library/src/types/devvit-global.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,CAAC;IAEb,IAAI,MAAM,EAAE,YAAY,GAAG,SAAS,CAAC;CACtC;AAED,MAAM,MAAM,YAAY,GAAG;IACzB;;;;;OAKG;IACH,cAAc,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CACtC,CAAC;AAEF;;;;;;;;;;;;;GAaG;AACH,wBAAgB,gBAAgB,IAAI,IAAI,CAMvC"}