z-schema 12.0.3 → 12.0.4

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/README.md +6 -6
  2. package/package.json +4 -2
package/README.md CHANGED
@@ -280,17 +280,17 @@ Big thanks to:
280
280
  </tr>
281
281
  <tr>
282
282
  <td align="center">
283
- <a href="https://github.com/epoberezkin">
284
- <img src="https://avatars.githubusercontent.com/u/2769109?v=4" width="100;" alt="epoberezkin"/>
283
+ <a href="https://github.com/toofishes">
284
+ <img src="https://avatars.githubusercontent.com/u/265817?v=4" width="100;" alt="toofishes"/>
285
285
  <br />
286
- <sub><b>Evgeny</b></sub>
286
+ <sub><b>Dan McGee</b></sub>
287
287
  </a>
288
288
  </td>
289
289
  <td align="center">
290
- <a href="https://github.com/toofishes">
291
- <img src="https://avatars.githubusercontent.com/u/265817?v=4" width="100;" alt="toofishes"/>
290
+ <a href="https://github.com/epoberezkin">
291
+ <img src="https://avatars.githubusercontent.com/u/2769109?v=4" width="100;" alt="epoberezkin"/>
292
292
  <br />
293
- <sub><b>Dan McGee</b></sub>
293
+ <sub><b>Evgeny</b></sub>
294
294
  </a>
295
295
  </td>
296
296
  <td align="center">
package/package.json CHANGED
@@ -1,10 +1,12 @@
1
1
  {
2
2
  "name": "z-schema",
3
- "version": "12.0.3",
3
+ "version": "12.0.4",
4
4
  "engines": {
5
5
  "node": ">=22.0.0"
6
6
  },
7
- "sideEffects": false,
7
+ "sideEffects": [
8
+ "./dist/z-schema-versions.js"
9
+ ],
8
10
  "description": "Fast, lightweight JSON Schema validator for Node.js and browsers — full support for draft-04, draft-06, draft-07, draft-2019-09, and draft-2020-12 (latest)",
9
11
  "homepage": "https://github.com/zaggino/z-schema",
10
12
  "authors": [