Compare commits

...

2 Commits

Author SHA1 Message Date
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
2 changed files with 7 additions and 2 deletions

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"