@lls/store 24.12.0-d7745af9 → 24.12.0-e25df3a7

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 +0 -1
  2. package/package.json +5 -5
package/lib/index.js CHANGED
@@ -1598,7 +1598,6 @@ var licenseSchema = define(license, {
1598
1598
  school,
1599
1599
  user,
1600
1600
  books: [book],
1601
- adoptantBooks: [book],
1602
1601
  subscriptions: [subscription]
1603
1602
  });
1604
1603
  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-d7745af9",
5
+ "version": "24.12.0-e25df3a7",
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-d7745af9",
54
- "@lls/utils": "24.12.0-d7745af9",
55
- "@lls/vitescripts": "24.12.0-d7745af9"
53
+ "@lls/common": "24.12.0-e25df3a7",
54
+ "@lls/utils": "24.12.0-e25df3a7",
55
+ "@lls/vitescripts": "24.12.0-e25df3a7"
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 --bail"
65
+ "test": "bun test"
66
66
  }
67
67
  }