ts-glitter 20.1.2 → 20.1.3
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/lowcode/Entry.js
CHANGED
|
@@ -135,7 +135,7 @@ export class Entry {
|
|
|
135
135
|
}
|
|
136
136
|
window.renderClock = (_b = window.renderClock) !== null && _b !== void 0 ? _b : createClock();
|
|
137
137
|
console.log(`Entry-time:`, window.renderClock.stop());
|
|
138
|
-
glitter.share.editerVersion = 'V_20.1.
|
|
138
|
+
glitter.share.editerVersion = 'V_20.1.3';
|
|
139
139
|
glitter.share.start = new Date();
|
|
140
140
|
const vm = { appConfig: [] };
|
|
141
141
|
window.saasConfig = {
|
package/lowcode/Entry.ts
CHANGED
|
@@ -134,7 +134,7 @@ export class Entry {
|
|
|
134
134
|
}
|
|
135
135
|
(window as any).renderClock = (window as any).renderClock ?? createClock();
|
|
136
136
|
console.log(`Entry-time:`, (window as any).renderClock.stop());
|
|
137
|
-
glitter.share.editerVersion = 'V_20.1.
|
|
137
|
+
glitter.share.editerVersion = 'V_20.1.3';
|
|
138
138
|
glitter.share.start = new Date();
|
|
139
139
|
const vm = { appConfig: [] };
|
|
140
140
|
(window as any).saasConfig = {
|