@moneko/core 4.6.9 → 4.6.10

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.
@@ -1,5 +1,5 @@
1
1
  import { type AppType, type Framework } from './index.mjs';
2
- type PackageJson = typeof import('../package.json');
2
+ type PackageJson = typeof import('package.json');
3
3
  export declare const packageJson: Omit<PackageJson, 'scripts'> & {
4
4
  scripts?: Record<string, string>;
5
5
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moneko/core",
3
- "version": "4.6.9",
3
+ "version": "4.6.10",
4
4
  "description": "core",
5
5
  "main": "lib/index.mjs",
6
6
  "type": "module",