@m2c2kit/build-helpers 0.3.4 → 0.3.5

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/dist/index.js +0 -3
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -22,8 +22,6 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
22
22
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
23
23
  PERFORMANCE OF THIS SOFTWARE.
24
24
  ***************************************************************************** */
25
- /* global Reflect, Promise */
26
-
27
25
 
28
26
  function __awaiter(thisArg, _arguments, P, generator) {
29
27
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
@@ -10852,7 +10850,6 @@ function parse(input, options) {
10852
10850
 
10853
10851
  // AST walker module for Mozilla Parser API compatible trees
10854
10852
 
10855
-
10856
10853
  // An ancestor walk keeps an array of ancestor nodes (including the
10857
10854
  // current node) and passes them to the callback as third parameter
10858
10855
  // (and also as state parameter when no other state is present).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m2c2kit/build-helpers",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "description": "",
5
5
  "module": "dist/index.js",
6
6
  "type": "module",
@@ -17,8 +17,8 @@
17
17
  "@types/findup-sync": "4.0.2",
18
18
  "cpy-cli": "4.2.0",
19
19
  "findup-sync": "5.0.0",
20
- "rimraf": "5.0.0",
21
- "rollup": "3.22.0",
20
+ "rimraf": "5.0.1",
21
+ "rollup": "3.21.0",
22
22
  "rollup-plugin-copy": "^3.4.0",
23
23
  "rollup-plugin-dts": "5.3.0",
24
24
  "typescript": "5.0.4"