@live-change/image-service 0.8.31 → 0.8.33
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/image.js +1 -2
- package/package.json +4 -4
package/image.js
CHANGED
|
@@ -130,8 +130,7 @@ definition.action({
|
|
|
130
130
|
await mkdir(dir)
|
|
131
131
|
await move(`${uploadsPath}${uploadRow.id}`, `${dir}/original.${extension}`)
|
|
132
132
|
|
|
133
|
-
await app.trigger({
|
|
134
|
-
type: 'uploadUsed',
|
|
133
|
+
await app.trigger({ type: 'uploadUsed' }, {
|
|
135
134
|
upload: uploadRow.id
|
|
136
135
|
})
|
|
137
136
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@live-change/image-service",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.33",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
"url": "https://www.viamage.com/"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@live-change/framework": "^0.8.
|
|
25
|
-
"@live-change/relations-plugin": "^0.8.
|
|
24
|
+
"@live-change/framework": "^0.8.33",
|
|
25
|
+
"@live-change/relations-plugin": "^0.8.33",
|
|
26
26
|
"download": "^8.0.0",
|
|
27
27
|
"pluralize": "^8.0.0",
|
|
28
28
|
"sharp": "^0.32.5"
|
|
29
29
|
},
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "98ff6f9c09e5fc1f408010df6cc8038eff571276",
|
|
31
31
|
"type": "module"
|
|
32
32
|
}
|