@coherentglobal/wasm-runner 0.0.22 → 0.0.23

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 +0 -21
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -38,27 +38,6 @@ Link: https://jeengine.s3.ap-southeast-1.amazonaws.com/wasm/index.html
38
38
 
39
39
  # Getting Started
40
40
 
41
- ## Prerequisites
42
-
43
- 1. Download and setup AWS CLI to your machine.
44
- 2. Run `aws configure` on your preferred terminal and fill-out the necessary fields.
45
-
46
- Execute this command to retrieve the authorization token. This **token is only valid for 12 hours** after the retrieval.
47
-
48
- ```
49
- export CODEARTIFACT_AUTH_TOKEN=`aws codeartifact get-authorization-token --domain coherent-global --domain-owner 792307798794 --query authorizationToken --output text`
50
- ```
51
-
52
- 3. Create or update your `.npmrc` file.
53
-
54
- ```
55
- registry=https://registry.yarnpkg.com
56
- @coherentglobal:registry=https://coherent-global-792307798794.d.codeartifact.ap-southeast-1.amazonaws.com/npm/coherent-global/
57
- //coherent-global-792307798794.d.codeartifact.ap-southeast-1.amazonaws.com/npm/coherent-global/:always-auth=true
58
- //coherent-global-792307798794.d.codeartifact.ap-southeast-1.amazonaws.com/npm/coherent-global/:_authToken=${CODEARTIFACT_AUTH_TOKEN}
59
-
60
- ```
61
-
62
41
  ## Install
63
42
 
64
43
  To use WasmRunner SDK, run
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coherentglobal/wasm-runner",
3
- "version": "0.0.22",
3
+ "version": "0.0.23",
4
4
  "description": "Coherent WASM runner for Javascript and Node.js",
5
5
  "main": "dist/node.js",
6
6
  "browser": "dist/browser.js",