mirror of
https://github.com/web-infra-dev/midscene.git
synced 2025-12-27 06:59:10 +00:00
release: v0.17.1
This commit is contained in:
parent
9c3d0f7fe7
commit
049d9f6565
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Midscene.js",
|
||||
"description": "Open-source SDK for automating web pages using natural language through AI.",
|
||||
"version": "0.67",
|
||||
"version": "0.68",
|
||||
"manifest_version": 3,
|
||||
"permissions": [
|
||||
"activeTab",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "midscene",
|
||||
"private": true,
|
||||
"version": "0.17.0",
|
||||
"version": "0.17.1",
|
||||
"scripts": {
|
||||
"dev": "nx run-many --target=build:watch --exclude=android-playground,chrome-extension,@midscene/report,doc --verbose",
|
||||
"build": "nx run-many --target=build --exclude=doc --verbose",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@midscene/android-playground",
|
||||
"version": "0.17.0",
|
||||
"version": "0.17.1",
|
||||
"description": "Android playground for Midscene",
|
||||
"main": "./dist/lib/index.js",
|
||||
"types": "./dist/types/index.d.ts",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@midscene/android",
|
||||
"version": "0.17.0",
|
||||
"version": "0.17.1",
|
||||
"description": "Android automation library for Midscene",
|
||||
"keywords": [
|
||||
"Android UI automation",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@midscene/cli",
|
||||
"description": "An AI-powered automation SDK can control the page, perform assertions, and extract data in JSON format using natural language. See https://midscenejs.com/ for details.",
|
||||
"version": "0.17.0",
|
||||
"version": "0.17.1",
|
||||
"repository": "https://github.com/web-infra-dev/midscene",
|
||||
"homepage": "https://midscenejs.com/",
|
||||
"jsnext:source": "./src/index.ts",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@midscene/core",
|
||||
"description": "Automate browser actions, extract data, and perform assertions using AI. It offers JavaScript SDK, Chrome extension, and support for scripting in YAML. See https://midscenejs.com/ for details.",
|
||||
"version": "0.17.0",
|
||||
"version": "0.17.1",
|
||||
"repository": "https://github.com/web-infra-dev/midscene",
|
||||
"homepage": "https://midscenejs.com/",
|
||||
"jsnext:source": "./src/index.ts",
|
||||
|
||||
@ -43,5 +43,5 @@
|
||||
"registry": "https://registry.npmjs.org"
|
||||
},
|
||||
"license": "MIT",
|
||||
"version": "0.17.0"
|
||||
"version": "0.17.1"
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@midscene/mcp",
|
||||
"version": "0.17.0",
|
||||
"version": "0.17.1",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@midscene/shared",
|
||||
"version": "0.17.0",
|
||||
"version": "0.17.1",
|
||||
"repository": "https://github.com/web-infra-dev/midscene",
|
||||
"homepage": "https://midscenejs.com/",
|
||||
"types": "./dist/types/index.d.ts",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@midscene/visualizer",
|
||||
"version": "0.17.0",
|
||||
"version": "0.17.1",
|
||||
"repository": "https://github.com/web-infra-dev/midscene",
|
||||
"homepage": "https://midscenejs.com/",
|
||||
"types": "./dist/types/index.d.ts",
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
"Browser use",
|
||||
"Android use"
|
||||
],
|
||||
"version": "0.17.0",
|
||||
"version": "0.17.1",
|
||||
"repository": "https://github.com/web-infra-dev/midscene",
|
||||
"homepage": "https://midscenejs.com/",
|
||||
"jsnext:source": "./src/index.ts",
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 598 KiB After Width: | Height: | Size: 624 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 768 KiB After Width: | Height: | Size: 845 KiB |
Loading…
x
Reference in New Issue
Block a user