@data-loom/storage-js 0.2.1-alpha.7 → 0.3.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# `storage-js`
|
|
2
2
|
|
|
3
|
+
#### `This project is a modified derivative version based on @supabase/storage-js. The original project is licensed under the Apache License 2.0.`
|
|
4
|
+
|
|
3
5
|
<div align="center">
|
|
4
6
|
|
|
5
7
|
[](https://pkg.pr.new/~/supabase/storage-js)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@data-loom/storage-js",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "Dataloom service",
|
|
3
|
+
"version": "0.3.0-alpha.1",
|
|
4
|
+
"description": "Dataloom service, modified from supabase/storage-js",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"service",
|
|
7
7
|
"dataloom"
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"test:types:watch": "run-s build && tsd --files 'test/**/*.test-d.ts' --watch"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@data-loom/node-fetch": "0.
|
|
36
|
+
"@data-loom/node-fetch": "0.3.0-alpha.1"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@types/jest": "^26.0.13",
|