wuying-agentbay-sdk 0.8.0 → 0.9.0

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.
@@ -0,0 +1,7 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
+
3
+ var _chunkKOCCRN77cjs = require('./chunk-KOCCRN77.cjs');
4
+
5
+
6
+ exports.WindowManager = _chunkKOCCRN77cjs.WindowManager;
7
+ //# sourceMappingURL=window-ATD33TEL.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["/home/runner/work/wuying-agentbay-sdk/wuying-agentbay-sdk/typescript/dist/window-ATD33TEL.cjs"],"names":[],"mappings":"AAAA;AACE;AACF,wDAA6B;AAC7B;AACE;AACF,wDAAC","file":"/home/runner/work/wuying-agentbay-sdk/wuying-agentbay-sdk/typescript/dist/window-ATD33TEL.cjs"}
@@ -0,0 +1,16 @@
1
+
2
+ import { createRequire } from 'module';
3
+ const require = createRequire(import.meta.url);
4
+ (function() {
5
+ if (typeof OpenApi !== 'undefined' && !OpenApi.default) {
6
+ OpenApi.default = OpenApi;
7
+ }
8
+ })();
9
+
10
+ import {
11
+ WindowManager
12
+ } from "./chunk-HKUD6LHR.mjs";
13
+ export {
14
+ WindowManager
15
+ };
16
+ //# sourceMappingURL=window-TMK7MJI6.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wuying-agentbay-sdk",
3
- "version": "0.8.0",
3
+ "version": "0.9.0",
4
4
  "description": "TypeScript SDK for interacting with the Wuying AgentBay cloud runtime environment",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",
@@ -23,11 +23,7 @@
23
23
  "format": "prettier --write \"src/**/*.ts\"",
24
24
  "prepare": "npm run build"
25
25
  },
26
- "author": {
27
- "name": "Wuying AI Team",
28
- "email": "wuying-ai-team@alibabacloud.com",
29
- "url": "https://github.com/aliyun/wuying-agentbay-sdk"
30
- },
26
+ "author": "Wuying AI Team <wuying-ai-team@alibabacloud.com> (https://github.com/aliyun/wuying-agentbay-sdk)",
31
27
  "contributors": [
32
28
  {
33
29
  "name": "yuebing.yb",
@@ -73,7 +69,8 @@
73
69
  "@darabonba/typescript": "^1.0.0",
74
70
  "@types/node-fetch": "^2.6.13",
75
71
  "axios": "^1.3.4",
76
- "node-fetch": "^2.7.0"
72
+ "node-fetch": "^2.7.0",
73
+ "playwright": "^1.55.0"
77
74
  },
78
75
  "sideEffects": false,
79
76
  "files": [
@@ -81,9 +78,14 @@
81
78
  ],
82
79
  "repository": {
83
80
  "type": "git",
84
- "url": "https://github.com/aliyun/wuying-agentbay-sdk.git"
81
+ "url": "git+https://github.com/aliyun/wuying-agentbay-sdk.git"
85
82
  },
86
83
  "engines": {
87
84
  "node": ">=14.0.0"
88
- }
85
+ },
86
+ "directories": {
87
+ "doc": "docs",
88
+ "test": "tests"
89
+ },
90
+ "type": "commonjs"
89
91
  }