Skip to content
This repository was archived by the owner on May 22, 2023. It is now read-only.

Commit 66c603f

Browse files
committedApr 21, 2017
(#29) fixed typo that broke artifact loading
1 parent 0c0e6f7 commit 66c603f

File tree

5 files changed

+52
-45
lines changed

5 files changed

+52
-45
lines changed
 

‎CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Last Changes
44

5+
- [#29](https://github.com/LaxarJS/laxar-loader/issues/29): fixed typo that broke artifact loading
6+
57

68
## v2.0.0-rc.0
79

‎README.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
> webpack loader for LaxarJS
44
5+
<span class="laxar-external-documentation-hint">
6+
Take a look at the <a href="https://www.laxarjs.org/docs/laxar-loader-latest/">documentation site</a> to browse documentation for all releases of this artifact.
7+
</span>
8+
59
Bundles and validates LaxarJS application artifacts as needed.
610

711

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
"babel-register": "^6.18.0",
4444
"chai": "^3.5.0",
4545
"enhanced-resolve": "^2.3.0",
46-
"eslint": "^3.0.1",
47-
"eslint-config-laxarjs": "^0.3.0",
46+
"eslint": "^3.19.0",
47+
"eslint-config-laxarjs": "^2.0.0",
4848
"memory-fs": "^0.3.0",
4949
"mocha": "^3.0.2",
50-
"webpack": "^2.2.0"
50+
"webpack": "^2.4.1"
5151
}
5252
}

‎src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ function buildEntries( query ) {
182182
...ensureArray( query[ plural ] )
183183
];
184184

185-
if( items.lenth > 0 ) {
185+
if( items.length > 0 ) {
186186
entry[ plural ] = items;
187187
}
188188
} );

‎yarn.lock

+42-41
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ acorn@^3.0.4:
2626
version "3.3.0"
2727
resolved "https://registry.yarnpkg.com/acorn/-/acorn-3.3.0.tgz#45e37fb39e8da3f25baee3ff5369e2bb5f22017a"
2828

29-
acorn@^4.0.3, acorn@^4.0.4:
29+
acorn@^4.0.3:
3030
version "4.0.11"
3131
resolved "https://registry.yarnpkg.com/acorn/-/acorn-4.0.11.tgz#edcda3bd937e7556410d42ed5860f67399c794c0"
3232

33-
acorn@^5.0.1:
33+
acorn@^5.0.0, acorn@^5.0.1:
3434
version "5.0.3"
3535
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.0.3.tgz#c460df08491463f028ccb82eab3730bf01087b3d"
3636

@@ -39,8 +39,8 @@ ajv-keywords@^1.0.0, ajv-keywords@^1.1.1:
3939
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-1.5.1.tgz#314dd0a4b3368fad3dfcdc54ede6171b886daf3c"
4040

4141
ajv@^4.11.5, ajv@^4.7.0, ajv@^4.9.1:
42-
version "4.11.6"
43-
resolved "https://registry.yarnpkg.com/ajv/-/ajv-4.11.6.tgz#947e93049790942b2a2d60a8289b28924d39f987"
42+
version "4.11.7"
43+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-4.11.7.tgz#8655a5d86d0824985cc471a1d913fb6729a0ec48"
4444
dependencies:
4545
co "^4.6.0"
4646
json-stable-stringify "^1.0.1"
@@ -81,11 +81,11 @@ aproba@^1.0.3:
8181
resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.1.1.tgz#95d3600f07710aa0e9298c726ad5ecf2eacbabab"
8282

8383
are-we-there-yet@~1.1.2:
84-
version "1.1.2"
85-
resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.2.tgz#80e470e95a084794fe1899262c5667c6e88de1b3"
84+
version "1.1.4"
85+
resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.4.tgz#bb5dca382bb94f05e15194373d16fd3ba1ca110d"
8686
dependencies:
8787
delegates "^1.0.0"
88-
readable-stream "^2.0.0 || ^1.1.13"
88+
readable-stream "^2.0.6"
8989

9090
argparse@^1.0.7:
9191
version "1.0.9"
@@ -100,8 +100,8 @@ arr-diff@^2.0.0:
100100
arr-flatten "^1.0.1"
101101

102102
arr-flatten@^1.0.1:
103-
version "1.0.1"
104-
resolved "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.0.1.tgz#e5ffe54d45e19f32f216e91eb99c8ce892bb604b"
103+
version "1.0.3"
104+
resolved "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.0.3.tgz#a274ed85ac08849b6bd7847c4580745dc51adfb1"
105105

106106
array-union@^1.0.1:
107107
version "1.0.2"
@@ -608,8 +608,8 @@ babel-types@^6.19.0, babel-types@^6.24.1:
608608
to-fast-properties "^1.0.1"
609609

