@happyvertical/smrt-mobile-contract 0.40.13 → 0.40.15
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/dist/manifest.json +2 -2
- package/dist/smrt-knowledge.json +4 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @happyvertical/smrt-mobile-contract
|
|
2
2
|
|
|
3
|
-
Codegen for the
|
|
3
|
+
Codegen for the s-m-r-t mobile foundation: projects a s-m-r-t `manifest.json`
|
|
4
4
|
through a mobile allowlist into typed Kotlin (`@Serializable` DTOs for the
|
|
5
5
|
KMP module) and Swift (plain structs) — plus the generated framework
|
|
6
6
|
contract files checked into
|
package/dist/manifest.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"timestamp":
|
|
3
|
+
"timestamp": 1784492224548,
|
|
4
4
|
"packageName": "@happyvertical/smrt-mobile-contract",
|
|
5
|
-
"packageVersion": "0.40.
|
|
5
|
+
"packageVersion": "0.40.15",
|
|
6
6
|
"objects": {},
|
|
7
7
|
"moduleType": "smrt",
|
|
8
8
|
"smrtDependencies": [
|
package/dist/smrt-knowledge.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"generatedAt": "2026-07-
|
|
3
|
+
"generatedAt": "2026-07-19T20:17:07.368Z",
|
|
4
4
|
"packageName": "@happyvertical/smrt-mobile-contract",
|
|
5
|
-
"packageVersion": "0.40.
|
|
5
|
+
"packageVersion": "0.40.15",
|
|
6
6
|
"sourceManifestPath": "dist/manifest.json",
|
|
7
7
|
"agentDocPath": "AGENTS.md",
|
|
8
8
|
"sourceHashes": {
|
|
9
|
-
"manifest": "
|
|
10
|
-
"packageJson": "
|
|
9
|
+
"manifest": "9c2de5dad5e1feed4220e2489349e1f2a4337193d643dbece1cef885fbb9adef",
|
|
10
|
+
"packageJson": "fb9ee02f08414f7f1029c047fbe2883538c183f24a383d82ac7e961e5d8e3453",
|
|
11
11
|
"agents": "e3769aff93a1a56f2f6862e175a6e35a7996fc5c77c82bfd5cac629711ea8ebe"
|
|
12
12
|
},
|
|
13
13
|
"exports": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@happyvertical/smrt-mobile-contract",
|
|
3
|
-
"version": "0.40.
|
|
3
|
+
"version": "0.40.15",
|
|
4
4
|
"description": "SMRT mobile contract codegen: manifest + allowlist → mobile-contract.json → Kotlin/Swift DTOs, plus the generated framework contract for @happyvertical/smrt-mobile",
|
|
5
5
|
"author": "HappyVertical",
|
|
6
6
|
"license": "MIT",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"typescript": "5.9.3",
|
|
24
24
|
"vite": "8.1.4",
|
|
25
25
|
"vitest": "4.1.10",
|
|
26
|
-
"@happyvertical/smrt-core": "0.40.
|
|
26
|
+
"@happyvertical/smrt-core": "0.40.15"
|
|
27
27
|
},
|
|
28
28
|
"publishConfig": {
|
|
29
29
|
"registry": "https://registry.npmjs.org",
|