Skip to content

Commit

Permalink
Release v24.11.0
Browse files Browse the repository at this point in the history
-- git fetch;git merge-base --is-ancestor @{upstream} HEAD

-- rm -rf node_modules;npm install
added 2 packages, and audited 3 packages in 448ms

found 0 vulnerabilities

-- lj lint
# Lint OK 5 files: load.js, package.json, require.js, shim.js, ui.js

-- npm outdated

-- ! git rev-parse -q --verify v24.11.0

-- lj build
Nothing to build, use --out=build/index.html

-- lj test --brief test/index.js
LiteJS is in debug mode, but it's fine for production
charCodes: 32,33,42,43,44,45,47,58,59,61,62,94,95,96,126
Outside view defined elements are rendered immediately into UI
Outside view defined elements are rendered immediately into UI
Outside view defined elements are rendered immediately into UI
Outside view defined elements are rendered immediately into UI
# pass  75/75 [1560/1560] in 113 ms at 21:03:51
  • Loading branch information
lauriro committed Nov 12, 2024
1 parent a1ec08a commit 701f048
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@litejs/ui",
"version": "24.7.0",
"version": "24.11.0",
"description": "UI engine for LiteJS full-stack framework",
"license": "MIT",
"author": "Lauri Rooden <[email protected]>",
Expand All @@ -26,7 +26,7 @@
"test": "lj test test/index.js --tz='Europe/Tallinn' --brief --sources=load.js,require.js,index.js"
},
"devDependencies": {
"@litejs/cli": "24.6.2",
"@litejs/dom": "24.7.0"
"@litejs/cli": "24.10.0",
"@litejs/dom": "24.8.0"
}
}

0 comments on commit 701f048

Please sign in to comment.