@ripple-ts/eslint-parser 0.2.155 → 0.2.157
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 +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -108,7 +108,7 @@ The parser will successfully parse this and allow ESLint rules (like those from
|
|
|
108
108
|
## Related Packages
|
|
109
109
|
|
|
110
110
|
- [@ripple-ts/eslint-plugin](https://www.npmjs.com/package/@ripple-ts/eslint-plugin) - ESLint rules for Ripple
|
|
111
|
-
- [ripple](https://
|
|
111
|
+
- [ripple](https://ripplejs.com) - The Ripple framework
|
|
112
112
|
- [@ripple-ts/vite-plugin](https://www.npmjs.com/package/@ripple-ts/vite-plugin) - Vite plugin for Ripple
|
|
113
113
|
- [@ripple-ts/prettier-plugin](https://www.npmjs.com/package/@ripple-ts/prettier-plugin) - Prettier plugin for Ripple
|
|
114
114
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ripple-ts/eslint-parser",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.157",
|
|
4
4
|
"description": "ESLint parser for Ripple (.ripple files)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"bugs": {
|
|
13
13
|
"url": "https://github.com/Ripple-TS/ripple/issues"
|
|
14
14
|
},
|
|
15
|
-
"homepage": "https://
|
|
15
|
+
"homepage": "https://ripplejs.com",
|
|
16
16
|
"exports": {
|
|
17
17
|
".": "./dist/index.js"
|
|
18
18
|
},
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@types/node": "^24.3.0",
|
|
41
41
|
"tsdown": "^0.15.4",
|
|
42
42
|
"typescript": "^5.9.2",
|
|
43
|
-
"ripple": "0.2.
|
|
43
|
+
"ripple": "0.2.157"
|
|
44
44
|
},
|
|
45
45
|
"engines": {
|
|
46
46
|
"node": ">=20.0.0"
|