@coherentglobal/spark-execute-sdk 0.3.5 → 0.3.7

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.
@@ -4,10 +4,12 @@ on:
4
4
  push:
5
5
  branches:
6
6
  - dev
7
+ - v*.*.*
7
8
 
8
9
  jobs:
9
10
  build:
10
11
  name: Build & Publish
12
+ environment: PUBLIC
11
13
  runs-on: ubuntu-latest
12
14
  steps:
13
15
  - name: Checkout
@@ -38,8 +40,10 @@ jobs:
38
40
  node-version: 16
39
41
  registry-url: 'https://registry.npmjs.org'
40
42
  always-auth: true
43
+
41
44
  - name: Install dependencies and build 🔧
42
45
  run: npm install && npm run bundle:full
46
+
43
47
  - name: Publish package on NPM 📦
44
48
  run: npm publish --access public
45
49
  env:
package/README.md CHANGED
@@ -5,11 +5,14 @@
5
5
 
6
6
  # About the Project
7
7
 
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.
8
+ A Software Development Kit (SDK) that can run either [Spark](https://coherent.global/spark/) model web-assembly or Calling an HTTPS endpoint.
9
+
10
+
11
+ # Roadmap
12
+
13
+ - Calling an HTTPS endpoint on Spark SaaS.
9
14
 
10
- ##### NOTE:
11
15
 
12
- Fallback endpoint is currently in development.
13
16
 
14
17
  # How to's
15
18