@lls/store 24.12.0-e3d68f0a → 24.12.0-e64b5a4e

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 +5 -5
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-e3d68f0a",
5
+ "version": "24.12.0-e64b5a4e",
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-e3d68f0a",
54
- "@lls/utils": "24.12.0-e3d68f0a",
55
- "@lls/vitescripts": "24.12.0-e3d68f0a"
53
+ "@lls/common": "24.12.0-e64b5a4e",
54
+ "@lls/utils": "24.12.0-e64b5a4e",
55
+ "@lls/vitescripts": "24.12.0-e64b5a4e"
56
56
  },
57
57
  "license": "ISC",
58
58
  "dependencies": {
@@ -62,6 +62,6 @@
62
62
  "build": "node build.mjs",
63
63
  "lint": "pnpm biome check --apply src __tests__",
64
64
  "dts": "pnpm tsc --project tsconfig.production.json",
65
- "test": "bun test"
65
+ "test": "bun test --bail"
66
66
  }
67
67
  }