1
0
mirror of https://github.com/jaandrle/deka-dom-el synced 2026-01-09 15:46:28 +01:00

📺 Maintenance update

This commit is contained in:
2026-01-07 15:25:37 +01:00
parent f2c85ec983
commit fcef903836
10 changed files with 559 additions and 941 deletions

View File

@@ -6,9 +6,10 @@ on:
jobs:
build:
runs-on: ubuntu-latest
environment: default
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
with:
node-version: '20.16'
registry-url: 'https://registry.npmjs.org'

1
.npmrc
View File

@@ -1,3 +1,2 @@
//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}
registry=https://registry.npmjs.org/
always-auth=true

View File

@@ -760,7 +760,7 @@ signal.on = function on2(s, listener, options = {}) {
};
signal.symbols = {
//signal: mark,
onclear: Symbol.for("Signal.onclear")
onclear: /* @__PURE__ */ Symbol.for("Signal.onclear")
};
signal.clear = function(...signals2) {
for (const s of signals2) {

File diff suppressed because one or more lines are too long

2
dist/esm.min.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -805,7 +805,7 @@ var DDE = (() => {
};
signal.symbols = {
//signal: mark,
onclear: Symbol.for("Signal.onclear")
onclear: /* @__PURE__ */ Symbol.for("Signal.onclear")
};
signal.clear = function(...signals2) {
for (const s of signals2) {

File diff suppressed because one or more lines are too long

2
dist/iife.min.js vendored

File diff suppressed because one or more lines are too long

1464
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "deka-dom-el",
"version": "0.9.5-alpha",
"version": "0.9.6-alpha",
"description": "A low-code library that simplifies the creation of native DOM elements/components using small wrappers and tweaks.",
"author": "Jan Andrle <andrle.jan@centrum.cz>",
"license": "MIT",
@@ -97,14 +97,14 @@
"typescript"
],
"devDependencies": {
"@size-limit/preset-small-lib": "~11.2",
"@size-limit/preset-small-lib": "~12.0",
"dts-bundle-generator": "~9.5",
"editorconfig-checker": "~6.0",
"esbuild": "~0.25",
"jsdom": "~26.0",
"editorconfig-checker": "~6.1",
"esbuild": "~0.27",
"jsdom": "~26.1",
"jshint": "~2.13",
"nodejsscript": "^1.0",
"nodejsscript": "^1.1",
"publint": "^0.3",
"size-limit-node-esbuild": "~0.3"
"size-limit-node-esbuild": "~0.4"
}
}