610610
babylon@^6.11.0, babylon@^6.15.0:
611-
version "6.16.1"
612-
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.16.1.tgz#30c5a22f481978a9e7f8cdfdf496b11d94b404d3"
611+
version "6.17.0"
612+
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.17.0.tgz#37da948878488b9c4e3c4038893fa3314b3fc932"
613613

614614
balanced-match@^0.4.1:
615615
version "0.4.2"
@@ -984,10 +984,10 @@ debug@2.2.0:
984984
ms "0.7.1"
985985

986986
debug@^2.1.1, debug@^2.2.0:
987-
version "2.6.3"
988-
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.3.tgz#0f7eb8c30965ec08c72accfa0130c8b79984141d"
987+
version "2.6.4"
988+
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.4.tgz#7586a9b3c39741c0282ae33445c4e8ac74734fe0"
989989
dependencies:
990-
ms "0.7.2"
990+
ms "0.7.3"
991991

992992
decamelize@^1.0.0, decamelize@^1.1.1:
993993
version "1.2.0"
@@ -1180,11 +1180,11 @@ escope@^3.6.0:
11801180
esrecurse "^4.1.0"
11811181
estraverse "^4.1.1"
11821182

1183-
eslint-config-laxarjs@^0.3.0:
1184-
version "0.3.0"
1185-
resolved "https://registry.yarnpkg.com/eslint-config-laxarjs/-/eslint-config-laxarjs-0.3.0.tgz#322dc060ade649f740062b6d5e69c523bb3b6e55"
1183+
eslint-config-laxarjs@^2.0.0:
1184+
version "2.0.0-rc.0"
1185+
resolved "https://registry.yarnpkg.com/eslint-config-laxarjs/-/eslint-config-laxarjs-2.0.0-rc.0.tgz#bef8972f85dac0ead520fe4bded7993dfe654a06"
11861186

1187-
eslint@^3.0.1:
1187+
eslint@^3.19.0:
11881188
version "3.19.0"
11891189
resolved "https://registry.yarnpkg.com/eslint/-/eslint-3.19.0.tgz#c8fc6201c7f40dd08941b87c085767386a679acc"
11901190
dependencies:
@@ -1568,8 +1568,8 @@ home-or-tmp@^2.0.0:
15681568
os-tmpdir "^1.0.1"
15691569

15701570
hosted-git-info@^2.1.4:
1571-
version "2.4.1"
1572-
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.4.1.tgz#4b0445e41c004a8bd1337773a4ff790ca40318c8"
1571+
version "2.4.2"
1572+
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.4.2.tgz#0076b9f46a270506ddbaaea56496897460612a67"
15731573

15741574
http-signature@~1.1.0:
15751575
version "1.1.1"
@@ -1637,8 +1637,8 @@ inquirer@^0.12.0:
16371637
through "^2.3.6"
16381638

16391639
interpret@^1.0.0:
1640-
version "1.0.2"
1641-
resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.0.2.tgz#f4f623f0bb7122f15f5717c8e254b8161b5c5b2d"
1640+
version "1.0.3"
1641+
resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.0.3.tgz#cbc35c62eeee73f19ab7b10a801511401afc0f90"
16421642

16431643
invariant@^2.2.0:
16441644
version "2.2.2"
@@ -1832,7 +1832,7 @@ json3@3.3.2:
18321832
version "3.3.2"
18331833
resolved "https://registry.yarnpkg.com/json3/-/json3-3.3.2.tgz#3c0434743df93e2f5c42aee7b19bcb483575f4e1"
18341834

1835-
json5@^0.5.0:
1835+
json5@^0.5.0, json5@^0.5.1:
18361836
version "0.5.1"
18371837
resolved "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821"
18381838

@@ -2080,17 +2080,17 @@ ms@0.7.1:
20802080
version "0.7.1"
20812081
resolved "https://registry.yarnpkg.com/ms/-/ms-0.7.1.tgz#9cd13c03adbff25b65effde7ce864ee952017098"
20822082

2083-
ms@0.7.2:
2084-
version "0.7.2"
2085-
resolved "https://registry.yarnpkg.com/ms/-/ms-0.7.2.tgz#ae25cf2512b3885a1d95d7f037868d8431124765"
2083+
ms@0.7.3:
2084+
version "0.7.3"
2085+
resolved "https://registry.yarnpkg.com/ms/-/ms-0.7.3.tgz#708155a5e44e33f5fd0fc53e81d0d40a91be1fff"
20862086

20872087
mute-stream@0.0.5:
20882088
version "0.0.5"
20892089
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.5.tgz#8fbfabb0a98a253d3184331f9e8deb7372fac6c0"
20902090

