diff --git a/README.md b/README.md index d337a3d..3178679 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Transfer selected element state across cross-document view transitions. ![minzip](https://badgen.net/bundlephobia/minzip/@vtbag/element-crossing) [![NPM Downloads](https://img.shields.io/npm/dw/@vtbag/element-crossing)](https://www.npmjs.com/package/@vtbag/element-crossing) -The @vtbag website can be found at https://vtbag.pages.dev/ +The @vtbag website can be found at https://vtbag.dev/ ## !!! News !!! @@ -40,4 +40,4 @@ Simply annotate your elements in the HTML source or DOM, and let the library han Address any CSS property or DOM element property, any CSS class, or CSS animation. -[View configuration examples](https://vtbag.pages.dev/tools/element-crossing/#applications-with-real-world-examples) and [see the Element Crossing in action](https://vtbag.pages.dev/crossing/vanilla/1/) +[View configuration examples](https://vtbag.dev/tools/element-crossing/#applications-with-real-world-examples) and [see the Element Crossing in action](https://vtbag.dev/crossing/vanilla/1/) diff --git a/package-lock.json b/package-lock.json index 8e6a577..f9d7696 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,16 @@ { "name": "@vtbag/element-crossing", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@vtbag/element-crossing", - "version": "1.0.2", + "version": "1.0.3", "license": "ISC", "devDependencies": { "@changesets/cli": "^2.27.9", - "@eslint/js": "^9.13.0", + "@eslint/js": "^9.14.0", "@types/dom-view-transitions": "^1.0.5", "esbuild": "^0.24.0", "prettier": "^3.3.3", @@ -674,9 +674,9 @@ } }, "node_modules/@eslint/js": { - "version": "9.13.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.13.0.tgz", - "integrity": "sha512-IFLyoY4d72Z5y/6o/BazFBezupzI/taV8sGumxTAVw3lXG9A6md1Dc34T9s1FoD/an9pJH8RHbAxsaEbBed9lA==", + "version": "9.14.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.14.0.tgz", + "integrity": "sha512-pFoEtFWCPyDOl+C6Ift+wC7Ro89otjigCf5vcuWqWgqNSQbRrpjSvdeE6ofLz4dHmyxD5f7gIdGT4+p36L6Twg==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 2d85af5..520de42 100644 --- a/package.json +++ b/package.json @@ -41,14 +41,14 @@ "bugs": { "url": "https://github.com/vtbag/element-crossing/issues" }, - "homepage": "https://vtbag.pages.dev", + "homepage": "https://vtbag.dev", "funding": { "type": "github", "url": "https://github.com/sponsors/martrapp" }, "devDependencies": { "@changesets/cli": "^2.27.9", - "@eslint/js": "^9.13.0", + "@eslint/js": "^9.14.0", "@types/dom-view-transitions": "^1.0.5", "esbuild": "^0.24.0", "prettier": "^3.3.3",