@esri/solution-common 1.5.2 → 1.5.3
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/dist/esm/resourceHelpers.d.ts +1 -1
- package/dist/esm/resourceHelpers.js +7 -2
- package/dist/esm/resourceHelpers.js.map +1 -1
- package/dist/node/resourceHelpers.d.ts +1 -1
- package/dist/node/resourceHelpers.js +7 -2
- package/dist/node/resourceHelpers.js.map +1 -1
- package/dist/umd/common.umd.js +9 -4
- package/dist/umd/common.umd.js.map +1 -1
- package/dist/umd/common.umd.min.js +3 -3
- package/dist/umd/common.umd.min.js.map +1 -1
- package/dist/umd/src/resourceHelpers.d.ts +1 -1
- package/package.json +2 -2
|
@@ -172,7 +172,7 @@ export declare function removeItemResourceFile(itemId: string, filename: string,
|
|
|
172
172
|
* Updates the item's resource that matches the filename with new content
|
|
173
173
|
*
|
|
174
174
|
* @param itemId Id of the item to update
|
|
175
|
-
* @param filename Name of the resource file to update
|
|
175
|
+
* @param filename Name of the resource file to update; prefix optional (e.g., a/b/file.txt)
|
|
176
176
|
* @param resource The new content to update the resource with
|
|
177
177
|
* @param authentication Credentials for the request to the storage
|
|
178
178
|
* @returns A promise which resolves with a success true/false response
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esri/solution-common",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.3",
|
|
4
4
|
"description": "Provides general helper functions for @esri/solution.js.",
|
|
5
5
|
"main": "dist/node/index.js",
|
|
6
6
|
"unpkg": "dist/umd/common.umd.min.js",
|
|
@@ -96,5 +96,5 @@
|
|
|
96
96
|
"esri",
|
|
97
97
|
"ES6"
|
|
98
98
|
],
|
|
99
|
-
"gitHead": "
|
|
99
|
+
"gitHead": "5969d12c7df48527a076cd592a1972913c4aec69"
|
|
100
100
|
}
|