20912091
nan@^2.3.0:
2092-
version "2.6.1"
2093-
resolved "https://registry.yarnpkg.com/nan/-/nan-2.6.1.tgz#8c84f7b14c96b89f57fbc838012180ec8ca39a01"
2092+
version "2.6.2"
2093+
resolved "https://registry.yarnpkg.com/nan/-/nan-2.6.2.tgz#e4ff34e6c95fdfb5aecc08de6596f43605a7db45"
20942094

20952095
natural-compare@^1.4.0:
20962096
version "1.4.0"
@@ -2153,8 +2153,8 @@ nopt@^4.0.1:
21532153
osenv "^0.1.4"
21542154

21552155
normalize-package-data@^2.3.2:
2156-
version "2.3.6"
2157-
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.3.6.tgz#498fa420c96401f787402ba21e600def9f981fff"
2156+
version "2.3.8"
2157+
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.3.8.tgz#d819eda2a9dedbd1ffa563ea4071d936782295bb"
21582158
dependencies:
21592159
hosted-git-info "^2.1.4"
21602160
is-builtin-module "^1.0.0"
@@ -2433,7 +2433,7 @@ read-pkg@^1.0.0:
24332433
normalize-package-data "^2.3.2"
24342434
path-type "^1.0.0"
24352435

2436-
"readable-stream@^2.0.0 || ^1.1.13", readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.5, readable-stream@^2.1.4, readable-stream@^2.2.2, readable-stream@^2.2.6:
2436+
readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.5, readable-stream@^2.0.6, readable-stream@^2.1.4, readable-stream@^2.2.2, readable-stream@^2.2.6:
24372437
version "2.2.9"
24382438
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.2.9.tgz#cf78ec6f4a6d1eb43d26488cac97f042e74b7fc8"
24392439
dependencies:
@@ -2574,8 +2574,8 @@ resolve-from@^1.0.0:
25742574
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-1.0.1.tgz#26cbfe935d1aeeeabb29bc3fe5aeb01e93d44226"
25752575

25762576
resolve@^1.1.6:
2577-
version "1.3.2"
2578-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.3.2.tgz#1f0442c9e0cbb8136e87b9305f932f46c7f28235"
2577+
version "1.3.3"
2578+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.3.3.tgz#655907c3469a8680dc2de3a275a8fdd69691f0e5"
25792579
dependencies:
25802580
path-parse "^1.0.5"
25812581

@@ -2697,8 +2697,8 @@ sprintf-js@~1.0.2:
26972697
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
26982698

26992699
sshpk@^1.7.0:
2700-
version "1.11.0"
2701-
resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.11.0.tgz#2d8d5ebb4a6fab28ffba37fa62a90f4a3ea59d77"
2700+
version "1.13.0"
2701+
resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.13.0.tgz#ff2a3e4fd04497555fed97b39a0fd82fafb3a33c"
27022702
dependencies:
27032703
asn1 "~0.2.3"
27042704
assert-plus "^1.0.0"
@@ -2948,8 +2948,8 @@ uuid@^3.0.0:
29482948
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.0.1.tgz#6544bba2dfda8c1cf17e629a3a305e2bb1fee6c1"
29492949

29502950
v8flags@^2.0.10:
2951-
version "2.0.12"
2952-
resolved "https://registry.yarnpkg.com/v8flags/-/v8flags-2.0.12.tgz#73235d9f7176f8e8833fb286795445f7938d84e5"
2951+
version "2.1.1"
2952+
resolved "https://registry.yarnpkg.com/v8flags/-/v8flags-2.1.1.tgz#aab1a1fa30d45f88dd321148875ac02c0b55e5b4"
29532953
dependencies:
29542954
user-home "^1.1.1"
29552955

@@ -2987,18 +2987,19 @@ webpack-sources@^0.2.3:
29872987
source-list-map "^1.1.1"
29882988
source-map "~0.5.3"
29892989

2990-
webpack@^2.2.0:
2991-
version "2.3.3"
2992-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-2.3.3.tgz#eecc083c18fb7bf958ea4f40b57a6640c5a0cc78"
2990+
webpack@^2.4.1:
2991+
version "2.4.1"
2992+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-2.4.1.tgz#15a91dbe34966d8a4b99c7d656efd92a2e5a6f6a"
29932993
dependencies:
2994-
acorn "^4.0.4"
2994+
acorn "^5.0.0"
29952995
acorn-dynamic-import "^2.0.0"
29962996
ajv "^4.7.0"
29972997
ajv-keywords "^1.1.1"
29982998
async "^2.1.2"
29992999
enhanced-resolve "^3.0.0"
30003000
interpret "^1.0.0"
30013001
json-loader "^0.5.4"
3002+
json5 "^0.5.1"
30023003
loader-runner "^2.3.0"
30033004
loader-utils "^0.2.16"
30043005
memory-fs "~0.4.1"

0 commit comments

Comments
 (0)
This repository has been archived.