Skip to content

Commit

Permalink
chore: publish new version: 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavniran committed Jan 23, 2022
1 parent bb1bef3 commit a2c8859
Show file tree
Hide file tree
Showing 22 changed files with 163 additions and 163 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.17.0",
"version": "0.17.1",
"npmClient": "yarn",
"command": {
"version": {
Expand Down
20 changes: 10 additions & 10 deletions packages/core/chunked-sender/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.17.0",
"version": "0.17.1",
"name": "@rpldy/chunked-sender",
"description": "adds chunked upload capabilities on top of the regular XHR uploads",
"author": "yoav niran (https://github.com/yoavniran)",
Expand All @@ -13,10 +13,10 @@
"url": "https://github.com/rpldy/react-uploady.git",
"directory": "packages/chunked-sender"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/react-uploady"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/react-uploady"
},
"scripts": {
"build": "node ../../../scripts/build.js",
"flow:copy": "flow-copy-source ./src ./lib --ignore **/*.test.js --ignore **/*.mock.js; cp src/types.js lib/types.js"
Expand All @@ -25,13 +25,13 @@
"access": "public"
},
"dependencies": {
"@rpldy/sender": "^0.17.0",
"@rpldy/shared": "^0.17.0",
"@rpldy/simple-state": "^0.17.0"
"@rpldy/sender": "^0.17.1",
"@rpldy/shared": "^0.17.1",
"@rpldy/simple-state": "^0.17.1"
},
"devDependencies": {
"@rpldy/life-events": "^0.17.0",
"@rpldy/uploader": "^0.17.0",
"@rpldy/life-events": "^0.17.1",
"@rpldy/uploader": "^0.17.1",
"flow-bin": "^0.169.0"
}
}
12 changes: 6 additions & 6 deletions packages/core/life-events/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.17.0",
"version": "0.17.1",
"name": "@rpldy/life-events",
"description": "events pub/sub management with return values",
"author": "yoav niran (https://github.com/yoavniran)",
Expand All @@ -18,16 +18,16 @@
"url": "https://github.com/rpldy/react-uploady.git",
"directory": "packages/life-events"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/react-uploady"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/react-uploady"
},
"scripts": {
"build": "node ../../../scripts/build.js",
"flow:copy": "flow-copy-source ./src ./lib --ignore **/*.test.js --ignore **/*.mock.js; cp src/types.js lib/types.js"
},
"dependencies": {
"@rpldy/shared": "^0.17.0"
"@rpldy/shared": "^0.17.1"
},
"devDependencies": {
"flow-bin": "^0.169.0"
Expand Down
16 changes: 8 additions & 8 deletions packages/core/mock-sender/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.17.0",
"version": "0.17.1",
"name": "@rpldy/mock-sender",
"description": "mock sender for testing purposes",
"author": "yoav niran (https://github.com/yoavniran)",
Expand All @@ -13,18 +13,18 @@
"url": "https://github.com/rpldy/react-uploady.git",
"directory": "packages/mock-sender"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/react-uploady"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/react-uploady"
},
"scripts": {
"build": "node ../../../scripts/build.js",
"flow:copy": "flow-copy-source ./src ./lib --ignore **/*.test.js --ignore **/*.mock.js; cp src/types.js lib/types.js"
},
"dependencies": {
"@rpldy/sender": "^0.17.0",
"@rpldy/shared": "^0.17.0",
"@rpldy/uploader": "^0.17.0"
"@rpldy/sender": "^0.17.1",
"@rpldy/shared": "^0.17.1",
"@rpldy/uploader": "^0.17.1"
},
"devDependencies": {
"flow-bin": "^0.169.0"
Expand Down
16 changes: 8 additions & 8 deletions packages/core/retry/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.17.0",
"version": "0.17.1",
"name": "@rpldy/retry",
"description": "adds the capability to retry failed uploads",
"author": "yoav niran (https://github.com/yoavniran)",
Expand All @@ -13,18 +13,18 @@
"url": "https://github.com/rpldy/react-uploady.git",
"directory": "packages/retry"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/react-uploady"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/react-uploady"
},
"scripts": {
"build": "node ../../../scripts/build.js",
"flow:copy": "flow-copy-source ./src ./lib --ignore **/*.test.js --ignore **/*.mock.js; cp src/types.js lib/types.js"
},
"dependencies": {
"@rpldy/shared": "^0.17.0",
"@rpldy/simple-state": "^0.17.0",
"@rpldy/uploader": "^0.17.0"
"@rpldy/shared": "^0.17.1",
"@rpldy/simple-state": "^0.17.1",
"@rpldy/uploader": "^0.17.1"
},
"devDependencies": {
"flow-bin": "^0.169.0"
Expand Down
12 changes: 6 additions & 6 deletions packages/core/safe-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.17.0",
"version": "0.17.1",
"name": "@rpldy/safe-storage",
"description": "safe (dont throw) versions of local and session storage",
"author": "yoav niran (https://github.com/yoavniran)",
Expand All @@ -13,16 +13,16 @@
"url": "https://github.com/rpldy/react-uploady.git",
"directory": "packages/safe-storage"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/react-uploady"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/react-uploady"
},
"scripts": {
"build": "node ../../../scripts/build.js",
"flow:copy": "flow-copy-source ./src ./lib --ignore **/*.test.js --ignore **/*.mock.js"
},
"dependencies": {
"@rpldy/shared": "^0.17.0"
"@rpldy/shared": "^0.17.1"
},
"devDependencies": {
"flow-bin": "^0.169.0"
Expand Down
12 changes: 6 additions & 6 deletions packages/core/sender/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.17.0",
"version": "0.17.1",
"name": "@rpldy/sender",
"description": "react-uploady's default XHR sender",
"author": "yoav niran (https://github.com/yoavniran)",
Expand All @@ -13,16 +13,16 @@
"url": "https://github.com/rpldy/react-uploady.git",
"directory": "packages/sender"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/react-uploady"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/react-uploady"
},
"scripts": {
"build": "node ../../../scripts/build.js",
"flow:copy": "flow-copy-source ./src ./lib --ignore **/*.test.js --ignore **/*.mock.js; cp src/types.js lib/types.js"
},
"dependencies": {
"@rpldy/shared": "^0.17.0"
"@rpldy/shared": "^0.17.1"
},
"devDependencies": {
"flow-bin": "^0.169.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/core/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.17.0",
"version": "0.17.1",
"name": "@rpldy/shared",
"description": "internal set of utils+types for react-uploady",
"author": "yoav niran (https://github.com/yoavniran)",
Expand All @@ -13,10 +13,10 @@
"url": "https://github.com/rpldy/react-uploady.git",
"directory": "packages/shared"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/react-uploady"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/react-uploady"
},
"scripts": {
"build": "node ../../../scripts/build.js",
"flow:copy": "flow-copy-source ./src ./lib --ignore **/*.test.js --ignore **/*.mock.js; cp src/types.js lib/types.js"
Expand Down
12 changes: 6 additions & 6 deletions packages/core/simple-state/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.17.0",
"version": "0.17.1",
"name": "@rpldy/simple-state",
"description": "deep proxy object, so it's only updateable through an update method",
"author": "yoav niran (https://github.com/yoavniran)",
Expand All @@ -13,16 +13,16 @@
"url": "https://github.com/rpldy/react-uploady.git",
"directory": "packages/simple-state"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/react-uploady"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/react-uploady"
},
"scripts": {
"build": "node ../../../scripts/build.js",
"flow:copy": "flow-copy-source ./src ./lib --ignore **/*.test.js --ignore **/*.mock.js"
},
"dependencies": {
"@rpldy/shared": "^0.17.0"
"@rpldy/shared": "^0.17.1"
},
"devDependencies": {
"flow-bin": "^0.169.0"
Expand Down
24 changes: 12 additions & 12 deletions packages/core/tus-sender/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.17.0",
"version": "0.17.1",
"name": "@rpldy/tus-sender",
"description": "react-uploady sender implementation of the TUS protocol",
"author": "yoav niran (https://github.com/yoavniran)",
Expand All @@ -13,10 +13,10 @@
"url": "https://github.com/rpldy/react-uploady.git",
"directory": "packages/tus-sender"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/react-uploady"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/react-uploady"
},
"scripts": {
"build": "node ../../../scripts/build.js",
"flow:copy": "flow-copy-source ./src ./lib --ignore **/*.test.js --ignore **/*.mock.js; cp src/types.js lib/types.js"
Expand All @@ -25,15 +25,15 @@
"access": "public"
},
"dependencies": {
"@rpldy/chunked-sender": "^0.17.0",
"@rpldy/safe-storage": "^0.17.0",
"@rpldy/sender": "^0.17.0",
"@rpldy/shared": "^0.17.0",
"@rpldy/simple-state": "^0.17.0"
"@rpldy/chunked-sender": "^0.17.1",
"@rpldy/safe-storage": "^0.17.1",
"@rpldy/sender": "^0.17.1",
"@rpldy/shared": "^0.17.1",
"@rpldy/simple-state": "^0.17.1"
},
"devDependencies": {
"@rpldy/life-events": "^0.17.0",
"@rpldy/uploader": "^0.17.0",
"@rpldy/life-events": "^0.17.1",
"@rpldy/uploader": "^0.17.1",
"flow-bin": "^0.169.0"
}
}
18 changes: 9 additions & 9 deletions packages/core/uploader/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.17.0",
"version": "0.17.1",
"name": "@rpldy/uploader",
"description": "the processing and queuing engine for react-uploady",
"author": "yoav niran (https://github.com/yoavniran)",
Expand All @@ -20,19 +20,19 @@
"url": "https://github.com/rpldy/react-uploady.git",
"directory": "packages/uploader"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/react-uploady"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/react-uploady"
},
"scripts": {
"build": "node ../../../scripts/build.js",
"flow:copy": "flow-copy-source ./src ./lib/flow --ignore **/*.test.js --ignore **/*.mock.js; cp src/types.js lib/types.js"
},
"dependencies": {
"@rpldy/life-events": "^0.17.0",
"@rpldy/sender": "^0.17.0",
"@rpldy/shared": "^0.17.0",
"@rpldy/simple-state": "^0.17.0"
"@rpldy/life-events": "^0.17.1",
"@rpldy/sender": "^0.17.1",
"@rpldy/shared": "^0.17.1",
"@rpldy/simple-state": "^0.17.1"
},
"devDependencies": {
"flow-bin": "^0.169.0"
Expand Down
12 changes: 6 additions & 6 deletions packages/native/native-uploady/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.17.0",
"version": "0.17.1",
"name": "@rpldy/native-uploady",
"description": "wrapper&context component to expose and provide react-uploady functionality for react-native",
"author": "yoav niran (https://github.com/yoavniran)",
Expand All @@ -13,10 +13,10 @@
"url": "https://github.com/rpldy/react-uploady.git",
"directory": "packages/ui/native-uploady"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/react-uploady"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/react-uploady"
},
"keywords": [
"file",
"upload",
Expand All @@ -32,7 +32,7 @@
"flow:copy": "flow-copy-source ./src ./lib --ignore *.test.js --ignore **/*.test.js --ignore **/*.mock.js; cp src/types.js lib/types.js"
},
"dependencies": {
"@rpldy/shared-ui": "^0.17.0"
"@rpldy/shared-ui": "^0.17.1"
},
"peerDependencies": {
"react": ">=16.8"
Expand Down
Loading

0 comments on commit a2c8859

Please sign in to comment.