diff --git a/README.md b/README.md index 10a2d0c..b5cd2bc 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,13 @@ Turn-Signal: Directional view transitions for intuitive navigation. ![minzip](https://badgen.net/bundlephobia/minzip/@vtbag/turn-signal) [![NPM Downloads](https://img.shields.io/npm/dw/@vtbag/turn-signal)](https://www.npmjs.com/package/@vtbag/turn-signal) -The @vtbag website can be found at https://vtbag.pages.dev/ +The @vtbag website can be found at https://vtbag.dev/ ## !!! News !!! Transition types and direction attributes are now also determined on the old page! -For details see the [CHANGELOG](https://github.com/vtbag/turn-signal/blob/main/CHANGELOG.md) and the [documentation](https://vtbag.pages.dev/tools/turn-signal/). +For details see the [CHANGELOG](https://github.com/vtbag/turn-signal/blob/main/CHANGELOG.md) and the [documentation](https://vtbag.dev/tools/turn-signal/). ## What is it? @@ -28,4 +28,4 @@ The script automatically detects the traversal direction and sets `backward`, `n If your site has the concept of a _previous_ and _next_ page, the Turn-Signal can automatically generate directional transitions for you. -[See the Turn Signal in action](https://vtbag.pages.dev/signal-demo/bag/) and [see how it can be customized](https://vtbag.pages.dev/tools/turn-signal/). \ No newline at end of file +[See the Turn Signal in action](https://vtbag.dev/signal-demo/bag/) and [see how it can be customized](https://vtbag.dev/tools/turn-signal/). \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 4a3ecb3..9d5b5b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,16 @@ { "name": "@vtbag/turn-signal", - "version": "1.0.2", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@vtbag/turn-signal", - "version": "1.0.2", + "version": "1.1.0", "license": "ISC", "devDependencies": { "@changesets/cli": "^2.27.9", - "@eslint/js": "^9.12.0", + "@eslint/js": "^9.14.0", "@types/dom-navigation": "^1.0.4", "@types/dom-view-transitions": "^1.0.5", "esbuild": "^0.24.0", @@ -675,10 +675,11 @@ } }, "node_modules/@eslint/js": { - "version": "9.12.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.12.0.tgz", - "integrity": "sha512-eohesHH8WFRUprDNyEREgqP6beG6htMeUYeCpkEgBCieCMme5r9zFWjzAJp//9S+Kub4rqE+jXe9Cp1a7IYIIA==", + "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": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" } diff --git a/package.json b/package.json index 71cd09c..9080876 100644 --- a/package.json +++ b/package.json @@ -42,14 +42,14 @@ "bugs": { "url": "https://github.com/vtbag/turn-signal/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.12.0", + "@eslint/js": "^9.14.0", "@types/dom-navigation": "^1.0.4", "@types/dom-view-transitions": "^1.0.5", "esbuild": "^0.24.0",