@lls/store 24.11.0-b1fa4682 → 24.11.0-c028be2f

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 -2
  2. package/package.json +3 -3
package/lib/index.js CHANGED
@@ -1009,7 +1009,7 @@ var search10 = ({
1009
1009
  subDocumentType: subDocumentTypes
1010
1010
  });
1011
1011
  };
1012
- var { useSearchDocuments, getDocument } = crud("documents", {
1012
+ var { useSearchDocuments } = crud("documents", {
1013
1013
  search: search10
1014
1014
  });
1015
1015
 
@@ -1707,7 +1707,6 @@ export {
1707
1707
  getContact,
1708
1708
  getContacts,
1709
1709
  getCurrentUser,
1710
- getDocument,
1711
1710
  getDocumentType,
1712
1711
  getDocumentTypes,
1713
1712
  getDraft,
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.11.0-b1fa4682",
5
+ "version": "24.11.0-c028be2f",
6
6
  "type": "module",
7
7
  "types": "./lib/builttypes/store/src/index.d.ts",
8
8
  "exports": {
@@ -48,8 +48,8 @@
48
48
  "typescript": "5.6.3",
49
49
  "vite": "5.4.11",
50
50
  "vite-tsconfig-paths": "5.1.3",
51
- "@lls/utils": "24.11.0-b1fa4682",
52
- "@lls/vitescripts": "24.11.0-b1fa4682"
51
+ "@lls/utils": "24.11.0-c028be2f",
52
+ "@lls/vitescripts": "24.11.0-c028be2f"
53
53
  },
54
54
  "license": "ISC",
55
55
  "dependencies": {