@easbot/utils 0.1.14 → 0.1.15

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@easbot/utils",
3
- "version": "0.1.14",
3
+ "version": "0.1.15",
4
4
  "description": "Shared utilities library for EASBOT ecosystem",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -12,8 +12,35 @@
12
12
  "import": "./dist/index.mjs",
13
13
  "require": "./dist/index.cjs"
14
14
  },
15
+ "./pkg": {
16
+ "types": "./dist/utils/pkg/index.d.ts",
17
+ "import": "./dist/utils/pkg/index.mjs",
18
+ "require": "./dist/utils/pkg/index.cjs"
19
+ },
20
+ "./pkg/*": {
21
+ "types": "./dist/utils/pkg/*.d.ts",
22
+ "import": "./dist/utils/pkg/*.mjs",
23
+ "require": "./dist/utils/pkg/*.cjs"
24
+ },
15
25
  "./package.json": "./package.json"
16
26
  },
27
+ "scripts": {
28
+ "dev": "tsup --watch --env.NODE_ENV development",
29
+ "build": "tsup --env.NODE_ENV production",
30
+ "test": "vitest",
31
+ "test:run": "vitest run",
32
+ "lint": "biome check .",
33
+ "lint:fix": "biome check --write .",
34
+ "lint:report": "biome check --reporter=summary .",
35
+ "format": "biome format .",
36
+ "format:fix": "biome format --write .",
37
+ "type-check": "tsc --noEmit",
38
+ "clean": "npx rimraf dist node_modules",
39
+ "prepare": "echo norun",
40
+ "prepublishOnly": "pnpm build",
41
+ "publish:npm": "bash scripts/publish.sh",
42
+ "publish:npm:win": "powershell -ExecutionPolicy Bypass -File scripts/publish.ps1"
43
+ },
17
44
  "keywords": [
18
45
  "ai",
19
46
  "agent",
@@ -41,14 +68,14 @@
41
68
  "LICENSE"
42
69
  ],
43
70
  "dependencies": {
71
+ "@easbot/types": "workspace:*",
44
72
  "axios": "^1.15.2",
45
73
  "dotenv": "^17.3.1",
46
74
  "zod": "^4.3.6",
47
75
  "hono": "^4.12.14",
48
76
  "hono-openapi": "^1.3.0",
49
77
  "ws": "^8.20.0",
50
- "markdown-it": "^14.1.1",
51
- "@easbot/types": "0.1.14"
78
+ "markdown-it": "^14.1.1"
52
79
  },
53
80
  "devDependencies": {
54
81
  "@biomejs/biome": "^2.4.8",
@@ -68,20 +95,5 @@
68
95
  },
69
96
  "publishConfig": {
70
97
  "access": "public"
71
- },
72
- "scripts": {
73
- "dev": "tsup --watch --env.NODE_ENV development",
74
- "build": "tsup --env.NODE_ENV production",
75
- "test": "vitest",
76
- "test:run": "vitest run",
77
- "lint": "biome check .",
78
- "lint:fix": "biome check --write .",
79
- "lint:report": "biome check --reporter=summary .",
80
- "format": "biome format .",
81
- "format:fix": "biome format --write .",
82
- "type-check": "tsc --noEmit",
83
- "clean": "npx rimraf dist node_modules",
84
- "publish:npm": "bash scripts/publish.sh",
85
- "publish:npm:win": "powershell -ExecutionPolicy Bypass -File scripts/publish.ps1"
86
98
  }
87
- }
99
+ }
@@ -1 +0,0 @@
1
- 'use strict';var chunkZNIQRHSA_cjs=require('./chunk-ZNIQRHSA.cjs');require('./chunk-PQC2BFS2.cjs');Object.defineProperty(exports,"Log",{enumerable:true,get:function(){return chunkZNIQRHSA_cjs.c}});