@cocreate/api 1.20.0 → 1.20.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.20.1](https://github.com/CoCreate-app/CoCreate-api/compare/v1.20.0...v1.20.1) (2024-02-05)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Removed https://cdn.cocreate.app/latest/CoCreate.min.css ([cde1867](https://github.com/CoCreate-app/CoCreate-api/commit/cde1867f966c6dfdc7d9e3042c8130baafa3c65e))
7
+
1
8
  # [1.20.0](https://github.com/CoCreate-app/CoCreate-api/compare/v1.19.2...v1.20.0) (2024-02-03)
2
9
 
3
10
 
package/docs/form.html CHANGED
@@ -11,9 +11,7 @@
11
11
  <meta name="keywords" content="drag and drop, colaboration, dnd utility, drag and drop utility" />
12
12
  <meta name="robots" content="index,follow" />
13
13
  <meta property="og:image" content="https://cdn.cocreate.app/docs/api.png">
14
- <!-- CoCreate CSS -->
15
- <!-- CoCreate CSS -->
16
- <link rel="stylesheet" href="https://cdn.cocreate.app/latest/CoCreate.min.css" type="text/css" />
14
+
17
15
  <link rel="stylesheet" href="/docs/index.css" array="files" object="60888216117c640e7596303f" key="src" type="text/css" save="true" />
18
16
  <link rel="manifest" href="/manifest.webmanifest" />
19
17
  </head>
package/docs/index.html CHANGED
@@ -11,9 +11,6 @@
11
11
  <meta name="keywords" content="drag and drop, collaboration, dnd utility, drag and drop utility" />
12
12
  <meta name="robots" content="index,follow" />
13
13
  <meta property="og:image" content="https://cdn.cocreate.app/docs/api.png">
14
-
15
- <!-- CoCreate CSS -->
16
- <link rel="stylesheet" href="https://cdn.cocreate.app/latest/CoCreate.min.css" type="text/css" />
17
14
  <link rel="stylesheet" href="/docs/index.css" array="files" object="60888216117c640e7596303f" key="src" type="text/css" save="true" />
18
15
 
19
16
  <link rel="manifest" href="/manifest.webmanifest" />
package/docs/module.html CHANGED
@@ -13,7 +13,7 @@
13
13
  <meta property="og:image" content="https://cdn.cocreate.app/docs/api.png">
14
14
 
15
15
  <!-- CoCreate CSS -->
16
- <link rel="stylesheet" href="https://cdn.cocreate.app/latest/CoCreate.min.css" type="text/css" />
16
+ <link rel="stylesheet" href="" type="text/css" />
17
17
  <link rel="stylesheet" href="/docs/index.css" array="files" object="60888216117c640e7596303f" key="src" type="text/css" save="true" />
18
18
  <link rel="manifest" href="/manifest.webmanifest">
19
19
  </head>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/api",
3
- "version": "1.20.0",
3
+ "version": "1.20.1",
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",