@gcoredev/proxy-wasm-sdk-as 1.0.0-alpha.2 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +7 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # WebAssembly for Proxies (AssemblyScript SDK)
2
2
 
3
+
4
+ [![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/G-Core/proxy-wasm-sdk-as/deploy.yaml)](https://github.com/G-Core/proxy-wasm-sdk-as)
5
+ [![GitHub commit activity](https://img.shields.io/github/commit-activity/t/G-Core/proxy-wasm-sdk-as)](https://github.com/G-Core/proxy-wasm-sdk-as)
6
+ [![GitHub top language](https://img.shields.io/github/languages/top/G-Core/proxy-wasm-sdk-as)](https://github.com/G-Core/proxy-wasm-sdk-as)
7
+ [![GitHub License](https://img.shields.io/github/license/G-Core/proxy-wasm-sdk-as)](https://github.com/G-Core/proxy-wasm-sdk-as/blob/main/LICENSE)
8
+ [![NPM Version](https://img.shields.io/npm/v/@gcoredev/proxy-wasm-sdk-as)](https://www.npmjs.com/package/@gcoredev/proxy-wasm-sdk-as)
9
+
3
10
  This is a friendly fork of https://github.com/Kong/proxy-wasm-assemblyscript-sdk/,
4
11
  temporarily mantained to address an incompatibility between the AssemblyScript
5
12
  SDK and the Rust SDK.
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  },
17
17
  "name": "@gcoredev/proxy-wasm-sdk-as",
18
18
  "description": "Use this SDK to write extensions for the proxy WASM ABI",
19
- "version": "1.0.0-alpha.2",
19
+ "version": "1.0.1",
20
20
  "main": "assembly/index.ts",
21
21
  "directories": {
22
22
  "doc": "docs"