@absolutejs/absolute 0.20.0-beta.5 → 0.20.0-beta.6
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,7 +1,7 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
var __require = import.meta.require;
|
|
3
3
|
|
|
4
|
-
// .angular-partial-tmp-
|
|
4
|
+
// .angular-partial-tmp-BrXrzr/src/core/streamingSlotRegistrar.ts
|
|
5
5
|
var STREAMING_SLOT_REGISTRAR_KEY = Symbol.for("absolutejs.streamingSlotRegistrar");
|
|
6
6
|
var STREAMING_SLOT_WARNING_STORAGE_KEY = Symbol.for("absolutejs.streamingSlotWarningController");
|
|
7
7
|
var STREAMING_SLOT_COLLECTION_STORAGE_KEY = Symbol.for("absolutejs.streamingSlotCollectionController");
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
var __require = import.meta.require;
|
|
3
3
|
|
|
4
|
-
// .angular-partial-tmp-
|
|
4
|
+
// .angular-partial-tmp-BrXrzr/src/core/streamingSlotRegistrar.ts
|
|
5
5
|
var STREAMING_SLOT_REGISTRAR_KEY = Symbol.for("absolutejs.streamingSlotRegistrar");
|
|
6
6
|
var STREAMING_SLOT_WARNING_STORAGE_KEY = Symbol.for("absolutejs.streamingSlotWarningController");
|
|
7
7
|
var STREAMING_SLOT_COLLECTION_STORAGE_KEY = Symbol.for("absolutejs.streamingSlotCollectionController");
|
|
@@ -48,7 +48,7 @@ var warnMissingStreamingSlotCollector = (primitiveName) => {
|
|
|
48
48
|
getWarningController()?.maybeWarn(primitiveName);
|
|
49
49
|
};
|
|
50
50
|
|
|
51
|
-
// .angular-partial-tmp-
|
|
51
|
+
// .angular-partial-tmp-BrXrzr/src/core/streamingSlotRegistry.ts
|
|
52
52
|
var STREAMING_SLOT_STORAGE_KEY = Symbol.for("absolutejs.streamingSlotAsyncLocalStorage");
|
|
53
53
|
var isObjectRecord2 = (value) => Boolean(value) && typeof value === "object";
|
|
54
54
|
var isAsyncLocalStorage = (value) => isObjectRecord2(value) && ("getStore" in value) && typeof value.getStore === "function" && ("run" in value) && typeof value.run === "function";
|
package/dist/cli/index.js
CHANGED
|
@@ -17898,7 +17898,7 @@ var init_mobile = __esm(() => {
|
|
|
17898
17898
|
"@capacitor/android@8.5.0",
|
|
17899
17899
|
"@capacitor/ios@8.5.0",
|
|
17900
17900
|
"@absolutejs/devices@0.0.2",
|
|
17901
|
-
"@absolutejs/devices-capacitor@0.1.
|
|
17901
|
+
"@absolutejs/devices-capacitor@0.1.2"
|
|
17902
17902
|
];
|
|
17903
17903
|
});
|
|
17904
17904
|
|
package/package.json
CHANGED
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
"url": "https://github.com/absolutejs/absolutejs/issues"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@absolutejs/auth": "0.69.
|
|
10
|
+
"@absolutejs/auth": "0.69.6",
|
|
11
11
|
"@absolutejs/devices": "0.0.2",
|
|
12
|
-
"@absolutejs/devices-capacitor": "0.1.
|
|
12
|
+
"@absolutejs/devices-capacitor": "0.1.2",
|
|
13
13
|
"@capacitor/browser": "8.0.4",
|
|
14
14
|
"@capacitor/network": "8.0.1",
|
|
15
15
|
"@capacitor/preferences": "8.0.1",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"description": "A fullstack meta-framework for building web applications with TypeScript",
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@absolutejs/manifest": "0.9.0",
|
|
27
|
-
"@absolutejs/scoped-state": "0.2.
|
|
27
|
+
"@absolutejs/scoped-state": "0.2.2",
|
|
28
28
|
"@absolutejs/sync": "2.15.1",
|
|
29
29
|
"@angular/animations": "21.2.6",
|
|
30
30
|
"@angular/cdk": "21.2.6",
|
|
@@ -272,12 +272,12 @@
|
|
|
272
272
|
"main": "./dist/index.js",
|
|
273
273
|
"name": "@absolutejs/absolute",
|
|
274
274
|
"optionalDependencies": {
|
|
275
|
-
"@absolutejs/native-darwin-arm64": "0.20.0-beta.
|
|
276
|
-
"@absolutejs/native-darwin-x64": "0.20.0-beta.
|
|
277
|
-
"@absolutejs/native-linux-arm64": "0.20.0-beta.
|
|
278
|
-
"@absolutejs/native-linux-x64": "0.20.0-beta.
|
|
279
|
-
"@absolutejs/native-windows-arm64": "0.20.0-beta.
|
|
280
|
-
"@absolutejs/native-windows-x64": "0.20.0-beta.
|
|
275
|
+
"@absolutejs/native-darwin-arm64": "0.20.0-beta.6",
|
|
276
|
+
"@absolutejs/native-darwin-x64": "0.20.0-beta.6",
|
|
277
|
+
"@absolutejs/native-linux-arm64": "0.20.0-beta.6",
|
|
278
|
+
"@absolutejs/native-linux-x64": "0.20.0-beta.6",
|
|
279
|
+
"@absolutejs/native-windows-arm64": "0.20.0-beta.6",
|
|
280
|
+
"@absolutejs/native-windows-x64": "0.20.0-beta.6"
|
|
281
281
|
},
|
|
282
282
|
"overrides": {
|
|
283
283
|
"@sinclair/typebox": "0.34.52",
|
|
@@ -488,7 +488,7 @@
|
|
|
488
488
|
]
|
|
489
489
|
}
|
|
490
490
|
},
|
|
491
|
-
"version": "0.20.0-beta.
|
|
491
|
+
"version": "0.20.0-beta.6",
|
|
492
492
|
"workspaces": [
|
|
493
493
|
"tests/fixtures/*",
|
|
494
494
|
"tests/fixtures/_packages/*"
|