@socialgouv/cdtn-utils 4.212.1 → 4.213.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/build/idcc.d.ts CHANGED
@@ -54,7 +54,6 @@ export declare const IDCC_MERGE: {
54
54
  readonly 7027: readonly [7008, 7021];
55
55
  readonly 2336: readonly [1278];
56
56
  readonly 3216: readonly [1947];
57
- readonly 1518: readonly [3203, 1031];
58
57
  readonly 3252: readonly [2717, 2397];
59
58
  readonly 2609: readonly [2707];
60
59
  readonly 3254: readonly [1504, 992];
package/build/idcc.js CHANGED
@@ -65,7 +65,6 @@ exports.IDCC_MERGE = {
65
65
  7027: [7008, 7021],
66
66
  2336: [1278],
67
67
  3216: [1947],
68
- 1518: [3203, 1031],
69
68
  3252: [2717, 2397],
70
69
  2609: [2707],
71
70
  3254: [1504, 992],
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public",
5
5
  "registry": "https://registry.npmjs.org/"
6
6
  },
7
- "version": "4.212.1",
7
+ "version": "4.213.0",
8
8
  "main": "build/index.js",
9
9
  "module": "build/index.js",
10
10
  "types": "build/index.d.ts",
@@ -48,5 +48,5 @@
48
48
  "pnpm format"
49
49
  ]
50
50
  },
51
- "gitHead": "24f86ada6ddbee86a8040961606cacb9b1d49acf"
51
+ "gitHead": "3d5acf7c03effe951b941f13624cec9f00aa191c"
52
52
  }