diff --git a/package-lock.json b/package-lock.json index 6f239a92..1d10cb28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "solid-ui", - "version": "3.0.3", + "version": "3.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "solid-ui", - "version": "3.0.3", + "version": "3.0.4", "license": "MIT", "dependencies": { "@noble/curves": "^2.0.1", @@ -38,8 +38,8 @@ "@testing-library/user-event": "^13.5.0", "@types/jest": "^30.0.0", "@types/jsdom": "^27.0.0", - "@types/node": "^25.0.10", - "@typescript-eslint/parser": "^8.53.1", + "@types/node": "^25.1.0", + "@typescript-eslint/parser": "^8.54.0", "babel-jest": "^30.2.0", "babel-loader": "^10.0.0", "eslint": "^9.39.2", @@ -49,7 +49,7 @@ "eslint-plugin-n": "^17.23.2", "eslint-plugin-promise": "^7.2.1", "get-random-values": "^4.1.1", - "globals": "^17.1.0", + "globals": "^17.2.0", "isomorphic-fetch": "^3.0.0", "jest": "^30.2.0", "jest-environment-jsdom": "^30.2.0", @@ -5156,9 +5156,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "25.0.10", - "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.10.tgz", - "integrity": "sha512-zWW5KPngR/yvakJgGOmZ5vTBemDoSqF3AcV/LrO5u5wTWyEAVVh+IT39G4gtyAkh3CtTZs8aX/yRM82OfzHJRg==", + "version": "25.1.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.1.0.tgz", + "integrity": "sha512-t7frlewr6+cbx+9Ohpl0NOTKXZNV9xHRmNOvql47BFJKcEG1CxtxlPEEe+gR9uhVWM4DwhnvTF110mIL4yP9RA==", "license": "MIT", "dependencies": { "undici-types": "~7.16.0" @@ -9448,9 +9448,9 @@ } }, "node_modules/globals": { - "version": "17.1.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-17.1.0.tgz", - "integrity": "sha512-8HoIcWI5fCvG5NADj4bDav+er9B9JMj2vyL2pI8D0eismKyUvPLTSs+Ln3wqhwcp306i73iyVnEKx3F6T47TGw==", + "version": "17.2.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.2.0.tgz", + "integrity": "sha512-tovnCz/fEq+Ripoq+p/gN1u7l6A7wwkoBT9pRCzTHzsD/LvADIzXZdjmRymh5Ztf0DYC3Rwg5cZRYjxzBmzbWg==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index d9c47e54..2913e325 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "solid-ui", - "version": "3.0.3", + "version": "3.0.4", "description": "UI library for Solid applications", "main": "dist/solid-ui.js", "types": "dist/index.d.ts", @@ -61,9 +61,9 @@ ], "license": "MIT", "bugs": { - "url": "https://github.com/solidos/solid-ui/issues" + "url": "https://github.com/SolidOS/solid-ui/issues" }, - "homepage": "https://github.com/solidos/solid-ui", + "homepage": "https://github.com/SolidOS/solid-ui", "dependencies": { "@noble/curves": "^2.0.1", "@noble/hashes": "^2.0.1", @@ -98,8 +98,8 @@ "@testing-library/user-event": "^13.5.0", "@types/jest": "^30.0.0", "@types/jsdom": "^27.0.0", - "@types/node": "^25.0.10", - "@typescript-eslint/parser": "^8.53.1", + "@types/node": "^25.1.0", + "@typescript-eslint/parser": "^8.54.0", "babel-jest": "^30.2.0", "babel-loader": "^10.0.0", "eslint": "^9.39.2", @@ -109,7 +109,7 @@ "eslint-plugin-n": "^17.23.2", "eslint-plugin-promise": "^7.2.1", "get-random-values": "^4.1.1", - "globals": "^17.1.0", + "globals": "^17.2.0", "isomorphic-fetch": "^3.0.0", "jest": "^30.2.0", "jest-environment-jsdom": "^30.2.0", diff --git a/src/signup/config-default.js b/src/signup/config-default.js index 2d20c475..2651e6d7 100644 --- a/src/signup/config-default.js +++ b/src/signup/config-default.js @@ -17,7 +17,7 @@ export default { // @@ should not use export default /** * Default signup endpoints (list of identity providers) */ - signupEndpoint: 'https://solidproject.org/use-solid/', + signupEndpoint: 'https://solidproject.org/get_a_pod', /** * Default height of the Signup popup window, in pixels