Skip to content

Commit

Permalink
Migrate plugin to @strapi-community organization
Browse files Browse the repository at this point in the history
Update package to latest version
  • Loading branch information
Lith committed Apr 8, 2022
1 parent ac9907a commit a5b4156
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 100 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This project and everyone participating in it are governed by a [Code of Conduct

## Bugs

We are using [GitHub Issues](https://github.com/Lith/strapi-provider-upload-google-cloud-storage/issues) to manage our public bugs. We keep a close eye on this so before filing a new issue, try to make sure the problem does not already exist.
We are using [GitHub Issues](https://github.com/strapi-community/strapi-provider-upload-google-cloud-storage/issues) to manage our public bugs. We keep a close eye on this so before filing a new issue, try to make sure the problem does not already exist.

---

Expand Down Expand Up @@ -64,7 +64,7 @@ The team will review your pull request and will either merge it, request changes
Before submitting an issue you need to make sure:

- You are experiencing a concrete technical issue with this plugin.
- You have already searched for related [issues](https://github.com/Lith/strapi-provider-upload-google-cloud-storage/issues), and found none open (if you found a related _closed_ issue, please link to it from your post).
- You have already searched for related [issues](https://github.com/strapi-community/strapi-provider-upload-google-cloud-storage/issues), and found none open (if you found a related _closed_ issue, please link to it from your post).
- Your issue title is concise, on-topic and polite.
- You can and do provide steps to reproduce your issue.
- You have tried all the following (if relevant) and your issue remains:
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# strapi-provider-upload-google-cloud-storage

[![npm version](https://img.shields.io/npm/v/strapi-provider-upload-google-cloud-storage.svg)](https://www.npmjs.org/package/strapi-provider-upload-google-cloud-storage)
[![npm downloads](https://img.shields.io/npm/dm/strapi-provider-upload-google-cloud-storage.svg)](https://www.npmjs.org/package/strapi-provider-upload-google-cloud-storage)
[![coverage](https://img.shields.io/codecov/c/gh/lith/strapi-provider-upload-google-cloud-storage/master)](https://www.npmjs.org/package/strapi-provider-upload-google-cloud-storage)
[![npm version](https://img.shields.io/npm/v/@strapi-community/strapi-provider-upload-google-cloud-storage.svg)](https://www.npmjs.org/package/@strapi-community/strapi-provider-upload-google-cloud-storage)
[![npm downloads](https://img.shields.io/npm/dm/@strapi-community/strapi-provider-upload-google-cloud-storage.svg)](https://www.npmjs.org/package/@strapi-community/strapi-provider-upload-google-cloud-storage)
[![coverage](https://img.shields.io/codecov/c/gh/@strapi-community/strapi-provider-upload-google-cloud-storage/master)](https://www.npmjs.org/package/@strapi-community/strapi-provider-upload-google-cloud-storage)

**Non-Official** Google Cloud Storage Provider for Strapi Upload

Expand All @@ -12,12 +12,12 @@ Install the package from your app root directory

with `npm`
```
npm install strapi-provider-upload-google-cloud-storage --save
npm install @strapi-community/strapi-provider-upload-google-cloud-storage --save
```

or `yarn`
```
yarn add strapi-provider-upload-google-cloud-storage
yarn add @strapi-community/strapi-provider-upload-google-cloud-storage
```

## <a name="create-bucket"></a> Create your Bucket on Google Cloud Storage
Expand Down Expand Up @@ -298,7 +298,7 @@ Follow our [migration guide](./MIGRATION_GUIDE.md).

## Community support

- [GitHub](https://github.com/Lith/strapi-provider-upload-google-cloud-storage) (Bug reports, contributions)
- [GitHub](https://github.com/strapi-community/strapi-provider-upload-google-cloud-storage) (Bug reports, contributions)

You can also used official support platform of Strapi, and search `@Lith` (maintainer)

Expand Down
3 changes: 2 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ For old version, please refer to older release.
## Supported Versions

| Version | Supported |
| ------- | ------------------ |
|---------| ------------------ |
| 4.1.7 | :white_check_mark: |
| 4.0.0 | :white_check_mark: |
| 3.6.8 | :x: |
| 3.6.5 | :x: |
Expand Down
17 changes: 10 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-provider-upload-google-cloud-storage",
"version": "4.0.0",
"name": "@strapi-community/strapi-provider-upload-google-cloud-storage",
"version": "4.1.7",
"description": "(Non-official) Google Cloud Storage Provider for Strapi Upload",
"keywords": [
"strapi",
Expand All @@ -10,9 +10,9 @@
"storage",
"gcp"
],
"homepage": "https://github.com/Lith/strapi-provider-upload-google-cloud-storage#readme",
"homepage": "https://github.com/strapi-community/strapi-provider-upload-google-cloud-storage#readme",
"bugs": {
"url": "https://github.com/Lith/strapi-provider-upload-google-cloud-storage/issues"
"url": "https://github.com/strapi-community/strapi-provider-upload-google-cloud-storage/issues"
},
"license": "MIT",
"author": {
Expand All @@ -36,11 +36,11 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lith/strapi-provider-upload-google-cloud-storage.git"
"url": "git+https://github.com/strapi-community/strapi-provider-upload-google-cloud-storage.git"
},
"dependencies": {
"@google-cloud/storage": "^5.16.0",
"slugify": "^1.6.3"
"@google-cloud/storage": "^5.19.0",
"slugify": "^1.6.5"
},
"devDependencies": {
"codecov": "^3.8.3",
Expand All @@ -60,5 +60,8 @@
},
"strapi": {
"isProvider": true
},
"publishConfig": {
"access": "public"
}
}
132 changes: 48 additions & 84 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -208,25 +208,10 @@
minimatch "^3.0.4"
strip-json-comments "^3.1.1"

"@google-cloud/common@^3.8.1":
version "3.8.1"
resolved "https://registry.yarnpkg.com/@google-cloud/common/-/common-3.8.1.tgz#1313c55bb66df88f69bf7c828135fae25fbd2036"
integrity sha512-FOs3NFU6bDt5mXE7IFpwIeqzLwRZNu9lJYl+bHVNkwmxX/w4VyDZAiGjQHhpV1Ek+muNKlX8HPchxaIxNTuOhw==
dependencies:
"@google-cloud/projectify" "^2.0.0"
"@google-cloud/promisify" "^2.0.0"
arrify "^2.0.1"
duplexify "^4.1.1"
ent "^2.2.0"
extend "^3.0.2"
google-auth-library "^7.9.2"
retry-request "^4.2.2"
teeny-request "^7.0.0"

"@google-cloud/paginator@^3.0.0":
version "3.0.5"
resolved "https://registry.npmjs.org/@google-cloud/paginator/-/paginator-3.0.5.tgz"
integrity sha512-N4Uk4BT1YuskfRhKXBs0n9Lg2YTROZc6IMpkO/8DIHODtm5s3xY8K5vVBo23v/2XulY3azwITQlYWgT4GdLsUw==
"@google-cloud/paginator@^3.0.7":
version "3.0.7"
resolved "https://registry.yarnpkg.com/@google-cloud/paginator/-/paginator-3.0.7.tgz#fb6f8e24ec841f99defaebf62c75c2e744dd419b"
integrity sha512-jJNutk0arIQhmpUUQJPJErsojqo834KcyB6X7a1mxuic8i1tKXxde8E69IZxNZawRIlZdIK2QY4WALvlK5MzYQ==
dependencies:
arrify "^2.0.0"
extend "^3.0.2"
Expand All @@ -241,29 +226,35 @@
resolved "https://registry.npmjs.org/@google-cloud/promisify/-/promisify-2.0.3.tgz"
integrity sha512-d4VSA86eL/AFTe5xtyZX+ePUjE8dIFu2T8zmdeNBSa5/kNgXPCx/o/wbFNHAGLJdGnk1vddRuMESD9HbOC8irw==

"@google-cloud/storage@^5.16.0":
version "5.16.0"
resolved "https://registry.yarnpkg.com/@google-cloud/storage/-/storage-5.16.0.tgz#1c88d4a48afbadf750369723ca8db7eafa35ff3e"
integrity sha512-I/1lA78v9c5EbOM/KfcYsjzA7YlHQmhpzHYdKLKdYC8X5fFaQrw5nK+FU8GbEwdPxmREAF2qPbN7Ccq+A/ndWA==
"@google-cloud/storage@^5.19.0":
version "5.19.0"
resolved "https://registry.yarnpkg.com/@google-cloud/storage/-/storage-5.19.0.tgz#ce4fc9487bb27d62a6813be1d17a0aa5dcebefb7"
integrity sha512-4gxY7XrCP64UMa7O4rxUR0QXYd4I/IxoAVCDSWcIKx+yuKM8QoiyONqoARiOEIw9tlhkyjnKBdI/IeX23FTaGw==
dependencies:
"@google-cloud/common" "^3.8.1"
"@google-cloud/paginator" "^3.0.0"
"@google-cloud/paginator" "^3.0.7"
"@google-cloud/projectify" "^2.0.0"
"@google-cloud/promisify" "^2.0.0"
abort-controller "^3.0.0"
arrify "^2.0.0"
async-retry "^1.3.1"
async-retry "^1.3.3"
compressible "^2.0.12"
configstore "^5.0.0"
date-and-time "^2.0.0"
duplexify "^4.0.0"
ent "^2.2.0"
extend "^3.0.2"
gcs-resumable-upload "^3.5.1"
gaxios "^4.0.0"
get-stream "^6.0.0"
google-auth-library "^7.14.1"
hash-stream-validation "^0.2.2"
mime "^3.0.0"
mime-types "^2.0.8"
p-limit "^3.0.1"
pumpify "^2.0.0"
retry-request "^4.2.2"
snakeize "^0.1.0"
stream-events "^1.0.1"
stream-events "^1.0.4"
teeny-request "^7.1.3"
xdg-basedir "^4.0.0"

"@humanwhocodes/config-array@^0.6.0":
Expand Down Expand Up @@ -301,6 +292,11 @@
resolved "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz"
integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==

"@tootallnate/once@2":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-2.0.0.tgz#f544a148d3ab35801c1f633a7441fd87c2e484bf"
integrity sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==

"@types/json5@^0.0.29":
version "0.0.29"
resolved "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz"
Expand Down Expand Up @@ -439,18 +435,11 @@ array.prototype.flat@^1.2.5:
define-properties "^1.1.3"
es-abstract "^1.19.0"

arrify@^2.0.0, arrify@^2.0.1:
arrify@^2.0.0:
version "2.0.1"
resolved "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz"
integrity sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==

async-retry@^1.3.1:
version "1.3.1"
resolved "https://registry.npmjs.org/async-retry/-/async-retry-1.3.1.tgz"
integrity sha512-aiieFW/7h3hY0Bq5d+ktDBejxuwR78vRu9hDUdR8rNhSaQ29VzPL4AoIRG7D/c7tdenwOcKvgPM6tIxB3cB6HA==
dependencies:
retry "0.12.0"

async-retry@^1.3.3:
version "1.3.3"
resolved "https://registry.yarnpkg.com/async-retry/-/async-retry-1.3.3.tgz#0e7f36c04d8478e7a58bdbed80cedf977785f280"
Expand Down Expand Up @@ -1246,20 +1235,6 @@ gcp-metadata@^4.2.0:
gaxios "^4.0.0"
json-bigint "^1.0.0"

gcs-resumable-upload@^3.5.1:
version "3.6.0"
resolved "https://registry.yarnpkg.com/gcs-resumable-upload/-/gcs-resumable-upload-3.6.0.tgz#6a2fdf3ba1bc00d956d119427b5fc963d1fcdb79"
integrity sha512-IyaNs4tx3Mp2UKn0CltRUiW/ZXYFlBNuK/V+ixs80chzVD+BJq3+8bfiganATFfCoMluAjokF9EswNJdVuOs8A==
dependencies:
abort-controller "^3.0.0"
async-retry "^1.3.3"
configstore "^5.0.0"
extend "^3.0.2"
gaxios "^4.0.0"
google-auth-library "^7.0.0"
pumpify "^2.0.0"
stream-events "^1.0.4"

gensync@^1.0.0-beta.2:
version "1.0.0-beta.2"
resolved "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz"
Expand Down Expand Up @@ -1359,25 +1334,10 @@ globals@^13.9.0:
dependencies:
type-fest "^0.20.2"

google-auth-library@^7.0.0:
version "7.0.4"
resolved "https://registry.npmjs.org/google-auth-library/-/google-auth-library-7.0.4.tgz"
integrity sha512-o8irYyeijEiecTXeoEe8UKNEzV1X+uhR4b2oNdapDMZixypp0J+eHimGOyx5Joa3UAeokGngdtDLXtq9vDqG2Q==
dependencies:
arrify "^2.0.0"
base64-js "^1.3.0"
ecdsa-sig-formatter "^1.0.11"
fast-text-encoding "^1.0.0"
gaxios "^4.0.0"
gcp-metadata "^4.2.0"
gtoken "^5.0.4"
jws "^4.0.0"
lru-cache "^6.0.0"

google-auth-library@^7.9.2:
version "7.10.2"
resolved "https://registry.yarnpkg.com/google-auth-library/-/google-auth-library-7.10.2.tgz#7e48176f50e725e1d65b6a838ec9e9464e6ba689"
integrity sha512-M37o9Kxa/TLvOLgF71SXvLeVEP5sbSTmKl1zlIgl72SFy5PtsU3pOdu8G8MIHHpQ3/NZabDI8rQkA9DvQVKkPA==
google-auth-library@^7.14.1:
version "7.14.1"
resolved "https://registry.yarnpkg.com/google-auth-library/-/google-auth-library-7.14.1.tgz#e3483034162f24cc71b95c8a55a210008826213c"
integrity sha512-5Rk7iLNDFhFeBYc3s8l1CqzbEBcdhwR193RlD4vSNFajIcINKI8W8P0JLmBpwymHqqWbX34pJDQu39cSy/6RsA==
dependencies:
arrify "^2.0.0"
base64-js "^1.3.0"
Expand Down Expand Up @@ -1481,6 +1441,15 @@ http-proxy-agent@^4.0.0:
agent-base "6"
debug "4"

http-proxy-agent@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz#5129800203520d434f142bc78ff3c170800f2b43"
integrity sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==
dependencies:
"@tootallnate/once" "2"
agent-base "6"
debug "4"

https-proxy-agent@^5.0.0:
version "5.0.0"
resolved "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz"
Expand Down Expand Up @@ -2372,11 +2341,6 @@ retry-request@^4.2.2:
debug "^4.1.1"
extend "^3.0.2"

retry@0.12.0:
version "0.12.0"
resolved "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz"
integrity sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs=

retry@0.13.1:
version "0.13.1"
resolved "https://registry.yarnpkg.com/retry/-/retry-0.13.1.tgz#185b1587acf67919d63b357349e03537b2484658"
Expand Down Expand Up @@ -2449,10 +2413,10 @@ signal-exit@^3.0.2:
resolved "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz"
integrity sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==

slugify@^1.6.3:
version "1.6.3"
resolved "https://registry.yarnpkg.com/slugify/-/slugify-1.6.3.tgz#325aec50871acfb17976f2d3cb09ee1e7ab563be"
integrity sha512-1MPyqnIhgiq+/0iDJyqSJHENdnH5MMIlgJIBxmkRMzTNKlS/QsN5dXsB+MdDq4E6w0g9jFA4XOTRkVDjDae/2w==
slugify@^1.6.5:
version "1.6.5"
resolved "https://registry.yarnpkg.com/slugify/-/slugify-1.6.5.tgz#c8f5c072bf2135b80703589b39a3d41451fbe8c8"
integrity sha512-8mo9bslnBO3tr5PEVFzMPIWwWnipGS0xVbYf65zxDqfNwmzYn1LpiKNrR6DlClusuvo+hDHd1zKpmfAe83NQSQ==

snakeize@^0.1.0:
version "0.1.0"
Expand Down Expand Up @@ -2486,7 +2450,7 @@ sprintf-js@~1.0.2:
resolved "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz"
integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=

stream-events@^1.0.1, stream-events@^1.0.4, stream-events@^1.0.5:
stream-events@^1.0.4, stream-events@^1.0.5:
version "1.0.5"
resolved "https://registry.npmjs.org/stream-events/-/stream-events-1.0.5.tgz"
integrity sha512-E1GUzBSgvct8Jsb3v2X15pjzN1tYebtbLaMg+eBOUOAxgbLoSbT2NS91ckc5lJD1KfLjId+jXJRgo0qnV5Nerg==
Expand Down Expand Up @@ -2596,12 +2560,12 @@ teeny-request@7.1.1:
stream-events "^1.0.5"
uuid "^8.0.0"

teeny-request@^7.0.0:
version "7.0.1"
resolved "https://registry.npmjs.org/teeny-request/-/teeny-request-7.0.1.tgz"
integrity sha512-sasJmQ37klOlplL4Ia/786M5YlOcoLGQyq2TE4WHSRupbAuDaQW0PfVxV4MtdBtRJ4ngzS+1qim8zP6Zp35qCw==
teeny-request@^7.1.3:
version "7.2.0"
resolved "https://registry.yarnpkg.com/teeny-request/-/teeny-request-7.2.0.tgz#41347ece068f08d741e7b86df38a4498208b2633"
integrity sha512-SyY0pek1zWsi0LRVAALem+avzMLc33MKW/JLLakdP4s9+D7+jHcy5x6P+h94g2QNZsAqQNfX5lsbd3WSeJXrrw==
dependencies:
http-proxy-agent "^4.0.0"
http-proxy-agent "^5.0.0"
https-proxy-agent "^5.0.0"
node-fetch "^2.6.1"
stream-events "^1.0.5"
Expand Down

0 comments on commit a5b4156

Please sign in to comment.