tabris 3.10.0-dev.20250206 → 3.10.0

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.
@@ -0,0 +1,13 @@
1
+
2
+ # aider chat started at 2025-02-06 16:43:28
3
+
4
+ > No git repo found, create one to track aider's changes (recommended)? (Y)es/(N)o [Yes]: n
5
+ > /home/tbuschto/.local/bin/aider
6
+ > Warning: o3-mini expects these environment variables
7
+ > - OPENAI_API_KEY: Not set
8
+ > Warning: gpt-4o-mini expects these environment variables
9
+ > - OPENAI_API_KEY: Not set
10
+ > Warning: gpt-4o expects these environment variables
11
+ > - OPENAI_API_KEY: Not set
12
+ > You can skip this check with --no-show-model-warnings
13
+ > https://aider.chat/docs/llms/warnings.html
@@ -0,0 +1,3 @@
1
+
2
+ # 2025-02-06 16:43:31.799379
3
+ +n
package/boot.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Tabris.js 3.10.0-dev.20250206+1026
2
+ * Tabris.js 3.10.0
3
3
  *
4
4
  * Copyright (c) 2014, 2020 EclipseSource Inc.
5
5
  * All rights reserved.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabris",
3
- "version": "3.10.0-dev.20250206+1026",
3
+ "version": "3.10.0",
4
4
  "description": "Mobile apps with native UIs in JavaScript",
5
5
  "keywords": [
6
6
  "native",
package/tabris.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // Type definitions for Tabris.js 3.10.0-dev.20250206+1026
1
+ // Type definitions for Tabris.js 3.10.0
2
2
  /// <reference path="globals.d.ts" />
3
3
 
4
4
  // General helper types
package/tabris.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Tabris.js 3.10.0-dev.20250206+1026
2
+ * Tabris.js 3.10.0
3
3
  *
4
4
  * Copyright (c) 2014, 2020 EclipseSource Inc.
5
5
  * All rights reserved.
@@ -5034,7 +5034,7 @@ class Tabris extends NativeObject {
5034
5034
  this.$publishProxies();
5035
5035
  }
5036
5036
  get version() {
5037
- return '3.10.0-dev.20250206+1026';
5037
+ return '3.10.0';
5038
5038
  }
5039
5039
  get started() {
5040
5040
  return !!this._started;