@allwright.dev/core 0.0.28 → 0.0.30

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -5,7 +5,7 @@ High-level TypeScript client for the allwright automation engine.
5
5
  Install:
6
6
 
7
7
  ```bash
8
- npm install @allwright.dev/core
8
+ bun add @allwright.dev/core
9
9
  ```
10
10
 
11
11
  ```ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@allwright.dev/core",
3
- "version": "0.0.28",
3
+ "version": "0.0.30",
4
4
  "description": "High-level TypeScript client for the allwright automation engine.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -38,7 +38,7 @@
38
38
  "scripts": {
39
39
  "build": "tsc -p tsconfig.json",
40
40
  "example:playground": "bun run examples/playground.ts",
41
- "prepublishOnly": "npm run build"
41
+ "prepublishOnly": "bun run build"
42
42
  },
43
43
  "dependencies": {
44
44
  "@grpc/grpc-js": "^1.14.0",