@cocreate/config 1.0.0 → 1.0.2

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +4 -4
  3. package/package.json +65 -65
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [1.0.2](https://github.com/CoCreate-app/CoCreate-config/compare/v1.0.1...v1.0.2) (2023-06-14)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([2d54d48](https://github.com/CoCreate-app/CoCreate-config/commit/2d54d481f92494e7f0ab18df4ecdb1848f35bfc4))
7
+
8
+ ## [1.0.1](https://github.com/CoCreate-app/CoCreate-config/compare/v1.0.0...v1.0.1) (2023-06-14)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * update action to config typo ([d13ef01](https://github.com/CoCreate-app/CoCreate-config/commit/d13ef011b037d9c6b0aece263ea30ac4c1f08df9))
14
+
1
15
  # 1.0.0 (2023-06-13)
2
16
 
3
17
 
package/README.md CHANGED
@@ -1,12 +1,12 @@
1
- # CoCreate-action
1
+ # CoCreate-config
2
2
 
3
- A convenient chain handler allows user to chain multiple CoCreate components together. When one action is complete next one will start. The sequence goes untill all config completed. Grounded on Vanilla javascript, easily configured using HTML5 attributes and/or JavaScript API. Take it for a spin in our [playground!](https://cocreate.app/docs/config)
3
+ A convenient chain handler allows user to chain multiple CoCreate components together. When one config is complete next one will start. The sequence goes untill all config completed. Grounded on Vanilla javascript, easily configured using HTML5 attributes and/or JavaScript API. Take it for a spin in our [playground!](https://cocreate.app/docs/config)
4
4
 
5
5
  ![minified](https://img.badgesize.io/https://cdn.cocreate.app/config/latest/CoCreate-config.min.js?style=flat-square&label=minified&color=orange)
6
6
  ![gzip](https://img.badgesize.io/https://cdn.cocreate.app/config/latest/CoCreate-config.min.js?compression=gzip&style=flat-square&label=gzip&color=yellow)
7
7
  ![brotli](https://img.badgesize.io/https://cdn.cocreate.app/config/latest/CoCreate-config.min.js?compression=brotli&style=flat-square&label=brotli)
8
- ![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreate-action?style=flat-square)
9
- ![License](https://img.shields.io/github/license/CoCreate-app/CoCreate-action?style=flat-square)
8
+ ![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreate-config?style=flat-square)
9
+ ![License](https://img.shields.io/github/license/CoCreate-app/CoCreate-config?style=flat-square)
10
10
  ![Hiring](https://img.shields.io/static/v1?style=flat-square&label=&message=Hiring&color=blueviolet)
11
11
 
12
12
  ![CoCreate-config](https://cdn.cocreate.app/docs/CoCreate-config.gif)
package/package.json CHANGED
@@ -1,65 +1,65 @@
1
- {
2
- "name": "@cocreate/config",
3
- "version": "1.0.0",
4
- "description": "A convenient chain handler allows user to chain multiple CoCreate components together. When one action is complete next one will start. The sequence goes untill all config completed. Grounded on Vanilla javascript, easily configured using HTML5 attributes and/or JavaScript API.",
5
- "keywords": [
6
- "config",
7
- "chain-functions",
8
- "cocreate",
9
- "low-code-framework",
10
- "no-code-framework",
11
- "cocreatejs",
12
- "cocreatejs-component",
13
- "cocreate-framework",
14
- "no-code",
15
- "low-code",
16
- "collaborative-framework",
17
- "realtime",
18
- "realtime-framework",
19
- "collaboration",
20
- "shared-editing",
21
- "html5-framework",
22
- "javascript-framework"
23
- ],
24
- "publishConfig": {
25
- "access": "public"
26
- },
27
- "scripts": {
28
- "start": "npx webpack --config webpack.config.js",
29
- "build": "NODE_ENV=production npx webpack --config webpack.config.js",
30
- "dev": "npx webpack --config webpack.config.js --watch",
31
- "postinstall": "node -e \"const { execSync } = require('child_process'); try { execSync('coc --version', { stdio: 'ignore' }); } catch (error) { try { execSync('npm install -g @cocreate/cli', { stdio: 'inherit' }); console.log('Installed \"@cocreate/cli\" globally.'); } catch (error) { console.error('Failed to install \"@cocreate/cli\" globally:', error); } }\""
32
- },
33
- "repository": {
34
- "type": "git",
35
- "url": "git+https://github.com/CoCreate-app/CoCreate-config.git"
36
- },
37
- "author": "CoCreate LLC",
38
- "license": "MIT",
39
- "bugs": {
40
- "url": "https://github.com/CoCreate-app/CoCreate-config/issues"
41
- },
42
- "homepage": "https://cocreate.app/docs/config",
43
- "funding": {
44
- "type": "GitHub Sponsors ❤",
45
- "url": "https://github.com/sponsors/CoCreate-app"
46
- },
47
- "main": "./src/index.js",
48
- "devDependencies": {
49
- "@babel/core": "^7.9.6",
50
- "@babel/preset-env": "^7.9.6",
51
- "babel-loader": "^8.1.0",
52
- "clean-webpack-plugin": "^3.0.0",
53
- "file-loader": "^6.2.0",
54
- "mini-css-extract-plugin": "^1.5.0",
55
- "style-loader": "^3.3.1",
56
- "terser-webpack-plugin": "^5.1.1",
57
- "webpack": "^5.24.4",
58
- "webpack-cli": "^4.5.0",
59
- "webpack-log": "^3.0.1"
60
- },
61
- "dependencies": {
62
- "@cocreate/cli": "^1.33.8",
63
- "@cocreate/utils": "^1.21.14"
64
- }
65
- }
1
+ {
2
+ "name": "@cocreate/config",
3
+ "version": "1.0.2",
4
+ "description": "A convenient chain handler allows user to chain multiple CoCreate components together. When one action is complete next one will start. The sequence goes untill all config completed. Grounded on Vanilla javascript, easily configured using HTML5 attributes and/or JavaScript API.",
5
+ "keywords": [
6
+ "config",
7
+ "chain-functions",
8
+ "cocreate",
9
+ "low-code-framework",
10
+ "no-code-framework",
11
+ "cocreatejs",
12
+ "cocreatejs-component",
13
+ "cocreate-framework",
14
+ "no-code",
15
+ "low-code",
16
+ "collaborative-framework",
17
+ "realtime",
18
+ "realtime-framework",
19
+ "collaboration",
20
+ "shared-editing",
21
+ "html5-framework",
22
+ "javascript-framework"
23
+ ],
24
+ "publishConfig": {
25
+ "access": "public"
26
+ },
27
+ "scripts": {
28
+ "start": "npx webpack --config webpack.config.js",
29
+ "build": "NODE_ENV=production npx webpack --config webpack.config.js",
30
+ "dev": "npx webpack --config webpack.config.js --watch",
31
+ "postinstall": "node -e \"const { execSync } = require('child_process'); try { execSync('coc --version', { stdio: 'ignore' }); } catch (error) { try { execSync('npm install -g @cocreate/cli', { stdio: 'inherit' }); console.log('Installed \"@cocreate/cli\" globally.'); } catch (error) { console.error('Failed to install \"@cocreate/cli\" globally:', error); } }\""
32
+ },
33
+ "repository": {
34
+ "type": "git",
35
+ "url": "git+https://github.com/CoCreate-app/CoCreate-config.git"
36
+ },
37
+ "author": "CoCreate LLC",
38
+ "license": "MIT",
39
+ "bugs": {
40
+ "url": "https://github.com/CoCreate-app/CoCreate-config/issues"
41
+ },
42
+ "homepage": "https://cocreate.app/docs/config",
43
+ "funding": {
44
+ "type": "GitHub Sponsors ❤",
45
+ "url": "https://github.com/sponsors/CoCreate-app"
46
+ },
47
+ "main": "./src/index.js",
48
+ "devDependencies": {
49
+ "@babel/core": "^7.9.6",
50
+ "@babel/preset-env": "^7.9.6",
51
+ "babel-loader": "^8.1.0",
52
+ "clean-webpack-plugin": "^3.0.0",
53
+ "file-loader": "^6.2.0",
54
+ "mini-css-extract-plugin": "^1.5.0",
55
+ "style-loader": "^3.3.1",
56
+ "terser-webpack-plugin": "^5.1.1",
57
+ "webpack": "^5.24.4",
58
+ "webpack-cli": "^4.5.0",
59
+ "webpack-log": "^3.0.1"
60
+ },
61
+ "dependencies": {
62
+ "@cocreate/cli": "^1.34.0",
63
+ "@cocreate/utils": "^1.21.15"
64
+ }
65
+ }