@stonecrop/desktop 0.27.0 → 0.28.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.
- package/README.md +1 -1
- package/package.json +6 -8
package/README.md
CHANGED
|
@@ -142,7 +142,7 @@ Three things are adjustable, for the cases that genuinely differ between applica
|
|
|
142
142
|
| `onError` | a blocking `window.alert` | your own notification system |
|
|
143
143
|
|
|
144
144
|
`args` is an opaque JSON array: nothing validates it, so both ends of your own stack have to agree.
|
|
145
|
-
|
|
145
|
+
A backend taking positional `[recordId, data]` supplies `buildArgs` to say so.
|
|
146
146
|
|
|
147
147
|
Resolving a record's identity and keying it into HST are deliberately **not** adjustable. That rule
|
|
148
148
|
is declared on the doctype and re-derived server-side by the adapter, and every host that re-derived
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stonecrop/desktop",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.28.0",
|
|
4
4
|
"description": "Desktop-specific components for Stonecrop UI",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/agritheory/stonecrop/issues"
|
|
@@ -33,22 +33,20 @@
|
|
|
33
33
|
"src/*"
|
|
34
34
|
],
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@stonecrop/
|
|
37
|
-
"@stonecrop/
|
|
38
|
-
"@stonecrop/
|
|
39
|
-
"@stonecrop/
|
|
40
|
-
"@stonecrop/
|
|
36
|
+
"@stonecrop/aform": "0.28.0",
|
|
37
|
+
"@stonecrop/atable": "0.28.0",
|
|
38
|
+
"@stonecrop/stonecrop": "0.28.0",
|
|
39
|
+
"@stonecrop/themes": "0.28.0",
|
|
40
|
+
"@stonecrop/schema": "0.28.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@microsoft/api-documenter": "^7.30.5",
|
|
44
|
-
"@miragejs/graphql": "^0.1.13",
|
|
45
44
|
"@rushstack/heft": "^1.2.17",
|
|
46
45
|
"@vitejs/plugin-vue": "^6.0.6",
|
|
47
46
|
"@vitest/coverage-istanbul": "^4.1.5",
|
|
48
47
|
"@vue/test-utils": "^2.4.10",
|
|
49
48
|
"immutable": "^5.1.4",
|
|
50
49
|
"jsdom": "^29.1.1",
|
|
51
|
-
"miragejs": "^0.1.48",
|
|
52
50
|
"oxlint": "1.67.0",
|
|
53
51
|
"oxlint-tsgolint": "0.23.0",
|
|
54
52
|
"pinia": "^3.0.4",
|