pane-registry 2.5.0-5385a474 → 2.5.0-6a813336

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/eslint.config.mjs CHANGED
@@ -1,8 +1,8 @@
1
- import { defineConfig } from 'eslint/config'
2
1
  import globals from 'globals'
3
2
  import neostandard from 'neostandard'
4
3
 
5
- export default defineConfig([
4
+
5
+ export default [
6
6
  ...neostandard(),
7
7
  {
8
8
  languageOptions: {
@@ -19,4 +19,4 @@ export default defineConfig([
19
19
  }]
20
20
  }
21
21
  }
22
- ])
22
+ ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pane-registry",
3
- "version": "2.5.0-5385a474",
3
+ "version": "2.5.0-6a813336",
4
4
  "description": "Solid-compatible Panes: Pane Registry",
5
5
  "main": "./paneRegistry.js",
6
6
  "types": "./index.d.ts",