Skip to content

Commit 22d3326

Browse files
committed
increment_smart_env_version_to_2_139103_and_comment_out_smart_change_settings
- Bump SmartEnv version to 2.139103 to reflect recent updates. - Comment out the smart_change.active settings configuration in smart_sources.js for future reference. - Maintain existing comments and methods unrelated to the changes.
1 parent 74ea342 commit 22d3326

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

smart-environment/smart_env.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export class SmartEnv {
4141
* If a newer version is loaded into a runtime that already has an older environment,
4242
* an automatic reload of all existing mains will occur.
4343
*/
44-
static version = 2.139102;
44+
static version = 2.139103;
4545
scope_name = 'smart_env';
4646
static global_ref = get_global_ref();
4747
global_ref = this.constructor.global_ref;

smart-sources/smart_sources.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -657,10 +657,10 @@ export class SmartSources extends SmartEntities {
657657
}
658658

659659
export const settings_config = {
660-
"smart_change.active": {
661-
"name": "Smart Change (change safety)",
662-
"description": "Enable Smart Changes (prevents accidental deletions/overwrites).",
663-
"type": "toggle",
664-
"default": true,
665-
},
660+
// "smart_change.active": {
661+
// "name": "Smart Change (change safety)",
662+
// "description": "Enable Smart Changes (prevents accidental deletions/overwrites).",
663+
// "type": "toggle",
664+
// "default": true,
665+
// },
666666
};

0 commit comments

Comments
 (0)