@absolutejs/absolute 0.19.0-beta.1010 → 0.19.0-beta.1012

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 +1,2 @@
1
+ export declare const reactRefreshRuntimePath: string;
1
2
  export declare const generateReactIndexFiles: (reactPagesDirectory: string, reactIndexesDirectory: string, isDev?: boolean) => Promise<void>;
package/package.json CHANGED
@@ -253,7 +253,6 @@
253
253
  "postcss": "^8.5.0",
254
254
  "react": "^19.2.0",
255
255
  "react-dom": "^19.2.0",
256
- "react-refresh": "^0.18.0",
257
256
  "rxjs": "^7.8.0",
258
257
  "sass": "^1.99.0",
259
258
  "sharp": ">=0.33.0",
@@ -307,9 +306,6 @@
307
306
  "react-dom": {
308
307
  "optional": true
309
308
  },
310
- "react-refresh": {
311
- "optional": true
312
- },
313
309
  "rxjs": {
314
310
  "optional": true
315
311
  },
@@ -403,5 +399,5 @@
403
399
  ]
404
400
  }
405
401
  },
406
- "version": "0.19.0-beta.1010"
402
+ "version": "0.19.0-beta.1012"
407
403
  }