@absolutejs/absolute 0.19.0-beta.1010 → 0.19.0-beta.1011
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/dist/angular/components/core/streamingSlotRegistrar.js +1 -1
- package/dist/angular/components/core/streamingSlotRegistry.js +2 -2
- package/dist/build.js +16 -29
- package/dist/build.js.map +4 -4
- package/dist/dev/client/reactRefreshSetup.ts +1 -1
- package/dist/dev/client/vendor/reactRefreshRuntime.d.ts +12 -0
- package/dist/dev/client/vendor/reactRefreshRuntime.js +313 -0
- package/dist/index.js +16 -29
- package/dist/index.js.map +4 -4
- package/package.json +1 -5
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.
|
|
402
|
+
"version": "0.19.0-beta.1011"
|
|
407
403
|
}
|