@dodoex/api 3.5.0 → 3.6.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.
|
@@ -165,8 +165,8 @@ export declare class SwapWidgetApi {
|
|
|
165
165
|
borderRadius?: string | number | undefined;
|
|
166
166
|
} | undefined;
|
|
167
167
|
breakpoints?: {
|
|
168
|
-
step?: number | undefined;
|
|
169
|
-
unit?: string | undefined;
|
|
168
|
+
step?: number | undefined | undefined;
|
|
169
|
+
unit?: string | undefined | undefined;
|
|
170
170
|
keys?: ("mobile" | "tablet" | "laptop" | "desktop" | "largeDesktop" | undefined)[] | undefined;
|
|
171
171
|
values?: {
|
|
172
172
|
mobile?: number | undefined;
|
|
@@ -285,8 +285,8 @@ export declare class SwapWidgetApi {
|
|
|
285
285
|
borderRadius?: string | number | undefined;
|
|
286
286
|
} | undefined;
|
|
287
287
|
breakpoints?: {
|
|
288
|
-
step?: number | undefined;
|
|
289
|
-
unit?: string | undefined;
|
|
288
|
+
step?: number | undefined | undefined;
|
|
289
|
+
unit?: string | undefined | undefined;
|
|
290
290
|
keys?: ("mobile" | "tablet" | "laptop" | "desktop" | "largeDesktop" | undefined)[] | undefined;
|
|
291
291
|
values?: {
|
|
292
292
|
mobile?: number | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dodoex/api",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.6.0",
|
|
4
4
|
"description": "DODO API Kit",
|
|
5
5
|
"source": "src/index.ts",
|
|
6
6
|
"types": "dist/types/index.d.ts",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"release": "semantic-release",
|
|
22
22
|
"release:local": "np --any-branch --no-cleanup --no-tests",
|
|
23
23
|
"release.npm-publish": "npm publish --access public",
|
|
24
|
-
"release.npm-publish-beta": "npm publish --tag beta"
|
|
24
|
+
"release.npm-publish-beta": "yarn run prerelease && npm publish --tag beta"
|
|
25
25
|
},
|
|
26
26
|
"author": "",
|
|
27
27
|
"publishConfig": {
|
|
@@ -103,4 +103,4 @@
|
|
|
103
103
|
"ts-jest": "^29.0.1",
|
|
104
104
|
"typescript": "^5.6.3"
|
|
105
105
|
}
|
|
106
|
-
}
|
|
106
|
+
}
|