@socialgouv/legi-data-types 2.128.0 → 2.131.0
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/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -65,7 +65,7 @@ It's possible to require any of the [available codes][link-code-references] JSON
|
|
|
65
65
|
tree straight from the data directory:
|
|
66
66
|
|
|
67
67
|
```js
|
|
68
|
-
const LaborCode = require("@socialgouv/
|
|
68
|
+
const LaborCode = require("@socialgouv/legi-data/data/LEGITEXT000006072050.json");
|
|
69
69
|
```
|
|
70
70
|
|
|
71
71
|
And the list of available codes with:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@socialgouv/legi-data-types",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.131.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"esm": "^3.2.25",
|
|
41
41
|
"husky": "^7.0.4",
|
|
42
42
|
"jest": "^27.3.1",
|
|
43
|
-
"npmlog": "^
|
|
43
|
+
"npmlog": "^6.0.0",
|
|
44
44
|
"p-pipe": "3",
|
|
45
45
|
"p-queue": "^6.6.2",
|
|
46
46
|
"p-retry": "^4.6.1",
|