@starlightcms/js-sdk 4.0.0-beta.3 → 4.0.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/package.json +1 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@starlightcms/js-sdk",
|
|
3
|
-
"version": "4.0.0
|
|
3
|
+
"version": "4.0.0",
|
|
4
4
|
"description": "The Starlight SDK for JavaScript",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -17,9 +17,6 @@
|
|
|
17
17
|
"scripts": {
|
|
18
18
|
"build": "tsdown",
|
|
19
19
|
"dev": "tsdown --watch",
|
|
20
|
-
"docs": "npm start -w website",
|
|
21
|
-
"docs:build": "npm run build -w website",
|
|
22
|
-
"docs:serve": "npm run serve -w website",
|
|
23
20
|
"prepare": "husky install",
|
|
24
21
|
"prepublishOnly": "npm run build",
|
|
25
22
|
"test": "vitest",
|