@coherentglobal/spark-execute-sdk 0.3.4 → 0.3.5

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  # About the Project
7
7
 
8
- A Software Development Kit (SDK) that can run either WASM or Fallback Endpoint to call Spark Api model calculation.
8
+ A Software Development Kit (SDK) that can run either [Spark](https://coherent.global/spark/) model web-assembly or Fallback Endpoint to call Spark Api model calculation.
9
9
 
10
10
  ##### NOTE:
11
11
 
12
- Fallback endpoint is currently not supported.
12
+ Fallback endpoint is currently in development.
13
13
 
14
14
  # How to's
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coherentglobal/spark-execute-sdk",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "description": "",
5
5
  "mains": "index.js",
6
6
  "browser": "dist/browser.js",