@siteoshq/cli 1.8.0 → 1.8.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 +1 -1
  2. package/package.json +4 -5
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # SiteOS CLI
2
2
 
3
3
  `@siteoshq/cli` exposes one `siteos` binary for Auth, common Projects, Pulse, Cookie, Forms,
4
- Search, Trace, SEO and Integrations. This source prepares version 1.8.0; publishing is a separate release.
4
+ Search, Trace, SEO and Integrations. This source prepares version 1.8.1; publishing is a separate release.
5
5
  Node.js 22 or newer is required.
6
6
 
7
7
  ## Install and authenticate
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@siteoshq/cli",
3
- "version": "1.8.0",
3
+ "version": "1.8.1",
4
4
  "description": "One SiteOS CLI for Projects, Auth, Pulse, Cookie, Forms, Search, Trace, SEO, Analytics and Integrations.",
5
5
  "keywords": [
6
6
  "siteos",
@@ -17,12 +17,11 @@
17
17
  ],
18
18
  "repository": {
19
19
  "type": "git",
20
- "url": "git+https://github.com/pixel-point/siteos-platform.git",
21
- "directory": "packages/cli"
20
+ "url": "git+https://github.com/pixel-point/siteos.git"
22
21
  },
23
- "homepage": "https://github.com/pixel-point/siteos-platform/tree/main/packages/cli#readme",
22
+ "homepage": "https://github.com/pixel-point/siteos#readme",
24
23
  "bugs": {
25
- "url": "https://github.com/pixel-point/siteos-platform/issues"
24
+ "url": "https://github.com/pixel-point/siteos/issues"
26
25
  },
27
26
  "type": "module",
28
27
  "main": "dist/cli.js",