@playcademy/better-auth 0.0.3-beta.1 → 0.0.4-beta.1
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/server.js +2 -1
- package/package.json +1 -1
package/dist/server.js
CHANGED
|
@@ -15223,7 +15223,8 @@ function createTimebackNamespace(client) {
|
|
|
15223
15223
|
scoreData: payload.scoreData,
|
|
15224
15224
|
timingData: payload.timingData,
|
|
15225
15225
|
xpEarned: payload.xpEarned,
|
|
15226
|
-
masteredUnits: payload.masteredUnits
|
|
15226
|
+
masteredUnits: payload.masteredUnits,
|
|
15227
|
+
extensions: payload.extensions
|
|
15227
15228
|
});
|
|
15228
15229
|
},
|
|
15229
15230
|
getStudentXp: async (studentId, options) => {
|