@ws-ui/store 0.0.35 → 0.0.36
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/dist/index.cjs.js +1 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -14431,7 +14431,6 @@ const aP = {
|
|
|
14431
14431
|
if (!a)
|
|
14432
14432
|
return;
|
|
14433
14433
|
a.content = a.content + `
|
|
14434
|
-
|
|
14435
14434
|
exposed Function ${t.meta.arg.name}()
|
|
14436
14435
|
`, a.flags = { ...a.flags, touched: !0, confirmed: !0 };
|
|
14437
14436
|
const i = a.content.split(`
|
|
@@ -14440,7 +14439,7 @@ exposed Function ${t.meta.arg.name}()
|
|
|
14440
14439
|
...a.extra,
|
|
14441
14440
|
editor: rh.Code,
|
|
14442
14441
|
initialLineInfo: {
|
|
14443
|
-
line: i.length -
|
|
14442
|
+
line: i.length - 1,
|
|
14444
14443
|
lastModification: Date.now()
|
|
14445
14444
|
}
|
|
14446
14445
|
};
|