@acmekit/acmekit 2.13.38 → 2.13.39
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 +37 -37
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acmekit/acmekit",
|
|
3
|
-
"version": "2.13.
|
|
3
|
+
"version": "2.13.39",
|
|
4
4
|
"description": "Generic application bootstrap and loaders for the AcmeKit framework",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"exports": {
|
|
@@ -49,43 +49,43 @@
|
|
|
49
49
|
"test:integration": "../../node_modules/.bin/jest --passWithNoTests --forceExit --testPathPattern=\"src/.*/integration-tests/__tests__/.*\\.ts\""
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@acmekit/framework": "2.13.
|
|
52
|
+
"@acmekit/framework": "2.13.39"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@acmekit/admin-bundler": "2.13.
|
|
56
|
-
"@acmekit/analytics": "2.13.
|
|
57
|
-
"@acmekit/analytics-local": "2.13.
|
|
58
|
-
"@acmekit/analytics-posthog": "2.13.
|
|
59
|
-
"@acmekit/api-key": "2.13.
|
|
60
|
-
"@acmekit/auth": "2.13.
|
|
61
|
-
"@acmekit/auth-emailpass": "2.13.
|
|
62
|
-
"@acmekit/auth-github": "2.13.
|
|
63
|
-
"@acmekit/auth-google": "2.13.
|
|
64
|
-
"@acmekit/cache-inmemory": "2.13.
|
|
65
|
-
"@acmekit/cache-redis": "2.13.
|
|
66
|
-
"@acmekit/caching": "2.13.
|
|
67
|
-
"@acmekit/caching-redis": "2.13.
|
|
68
|
-
"@acmekit/core-flows": "2.13.
|
|
69
|
-
"@acmekit/event-bus-local": "2.13.
|
|
70
|
-
"@acmekit/event-bus-redis": "2.13.
|
|
71
|
-
"@acmekit/file": "2.13.
|
|
72
|
-
"@acmekit/file-local": "2.13.
|
|
73
|
-
"@acmekit/file-s3": "2.13.
|
|
74
|
-
"@acmekit/index": "2.13.
|
|
75
|
-
"@acmekit/link-modules": "2.13.
|
|
76
|
-
"@acmekit/locking": "2.13.
|
|
77
|
-
"@acmekit/locking-postgres": "2.13.
|
|
78
|
-
"@acmekit/locking-redis": "2.13.
|
|
79
|
-
"@acmekit/notification": "2.13.
|
|
80
|
-
"@acmekit/notification-local": "2.13.
|
|
81
|
-
"@acmekit/notification-sendgrid": "2.13.
|
|
82
|
-
"@acmekit/rbac": "2.13.
|
|
83
|
-
"@acmekit/settings": "2.13.
|
|
84
|
-
"@acmekit/telemetry": "2.13.
|
|
85
|
-
"@acmekit/translation": "2.13.
|
|
86
|
-
"@acmekit/user": "2.13.
|
|
87
|
-
"@acmekit/workflow-engine-inmemory": "2.13.
|
|
88
|
-
"@acmekit/workflow-engine-redis": "2.13.
|
|
55
|
+
"@acmekit/admin-bundler": "2.13.39",
|
|
56
|
+
"@acmekit/analytics": "2.13.39",
|
|
57
|
+
"@acmekit/analytics-local": "2.13.39",
|
|
58
|
+
"@acmekit/analytics-posthog": "2.13.39",
|
|
59
|
+
"@acmekit/api-key": "2.13.39",
|
|
60
|
+
"@acmekit/auth": "2.13.39",
|
|
61
|
+
"@acmekit/auth-emailpass": "2.13.39",
|
|
62
|
+
"@acmekit/auth-github": "2.13.39",
|
|
63
|
+
"@acmekit/auth-google": "2.13.39",
|
|
64
|
+
"@acmekit/cache-inmemory": "2.13.39",
|
|
65
|
+
"@acmekit/cache-redis": "2.13.39",
|
|
66
|
+
"@acmekit/caching": "2.13.39",
|
|
67
|
+
"@acmekit/caching-redis": "2.13.39",
|
|
68
|
+
"@acmekit/core-flows": "2.13.39",
|
|
69
|
+
"@acmekit/event-bus-local": "2.13.39",
|
|
70
|
+
"@acmekit/event-bus-redis": "2.13.39",
|
|
71
|
+
"@acmekit/file": "2.13.39",
|
|
72
|
+
"@acmekit/file-local": "2.13.39",
|
|
73
|
+
"@acmekit/file-s3": "2.13.39",
|
|
74
|
+
"@acmekit/index": "2.13.39",
|
|
75
|
+
"@acmekit/link-modules": "2.13.39",
|
|
76
|
+
"@acmekit/locking": "2.13.39",
|
|
77
|
+
"@acmekit/locking-postgres": "2.13.39",
|
|
78
|
+
"@acmekit/locking-redis": "2.13.39",
|
|
79
|
+
"@acmekit/notification": "2.13.39",
|
|
80
|
+
"@acmekit/notification-local": "2.13.39",
|
|
81
|
+
"@acmekit/notification-sendgrid": "2.13.39",
|
|
82
|
+
"@acmekit/rbac": "2.13.39",
|
|
83
|
+
"@acmekit/settings": "2.13.39",
|
|
84
|
+
"@acmekit/telemetry": "2.13.39",
|
|
85
|
+
"@acmekit/translation": "2.13.39",
|
|
86
|
+
"@acmekit/user": "2.13.39",
|
|
87
|
+
"@acmekit/workflow-engine-inmemory": "2.13.39",
|
|
88
|
+
"@acmekit/workflow-engine-redis": "2.13.39",
|
|
89
89
|
"@inquirer/checkbox": "^2.3.11",
|
|
90
90
|
"@inquirer/input": "^2.2.9",
|
|
91
91
|
"boxen": "^5.0.1",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"uuid": "^9.0.0"
|
|
104
104
|
},
|
|
105
105
|
"peerDependencies": {
|
|
106
|
-
"@acmekit/framework": "2.13.
|
|
106
|
+
"@acmekit/framework": "2.13.39",
|
|
107
107
|
"@jimsheen/yalc": "^1.2.2",
|
|
108
108
|
"@swc/core": "^1.7.28",
|
|
109
109
|
"posthog-node": "^5.11.0",
|