@webstudio-is/protocol 0.276.0 → 0.276.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/lib/index.js +2 -1
- package/package.json +6 -6
package/lib/index.js
CHANGED
|
@@ -53769,7 +53769,8 @@ var runtimeOperationContractData = [
|
|
|
53769
53769
|
type: "object",
|
|
53770
53770
|
properties: {
|
|
53771
53771
|
filename: {
|
|
53772
|
-
type: "string"
|
|
53772
|
+
type: "string",
|
|
53773
|
+
description: "Editable display filename. This does not change the immutable uploaded asset name; list-assets returns both name and filename."
|
|
53773
53774
|
},
|
|
53774
53775
|
description: {
|
|
53775
53776
|
anyOf: [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webstudio-is/protocol",
|
|
3
|
-
"version": "0.276.
|
|
3
|
+
"version": "0.276.1",
|
|
4
4
|
"description": "Webstudio data exchange protocol contracts",
|
|
5
5
|
"author": "Webstudio <github@webstudio.is>",
|
|
6
6
|
"homepage": "https://webstudio.is",
|
|
@@ -8,15 +8,15 @@
|
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@emotion/hash": "^0.9.2",
|
|
10
10
|
"zod": "^4.4.3",
|
|
11
|
-
"@webstudio-is/
|
|
12
|
-
"@webstudio-is/
|
|
13
|
-
"@webstudio-is/
|
|
11
|
+
"@webstudio-is/css-engine": "0.276.1",
|
|
12
|
+
"@webstudio-is/sdk": "0.276.1",
|
|
13
|
+
"@webstudio-is/project-migrations": "0.276.1"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
16
|
"vitest": "^3.1.2",
|
|
17
|
-
"@webstudio-is/project-build": "0.0.0",
|
|
18
17
|
"@webstudio-is/tsconfig": "1.0.7",
|
|
19
|
-
"@webstudio-is/
|
|
18
|
+
"@webstudio-is/project-build": "0.0.0",
|
|
19
|
+
"@webstudio-is/wsauth": "0.276.1"
|
|
20
20
|
},
|
|
21
21
|
"exports": {
|
|
22
22
|
".": {
|