@yamato-daiwa/automation 0.7.0-alpha.0 → 0.7.0-alpha.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/EntryPoint.js +1 -1
- package/package.json +9 -9
package/EntryPoint.js
CHANGED
|
@@ -34,7 +34,7 @@ function revisionHash(data) {
|
|
|
34
34
|
\***********************/
|
|
35
35
|
/***/ ((module) => {
|
|
36
36
|
|
|
37
|
-
module.exports = /*#__PURE__*/JSON.parse('{"name":"@yamato-daiwa/automation","version":"0.7.0","description":"The project building tool with declarative YAML configuration specializing on Pug, Stylus and TypeScript as source code languages.","keywords":["build","pug","stylus","tool","typescript"],"engines":{"node":">=18.0.0"},"bin":{"yda":"Executable"},"files":["EntryPoint.js"],"dependencies":{"@eslint-community/eslint-plugin-eslint-comments":"4.5.0","@stylistic/eslint-plugin":"3.1.0","@typescript-eslint/eslint-plugin":"8.
|
|
37
|
+
module.exports = /*#__PURE__*/JSON.parse('{"name":"@yamato-daiwa/automation","version":"0.7.0-alpha.1","description":"The project building tool with declarative YAML configuration specializing on Pug, Stylus and TypeScript as source code languages.","keywords":["build","pug","stylus","tool","typescript"],"engines":{"node":">=18.0.0"},"bin":{"yda":"Executable"},"files":["EntryPoint.js"],"dependencies":{"@eslint-community/eslint-plugin-eslint-comments":"4.5.0","@stylistic/eslint-plugin":"3.1.0","@typescript-eslint/eslint-plugin":"8.32.0","@typescript-eslint/parser":"8.32.0","@vue/compiler-sfc":"3.5.13","@webdiscus/pug-loader":"2.11.1","@yamato-daiwa/es-extensions":"1.8.0-alpha.9","@yamato-daiwa/es-extensions-nodejs":"1.8.0-alpha.9","@yamato-daiwa/style_guides":"0.6.8","autoprefixer":"10.4.21","browser-sync":"3.0.4","css-loader":"7.1.2","cssnano":"7.0.7","dotenv":"16.5.0","eslint":"9.26.0","eslint-plugin-import":"2.31.0","eslint-plugin-n":"17.17.0","eslint-plugin-react":"7.37.5","eslint-plugin-vue":"9.33.0","eslint-plugin-vue-pug":"0.6.2","fork-ts-checker-webpack-plugin":"7.3.0","gulp":"4.0.2","gulp-data":"1.3.1","gulp-if":"3.0.0","gulp-imagemin":"7.1.0","gulp-nodemon":"2.5.0","gulp-plumber":"1.2.1","gulp-postcss":"10.0.0","gulp-pug":"5.0.0","gulp-sourcemaps":"3.0.0","gulp-stylus":"3.0.1","imagemin-pngquant":"9.0.2","js-beautify":"1.15.4","json5-loader":"4.0.1","nanoid":"5.1.5","node-html-parser":"6.1.13","node-notifier":"10.0.1","pa11y":"8.0.0","probe-image-size":"7.2.3","pug-lint":"2.7.0","pug3-ast-loader":"0.0.0","puppeteer":"24.8.2","rev-hash":"4.1.0","stlint":"1.0.65","stream-combiner2":"1.1.1","style-loader":"4.0.0","stylus":"0.63.0","stylus-loader":"8.1.1","ts-loader":"9.5.2","vinyl":"2.2.1","vue-loader":"17.4.2","vue-style-loader":"4.1.3","webpack":"5.99.8","webpack-node-externals":"3.0.0","webpack-stream":"7.0.0","worker-loader":"3.0.8","yaml-loader":"0.8.1"},"devDependencies":{"@types/browser-sync":"2.29.0","@types/cssnano":"5.0.0","@types/gulp":"4.0.17","@types/gulp-if":"3.0.4","@types/gulp-imagemin":"7.0.3","@types/gulp-nodemon":"0.0.37","@types/gulp-plumber":"0.0.37","@types/gulp-postcss":"8.0.6","@types/gulp-sourcemaps":"0.0.38","@types/gulp-stylus":"2.7.8","@types/js-beautify":"1.14.3","@types/node":"22.15.17","@types/node-notifier":"8.0.5","@types/pa11y":"5.3.7","@types/probe-image-size":"7.2.5","@types/pug":"2.0.10","@types/vnu-jar":"17.11.2","@types/webpack-node-externals":"3.0.4","@types/webpack-stream":"3.2.15","eslint-webpack-plugin":"4.2.0","ts-node":"10.9.2","typescript":"5.8.3","vnu-jar":"24.10.17","webpack-cli":"6.0.1"},"scripts":{"Incremental Development Building":"webpack --mode development","Production Building":"webpack --mode production","Linting":"eslint Source"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/TokugawaTakeshi/Yamato-Daiwa-Automation.git"},"homepage":"https://automation.yamato-daiwa.com/","bugs":{"url":"https://github.com/TokugawaTakeshi/Yamato-Daiwa-Automation/issues","email":"tokugawa.takesi@gmail.com"}}');
|
|
38
38
|
|
|
39
39
|
/***/ }),
|
|
40
40
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yamato-daiwa/automation",
|
|
3
|
-
"version": "0.7.0-alpha.
|
|
3
|
+
"version": "0.7.0-alpha.1",
|
|
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",
|
|
@@ -21,17 +21,17 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@eslint-community/eslint-plugin-eslint-comments": "4.5.0",
|
|
23
23
|
"@stylistic/eslint-plugin": "3.1.0",
|
|
24
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
25
|
-
"@typescript-eslint/parser": "8.
|
|
24
|
+
"@typescript-eslint/eslint-plugin": "8.32.0",
|
|
25
|
+
"@typescript-eslint/parser": "8.32.0",
|
|
26
26
|
"@vue/compiler-sfc": "3.5.13",
|
|
27
27
|
"@webdiscus/pug-loader": "2.11.1",
|
|
28
28
|
"@yamato-daiwa/es-extensions": "1.8.0-alpha.9",
|
|
29
29
|
"@yamato-daiwa/es-extensions-nodejs": "1.8.0-alpha.9",
|
|
30
|
-
"@yamato-daiwa/style_guides": "0.6.
|
|
30
|
+
"@yamato-daiwa/style_guides": "0.6.8",
|
|
31
31
|
"autoprefixer": "10.4.21",
|
|
32
32
|
"browser-sync": "3.0.4",
|
|
33
33
|
"css-loader": "7.1.2",
|
|
34
|
-
"cssnano": "7.0.
|
|
34
|
+
"cssnano": "7.0.7",
|
|
35
35
|
"dotenv": "16.5.0",
|
|
36
36
|
"eslint": "9.26.0",
|
|
37
37
|
"eslint-plugin-import": "2.31.0",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"probe-image-size": "7.2.3",
|
|
61
61
|
"pug-lint": "2.7.0",
|
|
62
62
|
"pug3-ast-loader": "0.0.0",
|
|
63
|
-
"puppeteer": "24.
|
|
63
|
+
"puppeteer": "24.8.2",
|
|
64
64
|
"rev-hash": "4.1.0",
|
|
65
65
|
"stlint": "1.0.65",
|
|
66
66
|
"stream-combiner2": "1.1.1",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"vinyl": "2.2.1",
|
|
72
72
|
"vue-loader": "17.4.2",
|
|
73
73
|
"vue-style-loader": "4.1.3",
|
|
74
|
-
"webpack": "5.99.
|
|
74
|
+
"webpack": "5.99.8",
|
|
75
75
|
"webpack-node-externals": "3.0.0",
|
|
76
76
|
"webpack-stream": "7.0.0",
|
|
77
77
|
"worker-loader": "3.0.8",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"@types/gulp-sourcemaps": "0.0.38",
|
|
90
90
|
"@types/gulp-stylus": "2.7.8",
|
|
91
91
|
"@types/js-beautify": "1.14.3",
|
|
92
|
-
"@types/node": "22.15.
|
|
92
|
+
"@types/node": "22.15.17",
|
|
93
93
|
"@types/node-notifier": "8.0.5",
|
|
94
94
|
"@types/pa11y": "5.3.7",
|
|
95
95
|
"@types/probe-image-size": "7.2.5",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"@types/webpack-stream": "3.2.15",
|
|
100
100
|
"eslint-webpack-plugin": "4.2.0",
|
|
101
101
|
"ts-node": "10.9.2",
|
|
102
|
-
"typescript": "5.8.
|
|
102
|
+
"typescript": "5.8.3",
|
|
103
103
|
"vnu-jar": "24.10.17",
|
|
104
104
|
"webpack-cli": "6.0.1"
|
|
105
105
|
},
|