@superwall/core 0.1.0 → 0.1.2
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/.turbo/turbo-build.log +3 -2
- package/.turbo/turbo-test.log +4 -4
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
no-op for v0; consumers import .ts directly via Bun/Vite/Next ESM
|
|
1
|
+
|
|
2
|
+
[0m[2m[35m$[0m [2m[1mecho 'no-op for v0; consumers import .ts directly via Bun/Vite/Next ESM'[0m
|
|
3
|
+
no-op for v0; consumers import .ts directly via Bun/Vite/Next ESM
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -2,11 +2,11 @@ $ bun test
|
|
|
2
2
|
bun test v1.3.11 (af24e281)
|
|
3
3
|
|
|
4
4
|
src/wire.test.ts:
|
|
5
|
-
(pass) parseEntitlements reads the BE `identifier` field (not `id`) [
|
|
6
|
-
(pass) parseEntitlements: isActive:false → inactive bucket, id still resolved [0.
|
|
7
|
-
(pass) parseEntitlements: legacy `id` field still works [0.
|
|
5
|
+
(pass) parseEntitlements reads the BE `identifier` field (not `id`) [0.40ms]
|
|
6
|
+
(pass) parseEntitlements: isActive:false → inactive bucket, id still resolved [0.03ms]
|
|
7
|
+
(pass) parseEntitlements: legacy `id` field still works [0.02ms]
|
|
8
8
|
|
|
9
9
|
3 pass
|
|
10
10
|
0 fail
|
|
11
11
|
7 expect() calls
|
|
12
|
-
Ran 3 tests across 1 file. [
|
|
12
|
+
Ran 3 tests across 1 file. [14.00ms]
|