node-karin 1.2.4-pr.251.56ea34a → 1.2.4-pr.251.7c2f0d6

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": "node-karin",
3
- "version": "1.2.4-pr.251.56ea34a",
3
+ "version": "1.2.4-pr.251.7c2f0d6",
4
4
  "description": "Lightweight, efficient, concise, and stable robot framework.",
5
5
  "keywords": [
6
6
  "node",
@@ -24,7 +24,7 @@
24
24
  "license": "MIT",
25
25
  "author": "shijin",
26
26
  "type": "module",
27
- "main": "./dist/index.js",
27
+ "main": "./src/index.ts",
28
28
  "types": "./dist/index.d.ts",
29
29
  "bin": {
30
30
  "k": "./dist/cli/index.cjs",
@@ -95,7 +95,7 @@
95
95
  "time": "2025-01-21",
96
96
  "exports": {
97
97
  ".": {
98
- "import": "./dist/index.js",
98
+ "import": "./src/index.ts",
99
99
  "types": "./dist/index.d.ts"
100
100
  },
101
101
  "./dir": {
package/dist/cli/pm2.js DELETED
@@ -1 +0,0 @@
1
- import 'node-karin'