@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.
Files changed (2) hide show
  1. package/dist/server.js +2 -1
  2. 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) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@playcademy/better-auth",
3
- "version": "0.0.3-beta.1",
3
+ "version": "0.0.4-beta.1",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "./server": {