weboptimizer 2.0.1330 → 2.0.1333

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 CHANGED
@@ -3,6 +3,7 @@
3
3
  /// <reference types="node" />
4
4
  /// <reference types="node" />
5
5
  /// <reference types="node" />
6
+ /// <reference types="node" />
6
7
  import { ResolvedConfiguration } from './type';
7
8
  export declare let loadedConfiguration: null | ResolvedConfiguration;
8
9
  /**
package/index.d.ts CHANGED
@@ -4,6 +4,7 @@
4
4
  /// <reference types="node" />
5
5
  /// <reference types="node" />
6
6
  /// <reference types="node" />
7
+ /// <reference types="node" />
7
8
  /**
8
9
  * Main entry point.
9
10
  * @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.1330",
3
+ "version": "2.0.1333",
4
4
  "description": "A generic web optimizer, (module) bundler and development environment.",
5
5
  "keywords": [
6
6
  "webpack",
@@ -85,7 +85,9 @@
85
85
  "runkitExample": "require('@babel/runtime/package.json')\n\nconst {default: main} = require('weboptimizer')\n\nawait main('./', './', ['clear'])",
86
86
  "dependencies": {
87
87
  "@babel/core": "*",
88
+ "@babel/plugin-proposal-class-properties": "*",
88
89
  "@babel/plugin-proposal-decorators": "*",
90
+ "@babel/plugin-proposal-nullish-coalescing-operator": "*",
89
91
  "@babel/plugin-transform-runtime": "*",
90
92
  "@babel/preset-env": "*",
91
93
  "@babel/preset-typescript": "*",