@stencil/angular-output-target 0.0.1-dev.11728078825.10143da0 → 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.
- package/dist/generate-value-accessors.js +1 -0
- package/dist/index.cjs.js +2 -0
- package/dist/index.js +2 -0
- package/dist/output-angular.js +1 -0
- package/package.json +2 -2
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
|
}
|
package/dist/output-angular.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stencil/angular-output-target",
|
|
3
|
-
"version": "0.0.1-dev.
|
|
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": "
|
|
67
|
+
"gitHead": "22837bc3a4015b4295b8effa7aad77728e082a79"
|
|
68
68
|
}
|