@lls/store 24.11.0-87cbd20e → 24.11.0-9405fed2

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 +2 -1
  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 } = crud("documents", {
1012
+ var { useSearchDocuments, getDocument } = crud("documents", {
1013
1013
  search: search10
1014
1014
  });
1015
1015
 
@@ -1707,6 +1707,7 @@ export {
1707
1707
  getContact,
1708
1708
  getContacts,
1709
1709
  getCurrentUser,
1710
+ getDocument,
1710
1711
  getDocumentType,
1711
1712
  getDocumentTypes,
1712
1713
  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-87cbd20e",
5
+ "version": "24.11.0-9405fed2",
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-87cbd20e",
52
- "@lls/vitescripts": "24.11.0-87cbd20e"
51
+ "@lls/utils": "24.11.0-9405fed2",
52
+ "@lls/vitescripts": "24.11.0-9405fed2"
53
53
  },
54
54
  "license": "ISC",
55
55
  "dependencies": {