@godscene/core
Advanced tools
@@ -126,3 +126,3 @@ import { ScreenshotItem } from "../screenshot-item.mjs"; | ||
| } | ||
| const getMidsceneVersion = ()=>"1.7.14"; | ||
| const getMidsceneVersion = ()=>"1.7.15"; | ||
| const parsePrompt = (prompt)=>{ | ||
@@ -129,0 +129,0 @@ if ('string' == typeof prompt) return { |
@@ -173,3 +173,3 @@ "use strict"; | ||
| } | ||
| const getMidsceneVersion = ()=>"1.7.14"; | ||
| const getMidsceneVersion = ()=>"1.7.15"; | ||
| const parsePrompt = (prompt)=>{ | ||
@@ -176,0 +176,0 @@ if ('string' == typeof prompt) return { |
@@ -9,3 +9,3 @@ "use strict"; | ||
| }, | ||
| "@/screenshot-item" (module) { | ||
| "./screenshot-item" (module) { | ||
| module.exports = require("./screenshot-item.js"); | ||
@@ -77,3 +77,3 @@ }, | ||
| var _dump_screenshot_store__rspack_import_3 = __webpack_require__("./dump/screenshot-store"); | ||
| var _screenshot_item__rspack_import_4 = __webpack_require__("@/screenshot-item"); | ||
| var _screenshot_item__rspack_import_4 = __webpack_require__("./screenshot-item"); | ||
| var _yaml__rspack_import_5 = __webpack_require__("./yaml"); | ||
@@ -83,7 +83,7 @@ var __rspack_reexport = {}; | ||
| "UIContext", | ||
| "GroupedActionDump", | ||
| "ServiceError", | ||
| "default", | ||
| "ReportActionDump", | ||
| "ExecutionDump", | ||
| "ServiceError" | ||
| "GroupedActionDump", | ||
| "ExecutionDump" | ||
| ].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_yaml__rspack_import_5[__rspack_import_key]; | ||
@@ -90,0 +90,0 @@ __webpack_require__.d(__webpack_exports__, __rspack_reexport); |
+2
-2
| { | ||
| "name": "@godscene/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": "1.7.15", | ||
| "version": "1.7.16", | ||
| "repository": "https://github.com/web-infra-dev/midscene", | ||
@@ -100,3 +100,3 @@ "homepage": "https://midscenejs.com/", | ||
| "zod": "^3.25.1", | ||
| "@godscene/shared": "1.7.15" | ||
| "@godscene/shared": "1.7.16" | ||
| }, | ||
@@ -103,0 +103,0 @@ "devDependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 4 instances in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 2 instances in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
44
4.76%+ Added
- Removed
Updated