@etohq/eto 1.1.0 → 1.2.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 +3 -47
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@etohq/eto",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"description": "Building blocks for API",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"exports": {
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"test": "jest --silent=false --bail --maxWorkers=50% --forceExit"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@etohq/framework": "^1.
|
|
42
|
+
"@etohq/framework": "^1.2.0",
|
|
43
43
|
"@mikro-orm/core": "5.9.7",
|
|
44
44
|
"@mikro-orm/knex": "5.9.7",
|
|
45
45
|
"@mikro-orm/migrations": "5.9.7",
|
|
@@ -61,61 +61,17 @@
|
|
|
61
61
|
"typescript": "^5.6.2"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@etohq/api-key": "^1.1.0",
|
|
65
|
-
"@etohq/auth": "^1.1.0",
|
|
66
|
-
"@etohq/auth-emailpass": "^1.0.0",
|
|
67
|
-
"@etohq/auth-github": "^1.0.0",
|
|
68
|
-
"@etohq/auth-google": "^1.0.0",
|
|
69
|
-
"@etohq/cache-inmemory": "^1.1.0",
|
|
70
|
-
"@etohq/cache-redis": "^1.1.0",
|
|
71
|
-
"@etohq/cart": "^1.0.0",
|
|
72
|
-
"@etohq/commerce-flows": "^1.1.0",
|
|
73
|
-
"@etohq/commerce-link-modules": "^1.1.0",
|
|
74
|
-
"@etohq/currency": "^1.0.0",
|
|
75
|
-
"@etohq/customer": "^1.0.0",
|
|
76
|
-
"@etohq/event-bus-local": "^1.1.0",
|
|
77
|
-
"@etohq/event-bus-redis": "^1.1.0",
|
|
78
|
-
"@etohq/file": "^1.1.0",
|
|
79
|
-
"@etohq/file-local": "^1.0.0",
|
|
80
|
-
"@etohq/file-s3": "^1.0.0",
|
|
81
|
-
"@etohq/fulfillment": "^1.0.0",
|
|
82
|
-
"@etohq/fulfillment-manual": "^1.0.0",
|
|
83
|
-
"@etohq/index": "^1.1.0",
|
|
84
|
-
"@etohq/inventory": "^1.0.0",
|
|
85
|
-
"@etohq/locking": "^1.1.0",
|
|
86
|
-
"@etohq/locking-postgres": "^1.0.0",
|
|
87
|
-
"@etohq/locking-redis": "^1.0.0",
|
|
88
|
-
"@etohq/notification": "^1.1.0",
|
|
89
|
-
"@etohq/notification-local": "^1.0.0",
|
|
90
|
-
"@etohq/notification-sendgrid": "^1.0.0",
|
|
91
|
-
"@etohq/order": "^1.0.0",
|
|
92
|
-
"@etohq/payment": "^1.1.0",
|
|
93
|
-
"@etohq/payment-stripe": "^1.0.0",
|
|
94
|
-
"@etohq/pricing": "^1.0.0",
|
|
95
|
-
"@etohq/product": "^1.0.0",
|
|
96
|
-
"@etohq/promotion": "^1.0.0",
|
|
97
|
-
"@etohq/region": "^1.0.0",
|
|
98
|
-
"@etohq/sales-channel": "^1.0.0",
|
|
99
|
-
"@etohq/stock-location": "^1.0.0",
|
|
100
|
-
"@etohq/store": "^1.0.0",
|
|
101
|
-
"@etohq/tax": "^1.0.0",
|
|
102
|
-
"@etohq/user": "^1.1.0",
|
|
103
|
-
"@etohq/workflow-engine-inmemory": "^1.1.0",
|
|
104
|
-
"@etohq/workflow-engine-redis": "^1.1.0",
|
|
105
64
|
"@inquirer/checkbox": "^2.3.11",
|
|
106
65
|
"@inquirer/input": "^2.2.9",
|
|
107
66
|
"@swc/core": "^1.7.28",
|
|
108
67
|
"@swc/helpers": "^0.5.11",
|
|
109
|
-
"@types/express": "^4.17.17",
|
|
110
68
|
"boxen": "^5.0.1",
|
|
111
69
|
"chalk": "^4.0.0",
|
|
112
70
|
"chokidar": "^3.5.3",
|
|
113
71
|
"compression": "^1.7.4",
|
|
114
|
-
"express": "^4.21.0",
|
|
115
72
|
"fs-exists-cached": "^1.0.0",
|
|
116
73
|
"jsonwebtoken": "^9.0.2",
|
|
117
74
|
"lodash": "^4.17.21",
|
|
118
|
-
"multer": "^1.4.5-lts.1",
|
|
119
75
|
"node-schedule": "^2.1.1",
|
|
120
76
|
"qs": "^6.11.2",
|
|
121
77
|
"request-ip": "^3.3.0",
|
|
@@ -124,7 +80,7 @@
|
|
|
124
80
|
"zod": "3.22.4"
|
|
125
81
|
},
|
|
126
82
|
"peerDependencies": {
|
|
127
|
-
"@etohq/framework": "^1.
|
|
83
|
+
"@etohq/framework": "^1.1.0",
|
|
128
84
|
"@mikro-orm/core": "5.9.7",
|
|
129
85
|
"@mikro-orm/knex": "5.9.7",
|
|
130
86
|
"@mikro-orm/migrations": "5.9.7",
|