Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
thednp committed Nov 29, 2023
1 parent 1f05c4f commit 2586237
Show file tree
Hide file tree
Showing 8 changed files with 1,674 additions and 1,570 deletions.
2 changes: 1 addition & 1 deletion dist/shorty.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/shorty.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/shorty.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ const b = /* @__PURE__ */ new Map(), ae = (t, e) => {
}, Eo = (t) => v(t) && t.constructor.name === "WeakMap" || !1, bo = (t) => i(t) && ["SVG", "Image", "Video", "Canvas"].some((e) => t.constructor.name.includes(e)) || !1, ho = (t) => v(t) && t.constructor.name === "NodeList" || !1, yo = (t) => T(t).dir === "rtl", wo = (t) => i(t) && t.constructor.name.includes("SVG") || !1, Ao = (t) => i(t) && ["TABLE", "TD", "TH"].includes(t.nodeName) || !1, le = (t, e) => t ? t.closest(e) || // break out of `ShadowRoot`
le(t.getRootNode().host, e) : null, So = (t, e) => u(t) ? t : (i(e) ? e : d()).querySelector(t), de = (t, e) => (i(e) ? e : d()).getElementsByTagName(t), No = (t) => [...de("*", t)].filter(ue), ko = (t, e) => d(e).getElementById(t) || null, Mo = (t, e) => (i(e) ? e : d()).querySelectorAll(t), To = (t, e) => (e && i(e) ? e : d()).getElementsByClassName(
t
), Do = (t, e) => t.matches(e), Co = "2.0.0-alpha22";
), Do = (t, e) => t.matches(e), Co = "2.0.0";
export {
Bn as ArrayFrom,
P as DOMContentLoadedEvent,
Expand Down
1 change: 0 additions & 1 deletion dts.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// @ts-check
const packageJson = require("./package.json");

const getPackageName = () => {
Expand Down
1,517 changes: 803 additions & 714 deletions package-lock.json

Large diffs are not rendered by default.

23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thednp/shorty",
"version": "2.0.0-alpha22",
"version": "2.0.0",
"description": "TypeScript shorties for the web",
"source": "./src/index.ts",
"main": "./dist/shorty.js",
Expand Down Expand Up @@ -47,23 +47,24 @@
"homepage": "https://github.com/thednp/shorty",
"devDependencies": {
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.0",
"@cypress/code-coverage": "^3.12.0",
"@types/istanbul-lib-instrument": "^1.7.4",
"@cypress/code-coverage": "^3.12.12",
"@types/istanbul-lib-instrument": "^1.7.7",
"@types/node": "^20.10.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"cypress": "^13.1.0",
"dts-bundle-generator": "^8.0.1",
"eslint": "^8.49.0",
"eslint-plugin-jsdoc": "^46.5.1",
"cypress": "^13.6.0",
"dts-bundle-generator": "^8.1.2",
"eslint": "^8.54.0",
"eslint-plugin-jsdoc": "^46.9.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^4.2.1",
"istanbul-lib-coverage": "^3.2.0",
"istanbul-lib-coverage": "^3.2.2",
"istanbul-lib-instrument": "^5.2.1",
"nyc": "^15.1.0",
"prettier": "^2.8.8",
"rimraf": "^5.0.1",
"typescript": "^5.2.2",
"vite": "^4.4.9"
"rimraf": "^5.0.5",
"typescript": "^5.3.2",
"vite": "^4.5.0"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
Loading

0 comments on commit 2586237

Please sign in to comment.