@cocreate/api 1.10.6 → 1.10.8

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/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [1.10.8](https://github.com/CoCreate-app/CoCreate-api/compare/v1.10.7...v1.10.8) (2023-05-06)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * bump [@cocreate](https://github.com/cocreate) dependencies ([af540d8](https://github.com/CoCreate-app/CoCreate-api/commit/af540d807ae8e9a93c10845f158d5001c1ce7992))
7
+
8
+ ## [1.10.7](https://github.com/CoCreate-app/CoCreate-api/compare/v1.10.6...v1.10.7) (2023-05-01)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * update manifest.json to manifest.webmanifest ([d1ed6d8](https://github.com/CoCreate-app/CoCreate-api/commit/d1ed6d8cfd285d7cf75c3e918361a2dfc07adfc1))
14
+
1
15
  ## [1.10.6](https://github.com/CoCreate-app/CoCreate-api/compare/v1.10.5...v1.10.6) (2023-05-01)
2
16
 
3
17
 
@@ -17,9 +17,10 @@ module.exports = {
17
17
  "general.cocreate.app"
18
18
  ],
19
19
  "directory": "/docs/api",
20
- "content-type": "text/html",
20
+ "parentDirectory": "{{parentDirectory}}",
21
+ "content-type": "{{content-type}}",
21
22
  "public": "true",
22
- "website_id": "5ffbceb7f11d2d00103c4535"
23
+ "website_id": "644d4bff8036fb9d1d1fd69c"
23
24
  }
24
25
  }
25
26
  ]
package/demo/index.html CHANGED
@@ -4,7 +4,7 @@
4
4
  <title>Api | CoCreateJS</title>
5
5
  <!-- CoCreate Favicon -->
6
6
  <link rel="icon" href="https://cdn.cocreate.app/favicon.ico" type="image/ico" sizes="16x16">
7
- <link rel="manifest" href="/manifest.json" />
7
+ <link rel="manifest" href="/manifest.webmanifest" />
8
8
  </head>
9
9
  <body>
10
10
 
package/docs/form.html CHANGED
@@ -15,7 +15,7 @@
15
15
  <!-- CoCreate CSS -->
16
16
  <link rel="stylesheet" href="https://cdn.cocreate.app/latest/CoCreate.min.css" type="text/css" />
17
17
  <link rel="stylesheet" href="/docs/index.css" collection="files" document_id="60888216117c640e7596303f" name="src" type="text/css" save="true" />
18
- <link rel="manifest" href="/manifest.json" />
18
+ <link rel="manifest" href="/manifest.webmanifest" />
19
19
  </head>
20
20
 
21
21
  <body>
package/docs/index.html CHANGED
@@ -16,7 +16,7 @@
16
16
  <link rel="stylesheet" href="https://cdn.cocreate.app/latest/CoCreate.min.css" type="text/css" />
17
17
  <link rel="stylesheet" href="/docs/index.css" collection="files" document_id="60888216117c640e7596303f" name="src" type="text/css" save="true" />
18
18
 
19
- <link rel="manifest" href="/manifest.json" />
19
+ <link rel="manifest" href="/manifest.webmanifest" />
20
20
  </head>
21
21
 
22
22
  <body>
package/docs/module.html CHANGED
@@ -15,7 +15,7 @@
15
15
  <!-- CoCreate CSS -->
16
16
  <link rel="stylesheet" href="https://cdn.cocreate.app/latest/CoCreate.min.css" type="text/css" />
17
17
  <link rel="stylesheet" href="/docs/index.css" collection="files" document_id="60888216117c640e7596303f" name="src" type="text/css" save="true" />
18
- <link rel="manifest" href="/manifest.json">
18
+ <link rel="manifest" href="/manifest.webmanifest">
19
19
  </head>
20
20
 
21
21
  <body>
package/docs/server.html CHANGED
@@ -15,7 +15,7 @@
15
15
  <!-- CoCreate CSS -->
16
16
  <link rel="stylesheet" href="https://cdn.cocreate.app/latest/CoCreate.min.css" type="text/css" />
17
17
  <link rel="stylesheet" href="/docs/index.css" collection="files" document_id="60888216117c640e7596303f" name="src" type="text/css" save="true" />
18
- <link rel="manifest" href="/manifest.json">
18
+ <link rel="manifest" href="/manifest.webmanifest">
19
19
  </head>
20
20
 
21
21
  <body>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/api",
3
- "version": "1.10.6",
3
+ "version": "1.10.8",
4
4
  "description": "A simple api helper component in vanilla javascript used by JavaScript developers to create thirdparty api intergrations. CoCreate-api includes the client component and server side for api processing. Thirdparty apis can be accessible using HTML5 attributes and/or JavaScript API. ",
5
5
  "keywords": [
6
6
  "thirdparty-api-intergration",
@@ -60,13 +60,13 @@
60
60
  "webpack-log": "^3.0.1"
61
61
  },
62
62
  "dependencies": {
63
- "@cocreate/actions": "^1.8.2",
64
- "@cocreate/crud-client": "^1.19.9",
65
- "@cocreate/docs": "^1.7.1",
66
- "@cocreate/element-prototype": "^1.8.2",
67
- "@cocreate/hosting": "^1.9.2",
68
- "@cocreate/render": "^1.24.1",
69
- "@cocreate/socket-client": "^1.19.1",
70
- "@cocreate/utils": "^1.20.1"
63
+ "@cocreate/actions": "^1.8.8",
64
+ "@cocreate/crud-client": "^1.20.4",
65
+ "@cocreate/docs": "^1.7.8",
66
+ "@cocreate/element-prototype": "^1.8.7",
67
+ "@cocreate/hosting": "^1.10.0",
68
+ "@cocreate/render": "^1.24.8",
69
+ "@cocreate/socket-client": "^1.20.3",
70
+ "@cocreate/utils": "^1.20.6"
71
71
  }
72
72
  }