Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
access setting
Browse files Browse the repository at this point in the history
  • Loading branch information
pkarw committed Apr 10, 2020
1 parent 1466d94 commit 0cfd07d
Show file tree
Hide file tree
Showing 10 changed files with 50 additions and 10 deletions.
6 changes: 5 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"build": "tsc --build",
"prepublishOnly": "tsc --build"
},
"publishConfig": {
"access": "public"
},
"files": [
"*.d.ts",
"*.js"
Expand Down Expand Up @@ -43,5 +46,6 @@
"rest",
"api",
"nodejs"
]
],
"gitHead": "1466d94a04a47f4125267d0fb8fc4c1204ad2951"
}
6 changes: 5 additions & 1 deletion packages/default-catalog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"type": "git",
"url": "git+https://github.com/DivanteLtd/storefront-api.git"
},
"publishConfig": {
"access": "public"
},
"files": [
"**/*.d.ts",
"*.d.ts",
Expand Down Expand Up @@ -57,5 +60,6 @@
"rest",
"api",
"nodejs"
]
],
"gitHead": "1466d94a04a47f4125267d0fb8fc4c1204ad2951"
}
6 changes: 5 additions & 1 deletion packages/default-img/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"type": "git",
"url": "git+https://github.com/DivanteLtd/storefront-api.git"
},
"publishConfig": {
"access": "public"
},
"files": [
"**/*.d.ts",
"*.d.ts",
Expand Down Expand Up @@ -55,5 +58,6 @@
"rest",
"api",
"nodejs"
]
],
"gitHead": "1466d94a04a47f4125267d0fb8fc4c1204ad2951"
}
6 changes: 5 additions & 1 deletion packages/default-vsf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"type": "git",
"url": "git+https://github.com/DivanteLtd/storefront-api.git"
},
"publishConfig": {
"access": "public"
},
"files": [
"**/*.d.ts",
"*.d.ts",
Expand Down Expand Up @@ -64,5 +67,6 @@
"rest",
"api",
"nodejs"
]
],
"gitHead": "1466d94a04a47f4125267d0fb8fc4c1204ad2951"
}
6 changes: 5 additions & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"type": "git",
"url": "git+https://github.com/DivanteLtd/storefront-api.git"
},
"publishConfig": {
"access": "public"
},
"author": "Piotr Karwatka <pkarwatka@divante.pl>",
"bugs": {
"url": "https://github.com/DivanteLtd/storefront-api/issues"
Expand All @@ -28,5 +31,6 @@
"rest",
"api",
"nodejs"
]
],
"gitHead": "1466d94a04a47f4125267d0fb8fc4c1204ad2951"
}
6 changes: 5 additions & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
"**/*.js",
"*.js"
],
"publishConfig": {
"access": "public"
},
"author": "Piotr Karwatka <pkarwatka@divante.pl>",
"dependencies": {
"@elastic/elasticsearch": "^7.3.0",
Expand Down Expand Up @@ -61,5 +64,6 @@
"rest",
"api",
"nodejs"
]
],
"gitHead": "1466d94a04a47f4125267d0fb8fc4c1204ad2951"
}
6 changes: 5 additions & 1 deletion packages/platform-abstract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
"**/*.js",
"*.js"
],
"publishConfig": {
"access": "public"
},
"author": "Piotr Karwatka <pkarwatka@divante.pl>",
"dependencies": {
"config": "^1.30.0",
Expand All @@ -47,5 +50,6 @@
"rest",
"api",
"nodejs"
]
],
"gitHead": "1466d94a04a47f4125267d0fb8fc4c1204ad2951"
}
6 changes: 5 additions & 1 deletion packages/platform-magento1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"type": "git",
"url": "git+https://github.com/DivanteLtd/storefront-api.git"
},
"publishConfig": {
"access": "public"
},
"files": [
"**/*.d.ts",
"*.d.ts",
Expand Down Expand Up @@ -51,5 +54,6 @@
"rest",
"api",
"nodejs"
]
],
"gitHead": "1466d94a04a47f4125267d0fb8fc4c1204ad2951"
}
6 changes: 5 additions & 1 deletion packages/platform-magento2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"type": "git",
"url": "git+https://github.com/DivanteLtd/storefront-api.git"
},
"publishConfig": {
"access": "public"
},
"files": [
"**/*.d.ts",
"*.d.ts",
Expand Down Expand Up @@ -51,5 +54,6 @@
"rest",
"api",
"nodejs"
]
],
"gitHead": "1466d94a04a47f4125267d0fb8fc4c1204ad2951"
}
6 changes: 5 additions & 1 deletion packages/platform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
"**/*.js",
"*.js"
],
"publishConfig": {
"access": "public"
},
"author": "Piotr Karwatka <pkarwatka@divante.pl>",
"dependencies": {
"config": "^1.30.0",
Expand All @@ -47,5 +50,6 @@
"rest",
"api",
"nodejs"
]
],
"gitHead": "1466d94a04a47f4125267d0fb8fc4c1204ad2951"
}

0 comments on commit 0cfd07d

Please sign in to comment.