@lls/store 24.12.0-bfdef9e1 → 24.12.0-c2a4e155
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.
- package/package.json +5 -5
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-
|
|
5
|
+
"version": "24.12.0-c2a4e155",
|
|
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-
|
|
54
|
-
"@lls/utils": "24.12.0-
|
|
55
|
-
"@lls/vitescripts": "24.12.0-
|
|
53
|
+
"@lls/common": "24.12.0-c2a4e155",
|
|
54
|
+
"@lls/utils": "24.12.0-c2a4e155",
|
|
55
|
+
"@lls/vitescripts": "24.12.0-c2a4e155"
|
|
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"
|
|
66
66
|
}
|
|
67
67
|
}
|