@rsbuild/plugin-svelte 0.3.4 → 0.3.6

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/dist/index.d.ts CHANGED
@@ -19,14 +19,12 @@ interface SvelteLoaderOptions {
19
19
  type PluginSvelteOptions = {
20
20
  /**
21
21
  * The options of svelte-loader
22
- *
23
- * See https://github.com/sveltejs/svelte-loader
22
+ * @see https://github.com/sveltejs/svelte-loader
24
23
  */
25
24
  svelteLoaderOptions?: SvelteLoaderOptions;
26
25
  /**
27
- * The options of svelte-preprocess
28
- *
29
- * See https://github.com/sveltejs/svelte-preprocess
26
+ * The options of svelte-preprocess.
27
+ * @see https://github.com/sveltejs/svelte-preprocess
30
28
  */
31
29
  preprocessOptions?: AutoPreprocessOptions;
32
30
  };
package/dist/index.mjs CHANGED
@@ -9,7 +9,7 @@ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require
9
9
  throw Error('Dynamic require of "' + x + '" is not supported');
10
10
  });
11
11
 
12
- // ../../node_modules/.pnpm/@modern-js+module-tools@2.46.0_typescript@5.3.2/node_modules/@modern-js/module-tools/shims/esm.js
12
+ // ../../node_modules/.pnpm/@modern-js+module-tools@2.46.1_typescript@5.3.2/node_modules/@modern-js/module-tools/shims/esm.js
13
13
  import { fileURLToPath } from "url";
14
14
  import path from "path";
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsbuild/plugin-svelte",
3
- "version": "0.3.4",
3
+ "version": "0.3.6",
4
4
  "description": "Svelte plugin for Rsbuild",
5
5
  "repository": {
6
6
  "type": "git",
@@ -24,17 +24,17 @@
24
24
  "dependencies": {
25
25
  "svelte-loader": "3.1.9",
26
26
  "svelte-preprocess": "^5.0.4",
27
- "@rsbuild/shared": "0.3.4"
27
+ "@rsbuild/shared": "0.3.6"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/node": "16.x",
31
31
  "svelte": "^4.2.2",
32
32
  "typescript": "^5.3.0",
33
- "@rsbuild/core": "0.3.4",
34
- "@scripts/test-helper": "0.3.4"
33
+ "@rsbuild/core": "0.3.6",
34
+ "@scripts/test-helper": "0.3.6"
35
35
  },
36
36
  "peerDependencies": {
37
- "@rsbuild/core": "^0.3.4"
37
+ "@rsbuild/core": "^0.3.6"
38
38
  },
39
39
  "publishConfig": {
40
40
  "access": "public",