@devvit/ui-renderer 0.10.19-next-2024-04-15-cf0c7ca02.0 → 0.10.19-next-2024-04-15-1544632a8.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.
@@ -124,7 +124,7 @@ export class AppUILooper {
124
124
  this._local = src
125
125
  ? new BrowserLiteClient(src, (type, err) => this.onError?.(type, err), {
126
126
  callback: __classPrivateFieldGet(this, _AppUILooper_onPluginCall, "f"),
127
- plugins: [RealtimeDefinition.fullName],
127
+ plugins: [],
128
128
  })
129
129
  : undefined;
130
130
  if (this._local)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/ui-renderer",
3
- "version": "0.10.19-next-2024-04-15-cf0c7ca02.0",
3
+ "version": "0.10.19-next-2024-04-15-1544632a8.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",
@@ -55,11 +55,11 @@
55
55
  },
56
56
  "types": "./index.d.ts",
57
57
  "dependencies": {
58
- "@devvit/protos": "0.10.19-next-2024-04-15-cf0c7ca02.0",
59
- "@devvit/public-api": "0.10.19-next-2024-04-15-cf0c7ca02.0",
60
- "@devvit/runtime-lite": "0.10.19-next-2024-04-15-cf0c7ca02.0",
61
- "@devvit/runtimes": "0.10.19-next-2024-04-15-cf0c7ca02.0",
62
- "@devvit/shared-types": "0.10.19-next-2024-04-15-cf0c7ca02.0",
58
+ "@devvit/protos": "0.10.19-next-2024-04-15-1544632a8.0",
59
+ "@devvit/public-api": "0.10.19-next-2024-04-15-1544632a8.0",
60
+ "@devvit/runtime-lite": "0.10.19-next-2024-04-15-1544632a8.0",
61
+ "@devvit/runtimes": "0.10.19-next-2024-04-15-1544632a8.0",
62
+ "@devvit/shared-types": "0.10.19-next-2024-04-15-1544632a8.0",
63
63
  "@dotlottie/player-component": "2.7.2",
64
64
  "p-queue": "7.3.4",
65
65
  "rxjs": "7.8.1"
@@ -86,7 +86,7 @@
86
86
  "devDependencies": {
87
87
  "@devvit/eslint-config": "0.10.18",
88
88
  "@devvit/repo-tools": "0.10.18",
89
- "@devvit/tsconfig": "0.10.19-next-2024-04-15-cf0c7ca02.0",
89
+ "@devvit/tsconfig": "0.10.19-next-2024-04-15-1544632a8.0",
90
90
  "@lit-labs/ssr": "^2.2.3",
91
91
  "@lit/localize": "0.11.4",
92
92
  "@open-wc/testing-helpers": "2.3.0",
@@ -119,5 +119,5 @@
119
119
  "directory": "dist"
120
120
  },
121
121
  "source": "./src/index.ts",
122
- "gitHead": "4fdeb8a0d68a4ef856591c6f53a2c7c868f584f7"
122
+ "gitHead": "b74200e25fd703ea56c7f87b0ada25897efd9c87"
123
123
  }