@liascript/editor 1.1.41--1.0.0 → 1.1.41--1.0.1

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/CHANGELOG.md CHANGED
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [1.0.1] - 20/01/2026
8
+
9
+ - improve: Markdown standard compliance for nested lists and less greedy paragraph parsing.
10
+ - fix: Quizzes with trailing spaces after scripts now work as expected.
11
+ - chore: npm update caniuse-lite, katex/types
12
+
7
13
  ## [1.0.0] - 06/01/2026
8
14
 
9
15
  - feat: Add simple-browser support for VSCode extension
@@ -0,0 +1 @@
1
+ (()=>{var $parcel$global="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:{},$parcel$modules={},$parcel$inits={},parcelRequire=$parcel$global.parcelRequirea18f;null==parcelRequire&&(parcelRequire=function(e){if(e in $parcel$modules)return $parcel$modules[e].exports;if(e in $parcel$inits){var r=$parcel$inits[e];delete $parcel$inits[e];var s={id:e,exports:{}};return $parcel$modules[e]=s,r.call(s.exports,s,s.exports),s.exports}var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t},parcelRequire.register=function(e,r){$parcel$inits[e]=r},$parcel$global.parcelRequirea18f=parcelRequire),parcelRequire.register("4H527",(function(module,exports){function liaExecCode(event){setTimeout((()=>{const send={lia:execute_response(event,"exec"),output:execute_response(event,"async"),wait:()=>{execute_response(event)("LIA: wait")},stop:()=>{execute_response(event)("LIA: stop")},clear:()=>{execute_response(event)("LIA: clear")},html:e=>{execute_response(event)("HTML: "+e)},liascript:e=>{execute_response(event)("LIASCRIPT: "+e)}};try{const result=eval(event.message.param.code);send.lia(void 0===result?"LIA: stop":result)}catch(e){console.warn("exec => ",e.message),send.lia(e.message,!1,[])}}),event.message.param.delay)}function execute_response(e,r){return(s,t=!0,a=[])=>{"string"!=typeof s&&(s=JSON.stringify(s)),r&&(e.message.cmd=r),e.message.param={ok:t,result:s,details:a},postMessage(e)}}onmessage=e=>{liaExecCode(e.data)}})),parcelRequire("4H527")})();