@jskit-ai/uploads-image-web 0.1.123 → 0.1.124
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/package.json +80 -2
- package/package.descriptor.mjs +0 -84
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jskit-ai/uploads-image-web",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.124",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "node --test"
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"./shared": "./src/shared/index.js"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@jskit-ai/uploads-runtime": "0.1.
|
|
16
|
+
"@jskit-ai/uploads-runtime": "0.1.124",
|
|
17
17
|
"@uppy/compressor": "^3.1.0",
|
|
18
18
|
"@uppy/core": "^5.2.0",
|
|
19
19
|
"@uppy/dashboard": "^5.1.1",
|
|
@@ -22,5 +22,83 @@
|
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"vue": "^3.5.13"
|
|
25
|
+
},
|
|
26
|
+
"description": "Reusable client-side image upload runtime with pre-upload image editing.",
|
|
27
|
+
"jskit": {
|
|
28
|
+
"kind": "runtime",
|
|
29
|
+
"capabilities": {
|
|
30
|
+
"provides": [
|
|
31
|
+
"runtime.uploads.image-web"
|
|
32
|
+
],
|
|
33
|
+
"requires": []
|
|
34
|
+
},
|
|
35
|
+
"runtime": {
|
|
36
|
+
"server": {
|
|
37
|
+
"providers": []
|
|
38
|
+
},
|
|
39
|
+
"client": {
|
|
40
|
+
"providers": []
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
"metadata": {
|
|
44
|
+
"client": {
|
|
45
|
+
"optimizeDeps": {
|
|
46
|
+
"include": [
|
|
47
|
+
"@uppy/core",
|
|
48
|
+
"@uppy/dashboard",
|
|
49
|
+
"@uppy/image-editor",
|
|
50
|
+
"@uppy/compressor",
|
|
51
|
+
"@uppy/xhr-upload"
|
|
52
|
+
]
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
"apiSummary": {
|
|
56
|
+
"surfaces": [
|
|
57
|
+
{
|
|
58
|
+
"subpath": "./client",
|
|
59
|
+
"summary": "Exports reusable image upload client runtime helpers."
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"subpath": "./client/composables/createImageUploadRuntime",
|
|
63
|
+
"summary": "Exports the reusable image upload runtime factory."
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"subpath": "./client/composables/createManagedImageAssetRuntime",
|
|
67
|
+
"summary": "Exports the managed image asset runtime factory for upload and optional delete flows."
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"subpath": "./client/styles",
|
|
71
|
+
"summary": "Exports Uppy CSS side effects for image upload UIs."
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"subpath": "./shared",
|
|
75
|
+
"summary": "Exports shared image upload defaults."
|
|
76
|
+
}
|
|
77
|
+
],
|
|
78
|
+
"containerTokens": {
|
|
79
|
+
"server": [],
|
|
80
|
+
"client": []
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
"mutations": {
|
|
85
|
+
"dependencies": {
|
|
86
|
+
"runtime": {
|
|
87
|
+
"@jskit-ai/uploads-runtime": "0.1.124",
|
|
88
|
+
"@uppy/compressor": "^3.1.0",
|
|
89
|
+
"@uppy/core": "^5.2.0",
|
|
90
|
+
"@uppy/dashboard": "^5.1.1",
|
|
91
|
+
"@uppy/image-editor": "^4.2.0",
|
|
92
|
+
"@uppy/xhr-upload": "^5.1.1"
|
|
93
|
+
},
|
|
94
|
+
"dev": {}
|
|
95
|
+
},
|
|
96
|
+
"packageJson": {
|
|
97
|
+
"scripts": {}
|
|
98
|
+
},
|
|
99
|
+
"procfile": {},
|
|
100
|
+
"files": [],
|
|
101
|
+
"text": []
|
|
102
|
+
}
|
|
25
103
|
}
|
|
26
104
|
}
|
package/package.descriptor.mjs
DELETED
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
export default Object.freeze({
|
|
2
|
-
packageVersion: 1,
|
|
3
|
-
packageId: "@jskit-ai/uploads-image-web",
|
|
4
|
-
version: "0.1.123",
|
|
5
|
-
kind: "runtime",
|
|
6
|
-
description: "Reusable client-side image upload runtime with pre-upload image editing.",
|
|
7
|
-
dependsOn: [
|
|
8
|
-
"@jskit-ai/uploads-runtime"
|
|
9
|
-
],
|
|
10
|
-
capabilities: {
|
|
11
|
-
provides: [
|
|
12
|
-
"runtime.uploads.image-web"
|
|
13
|
-
],
|
|
14
|
-
requires: []
|
|
15
|
-
},
|
|
16
|
-
runtime: {
|
|
17
|
-
server: {
|
|
18
|
-
providers: []
|
|
19
|
-
},
|
|
20
|
-
client: {
|
|
21
|
-
providers: []
|
|
22
|
-
}
|
|
23
|
-
},
|
|
24
|
-
metadata: {
|
|
25
|
-
client: {
|
|
26
|
-
optimizeDeps: {
|
|
27
|
-
include: [
|
|
28
|
-
"@uppy/core",
|
|
29
|
-
"@uppy/dashboard",
|
|
30
|
-
"@uppy/image-editor",
|
|
31
|
-
"@uppy/compressor",
|
|
32
|
-
"@uppy/xhr-upload"
|
|
33
|
-
]
|
|
34
|
-
}
|
|
35
|
-
},
|
|
36
|
-
apiSummary: {
|
|
37
|
-
surfaces: [
|
|
38
|
-
{
|
|
39
|
-
subpath: "./client",
|
|
40
|
-
summary: "Exports reusable image upload client runtime helpers."
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
subpath: "./client/composables/createImageUploadRuntime",
|
|
44
|
-
summary: "Exports the reusable image upload runtime factory."
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
subpath: "./client/composables/createManagedImageAssetRuntime",
|
|
48
|
-
summary: "Exports the managed image asset runtime factory for upload and optional delete flows."
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
subpath: "./client/styles",
|
|
52
|
-
summary: "Exports Uppy CSS side effects for image upload UIs."
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
subpath: "./shared",
|
|
56
|
-
summary: "Exports shared image upload defaults."
|
|
57
|
-
}
|
|
58
|
-
],
|
|
59
|
-
containerTokens: {
|
|
60
|
-
server: [],
|
|
61
|
-
client: []
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
},
|
|
65
|
-
mutations: {
|
|
66
|
-
dependencies: {
|
|
67
|
-
runtime: {
|
|
68
|
-
"@jskit-ai/uploads-runtime": "0.1.123",
|
|
69
|
-
"@uppy/compressor": "^3.1.0",
|
|
70
|
-
"@uppy/core": "^5.2.0",
|
|
71
|
-
"@uppy/dashboard": "^5.1.1",
|
|
72
|
-
"@uppy/image-editor": "^4.2.0",
|
|
73
|
-
"@uppy/xhr-upload": "^5.1.1"
|
|
74
|
-
},
|
|
75
|
-
dev: {}
|
|
76
|
-
},
|
|
77
|
-
packageJson: {
|
|
78
|
-
scripts: {}
|
|
79
|
-
},
|
|
80
|
-
procfile: {},
|
|
81
|
-
files: [],
|
|
82
|
-
text: []
|
|
83
|
-
}
|
|
84
|
-
});
|