@unchainedshop/cockpit-api 1.0.16 → 1.0.17
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 +11 -3
package/package.json
CHANGED
|
@@ -1,17 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unchainedshop/cockpit-api",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "Cockpit
|
|
3
|
+
"version": "1.0.17",
|
|
4
|
+
"description": "A package to interact with the Cockpit CMS API, including functionalities to handle GraphQL requests and various CMS content manipulations.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
|
+
"homepage": "https://unchained.shop",
|
|
6
7
|
"scripts": {
|
|
7
8
|
"build": "tsc"
|
|
8
9
|
},
|
|
10
|
+
"repository": {
|
|
11
|
+
"type": "git",
|
|
12
|
+
"url": "git+https://github.com/unchainedshop/cockpit-api.git"
|
|
13
|
+
},
|
|
14
|
+
"bugs": {
|
|
15
|
+
"url": "https://github.com/unchainedshop/cockpit-api/issues"
|
|
16
|
+
},
|
|
9
17
|
"keywords": [
|
|
10
18
|
"unchainedshop",
|
|
11
19
|
"cockpit",
|
|
12
20
|
"api"
|
|
13
21
|
],
|
|
14
|
-
"author": "
|
|
22
|
+
"author": "Mikael Araya",
|
|
15
23
|
"license": "ISC",
|
|
16
24
|
"dependencies": {
|
|
17
25
|
"@unchainedshop/logger": "^2.10.5",
|