@lls/store 24.12.0-80e45cb2 → 24.12.0-83c8596d

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/lib/index.js +1 -0
  2. package/package.json +4 -4
package/lib/index.js CHANGED
@@ -1598,6 +1598,7 @@ var licenseSchema = define(license, {
1598
1598
  school,
1599
1599
  user,
1600
1600
  books: [book],
1601
+ adoptantBooks: [book],
1601
1602
  subscriptions: [subscription]
1602
1603
  });
1603
1604
  var documentTypeSchema = define(documentType, {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@lls/store",
3
3
  "description": "model de donnée et selecteurs",
4
4
  "homepage": "https://github.com/lelivrescolaire/monorepo/tree/dev/libs/store",
5
- "version": "24.12.0-80e45cb2",
5
+ "version": "24.12.0-83c8596d",
6
6
  "type": "module",
7
7
  "types": "./lib/builttypes/store/src/index.d.ts",
8
8
  "exports": {
@@ -50,9 +50,9 @@
50
50
  "typescript": "5.7.3",
51
51
  "vite": "5.4.11",
52
52
  "vite-tsconfig-paths": "5.1.4",
53
- "@lls/common": "24.12.0-80e45cb2",
54
- "@lls/utils": "24.12.0-80e45cb2",
55
- "@lls/vitescripts": "24.12.0-80e45cb2"
53
+ "@lls/common": "24.12.0-83c8596d",
54
+ "@lls/utils": "24.12.0-83c8596d",
55
+ "@lls/vitescripts": "24.12.0-83c8596d"
56
56
  },
57
57
  "license": "ISC",
58
58
  "dependencies": {