@rip-lang/ui 0.3.16 → 0.3.18

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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rip-lang/ui",
3
- "version": "0.3.16",
3
+ "version": "0.3.18",
4
4
  "description": "Zero-build reactive web framework — rip.js + ui.rip + launch(url)",
5
5
  "type": "module",
6
6
  "main": "ui.rip",
package/ui.rip CHANGED
@@ -815,6 +815,7 @@ export createRenderer = (opts = {}) ->
815
815
  # ==============================================================================
816
816
 
817
817
  export launch = (appBase = '', opts = {}) ->
818
+ globalThis.__ripLaunched = true
818
819
  if typeof appBase is 'object'
819
820
  opts = appBase
820
821
  appBase = ''