ripple 0.3.61 → 0.3.62
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/CHANGELOG.md +9 -0
- package/package.json +2 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# ripple
|
|
2
2
|
|
|
3
|
+
## 0.3.62
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1144](https://github.com/Ripple-TS/ripple/pull/1144)
|
|
8
|
+
[`0e8baf2`](https://github.com/Ripple-TS/ripple/commit/0e8baf278e4105ae019929138956938cd5189035)
|
|
9
|
+
Thanks [@aleclarson](https://github.com/aleclarson)! - Remove the stale self
|
|
10
|
+
peer dependency from the Ripple runtime package.
|
|
11
|
+
|
|
3
12
|
## 0.3.61
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Ripple is an elegant TypeScript UI framework",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Dominic Gannaway",
|
|
6
|
-
"version": "0.3.
|
|
6
|
+
"version": "0.3.62",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"module": "src/runtime/index-client.js",
|
|
9
9
|
"main": "src/runtime/index-client.js",
|
|
@@ -74,19 +74,10 @@
|
|
|
74
74
|
"clsx": "^2.1.1",
|
|
75
75
|
"devalue": "^5.8.1",
|
|
76
76
|
"esm-env": "^1.2.2",
|
|
77
|
-
"@types/estree": "^1.0.8",
|
|
78
|
-
"@types/estree-jsx": "^1.0.5",
|
|
79
77
|
"@tsrx/core": "0.1.11",
|
|
80
78
|
"@tsrx/ripple": "0.1.11"
|
|
81
79
|
},
|
|
82
80
|
"devDependencies": {
|
|
83
|
-
"@types/node": "^24.3.0"
|
|
84
|
-
"@typescript-eslint/types": "^8.40.0",
|
|
85
|
-
"typescript": "^5.9.3",
|
|
86
|
-
"@volar/language-core": "~2.4.28",
|
|
87
|
-
"vscode-languageserver-types": "^3.17.5"
|
|
88
|
-
},
|
|
89
|
-
"peerDependencies": {
|
|
90
|
-
"ripple": "0.3.61"
|
|
81
|
+
"@types/node": "^24.3.0"
|
|
91
82
|
}
|
|
92
83
|
}
|