@genoacms/adapter-gcp 0.5.2-fix.1 → 0.5.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -5
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@genoacms/adapter-gcp",
|
3
|
-
"version": "0.5.2
|
3
|
+
"version": "0.5.2",
|
4
4
|
"description": "Implementation of abstraction layer of GenoaCMS for GCP",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -51,10 +51,6 @@
|
|
51
51
|
"import": "./dist/services/database/index.js",
|
52
52
|
"types": "./dist/services/database/index.d.ts"
|
53
53
|
},
|
54
|
-
"./deployment": {
|
55
|
-
"import": "./dist/services/deployment/index.js",
|
56
|
-
"types": "./dist/services/deployment/index.d.ts"
|
57
|
-
},
|
58
54
|
"./storage": {
|
59
55
|
"import": "./dist/services/storage/index.js",
|
60
56
|
"types": "./dist/services/storage/index.d.ts"
|