@webiny/api-aco 0.0.0-unstable.e3f4727c56 → 0.0.0-unstable.ecd8734205
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 +22 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webiny/api-aco",
|
|
3
|
-
"version": "0.0.0-unstable.
|
|
3
|
+
"version": "0.0.0-unstable.ecd8734205",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"aco:base"
|
|
@@ -27,32 +27,32 @@
|
|
|
27
27
|
"@babel/preset-env": "^7.19.4",
|
|
28
28
|
"@babel/preset-typescript": "^7.18.6",
|
|
29
29
|
"@babel/runtime": "^7.19.0",
|
|
30
|
-
"@webiny/api-headless-cms-ddb": "^0.0.0-unstable.
|
|
31
|
-
"@webiny/api-i18n-ddb": "^0.0.0-unstable.
|
|
32
|
-
"@webiny/api-security-so-ddb": "^0.0.0-unstable.
|
|
33
|
-
"@webiny/api-tenancy-so-ddb": "^0.0.0-unstable.
|
|
34
|
-
"@webiny/api-wcp": "^0.0.0-unstable.
|
|
35
|
-
"@webiny/cli": "^0.0.0-unstable.
|
|
36
|
-
"@webiny/handler-aws": "^0.0.0-unstable.
|
|
37
|
-
"@webiny/plugins": "^0.0.0-unstable.
|
|
38
|
-
"@webiny/project-utils": "^0.0.0-unstable.
|
|
30
|
+
"@webiny/api-headless-cms-ddb": "^0.0.0-unstable.ecd8734205",
|
|
31
|
+
"@webiny/api-i18n-ddb": "^0.0.0-unstable.ecd8734205",
|
|
32
|
+
"@webiny/api-security-so-ddb": "^0.0.0-unstable.ecd8734205",
|
|
33
|
+
"@webiny/api-tenancy-so-ddb": "^0.0.0-unstable.ecd8734205",
|
|
34
|
+
"@webiny/api-wcp": "^0.0.0-unstable.ecd8734205",
|
|
35
|
+
"@webiny/cli": "^0.0.0-unstable.ecd8734205",
|
|
36
|
+
"@webiny/handler-aws": "^0.0.0-unstable.ecd8734205",
|
|
37
|
+
"@webiny/plugins": "^0.0.0-unstable.ecd8734205",
|
|
38
|
+
"@webiny/project-utils": "^0.0.0-unstable.ecd8734205",
|
|
39
39
|
"rimraf": "^3.0.2",
|
|
40
40
|
"ttypescript": "^1.5.13",
|
|
41
41
|
"typescript": "^4.7.4"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@webiny/api": "0.0.0-unstable.
|
|
45
|
-
"@webiny/api-admin-settings": "0.0.0-unstable.
|
|
46
|
-
"@webiny/api-headless-cms": "0.0.0-unstable.
|
|
47
|
-
"@webiny/api-i18n": "0.0.0-unstable.
|
|
48
|
-
"@webiny/api-security": "0.0.0-unstable.
|
|
49
|
-
"@webiny/api-tenancy": "0.0.0-unstable.
|
|
50
|
-
"@webiny/error": "0.0.0-unstable.
|
|
51
|
-
"@webiny/handler": "0.0.0-unstable.
|
|
52
|
-
"@webiny/handler-graphql": "0.0.0-unstable.
|
|
53
|
-
"@webiny/pubsub": "0.0.0-unstable.
|
|
54
|
-
"@webiny/utils": "0.0.0-unstable.
|
|
44
|
+
"@webiny/api": "0.0.0-unstable.ecd8734205",
|
|
45
|
+
"@webiny/api-admin-settings": "0.0.0-unstable.ecd8734205",
|
|
46
|
+
"@webiny/api-headless-cms": "0.0.0-unstable.ecd8734205",
|
|
47
|
+
"@webiny/api-i18n": "0.0.0-unstable.ecd8734205",
|
|
48
|
+
"@webiny/api-security": "0.0.0-unstable.ecd8734205",
|
|
49
|
+
"@webiny/api-tenancy": "0.0.0-unstable.ecd8734205",
|
|
50
|
+
"@webiny/error": "0.0.0-unstable.ecd8734205",
|
|
51
|
+
"@webiny/handler": "0.0.0-unstable.ecd8734205",
|
|
52
|
+
"@webiny/handler-graphql": "0.0.0-unstable.ecd8734205",
|
|
53
|
+
"@webiny/pubsub": "0.0.0-unstable.ecd8734205",
|
|
54
|
+
"@webiny/utils": "0.0.0-unstable.ecd8734205",
|
|
55
55
|
"lodash": "4.17.21"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "ecd8734205e0e21ae04076c28ff9806dad07a730"
|
|
58
58
|
}
|