@entropy-softworks/ui 2026.8.1 → 2026.8.3
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/CHANGELOG.md +10 -0
- package/lib/index.d.ts +0 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +0 -2
- package/lib/index.js.map +1 -1
- package/package.json +7 -1
- package/src/index.ts +0 -9
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,16 @@ are CalVer — `YYYY.M.D` of the publish date, with leading zeros dropped (npm's
|
|
|
7
7
|
them), matching the `entropy-auth` crate. The `0.1.0` entry below predates the switch and was never
|
|
8
8
|
published to npm.
|
|
9
9
|
|
|
10
|
+
## 2026.8.2
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
|
|
14
|
+
- `registerTelemetry` and the rest of the telemetry registry were exported from
|
|
15
|
+
the root barrel twice — once through `export * from "./services"` and once by
|
|
16
|
+
name. Metro's CommonJS interop resolved the duplicate ambiguously and
|
|
17
|
+
consumers got `undefined` at runtime despite the types checking. The root
|
|
18
|
+
barrel now re-exports them only through `./services`.
|
|
19
|
+
|
|
10
20
|
## 2026.8.1
|
|
11
21
|
|
|
12
22
|
### Added
|
package/lib/index.d.ts
CHANGED
|
@@ -7,5 +7,4 @@ export * from "./forms";
|
|
|
7
7
|
export * from "./hooks";
|
|
8
8
|
export * from "./services";
|
|
9
9
|
export * from "./utils";
|
|
10
|
-
export { registerTelemetry, trackClick, withClickTracking, __resetTelemetryForTests, type TelemetrySink, } from "./services/telemetry";
|
|
11
10
|
//# sourceMappingURL=index.d.ts.map
|
package/lib/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAuCA,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAuCA,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC"}
|
package/lib/index.js
CHANGED
|
@@ -44,6 +44,4 @@ export * from "./forms";
|
|
|
44
44
|
export * from "./hooks";
|
|
45
45
|
export * from "./services";
|
|
46
46
|
export * from "./utils";
|
|
47
|
-
// Telemetry registry. No-op until a host app calls registerTelemetry.
|
|
48
|
-
export { registerTelemetry, trackClick, withClickTracking, __resetTelemetryForTests, } from "./services/telemetry";
|
|
49
47
|
//# sourceMappingURL=index.js.map
|
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,0CAA0C;AAE1C,4EAA4E;AAC5E,2CAA2C;AAC3C,EAAE;AACF,2DAA2D;AAC3D,+EAA+E;AAC/E,0EAA0E;AAC1E,EAAE;AACF,qEAAqE;AACrE,wEAAwE;AACxE,iEAAiE;AACjE,uEAAuE;AACvE,mDAAmD;AAEnD,oEAAoE;AACpE,kEAAkE;AAClE,qEAAqE;AACrE,iEAAiE;AACjE,sEAAsE;AACtE,sEAAsE;AACtE,+CAA+C;AAC/C,qEAAqE;AACrE,uEAAuE;AACvE,qEAAqE;AACrE,oCAAoC;AACpC,mEAAmE;AACnE,yDAAyD;AACzD,mEAAmE;AACnE,kEAAkE;AAClE,kEAAkE;AAClE,yBAAyB;AACzB,EAAE;AACF,oEAAoE;AACpE,kEAAkE;AAClE,mEAAmE;AACnE,oEAAoE;AACpE,oEAAoE;AACpE,+DAA+D;AAC/D,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,0CAA0C;AAE1C,4EAA4E;AAC5E,2CAA2C;AAC3C,EAAE;AACF,2DAA2D;AAC3D,+EAA+E;AAC/E,0EAA0E;AAC1E,EAAE;AACF,qEAAqE;AACrE,wEAAwE;AACxE,iEAAiE;AACjE,uEAAuE;AACvE,mDAAmD;AAEnD,oEAAoE;AACpE,kEAAkE;AAClE,qEAAqE;AACrE,iEAAiE;AACjE,sEAAsE;AACtE,sEAAsE;AACtE,+CAA+C;AAC/C,qEAAqE;AACrE,uEAAuE;AACvE,qEAAqE;AACrE,oCAAoC;AACpC,mEAAmE;AACnE,yDAAyD;AACzD,mEAAmE;AACnE,kEAAkE;AAClE,kEAAkE;AAClE,yBAAyB;AACzB,EAAE;AACF,oEAAoE;AACpE,kEAAkE;AAClE,mEAAmE;AACnE,oEAAoE;AACpE,oEAAoE;AACpE,+DAA+D;AAC/D,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entropy-softworks/ui",
|
|
3
|
-
"version": "2026.8.
|
|
3
|
+
"version": "2026.8.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Shared React Native UI primitives, auth screens, hooks, and services for Entropy Softworks Expo apps",
|
|
6
6
|
"license": "MIT",
|
|
@@ -45,6 +45,12 @@
|
|
|
45
45
|
"react-native": "./src/components/index.ts",
|
|
46
46
|
"default": "./lib/components/index.js"
|
|
47
47
|
},
|
|
48
|
+
"./components/*": {
|
|
49
|
+
"types": "./lib/components/*.d.ts",
|
|
50
|
+
"source": "./src/components/*.tsx",
|
|
51
|
+
"react-native": "./src/components/*.tsx",
|
|
52
|
+
"default": "./lib/components/*.jsx"
|
|
53
|
+
},
|
|
48
54
|
"./screens": {
|
|
49
55
|
"types": "./lib/screens/index.d.ts",
|
|
50
56
|
"source": "./src/screens/index.ts",
|
package/src/index.ts
CHANGED
|
@@ -46,12 +46,3 @@ export * from "./forms";
|
|
|
46
46
|
export * from "./hooks";
|
|
47
47
|
export * from "./services";
|
|
48
48
|
export * from "./utils";
|
|
49
|
-
|
|
50
|
-
// Telemetry registry. No-op until a host app calls registerTelemetry.
|
|
51
|
-
export {
|
|
52
|
-
registerTelemetry,
|
|
53
|
-
trackClick,
|
|
54
|
-
withClickTracking,
|
|
55
|
-
__resetTelemetryForTests,
|
|
56
|
-
type TelemetrySink,
|
|
57
|
-
} from "./services/telemetry";
|