@evoke-platform/sdk 1.0.0-dev.6 → 1.0.0-dev.8

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 +7 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Evoke SDK
2
2
 
3
+ [![CodeQL Status](https://github.com/Evoke-Platform/evoke-sdk/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/Evoke-Platform/evoke-sdk/actions/workflows/github-code-scanning/codeql)
4
+
3
5
  SDK library for Evoke platform plugins.
4
6
 
5
7
  ## Installation
@@ -8,8 +10,11 @@ SDK library for Evoke platform plugins.
8
10
  npm install @evoke-platform/sdk
9
11
  ```
10
12
 
11
- Note that if your project was generated using the [plugin generator](../plugin/), this dependency will already be in your project.
13
+ Note that if your project was generated using the [plugin generator][plugin], this dependency will already be
14
+ in your project.
12
15
 
13
16
  ## License
14
17
 
15
- [MIT](../../LICENSE)
18
+ [MIT](https://github.com/Evoke-Platform/evoke-sdk/blob/main/LICENSE)
19
+
20
+ [plugin]: https://github.com/Evoke-Platform/evoke-sdk/blob/main/packages/plugin
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evoke-platform/sdk",
3
- "version": "1.0.0-dev.6",
3
+ "version": "1.0.0-dev.8",
4
4
  "description": "SDK for Evoke platform",
5
5
  "homepage": "https://github.com/Evoke-Platform/evoke-sdk/blob/main/packages/sdk/README.md",
6
6
  "repository": {