@wovin/base-agent 0.0.12 → 0.0.14

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.
package/package.json CHANGED
@@ -1,44 +1,44 @@
1
1
  {
2
- "name": "@wovin/base-agent",
3
- "version": "0.0.12",
4
- "type": "module",
5
- "scripts": {
6
- "build": "rm -rf dist/ && concurrently \"pnpm build:code\" \"pnpm build:types\"",
7
- "build:code": "tsup --minify",
8
- "build:types": "tsc --emitDeclarationOnly --declaration",
9
- "dev": "concurrently \"pnpm dev:code\" \"pnpm dev:types\"",
10
- "dev:code": "tsup --watch",
11
- "dev:types": "tsc --emitDeclarationOnly --declaration --watch",
12
- "lint": "eslint .",
13
- "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
14
- "pub": "npm publish --tag latest --access=public"
15
- },
16
- "main": "./dist/index.min.js",
17
- "module": "./dist/index.min.js",
18
- "browser": "./dist/index.min.js",
19
- "types": "./dist/index.d.ts",
20
- "exports": {
21
- ".": {
22
- "import": "./dist/index.min.js",
23
- "types": "./dist/index.d.ts"
24
- }
25
- },
26
- "files": [
27
- "./dist/"
28
- ],
29
- "packageManager": "pnpm",
30
- "esm.sh": {
31
- "bundle": false
32
- },
33
- "dependencies": {
34
- "@wovin/core": "0.0.12",
35
- "besonders-logger": "1.0.0-RC17"
36
- },
37
- "devDependencies": {
38
- "concurrently": "^8.2.2",
39
- "iso-signatures": "^0.3.2",
40
- "tsup": "^8.0.2",
41
- "tsupconfig": "workspace:^",
42
- "typescript": "^5.3.3"
43
- }
44
- }
2
+ "name": "@wovin/base-agent",
3
+ "version": "0.0.14",
4
+ "type": "module",
5
+ "main": "./dist/index.min.js",
6
+ "module": "./dist/index.min.js",
7
+ "browser": "./dist/index.min.js",
8
+ "types": "./dist/index.d.ts",
9
+ "exports": {
10
+ ".": {
11
+ "import": "./dist/index.min.js",
12
+ "types": "./dist/index.d.ts"
13
+ }
14
+ },
15
+ "files": [
16
+ "./dist/"
17
+ ],
18
+ "packageManager": "pnpm",
19
+ "esm.sh": {
20
+ "bundle": false
21
+ },
22
+ "dependencies": {
23
+ "@wovin/core": "0.0.14",
24
+ "besonders-logger": "1.0.0-RC17"
25
+ },
26
+ "devDependencies": {
27
+ "concurrently": "^8.2.2",
28
+ "iso-signatures": "^0.3.2",
29
+ "tsup": "^8.0.2",
30
+ "typescript": "^5.3.3",
31
+ "tsupconfig": "^0.0.0"
32
+ },
33
+ "scripts": {
34
+ "build": "rm -rf dist/ && concurrently \"pnpm build:code\" \"pnpm build:types\"",
35
+ "build:code": "tsup --minify",
36
+ "build:types": "tsc --emitDeclarationOnly --declaration",
37
+ "dev": "concurrently \"pnpm dev:code\" \"pnpm dev:types\"",
38
+ "dev:code": "tsup --watch",
39
+ "dev:types": "tsc --emitDeclarationOnly --declaration --watch",
40
+ "lint": "eslint .",
41
+ "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
42
+ "pub": "npm publish --tag latest --access=public"
43
+ }
44
+ }