@stencil/angular-output-target 0.0.1-dev.11727393647.1ae5e0bd → 0.0.1-dev.11729028168.122837bc

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.
@@ -48,6 +48,7 @@ function copyResources(config, resourcesFilesToCopy, directory) {
48
48
  dest: path.join(directory, rf),
49
49
  keepDirStructure: false,
50
50
  warn: false,
51
+ ignore: [],
51
52
  };
52
53
  });
53
54
  return config.sys.copy(copyTasks, path.join(directory));
package/dist/index.cjs.js CHANGED
@@ -379,6 +379,7 @@ function copyResources$1(config, resourcesFilesToCopy, directory) {
379
379
  dest: path__default["default"].join(directory, rf),
380
380
  keepDirStructure: false,
381
381
  warn: false,
382
+ ignore: [],
382
383
  };
383
384
  });
384
385
  return config.sys.copy(copyTasks, path__default["default"].join(directory));
@@ -433,6 +434,7 @@ async function copyResources(config, outputTarget) {
433
434
  dest: destDirectory,
434
435
  keepDirStructure: false,
435
436
  warn: false,
437
+ ignore: [],
436
438
  },
437
439
  ], srcDirectory);
438
440
  }
package/dist/index.js CHANGED
@@ -371,6 +371,7 @@ function copyResources$1(config, resourcesFilesToCopy, directory) {
371
371
  dest: path.join(directory, rf),
372
372
  keepDirStructure: false,
373
373
  warn: false,
374
+ ignore: [],
374
375
  };
375
376
  });
376
377
  return config.sys.copy(copyTasks, path.join(directory));
@@ -425,6 +426,7 @@ async function copyResources(config, outputTarget) {
425
426
  dest: destDirectory,
426
427
  keepDirStructure: false,
427
428
  warn: false,
429
+ ignore: [],
428
430
  },
429
431
  ], srcDirectory);
430
432
  }
@@ -31,6 +31,7 @@ async function copyResources(config, outputTarget) {
31
31
  dest: destDirectory,
32
32
  keepDirStructure: false,
33
33
  warn: false,
34
+ ignore: [],
34
35
  },
35
36
  ], srcDirectory);
36
37
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stencil/angular-output-target",
3
- "version": "0.0.1-dev.11727393647.1ae5e0bd",
3
+ "version": "0.0.1-dev.11729028168.122837bc",
4
4
  "description": "Angular output target for @stencil/core components.",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -64,5 +64,5 @@
64
64
  ],
65
65
  "testURL": "http://localhost"
66
66
  },
67
- "gitHead": "ae5e0bd181da0ed53cde60a7ee5190a62f4b5f6b"
67
+ "gitHead": "22837bc3a4015b4295b8effa7aad77728e082a79"
68
68
  }