@yamato-daiwa/automation 0.0.8 → 0.1.0

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 (2) hide show
  1. package/EntryPoint.js +386 -340
  2. package/package.json +13 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamato-daiwa/automation",
3
- "version": "0.0.8",
3
+ "version": "0.1.0",
4
4
  "description": "The project building tool with declarative YAML configuration specializing on Pug, Stylus and TypeScript as source code languages.",
5
5
  "keywords": [
6
6
  "build",
@@ -19,23 +19,23 @@
19
19
  "EntryPoint.js"
20
20
  ],
21
21
  "dependencies": {
22
- "@typescript-eslint/eslint-plugin": "5.30.5",
23
- "@typescript-eslint/parser": "5.30.5",
22
+ "@typescript-eslint/eslint-plugin": "5.33.0",
23
+ "@typescript-eslint/parser": "5.33.0",
24
24
  "@vue/compiler-sfc": "3.2.37",
25
- "@yamato-daiwa/es-extensions": "1.5.1",
26
- "@yamato-daiwa/es-extensions-nodejs": "1.5.0",
27
- "@yamato-daiwa/style_guides": "0.0.16",
25
+ "@yamato-daiwa/es-extensions": "1.5.3",
26
+ "@yamato-daiwa/es-extensions-nodejs": "1.5.1",
27
+ "@yamato-daiwa/style_guides": "0.0.19",
28
28
  "access-sniff": "3.2.0",
29
29
  "autoprefixer": "10.4.7",
30
30
  "browser-sync": "2.27.10",
31
31
  "cheerio": "1.0.0-rc.1",
32
32
  "css-loader": "6.7.1",
33
- "cssnano": "5.1.10",
34
- "eslint": "8.19.0",
33
+ "cssnano": "5.1.12",
34
+ "eslint": "8.21.0",
35
35
  "eslint-plugin-import": "2.26.0",
36
36
  "eslint-plugin-node": "11.1.0",
37
37
  "eslint-webpack-plugin": "3.1.1",
38
- "fork-ts-checker-webpack-plugin": "7.2.11",
38
+ "fork-ts-checker-webpack-plugin": "7.2.13",
39
39
  "glob": "7.2.0",
40
40
  "gulp": "4.0.2",
41
41
  "gulp-debug": "4.0.0",
@@ -61,7 +61,6 @@
61
61
  "style-loader": "3.3.1",
62
62
  "stylus-loader": "6.2.0",
63
63
  "ts-loader": "9.3.0",
64
- "typescript-declaration-webpack-plugin": "0.2.2",
65
64
  "vinyl": "2.2.1",
66
65
  "vue": "3.2.37",
67
66
  "vue-loader": "17.0.0",
@@ -97,9 +96,10 @@
97
96
  "webpack-cli": "4.10.0"
98
97
  },
99
98
  "scripts": {
100
- "Incremental development build": "webpack --mode development",
101
- "Production build": "webpack --mode production",
102
- "Lint": "eslint Source"
99
+ "Incremental development building": "webpack --mode development",
100
+ "Production building": "webpack --mode production",
101
+ "Linting": "eslint Source",
102
+ "Tree diagram of source files generating": "tree Source /f"
103
103
  },
104
104
  "license": "MIT",
105
105
  "repository": {