@wordpress/blob 3.29.0 → 3.31.0
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/CHANGELOG.md +4 -0
- package/README.md +2 -6
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -28,9 +28,7 @@ _Returns_
|
|
|
28
28
|
|
|
29
29
|
### getBlobByURL
|
|
30
30
|
|
|
31
|
-
Retrieve a file based on a blob URL. The file must have been created by
|
|
32
|
-
`createBlobURL` and not removed by `revokeBlobURL`, otherwise it will return
|
|
33
|
-
`undefined`.
|
|
31
|
+
Retrieve a file based on a blob URL. The file must have been created by `createBlobURL` and not removed by `revokeBlobURL`, otherwise it will return `undefined`.
|
|
34
32
|
|
|
35
33
|
_Parameters_
|
|
36
34
|
|
|
@@ -42,9 +40,7 @@ _Returns_
|
|
|
42
40
|
|
|
43
41
|
### getBlobTypeByURL
|
|
44
42
|
|
|
45
|
-
Retrieve a blob type based on URL. The file must have been created by
|
|
46
|
-
`createBlobURL` and not removed by `revokeBlobURL`, otherwise it will return
|
|
47
|
-
`undefined`.
|
|
43
|
+
Retrieve a blob type based on URL. The file must have been created by `createBlobURL` and not removed by `revokeBlobURL`, otherwise it will return `undefined`.
|
|
48
44
|
|
|
49
45
|
_Parameters_
|
|
50
46
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/blob",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.31.0",
|
|
4
4
|
"description": "Blob utilities for WordPress.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"publishConfig": {
|
|
33
33
|
"access": "public"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "d61700b9f1c72ba0b030fc815ef1685b4f4031ec"
|
|
36
36
|
}
|