weboptimizer 2.0.1474 → 2.0.1476
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/configurator.d.ts +0 -6
- package/index.d.ts +0 -6
- package/package.json +11 -11
- package/type.d.ts +0 -2
- package/test/simple/index.js +0 -79
package/configurator.d.ts
CHANGED
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
/// <reference types="webpack-env" />
|
|
2
|
-
/// <reference types="node" />
|
|
3
|
-
/// <reference types="node" />
|
|
4
|
-
/// <reference types="node" />
|
|
5
|
-
/// <reference types="node" />
|
|
6
|
-
/// <reference types="node" />
|
|
7
1
|
import { ResolvedConfiguration } from './type';
|
|
8
2
|
export declare let loadedConfiguration: null | ResolvedConfiguration;
|
|
9
3
|
/**
|
package/index.d.ts
CHANGED
|
@@ -1,10 +1,4 @@
|
|
|
1
1
|
#!/usr/bin/env babel-node
|
|
2
|
-
/// <reference types="webpack-env" />
|
|
3
|
-
/// <reference types="node" />
|
|
4
|
-
/// <reference types="node" />
|
|
5
|
-
/// <reference types="node" />
|
|
6
|
-
/// <reference types="node" />
|
|
7
|
-
/// <reference types="node" />
|
|
8
2
|
/**
|
|
9
3
|
* Main entry point.
|
|
10
4
|
* @param context - Location from where to build current application.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "weboptimizer",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1476",
|
|
4
4
|
"description": "A generic web optimizer, (module) bundler and development environment.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webpack",
|
|
@@ -112,8 +112,8 @@
|
|
|
112
112
|
"jest-environment-jsdom": "^29.7.0",
|
|
113
113
|
"rimraf": "^5.0.7",
|
|
114
114
|
"script-loader": "^0.7.2",
|
|
115
|
-
"typescript": "^5.
|
|
116
|
-
"webpack": "^5.92.
|
|
115
|
+
"typescript": "^5.5.2",
|
|
116
|
+
"webpack": "^5.92.1",
|
|
117
117
|
"webpack-cli": "^5.1.4",
|
|
118
118
|
"webpack-sources": "^3.2.3"
|
|
119
119
|
},
|
|
@@ -125,22 +125,22 @@
|
|
|
125
125
|
"@types/html-minifier": "^4.0.5",
|
|
126
126
|
"@types/html-minifier-terser": "^7.0.2",
|
|
127
127
|
"@types/imagemin": "^9.0.0",
|
|
128
|
-
"@types/node": "^20.14.
|
|
128
|
+
"@types/node": "^20.14.7",
|
|
129
129
|
"@types/postcss-import": "^14.0.3",
|
|
130
130
|
"@types/postcss-url": "^10.0.4",
|
|
131
131
|
"@types/webpack-env": "^1.18.5",
|
|
132
132
|
"@types/webpack-sources": "^3.2.3",
|
|
133
|
-
"@typescript-eslint/eslint-plugin": "^7.13.
|
|
134
|
-
"@typescript-eslint/parser": "^7.13.
|
|
133
|
+
"@typescript-eslint/eslint-plugin": "^7.13.1",
|
|
134
|
+
"@typescript-eslint/parser": "^7.13.1",
|
|
135
135
|
"css-loader": "^7.1.2",
|
|
136
|
-
"cssnano": "^7.0.
|
|
136
|
+
"cssnano": "^7.0.3",
|
|
137
137
|
"documentation-website": "^1.0.326",
|
|
138
|
-
"eslint": "^9.
|
|
138
|
+
"eslint": "^9.5.0",
|
|
139
139
|
"eslint-config-google": "^0.14.0",
|
|
140
140
|
"eslint-plugin-jsdoc": "^48.2.12",
|
|
141
141
|
"favicons": "^7.2.0",
|
|
142
142
|
"favicons-webpack-plugin": "^6.0.1",
|
|
143
|
-
"globals": "^15.
|
|
143
|
+
"globals": "^15.6.0",
|
|
144
144
|
"image-minimizer-webpack-plugin": "^4.0.2",
|
|
145
145
|
"jest": "^29.7.0",
|
|
146
146
|
"jsdoc": "^4.0.3",
|
|
@@ -157,9 +157,9 @@
|
|
|
157
157
|
"shx": "^0.3.4",
|
|
158
158
|
"style-loader": "^4.0.0",
|
|
159
159
|
"stylelint": "^16.6.1",
|
|
160
|
-
"stylelint-config-standard": "^36.0.
|
|
160
|
+
"stylelint-config-standard": "^36.0.1",
|
|
161
161
|
"stylelint-config-standard-scss": "^13.1.0",
|
|
162
|
-
"typescript-eslint": "^7.13.
|
|
162
|
+
"typescript-eslint": "^7.13.1",
|
|
163
163
|
"typescript-plugin-css-modules": "^5.1.0",
|
|
164
164
|
"workbox-webpack-plugin": "^7.1.0"
|
|
165
165
|
},
|
package/type.d.ts
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
/// <reference types="webpack-env" />
|
|
2
|
-
/// <reference types="node" />
|
|
3
1
|
import { AnyFunction, Encoding, Mapping, PlainObject, SecondParameter } from 'clientnode/type';
|
|
4
2
|
import FaviconWebpackPlugin from 'favicons-webpack-plugin';
|
|
5
3
|
import { FaviconWebpackPlugionOptions as FaviconWebpackPluginOptions } from 'favicons-webpack-plugin/src/options';
|
package/test/simple/index.js
DELETED
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
'use strict';if(typeof module!=='undefined'&&module!==null&&eval('typeof require')!=='undefined'&&eval('require')!==null&&'main'in eval('require')&&eval('typeof require.main')!=='undefined'&&eval('require.main')!==null){var ORIGINAL_MAIN_MODULE=module;if(module!==eval('require.main')&&'paths'in module&&'paths'in eval('require.main')&&typeof __dirname!=='undefined'&&__dirname!==null)module.paths=eval('require.main.paths').concat(module.paths.filter(function(path){return eval('require.main.paths').includes(path)}))};if(typeof window==='undefined'||window===null)var window=(typeof global==='undefined'||global===null)?{}:global;(function webpackUniversalModuleDefinition(root, factory) {
|
|
2
|
-
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
|
-
module.exports = factory();
|
|
4
|
-
else if(typeof define === 'function' && define.amd)
|
|
5
|
-
define([], factory);
|
|
6
|
-
else {
|
|
7
|
-
var a = factory();
|
|
8
|
-
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
|
|
9
|
-
}
|
|
10
|
-
})(this, function() {
|
|
11
|
-
return /******/ (function() { // webpackBootstrap
|
|
12
|
-
/******/ "use strict";
|
|
13
|
-
/******/ // The require scope
|
|
14
|
-
/******/ var __webpack_require__ = {};
|
|
15
|
-
/******/
|
|
16
|
-
/************************************************************************/
|
|
17
|
-
/******/ /* webpack/runtime/define property getters */
|
|
18
|
-
/******/ !function() {
|
|
19
|
-
/******/ // define getter functions for harmony exports
|
|
20
|
-
/******/ __webpack_require__.d = function(exports, definition) {
|
|
21
|
-
/******/ for(var key in definition) {
|
|
22
|
-
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
23
|
-
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
24
|
-
/******/ }
|
|
25
|
-
/******/ }
|
|
26
|
-
/******/ };
|
|
27
|
-
/******/ }();
|
|
28
|
-
/******/
|
|
29
|
-
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
30
|
-
/******/ !function() {
|
|
31
|
-
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
32
|
-
/******/ }();
|
|
33
|
-
/******/
|
|
34
|
-
/******/ /* webpack/runtime/make namespace object */
|
|
35
|
-
/******/ !function() {
|
|
36
|
-
/******/ // define __esModule on exports
|
|
37
|
-
/******/ __webpack_require__.r = function(exports) {
|
|
38
|
-
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
39
|
-
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
40
|
-
/******/ }
|
|
41
|
-
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
42
|
-
/******/ };
|
|
43
|
-
/******/ }();
|
|
44
|
-
/******/
|
|
45
|
-
/************************************************************************/
|
|
46
|
-
var __webpack_exports__ = {};
|
|
47
|
-
/*!******************!*\
|
|
48
|
-
!*** ./index.ts ***!
|
|
49
|
-
\******************/
|
|
50
|
-
__webpack_require__.r(__webpack_exports__);
|
|
51
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
52
|
-
/* harmony export */ main: function() { return /* binding */ main; }
|
|
53
|
-
/* harmony export */ });
|
|
54
|
-
// -*- coding: utf-8 -*-
|
|
55
|
-
/** @module dummy */
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
/* !
|
|
59
|
-
region header
|
|
60
|
-
[Project page](https://torben.website/weboptimizer)
|
|
61
|
-
|
|
62
|
-
Copyright Torben Sickert (info["~at~"]torben.website) 16.12.2012
|
|
63
|
-
|
|
64
|
-
License
|
|
65
|
-
-------
|
|
66
|
-
|
|
67
|
-
This library written by Torben Sickert stand under a creative commons
|
|
68
|
-
naming 3.0 unported license.
|
|
69
|
-
See https://creativecommons.org/licenses/by/3.0/deed.de
|
|
70
|
-
endregion
|
|
71
|
-
*/
|
|
72
|
-
var main = function main() {
|
|
73
|
-
return console.info('Running simple dummy module');
|
|
74
|
-
};
|
|
75
|
-
/* harmony default export */ __webpack_exports__["default"] = (main);
|
|
76
|
-
/******/ return __webpack_exports__;
|
|
77
|
-
/******/ })()
|
|
78
|
-
;
|
|
79
|
-
});
|