mirror of
https://github.com/EthanShoeDev/fressh.git
synced 2026-01-11 14:22:51 +00:00
Compare commits
6 Commits
@fressh/re
...
@fressh/re
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
856be66449 | ||
|
|
47f7844aea | ||
|
|
3f48e96a4f | ||
|
|
e8808bddfb | ||
|
|
242f26b383 | ||
|
|
de963a9d64 |
@@ -29,3 +29,5 @@ android/local.properties
|
||||
coverage/
|
||||
*.log
|
||||
*.local
|
||||
|
||||
rust/target/
|
||||
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## [0.0.5](https://github.com/EthanShoeDev/fressh/compare/@fressh/react-native-uniffi-russh-v0.0.4...${npm.name}-v0.0.5) (2025-10-08)
|
||||
|
||||
## [0.0.4](https://github.com/EthanShoeDev/fressh/compare/@fressh/react-native-uniffi-russh-v0.0.3...${npm.name}-v0.0.4) (2025-10-08)
|
||||
|
||||
## [0.0.3](https://github.com/EthanShoeDev/fressh/compare/@fressh/react-native-uniffi-russh-v0.0.2...${npm.name}-v0.0.3) (2025-10-08)
|
||||
|
||||
## 0.0.2 (2025-10-07)
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"homepage": "https://github.com/EthanShoeDev/fressh#readme",
|
||||
"license": "MIT",
|
||||
"description": "Uniffi bindings for russh",
|
||||
"version": "0.0.3",
|
||||
"version": "0.0.5",
|
||||
"type": "module",
|
||||
"main": "./lib/module/api.js",
|
||||
"types": "./lib/typescript/src/api.d.ts",
|
||||
@@ -20,8 +20,13 @@
|
||||
"ios",
|
||||
"src",
|
||||
"cpp",
|
||||
"rust",
|
||||
"*.podspec",
|
||||
"*.xcframework/**",
|
||||
"react-native.config.js",
|
||||
"*.md",
|
||||
"*.config.*",
|
||||
"tsconfig*.json",
|
||||
"LICENSE"
|
||||
],
|
||||
"scripts": {
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# Changelog
|
||||
|
||||
## [0.0.8](https://github.com/EthanShoeDev/fressh/compare/@fressh/react-native-xtermjs-webview-v0.0.7...${npm.name}-v0.0.8) (2025-10-08)
|
||||
|
||||
## [0.0.7](https://github.com/EthanShoeDev/fressh/compare/@fressh/react-native-xtermjs-webview-v0.0.6...${npm.name}-v0.0.7) (2025-10-08)
|
||||
|
||||
## [0.0.6](https://github.com/EthanShoeDev/fressh/compare/@fressh/react-native-xtermjs-webview-v0.0.5...${npm.name}-v0.0.6) (2025-10-07)
|
||||
|
||||
@@ -1,14 +1,17 @@
|
||||
{
|
||||
"name": "@fressh/react-native-xtermjs-webview",
|
||||
"private": false,
|
||||
"version": "0.0.7",
|
||||
"version": "0.0.8",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"files": [
|
||||
"src",
|
||||
"dist",
|
||||
"dist-internal",
|
||||
"*"
|
||||
"*.config.*",
|
||||
"tsconfig*.json",
|
||||
"*.md",
|
||||
"*.html"
|
||||
],
|
||||
"exports": {
|
||||
".": "./dist/index.js"
|
||||
|
||||
Reference in New Issue
Block a user