@nextsparkjs/theme-default 0.1.0-beta.74 → 0.1.0-beta.76

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.
@@ -77,6 +77,9 @@ export const APP_CONFIG_OVERRIDES = {
77
77
  additionalOrigins: {
78
78
  development: [
79
79
  'http://localhost:8081', // Expo mobile web
80
+ 'http://localhost:8082', // Expo alternate port
81
+ 'http://localhost:19006', // Expo web (legacy)
82
+ 'http://192.168.68.106:8081', // Local network Expo
80
83
  // Add theme-specific development origins here
81
84
  ],
82
85
  production: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextsparkjs/theme-default",
3
- "version": "0.1.0-beta.74",
3
+ "version": "0.1.0-beta.76",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./config/theme.config.ts",