File tree 25 files changed +94
-94
lines changed 25 files changed +94
-94
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.8.3 " ,
2
+ "version" : " 1.9.0-rc.0 " ,
3
3
"command" : {
4
4
"version" : {
5
5
"allowBranch" : " release-*"
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.8.3 " ,
2
+ "version" : " 1.9.0-rc.0 " ,
3
3
"name" : " @rpldy/abort" ,
4
4
"description" : " adds the capability to abort/cancel running & pending uploads" ,
5
5
"author" : " yoav niran (https://github.com/yoavniran)" ,
22
22
"build" : " node ../../../scripts/build.mjs"
23
23
},
24
24
"dependencies" : {
25
- "@rpldy/raw-uploader" : " ^1.8.3 " ,
26
- "@rpldy/shared" : " ^1.8.3 " ,
27
- "@rpldy/simple-state" : " ^1.8.3 "
25
+ "@rpldy/raw-uploader" : " ^1.9.0-rc.0 " ,
26
+ "@rpldy/shared" : " ^1.9.0-rc.0 " ,
27
+ "@rpldy/simple-state" : " ^1.9.0-rc.0 "
28
28
},
29
29
"devDependencies" : {
30
30
"flow-bin" : " ^0.245.1"
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.8.3 " ,
2
+ "version" : " 1.9.0-rc.0 " ,
3
3
"name" : " @rpldy/chunked-sender" ,
4
4
"description" : " adds chunked upload capabilities on top of the regular XHR uploads" ,
5
5
"author" : " yoav niran (https://github.com/yoavniran)" ,
31
31
"access" : " public"
32
32
},
33
33
"dependencies" : {
34
- "@rpldy/sender" : " ^1.8.3 " ,
35
- "@rpldy/shared" : " ^1.8.3 " ,
36
- "@rpldy/simple-state" : " ^1.8.3 "
34
+ "@rpldy/sender" : " ^1.9.0-rc.0 " ,
35
+ "@rpldy/shared" : " ^1.9.0-rc.0 " ,
36
+ "@rpldy/simple-state" : " ^1.9.0-rc.0 "
37
37
},
38
38
"devDependencies" : {
39
- "@rpldy/life-events" : " ^1.8.3 " ,
40
- "@rpldy/uploader" : " ^1.8.3 " ,
39
+ "@rpldy/life-events" : " ^1.9.0-rc.0 " ,
40
+ "@rpldy/uploader" : " ^1.9.0-rc.0 " ,
41
41
"flow-bin" : " ^0.245.1"
42
42
}
43
43
}
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.8.3 " ,
2
+ "version" : " 1.9.0-rc.0 " ,
3
3
"name" : " @rpldy/life-events" ,
4
4
"description" : " events pub/sub management with return values" ,
5
5
"author" : " yoav niran (https://github.com/yoavniran)" ,
27
27
"build" : " node ../../../scripts/build.mjs"
28
28
},
29
29
"dependencies" : {
30
- "@rpldy/shared" : " ^1.8.3 "
30
+ "@rpldy/shared" : " ^1.9.0-rc.0 "
31
31
},
32
32
"devDependencies" : {
33
33
"flow-bin" : " ^0.245.1"
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.8.3 " ,
2
+ "version" : " 1.9.0-rc.0 " ,
3
3
"name" : " @rpldy/mock-sender" ,
4
4
"description" : " mock sender for testing purposes" ,
5
5
"author" : " yoav niran (https://github.com/yoavniran)" ,
22
22
"build" : " node ../../../scripts/build.mjs"
23
23
},
24
24
"dependencies" : {
25
- "@rpldy/shared" : " ^1.8.3 "
25
+ "@rpldy/shared" : " ^1.9.0-rc.0 "
26
26
},
27
27
"devDependencies" : {
28
- "@rpldy/sender" : " ^1.8.3 " ,
29
- "@rpldy/uploader" : " ^1.8.3 " ,
28
+ "@rpldy/sender" : " ^1.9.0-rc.0 " ,
29
+ "@rpldy/uploader" : " ^1.9.0-rc.0 " ,
30
30
"flow-bin" : " ^0.245.1"
31
31
},
32
32
"publishConfig" : {
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.8.3 " ,
2
+ "version" : " 1.9.0-rc.0 " ,
3
3
"name" : " @rpldy/raw-uploader" ,
4
4
"description" : " placeholder package for now" ,
5
5
"author" : " yoav niran (https://github.com/yoavniran)" ,
29
29
"build" : " node ../../../scripts/build.mjs"
30
30
},
31
31
"dependencies" : {
32
- "@rpldy/life-events" : " ^1.8.3 " ,
33
- "@rpldy/shared" : " ^1.8.3 "
32
+ "@rpldy/life-events" : " ^1.9.0-rc.0 " ,
33
+ "@rpldy/shared" : " ^1.9.0-rc.0 "
34
34
},
35
35
"devDependencies" : {
36
36
"flow-bin" : " ^0.245.1"
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.8.3 " ,
2
+ "version" : " 1.9.0-rc.0 " ,
3
3
"name" : " @rpldy/retry" ,
4
4
"description" : " adds the capability to retry failed uploads" ,
5
5
"author" : " yoav niran (https://github.com/yoavniran)" ,
22
22
"build" : " node ../../../scripts/build.mjs"
23
23
},
24
24
"dependencies" : {
25
- "@rpldy/shared" : " ^1.8.3 " ,
26
- "@rpldy/simple-state" : " ^1.8.3 " ,
27
- "@rpldy/uploader" : " ^1.8.3 "
25
+ "@rpldy/shared" : " ^1.9.0-rc.0 " ,
26
+ "@rpldy/simple-state" : " ^1.9.0-rc.0 " ,
27
+ "@rpldy/uploader" : " ^1.9.0-rc.0 "
28
28
},
29
29
"devDependencies" : {
30
30
"flow-bin" : " ^0.245.1"
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.8.3 " ,
2
+ "version" : " 1.9.0-rc.0 " ,
3
3
"name" : " @rpldy/safe-storage" ,
4
4
"description" : " safe (dont throw) versions of local and session storage" ,
5
5
"author" : " yoav niran (https://github.com/yoavniran)" ,
22
22
"build" : " node ../../../scripts/build.mjs"
23
23
},
24
24
"dependencies" : {
25
- "@rpldy/shared" : " ^1.8.3 "
25
+ "@rpldy/shared" : " ^1.9.0-rc.0 "
26
26
},
27
27
"devDependencies" : {
28
28
"flow-bin" : " ^0.245.1"
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.8.3 " ,
2
+ "version" : " 1.9.0-rc.0 " ,
3
3
"name" : " @rpldy/sender" ,
4
4
"description" : " react-uploady's default XHR sender" ,
5
5
"author" : " yoav niran (https://github.com/yoavniran)" ,
22
22
"build" : " node ../../../scripts/build.mjs"
23
23
},
24
24
"dependencies" : {
25
- "@rpldy/shared" : " ^1.8.3 "
25
+ "@rpldy/shared" : " ^1.9.0-rc.0 "
26
26
},
27
27
"devDependencies" : {
28
28
"flow-bin" : " ^0.245.1"
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.8.3 " ,
2
+ "version" : " 1.9.0-rc.0 " ,
3
3
"name" : " @rpldy/shared" ,
4
4
"description" : " internal set of utils+types for react-uploady" ,
5
5
"author" : " yoav niran (https://github.com/yoavniran)" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.8.3 " ,
2
+ "version" : " 1.9.0-rc.0 " ,
3
3
"name" : " @rpldy/simple-state" ,
4
4
"description" : " deep proxy object, so it's only updateable through an update method" ,
5
5
"author" : " yoav niran (https://github.com/yoavniran)" ,
22
22
"build" : " node ../../../scripts/build.mjs"
23
23
},
24
24
"dependencies" : {
25
- "@rpldy/shared" : " ^1.8.3 "
25
+ "@rpldy/shared" : " ^1.9.0-rc.0 "
26
26
},
27
27
"devDependencies" : {
28
28
"flow-bin" : " ^0.245.1"
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.8.3 " ,
2
+ "version" : " 1.9.0-rc.0 " ,
3
3
"name" : " @rpldy/tus-sender" ,
4
4
"description" : " react-uploady sender implementation of the TUS protocol" ,
5
5
"author" : " yoav niran (https://github.com/yoavniran)" ,
32
32
"access" : " public"
33
33
},
34
34
"dependencies" : {
35
- "@rpldy/chunked-sender" : " ^1.8.3 " ,
36
- "@rpldy/safe-storage" : " ^1.8.3 " ,
37
- "@rpldy/sender" : " ^1.8.3 " ,
38
- "@rpldy/shared" : " ^1.8.3 " ,
39
- "@rpldy/simple-state" : " ^1.8.3 "
35
+ "@rpldy/chunked-sender" : " ^1.9.0-rc.0 " ,
36
+ "@rpldy/safe-storage" : " ^1.9.0-rc.0 " ,
37
+ "@rpldy/sender" : " ^1.9.0-rc.0 " ,
38
+ "@rpldy/shared" : " ^1.9.0-rc.0 " ,
39
+ "@rpldy/simple-state" : " ^1.9.0-rc.0 "
40
40
},
41
41
"devDependencies" : {
42
- "@rpldy/life-events" : " ^1.8.3 " ,
43
- "@rpldy/uploader" : " ^1.8.3 " ,
42
+ "@rpldy/life-events" : " ^1.9.0-rc.0 " ,
43
+ "@rpldy/uploader" : " ^1.9.0-rc.0 " ,
44
44
"flow-bin" : " ^0.245.1"
45
45
}
46
46
}
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.8.3 " ,
2
+ "version" : " 1.9.0-rc.0 " ,
3
3
"name" : " @rpldy/uploader" ,
4
4
"description" : " the processing and queuing engine for react-uploady" ,
5
5
"author" : " yoav niran (https://github.com/yoavniran)" ,
29
29
"build" : " node ../../../scripts/build.mjs"
30
30
},
31
31
"dependencies" : {
32
- "@rpldy/abort" : " ^1.8.3 " ,
33
- "@rpldy/life-events" : " ^1.8.3 " ,
34
- "@rpldy/raw-uploader" : " ^1.8.3 " ,
35
- "@rpldy/sender" : " ^1.8.3 " ,
36
- "@rpldy/shared" : " ^1.8.3 " ,
37
- "@rpldy/simple-state" : " ^1.8.3 "
32
+ "@rpldy/abort" : " ^1.9.0-rc.0 " ,
33
+ "@rpldy/life-events" : " ^1.9.0-rc.0 " ,
34
+ "@rpldy/raw-uploader" : " ^1.9.0-rc.0 " ,
35
+ "@rpldy/sender" : " ^1.9.0-rc.0 " ,
36
+ "@rpldy/shared" : " ^1.9.0-rc.0 " ,
37
+ "@rpldy/simple-state" : " ^1.9.0-rc.0 "
38
38
},
39
39
"devDependencies" : {
40
40
"flow-bin" : " ^0.245.1"
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.8.3 " ,
2
+ "version" : " 1.9.0-rc.0 " ,
3
3
"name" : " @rpldy/native-uploady" ,
4
4
"description" : " wrapper&context component to expose and provide react-uploady functionality for react-native" ,
5
5
"author" : " yoav niran (https://github.com/yoavniran)" ,
32
32
"build" : " node ../../../scripts/build.mjs"
33
33
},
34
34
"dependencies" : {
35
- "@rpldy/shared-ui" : " ^1.8.3 "
35
+ "@rpldy/shared-ui" : " ^1.9.0-rc.0 "
36
36
},
37
37
"peerDependencies" : {
38
38
"react" : " >=16.8"
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.8.3 " ,
2
+ "version" : " 1.9.0-rc.0 " ,
3
3
"name" : " @rpldy/chunked-uploady" ,
4
4
"description" : " wrapper&context component to expose and provide react-uploady functionality with chunked upload support" ,
5
5
"author" : " yoav niran (https://github.com/yoavniran)" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.8.3 " ,
2
+ "version" : " 1.9.0-rc.0 " ,
3
3
"name" : " @rpldy/retry-hooks" ,
4
4
"description" : " useful hooks for the retry functionality from @rpldy/retry" ,
5
5
"author" : " yoav niran (https://github.com/yoavniran)" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.8.3 " ,
2
+ "version" : " 1.9.0-rc.0 " ,
3
3
"name" : " @rpldy/shared-ui" ,
4
4
"description" : " internal set of utils+types for react-uploady UI" ,
5
5
"author" : " yoav niran (https://github.com/yoavniran)" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.8.3 " ,
2
+ "version" : " 1.9.0-rc.0 " ,
3
3
"name" : " @rpldy/tus-uploady" ,
4
4
"description" : " wrapper&context component to expose and provide react-uploady functionality with TUS protocol support" ,
5
5
"author" : " yoav niran (https://github.com/yoavniran)" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.8.3 " ,
2
+ "version" : " 1.9.0-rc.0 " ,
3
3
"name" : " @rpldy/upload-button" ,
4
4
"description" : " upload button component and asUploadButton HOC" ,
5
5
"author" : " yoav niran (https://github.com/yoavniran)" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.8.3 " ,
2
+ "version" : " 1.9.0-rc.0 " ,
3
3
"name" : " @rpldy/upload-drop-zone" ,
4
4
"description" : " drop zone (container) component to initiate file and folder content uploads" ,
5
5
"author" : " yoav niran (https://github.com/yoavniran)" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.8.3 " ,
2
+ "version" : " 1.9.0-rc.0 " ,
3
3
"name" : " @rpldy/upload-paste" ,
4
4
"description" : " easily add paste-to-upload to React components" ,
5
5
"author" : " yoav niran (https://github.com/yoavniran)" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.8.3 " ,
2
+ "version" : " 1.9.0-rc.0 " ,
3
3
"name" : " @rpldy/upload-preview" ,
4
4
"description" : " preview component to show image or video being uploaded" ,
5
5
"author" : " yoav niran (https://github.com/yoavniran)" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.8.3 " ,
2
+ "version" : " 1.9.0-rc.0 " ,
3
3
"name" : " @rpldy/upload-url-input" ,
4
4
"description" : " input component to enter a URL (or any string for that matter) to be sent as an upload" ,
5
5
"author" : " yoav niran (https://github.com/yoavniran)" ,
31
31
"@rpldy/shared-ui" : " workspace:*"
32
32
},
33
33
"devDependencies" : {
34
- "@rpldy/uploady" : " ^1.8.3 " ,
34
+ "@rpldy/uploady" : " ^1.9.0-rc.0 " ,
35
35
"flow-bin" : " ^0.245.1" ,
36
36
"react" : " ^18.3.1" ,
37
37
"react-dom" : " ^18.3.1"
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.8.3 " ,
2
+ "version" : " 1.9.0-rc.0 " ,
3
3
"name" : " @rpldy/uploady" ,
4
4
"description" : " wrapper&context component to expose and provide react-uploady functionality" ,
5
5
"author" : " yoav niran (https://github.com/yoavniran)" ,
You can’t perform that action at this time.
0 commit comments