@meistrari/mise-en-place 2.10.1 → 2.10.2

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/dist/eslint.mjs +1 -1
  2. package/package.json +1 -1
package/dist/eslint.mjs CHANGED
@@ -48,7 +48,7 @@ const eslintConfig = antfu(
48
48
  // satisfy the linter with no actual runtime benefits. We can enable them again if we figure out a way to make them less noisy or more useful.
49
49
  "ts/no-unsafe-assignment": "off",
50
50
  "ts/no-unsafe-argument": "off",
51
- "ts/no-unsafe-member-acces": "off",
51
+ "ts/no-unsafe-member-access": "off",
52
52
  "ts/no-unsafe-return": "off",
53
53
  // No actual harm in unnecessary conditions. This is just a stylistic choice
54
54
  "ts/no-unnecessary-condition": "off",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meistrari/mise-en-place",
3
- "version": "2.10.1",
3
+ "version": "2.10.2",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",