wspai 0.49.0 → 0.51.0
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.
- package/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -37,14 +37,14 @@ Installing the alias also installs the exact matching `workspai` version. Both
|
|
|
37
37
|
names use the same engine, configuration, `.workspai` files, and commands.
|
|
38
38
|
|
|
39
39
|
```bash
|
|
40
|
-
npm install -g wspai
|
|
40
|
+
npm install -g wspai
|
|
41
41
|
wspai --version
|
|
42
42
|
```
|
|
43
43
|
|
|
44
44
|
The main package remains available directly:
|
|
45
45
|
|
|
46
46
|
```bash
|
|
47
|
-
npm install -g workspai
|
|
47
|
+
npm install -g workspai
|
|
48
48
|
workspai --help
|
|
49
49
|
```
|
|
50
50
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wspai",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.51.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Short npm alias for the Workspai CLI.",
|
|
6
6
|
"keywords": [
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"scripts"
|
|
40
40
|
],
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"workspai": "0.
|
|
42
|
+
"workspai": "0.51.0"
|
|
43
43
|
},
|
|
44
44
|
"publishConfig": {
|
|
45
45
|
"registry": "https://registry.npmjs.org",
|