@mitralab.io/sdk-core 0.2.0-beta.2 → 0.2.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.
@@ -24,6 +24,14 @@ publishes.
24
24
 
25
25
  ## Versions
26
26
 
27
+ - `0.2.0` is the stable release of the `0.2.0-beta.3` surface. Same parity cases; the
28
+ version exists so consumers pinning the stable package can pin a corpus with the same number.
29
+
30
+ - `0.2.0-beta.3` carries the same parity surface as `0.2.0-beta.1`. It exists so a
31
+ consumer that pins the package version can pin a corpus with the same number:
32
+ the api key exchange contract added in that release is authentication, not a new
33
+ SDK operation, so no parity case changed.
34
+
27
35
  - `0.1.0` covers the runtime surface: current user, entities, custom queries,
28
36
  Function execution, and integration proxying.
29
37
  - `0.2.0-beta.0` adds the builder tier: SQL batches and table listing, Data Source
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "contract": "SDK-PARITY-001",
3
- "current": "0.2.0-beta.1",
3
+ "current": "0.2.0",
4
4
  "versions": [
5
5
  {
6
6
  "version": "0.1.0",
@@ -20,6 +20,16 @@
20
20
  "version": "0.2.0-beta.1",
21
21
  "path": "v0.2.0-beta.1/sdk-parity.json",
22
22
  "sha256": "eb9515241cd092727ddb8cde3e3062df041a4c91f8226da04dc987b7c1053f05"
23
+ },
24
+ {
25
+ "version": "0.2.0-beta.3",
26
+ "path": "v0.2.0-beta.3/sdk-parity.json",
27
+ "sha256": "61b49a71457190173ee749e9603f5a7f8f226caabf6ad0a8fa94a66b683c4ec9"
28
+ },
29
+ {
30
+ "version": "0.2.0",
31
+ "path": "v0.2.0/sdk-parity.json",
32
+ "sha256": "b1cc11d6b2daa04a6ac3a828572e5b0824e1df7247fc4adeeaa5a4228eb8deea"
23
33
  }
24
34
  ]
25
35
  }