latest sdk, fix build

This commit is contained in:
Matt Hill
2023-05-16 08:20:00 -06:00
committed by Aiden McClelland
parent 010be05920
commit 25f2c057b7
4 changed files with 7 additions and 8 deletions

View File

@@ -27,7 +27,7 @@
"@ng-web-apis/resize-observer": "^2.0.0",
"@start9labs/argon2": "^0.1.0",
"@start9labs/emver": "^0.1.5",
"@start9labs/start-sdk": "git+https://github.com/Start9Labs/start-sdk#9a23967a7a9c529b27868ca3d7628d271bfb38af",
"@start9labs/start-sdk": "0.4.0-rev0.lib0.rc3",
"@taiga-ui/addon-charts": "3.27.0",
"@taiga-ui/cdk": "3.27.0",
"@taiga-ui/core": "3.27.0",
@@ -3831,10 +3831,9 @@
"integrity": "sha512-1dhiG03VkfEwSLx/JPKVms6srAbYFQgwfSGhwpUKMDliMXuAHGVaueStmqzVxn3JpH/HEVz0QW8w/PXHqjdiIg=="
},
"node_modules/@start9labs/start-sdk": {
"version": "0.4.0-rev0.lib0.rc2",
"resolved": "git+ssh://git@github.com/Start9Labs/start-sdk.git#9a23967a7a9c529b27868ca3d7628d271bfb38af",
"integrity": "sha512-P2EkO20hRszt2f/PdhsdRnNe3g0RG96RIV7n38htsVBouHOy/j4QZ1naBvWTuPOKOjdwb3Sbk5haq/FT10JPqw==",
"license": "MIT",
"version": "0.4.0-rev0.lib0.rc3",
"resolved": "https://registry.npmjs.org/@start9labs/start-sdk/-/start-sdk-0.4.0-rev0.lib0.rc3.tgz",
"integrity": "sha512-Nf6n/kXWSSLYKpHsP2v9KCv3mPanre8Ie8uBQX37+mAxTyk/a1iN9Ru3oqk3c1SdkzcVtt7kx/AJhsltHeZmcg==",
"dependencies": {
"@iarna/toml": "^2.2.5",
"ts-matches": "^5.4.1",

View File

@@ -78,7 +78,7 @@
"patch-db-client": "file: ../../../patch-db/client",
"pbkdf2": "^3.1.2",
"rxjs": "^7.5.6",
"@start9labs/start-sdk": "git+https://github.com/Start9Labs/start-sdk#9a23967a7a9c529b27868ca3d7628d271bfb38af",
"@start9labs/start-sdk": "0.4.0-rev0.lib0.rc3",
"swiper": "^8.2.4",
"ts-matches": "^5.2.1",
"tslib": "^2.3.0",

View File

@@ -6,7 +6,7 @@
[decimal]="spec.integer ? 'never' : 'not-zero'"
[min]="spec.min ?? -Infinity"
[max]="spec.max ?? Infinity"
[step]="spec.step ?? Infinity"
[step]="spec.step || 0"
[(ngModel)]="value"
(focusedChange)="onFocus($event)"
>

View File

@@ -1108,7 +1108,7 @@ export module Mock {
},
min: 1,
max: 9998,
step: '1',
step: 1,
integer: true,
}),
'favorite-slogan': Value.text({