@aiscene/core 1.7.1 → 1.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -152,7 +152,7 @@ async function matchElementFromCache(context, cacheEntry, cachePrompt, cacheable
152
152
  return;
153
153
  }
154
154
  }
155
- const getMidsceneVersion = ()=>"1.7.1";
155
+ const getMidsceneVersion = ()=>"1.7.2";
156
156
  const parsePrompt = (prompt)=>{
157
157
  if ('string' == typeof prompt) return {
158
158
  textPrompt: prompt,
package/dist/es/utils.mjs CHANGED
@@ -170,7 +170,7 @@ function stringifyDumpData(data, indents) {
170
170
  return JSON.stringify(data, replacerForPageObject, indents);
171
171
  }
172
172
  function getVersion() {
173
- return "1.7.1";
173
+ return "1.7.2";
174
174
  }
175
175
  function debugLog(...message) {
176
176
  const debugMode = process.env[MIDSCENE_DEBUG_MODE];
@@ -201,7 +201,7 @@ async function matchElementFromCache(context, cacheEntry, cachePrompt, cacheable
201
201
  return;
202
202
  }
203
203
  }
204
- const getMidsceneVersion = ()=>"1.7.1";
204
+ const getMidsceneVersion = ()=>"1.7.2";
205
205
  const parsePrompt = (prompt)=>{
206
206
  if ('string' == typeof prompt) return {
207
207
  textPrompt: prompt,
package/dist/lib/utils.js CHANGED
@@ -213,7 +213,7 @@ function stringifyDumpData(data, indents) {
213
213
  return JSON.stringify(data, replacerForPageObject, indents);
214
214
  }
215
215
  function getVersion() {
216
- return "1.7.1";
216
+ return "1.7.2";
217
217
  }
218
218
  function debugLog(...message) {
219
219
  const debugMode = process.env[env_namespaceObject.MIDSCENE_DEBUG_MODE];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aiscene/core",
3
3
  "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.",
4
- "version": "1.7.1",
4
+ "version": "1.7.2",
5
5
  "repository": "https://github.com/web-infra-dev/midscene",
6
6
  "homepage": "https://midscenejs.com/",
7
7
  "main": "./dist/lib/index.js",