@rindo/core 4.27.1 → 4.28.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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rindo/core/internal",
3
- "version": "4.27.1",
3
+ "version": "4.28.0",
4
4
  "description": "Rindo internals only to be imported by the Rindo Compiler. Breaking changes can and will happen at any time.",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",
@@ -2259,7 +2259,6 @@ export interface TypesModule {
2259
2259
  export type TypeInfo = {
2260
2260
  name: string;
2261
2261
  type: string;
2262
- attributeName?: string;
2263
2262
  optional: boolean;
2264
2263
  required: boolean;
2265
2264
  internal: boolean;
@@ -1239,7 +1239,7 @@ export interface ResolveModuleIdOptions {
1239
1239
  moduleId: string;
1240
1240
  containingFile?: string;
1241
1241
  exts?: string[];
1242
- packageFilter?: (pkg: any) => void;
1242
+ packageFilter?: (pkg: any, pkgFile: string) => any;
1243
1243
  }
1244
1244
  export interface ResolveModuleIdResults {
1245
1245
  moduleId: string;
@@ -826,6 +826,7 @@ export declare namespace JSXBase {
826
826
  }
827
827
  interface DetailsHTMLAttributes<T> extends HTMLAttributes<T> {
828
828
  open?: boolean;
829
+ name?: string;
829
830
  onToggle?: (event: Event) => void;
830
831
  }
831
832
  interface DelHTMLAttributes<T> extends HTMLAttributes<T> {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rindo/core/internal/testing",
3
- "version": "4.27.1",
3
+ "version": "4.28.0",
4
4
  "description": "Rindo internal testing platform to be imported by the Rindo Compiler. Breaking changes can and will happen at any time.",
5
5
  "main": "./index.js",
6
6
  "private": true