@cocreate/authenticate 1.0.2 → 1.0.4

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.
@@ -51,6 +51,10 @@ jobs:
51
51
  uses: actions/setup-node@v3
52
52
  with:
53
53
  node-version: 16
54
-
55
54
  - name: update documentation
56
55
  uses: CoCreate-app/CoCreate-docs@master
56
+ env:
57
+ organization_id: ${{ secrets.COCREATE_ORGANIZATION_ID }}
58
+ key: ${{ secrets.COCREATE_KEY }}
59
+ host: ${{ secrets.COCREATE_HOST }}
60
+
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [1.0.4](https://github.com/CoCreate-app/CoCreate-authenticate/compare/v1.0.3...v1.0.4) (2023-06-04)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Refactor CoCreate.config.js to remove hard-coded credentials ([23b1979](https://github.com/CoCreate-app/CoCreate-authenticate/commit/23b197968dd1966f9a345f8d0d3370ab7518331b))
7
+
8
+ ## [1.0.3](https://github.com/CoCreate-app/CoCreate-authenticate/compare/v1.0.2...v1.0.3) (2023-06-04)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([1483084](https://github.com/CoCreate-app/CoCreate-authenticate/commit/14830848bf488e8e5139bec35ea44a175905f164))
14
+
1
15
  ## [1.0.2](https://github.com/CoCreate-app/CoCreate-authenticate/compare/v1.0.1...v1.0.2) (2023-06-04)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,47 +1,47 @@
1
- {
2
- "name": "@cocreate/authenticate",
3
- "version": "1.0.2",
4
- "description": "A simple authenticate component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
5
- "keywords": [
6
- "authenticate",
7
- "cocreate",
8
- "low-code-framework",
9
- "no-code-framework",
10
- "cocreatejs",
11
- "cocreatejs-component",
12
- "cocreate-framework",
13
- "no-code",
14
- "low-code",
15
- "collaborative-framework",
16
- "realtime",
17
- "realtime-framework",
18
- "collaboration",
19
- "shared-editing",
20
- "html5-framework",
21
- "javascript-framework"
22
- ],
23
- "scripts": {
24
- "start": "npx webpack --config webpack.config.js --watch",
25
- "build": "NODE_ENV=production npx webpack --config webpack.config.js",
26
- "docs": "node ./node_modules/@cocreate/docs/src/index.js"
27
- },
28
- "publishConfig": {
29
- "access": "public"
30
- },
31
- "license": "MIT",
32
- "repository": {
33
- "type": "git",
34
- "url": "git+https://github.com/CoCreate-app/CoCreate-authenticate.git"
35
- },
36
- "authenticateor": "CoCreate LLC",
37
- "bugs": {
38
- "url": "https://github.com/CoCreate-app/CoCreate-authenticate/issues"
39
- },
40
- "main": "./src/index.js",
41
- "homepage": "https://cocreate.app/docs/authenticate",
42
- "dependencies": {
43
- "@cocreate/docs": "^1.7.13",
44
- "@cocreate/uuid": "^1.4.11",
45
- "jsonwebtoken": "^9.0.0"
46
- }
47
- }
1
+ {
2
+ "name": "@cocreate/authenticate",
3
+ "version": "1.0.4",
4
+ "description": "A simple authenticate component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
5
+ "keywords": [
6
+ "authenticate",
7
+ "cocreate",
8
+ "low-code-framework",
9
+ "no-code-framework",
10
+ "cocreatejs",
11
+ "cocreatejs-component",
12
+ "cocreate-framework",
13
+ "no-code",
14
+ "low-code",
15
+ "collaborative-framework",
16
+ "realtime",
17
+ "realtime-framework",
18
+ "collaboration",
19
+ "shared-editing",
20
+ "html5-framework",
21
+ "javascript-framework"
22
+ ],
23
+ "scripts": {
24
+ "start": "npx webpack --config webpack.config.js --watch",
25
+ "build": "NODE_ENV=production npx webpack --config webpack.config.js",
26
+ "docs": "node ./node_modules/@cocreate/docs/src/index.js"
27
+ },
28
+ "publishConfig": {
29
+ "access": "public"
30
+ },
31
+ "license": "MIT",
32
+ "repository": {
33
+ "type": "git",
34
+ "url": "git+https://github.com/CoCreate-app/CoCreate-authenticate.git"
35
+ },
36
+ "authenticateor": "CoCreate LLC",
37
+ "bugs": {
38
+ "url": "https://github.com/CoCreate-app/CoCreate-authenticate/issues"
39
+ },
40
+ "main": "./src/index.js",
41
+ "homepage": "https://cocreate.app/docs/authenticate",
42
+ "dependencies": {
43
+ "@cocreate/docs": "^1.7.15",
44
+ "@cocreate/uuid": "^1.4.13",
45
+ "jsonwebtoken": "^9.0.0"
46
+ }
47
+ }