@mostlyrightmd/core 1.0.1 → 1.1.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/package.json
CHANGED
|
@@ -1,8 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mostlyrightmd/core",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"description": "Local-first TypeScript SDK core for prediction-market
|
|
3
|
+
"version": "1.1.1",
|
|
4
|
+
"description": "Local-first TypeScript SDK core for prediction-market research over public data: types, schemas, validators, temporal-safety primitives, and the research() join.",
|
|
5
5
|
"license": "MIT",
|
|
6
|
+
"homepage": "https://mostlyright.md/docs/sdk/",
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "git+https://github.com/mostlyrightmd/mostlyright-sdk.git",
|
|
10
|
+
"directory": "packages-ts/core"
|
|
11
|
+
},
|
|
12
|
+
"bugs": {
|
|
13
|
+
"url": "https://github.com/mostlyrightmd/mostlyright-sdk/issues"
|
|
14
|
+
},
|
|
6
15
|
"type": "module",
|
|
7
16
|
"sideEffects": false,
|
|
8
17
|
"main": "./dist/index.cjs",
|