@mldong/jeeflow 1.0.0 → 1.1.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.
package/package.json CHANGED
@@ -1,45 +1,45 @@
1
- {
2
- "name": "@mldong/jeeflow",
3
- "version": "1.0.0",
4
- "description": "jeeflow workflow engine — Node.js / TypeScript implementation",
5
- "type": "module",
6
- "main": "./dist/index.js",
7
- "types": "./dist/index.d.ts",
8
- "exports": {
9
- ".": "./dist/index.js",
10
- "./engine": "./dist/engine.js",
11
- "./model": "./dist/model.js",
12
- "./spi": "./dist/spi.js",
13
- "./memory": "./dist/memory.js",
14
- "./jdbc": "./dist/jdbc/index.js",
15
- "./mysql": "./dist/jdbc/mysql.js",
16
- "./postgres": "./dist/jdbc/postgres.js"
17
- },
18
- "scripts": {
19
- "build": "tsc",
20
- "test": "node --import tsx __tests__/spec.test.ts",
21
- "demo": "node --import tsx demo/main.ts",
22
- "prepublishOnly": "npm run build"
23
- },
24
- "keywords": [
25
- "workflow",
26
- "engine",
27
- "jeeflow",
28
- "typescript"
29
- ],
30
- "license": "Apache-2.0",
31
- "devDependencies": {
32
- "@types/pg": "^8.20.3",
33
- "tsx": "^4.19.0",
34
- "typescript": "^5.5.0"
35
- },
36
- "optionalDependencies": {
37
- "mysql2": "^3.11.0",
38
- "pg": "^8.13.0"
39
- },
40
- "files": [
41
- "dist",
42
- "LICENSE",
43
- "README.md"
44
- ]
45
- }
1
+ {
2
+ "name": "@mldong/jeeflow",
3
+ "version": "1.1.0",
4
+ "description": "jeeflow workflow engine — Node.js / TypeScript implementation",
5
+ "type": "module",
6
+ "main": "./dist/index.js",
7
+ "types": "./dist/index.d.ts",
8
+ "exports": {
9
+ ".": "./dist/index.js",
10
+ "./engine": "./dist/engine.js",
11
+ "./model": "./dist/model.js",
12
+ "./spi": "./dist/spi.js",
13
+ "./memory": "./dist/memory.js",
14
+ "./jdbc": "./dist/jdbc/index.js",
15
+ "./mysql": "./dist/jdbc/mysql.js",
16
+ "./postgres": "./dist/jdbc/postgres.js"
17
+ },
18
+ "scripts": {
19
+ "build": "tsc",
20
+ "test": "node --import tsx __tests__/spec.test.ts",
21
+ "demo": "node --import tsx demo/main.ts",
22
+ "prepublishOnly": "npm run build"
23
+ },
24
+ "keywords": [
25
+ "workflow",
26
+ "engine",
27
+ "jeeflow",
28
+ "typescript"
29
+ ],
30
+ "license": "Apache-2.0",
31
+ "devDependencies": {
32
+ "@types/pg": "^8.20.3",
33
+ "tsx": "^4.19.0",
34
+ "typescript": "^5.5.0"
35
+ },
36
+ "optionalDependencies": {
37
+ "mysql2": "^3.11.0",
38
+ "pg": "^8.13.0"
39
+ },
40
+ "files": [
41
+ "dist",
42
+ "LICENSE",
43
+ "README.md"
44
+ ]
45
+ }