paralayer 1.0.2 → 1.0.3

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/paralayer.js CHANGED
@@ -153,7 +153,7 @@ export class Paralayer extends $utils.Unit {
153
153
  .map(path => {
154
154
  const file = this.files[path];
155
155
  if (!file)
156
- throw this.never;
156
+ return '';
157
157
  if (file.names.length === 0)
158
158
  return '';
159
159
  const names = file.names;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "paralayer",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "author": "imkost",
@@ -18,7 +18,7 @@
18
18
  "release:minor": "npm version minor && npm run release:raw"
19
19
  },
20
20
  "bin": {
21
- "paralayer": "./bin.js"
21
+ "paralayer": "bin.js"
22
22
  },
23
23
  "exports": {
24
24
  ".": {