convex-ents 0.9.1 → 0.9.3
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/deletion.js.map +1 -1
- package/dist/functions.js +1 -1
- package/dist/functions.js.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/schema.js +2 -2
- package/dist/schema.js.map +1 -1
- package/dist/writer.js +1 -1
- package/dist/writer.js.map +1 -1
- package/package.json +1 -1
package/dist/functions.js
CHANGED
|
@@ -999,7 +999,7 @@ var PromiseEntOrNullImpl = class extends Promise {
|
|
|
999
999
|
return new PromiseEdgeOrNullImpl(
|
|
1000
1000
|
this.ctx,
|
|
1001
1001
|
this.entDefinitions,
|
|
1002
|
-
|
|
1002
|
+
edgeDefinition.to,
|
|
1003
1003
|
edgeDefinition,
|
|
1004
1004
|
async () => {
|
|
1005
1005
|
const { id } = await this.retrieve();
|