@absolutejs/absolute 0.20.0-beta.23 → 0.20.0-beta.24
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-8rpk2p/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-8rpk2p/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-8rpk2p/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
|
@@ -18031,6 +18031,10 @@ var init_iosTestReport = __esm(() => {
|
|
|
18031
18031
|
`FILES-${String(index + 1).padStart(2, "0")}`,
|
|
18032
18032
|
`Complete provider-neutral Documents runbook check FILES-${String(index + 1).padStart(2, "0")}.`
|
|
18033
18033
|
]),
|
|
18034
|
+
...Array.from({ length: 8 }, (_, index) => [
|
|
18035
|
+
`NOTIF-${String(index + 1).padStart(2, "0")}`,
|
|
18036
|
+
`Complete provider-neutral Local Notifications runbook check NOTIF-${String(index + 1).padStart(2, "0")}.`
|
|
18037
|
+
]),
|
|
18034
18038
|
...Array.from({ length: 14 }, (_, index) => [
|
|
18035
18039
|
`LOC-${String(index + 1).padStart(2, "0")}`,
|
|
18036
18040
|
`Complete foreground-location runbook check LOC-${String(index + 1).padStart(2, "0")} without recording exact coordinates.`
|
|
@@ -18096,6 +18100,10 @@ var init_androidTestReport = __esm(() => {
|
|
|
18096
18100
|
"FILES-01",
|
|
18097
18101
|
"Complete provider-neutral file pick, export, open, and cleanup checks."
|
|
18098
18102
|
],
|
|
18103
|
+
...Array.from({ length: 6 }, (_, index) => [
|
|
18104
|
+
`NOTIF-${String(index + 1).padStart(2, "0")}`,
|
|
18105
|
+
`Complete provider-neutral Local Notifications check NOTIF-${String(index + 1).padStart(2, "0")}.`
|
|
18106
|
+
]),
|
|
18099
18107
|
[
|
|
18100
18108
|
"AUTH-01",
|
|
18101
18109
|
"Complete system-browser sign-in, callback, restore, and sign-out checks."
|
|
@@ -19486,8 +19494,8 @@ var init_mobile = __esm(() => {
|
|
|
19486
19494
|
"@capacitor/cli@8.5.0",
|
|
19487
19495
|
"@capacitor/android@8.5.0",
|
|
19488
19496
|
"@capacitor/ios@8.5.0",
|
|
19489
|
-
"@absolutejs/devices@0.
|
|
19490
|
-
"@absolutejs/devices-capacitor@0.
|
|
19497
|
+
"@absolutejs/devices@0.5.0",
|
|
19498
|
+
"@absolutejs/devices-capacitor@0.6.1"
|
|
19491
19499
|
];
|
|
19492
19500
|
CAPACITOR_SYNC_PACKAGE_SPECS = [
|
|
19493
19501
|
"@absolutejs/sync-capacitor@0.9.1",
|
package/package.json
CHANGED
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@absolutejs/auth": "0.72.0",
|
|
11
|
-
"@absolutejs/devices": "0.
|
|
12
|
-
"@absolutejs/devices-capacitor": "0.
|
|
11
|
+
"@absolutejs/devices": "0.5.0",
|
|
12
|
+
"@absolutejs/devices-capacitor": "0.6.1",
|
|
13
13
|
"@absolutejs/pwa": "0.13.0",
|
|
14
14
|
"@capacitor/browser": "8.0.4",
|
|
15
15
|
"@capacitor/network": "8.0.1",
|
|
@@ -53,6 +53,7 @@
|
|
|
53
53
|
"@capacitor/geolocation": "8.2.2",
|
|
54
54
|
"@capacitor/haptics": "8.0.2",
|
|
55
55
|
"@capacitor/ios": "8.5.0",
|
|
56
|
+
"@capacitor/local-notifications": "8.2.1",
|
|
56
57
|
"@capacitor/share": "8.0.1",
|
|
57
58
|
"@embroider/macros": "^1.20.2",
|
|
58
59
|
"@eslint/js": "^10.0.1",
|
|
@@ -498,7 +499,7 @@
|
|
|
498
499
|
]
|
|
499
500
|
}
|
|
500
501
|
},
|
|
501
|
-
"version": "0.20.0-beta.
|
|
502
|
+
"version": "0.20.0-beta.24",
|
|
502
503
|
"workspaces": [
|
|
503
504
|
"tests/fixtures/*",
|
|
504
505
|
"tests/fixtures/_packages/*"
|