diff --git a/packages/core/package.json b/packages/core/package.json index c909285..bbdb262 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -8,6 +8,9 @@ "build": "tsc --build", "prepublishOnly": "tsc --build" }, + "publishConfig": { + "access": "public" + }, "files": [ "*.d.ts", "*.js" @@ -43,5 +46,6 @@ "rest", "api", "nodejs" - ] + ], + "gitHead": "1466d94a04a47f4125267d0fb8fc4c1204ad2951" } diff --git a/packages/default-catalog/package.json b/packages/default-catalog/package.json index 36f9d89..4c3f5da 100644 --- a/packages/default-catalog/package.json +++ b/packages/default-catalog/package.json @@ -15,6 +15,9 @@ "type": "git", "url": "git+https://github.com/DivanteLtd/storefront-api.git" }, + "publishConfig": { + "access": "public" + }, "files": [ "**/*.d.ts", "*.d.ts", @@ -57,5 +60,6 @@ "rest", "api", "nodejs" - ] + ], + "gitHead": "1466d94a04a47f4125267d0fb8fc4c1204ad2951" } diff --git a/packages/default-img/package.json b/packages/default-img/package.json index 09fa553..364d141 100644 --- a/packages/default-img/package.json +++ b/packages/default-img/package.json @@ -15,6 +15,9 @@ "type": "git", "url": "git+https://github.com/DivanteLtd/storefront-api.git" }, + "publishConfig": { + "access": "public" + }, "files": [ "**/*.d.ts", "*.d.ts", @@ -55,5 +58,6 @@ "rest", "api", "nodejs" - ] + ], + "gitHead": "1466d94a04a47f4125267d0fb8fc4c1204ad2951" } diff --git a/packages/default-vsf/package.json b/packages/default-vsf/package.json index 5828786..8e16f91 100644 --- a/packages/default-vsf/package.json +++ b/packages/default-vsf/package.json @@ -15,6 +15,9 @@ "type": "git", "url": "git+https://github.com/DivanteLtd/storefront-api.git" }, + "publishConfig": { + "access": "public" + }, "files": [ "**/*.d.ts", "*.d.ts", @@ -64,5 +67,6 @@ "rest", "api", "nodejs" - ] + ], + "gitHead": "1466d94a04a47f4125267d0fb8fc4c1204ad2951" } diff --git a/packages/hooks/package.json b/packages/hooks/package.json index 7ffd73c..ce271db 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -18,6 +18,9 @@ "type": "git", "url": "git+https://github.com/DivanteLtd/storefront-api.git" }, + "publishConfig": { + "access": "public" + }, "author": "Piotr Karwatka ", "bugs": { "url": "https://github.com/DivanteLtd/storefront-api/issues" @@ -28,5 +31,6 @@ "rest", "api", "nodejs" - ] + ], + "gitHead": "1466d94a04a47f4125267d0fb8fc4c1204ad2951" } diff --git a/packages/lib/package.json b/packages/lib/package.json index 24d4471..c330aaa 100644 --- a/packages/lib/package.json +++ b/packages/lib/package.json @@ -21,6 +21,9 @@ "**/*.js", "*.js" ], + "publishConfig": { + "access": "public" + }, "author": "Piotr Karwatka ", "dependencies": { "@elastic/elasticsearch": "^7.3.0", @@ -61,5 +64,6 @@ "rest", "api", "nodejs" - ] + ], + "gitHead": "1466d94a04a47f4125267d0fb8fc4c1204ad2951" } diff --git a/packages/platform-abstract/package.json b/packages/platform-abstract/package.json index bc49826..f58da08 100644 --- a/packages/platform-abstract/package.json +++ b/packages/platform-abstract/package.json @@ -21,6 +21,9 @@ "**/*.js", "*.js" ], + "publishConfig": { + "access": "public" + }, "author": "Piotr Karwatka ", "dependencies": { "config": "^1.30.0", @@ -47,5 +50,6 @@ "rest", "api", "nodejs" - ] + ], + "gitHead": "1466d94a04a47f4125267d0fb8fc4c1204ad2951" } diff --git a/packages/platform-magento1/package.json b/packages/platform-magento1/package.json index 5c8ee92..1c1ec02 100644 --- a/packages/platform-magento1/package.json +++ b/packages/platform-magento1/package.json @@ -15,6 +15,9 @@ "type": "git", "url": "git+https://github.com/DivanteLtd/storefront-api.git" }, + "publishConfig": { + "access": "public" + }, "files": [ "**/*.d.ts", "*.d.ts", @@ -51,5 +54,6 @@ "rest", "api", "nodejs" - ] + ], + "gitHead": "1466d94a04a47f4125267d0fb8fc4c1204ad2951" } diff --git a/packages/platform-magento2/package.json b/packages/platform-magento2/package.json index a071514..8b58c75 100644 --- a/packages/platform-magento2/package.json +++ b/packages/platform-magento2/package.json @@ -15,6 +15,9 @@ "type": "git", "url": "git+https://github.com/DivanteLtd/storefront-api.git" }, + "publishConfig": { + "access": "public" + }, "files": [ "**/*.d.ts", "*.d.ts", @@ -51,5 +54,6 @@ "rest", "api", "nodejs" - ] + ], + "gitHead": "1466d94a04a47f4125267d0fb8fc4c1204ad2951" } diff --git a/packages/platform/package.json b/packages/platform/package.json index 14c7d90..632886f 100644 --- a/packages/platform/package.json +++ b/packages/platform/package.json @@ -21,6 +21,9 @@ "**/*.js", "*.js" ], + "publishConfig": { + "access": "public" + }, "author": "Piotr Karwatka ", "dependencies": { "config": "^1.30.0", @@ -47,5 +50,6 @@ "rest", "api", "nodejs" - ] + ], + "gitHead": "1466d94a04a47f4125267d0fb8fc4c1204ad2951" }