create-rspack-canary 1.3.13-canary-d42e8d13-20250529042740 → 1.3.15-canary-9ad83007-20250606041530

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.
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <picture>
2
- <img alt="Rspack Banner" src="https://assets.rspack.dev/rspack/rspack-banner.png">
2
+ <img alt="Rspack Banner" src="https://assets.rspack.rs/rspack/rspack-banner.png">
3
3
  </picture>
4
4
 
5
5
  # create-rspack
@@ -8,7 +8,7 @@ Create a new rspack project.
8
8
 
9
9
  ## Documentation
10
10
 
11
- See [https://rspack.dev](https://rspack.dev) for details.
11
+ See [https://rspack.rs](https://rspack.rs) for details.
12
12
 
13
13
  ## License
14
14
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-rspack-canary",
3
- "version": "1.3.13-canary-d42e8d13-20250529042740",
4
- "homepage": "https://rspack.dev",
3
+ "version": "1.3.15-canary-9ad83007-20250606041530",
4
+ "homepage": "https://rspack.rs",
5
5
  "bugs": "https://github.com/web-infra-dev/rspack/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -23,7 +23,7 @@
23
23
  "create-rstack": "1.4.5"
24
24
  },
25
25
  "devDependencies": {
26
- "@rslib/core": "0.9.0",
26
+ "@rslib/core": "0.9.1",
27
27
  "typescript": "^5.8.3"
28
28
  },
29
29
  "publishConfig": {
@@ -8,7 +8,7 @@
8
8
  "preview": "rspack preview"
9
9
  },
10
10
  "dependencies": {
11
- "vue": "^3.5.15"
11
+ "vue": "^3.5.16"
12
12
  },
13
13
  "devDependencies": {
14
14
  "@rspack/cli": "workspace:*",
@@ -7,7 +7,7 @@ const title = ref("Rspack + Vue");
7
7
 
8
8
  <template>
9
9
  <div>
10
- <a href="https://www.rspack.dev/" target="_blank">
10
+ <a href="https://rspack.rs/" target="_blank">
11
11
  <img src="./assets/rspack.svg" class="logo" alt="Rspack logo" />
12
12
  </a>
13
13
  <a href="https://vuejs.org/" target="_blank">
@@ -8,7 +8,7 @@
8
8
  "preview": "rspack preview"
9
9
  },
10
10
  "dependencies": {
11
- "vue": "^3.5.15"
11
+ "vue": "^3.5.16"
12
12
  },
13
13
  "devDependencies": {
14
14
  "@rspack/cli": "workspace:*",
@@ -7,7 +7,7 @@ const title = ref<string>("Rspack + Vue");
7
7
 
8
8
  <template>
9
9
  <div>
10
- <a href="https://www.rspack.dev/" target="_blank">
10
+ <a href="https://rspack.rs/" target="_blank">
11
11
  <img src="./assets/rspack.svg" class="logo" alt="Rspack logo" />
12
12
  </a>
13
13
  <a href="https://vuejs.org/" target="_blank">