@ripple-ts/vite-plugin 0.3.54 → 0.3.56

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/.build-hash ADDED
@@ -0,0 +1 @@
1
+ cdaa944ec2f4b393a5fb9eb8eb7dcdae9a1ff7a009faca54ff2556f25b4f24af
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @ripple-ts/vite-plugin
2
2
 
3
+ ## 0.3.56
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @tsrx/ripple@0.1.6
9
+ - @ripple-ts/adapter@0.3.56
10
+
11
+ ## 0.3.55
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies []:
16
+ - @tsrx/ripple@0.1.5
17
+ - @ripple-ts/adapter@0.3.55
18
+
3
19
  ## 0.3.54
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Vite plugin for Ripple",
4
4
  "license": "MIT",
5
5
  "author": "Dominic Gannaway",
6
- "version": "0.3.54",
6
+ "version": "0.3.56",
7
7
  "type": "module",
8
8
  "module": "src/index.js",
9
9
  "main": "src/index.js",
@@ -32,14 +32,14 @@
32
32
  "url": "https://github.com/Ripple-TS/ripple/issues"
33
33
  },
34
34
  "dependencies": {
35
- "@tsrx/ripple": "0.1.4",
36
- "@ripple-ts/adapter": "0.3.54"
35
+ "@ripple-ts/adapter": "0.3.56",
36
+ "@tsrx/ripple": "0.1.6"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@types/node": "^24.3.0",
40
40
  "type-fest": "^5.6.0",
41
- "vite": "^8.0.0",
42
- "ripple": "0.3.54"
41
+ "vite": "^8.0.12",
42
+ "ripple": "0.3.56"
43
43
  },
44
44
  "publishConfig": {
45
45
  "access": "public"