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.
- package/.aider.chat.history.md +13 -0
- package/.aider.input.history +3 -0
- package/boot.js +1 -1
- package/package.json +1 -1
- package/tabris.d.ts +1 -1
- package/tabris.js +2 -2
- package/tabris.min.js +1 -1
|
@@ -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
|
package/boot.js
CHANGED
package/package.json
CHANGED
package/tabris.d.ts
CHANGED
package/tabris.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabris.js 3.10.0
|
|
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
|
|
5037
|
+
return '3.10.0';
|
|
5038
5038
|
}
|
|
5039
5039
|
get started() {
|
|
5040
5040
|
return !!this._started;
|