Compare commits

...

4 Commits

Author SHA1 Message Date
EthanShoeDev
3f48e96a4f chore(@fressh/react-native-uniffi-russh): release v0.0.4 2025-10-07 21:28:55 -04:00
EthanShoeDev
e8808bddfb publish configs 2025-10-07 21:20:37 -04:00
EthanShoeDev
242f26b383 chore(@fressh/react-native-xtermjs-webview): release v0.0.8 2025-10-07 21:05:35 -04:00
EthanShoeDev
de963a9d64 try again to remove .turbo from npm 2025-10-07 21:04:47 -04:00
5 changed files with 17 additions and 3 deletions

View File

@@ -29,3 +29,5 @@ android/local.properties
coverage/
*.log
*.local
rust/target/

View File

@@ -1,5 +1,7 @@
# Changelog
## [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)

View File

@@ -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.4",
"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": {

View File

@@ -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)

View File

@@ -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"