@luigi-project/client 2.22.2-dev.20250640036 → 2.22.2-dev.20250720036

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -4,8 +4,8 @@
4
4
 
5
5
  Luigi is a micro frontend orchestration framework written in Svelte. Use Luigi Client to implement micro frontends and ensure communication between the application and the micro frontend it hosts.
6
6
 
7
- For details on Luigi Client, see [this](https://github.com/SAP/luigi/tree/main/client) document.
7
+ For details on Luigi Client, see [this](https://github.com/luigi-project/luigi/tree/main/client) document.
8
8
 
9
- If you want to try Luigi out, see the [examples](https://github.com/SAP/luigi/tree/main/core/examples).
9
+ If you want to try Luigi out, see the [examples](https://github.com/luigi-project/luigi/tree/main/core/examples).
10
10
 
11
11
  For documentation on Luigi Client, see [Luigi documentation](https://docs.luigi-project.io/docs/luigi-client-setup).
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "main": "luigi-client.js",
6
6
  "repository": {
7
7
  "type": "git",
8
- "url": "ssh://github.com/SAP/luigi.git"
8
+ "url": "ssh://github.com/luigi-project/luigi.git"
9
9
  },
10
10
  "publishConfig": {
11
11
  "tag": "luigi-client"
@@ -17,5 +17,5 @@
17
17
  "micro-frontends",
18
18
  "microfrontends"
19
19
  ],
20
- "version": "2.22.2-dev.20250640036"
20
+ "version": "2.22.2-dev.20250720036"
21
21
  }