File tree 17 files changed +52
-52
lines changed 17 files changed +52
-52
lines changed Original file line number Diff line number Diff line change 7
7
"exact" : true ,
8
8
"npmClient" : " yarn" ,
9
9
"useWorkspaces" : true ,
10
- "version" : " 1.2.2 "
10
+ "version" : " 1.2.3 "
11
11
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lwc/babel-plugin-component" ,
3
3
"description" : " Babel plugin to transform a LWC module" ,
4
- "version" : " 1.2.2 " ,
4
+ "version" : " 1.2.3 " ,
5
5
"main" : " src/index.js" ,
6
6
"typings" : " types/index.d.ts" ,
7
7
"license" : " MIT" ,
16
16
"dependencies" : {
17
17
"@babel/helper-module-imports" : " 7.0.0" ,
18
18
"@babel/plugin-proposal-class-properties" : " 7.1.0" ,
19
- "@lwc/errors" : " 1.2.2 " ,
19
+ "@lwc/errors" : " 1.2.3 " ,
20
20
"line-column" : " ^1.0.2"
21
21
},
22
22
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lwc/compiler" ,
3
- "version" : " 1.2.2 " ,
3
+ "version" : " 1.2.3 " ,
4
4
"description" : " LWC compiler" ,
5
5
"main" : " dist/commonjs/index.js" ,
6
6
"typings" : " dist/types/index.d.ts" ,
16
16
"dependencies" : {
17
17
"@babel/core" : " 7.1.0" ,
18
18
"@babel/plugin-proposal-object-rest-spread" : " 7.0.0" ,
19
- "@lwc/babel-plugin-component" : " 1.2.2 " ,
20
- "@lwc/errors" : " 1.2.2 " ,
21
- "@lwc/shared" : " 1.2.2 " ,
22
- "@lwc/style-compiler" : " 1.2.2 " ,
23
- "@lwc/template-compiler" : " 1.2.2 " ,
19
+ "@lwc/babel-plugin-component" : " 1.2.3 " ,
20
+ "@lwc/errors" : " 1.2.3 " ,
21
+ "@lwc/shared" : " 1.2.3 " ,
22
+ "@lwc/style-compiler" : " 1.2.3 " ,
23
+ "@lwc/template-compiler" : " 1.2.3 " ,
24
24
"@rollup/plugin-replace" : " ^2.3.1" ,
25
25
"babel-preset-compat" : " ^0.22.0" ,
26
26
"rollup" : " ^1.31.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lwc/engine" ,
3
- "version" : " 1.2.2 " ,
3
+ "version" : " 1.2.3 " ,
4
4
"description" : " LWC Engine" ,
5
5
"main" : " dist/engine.cjs.js" ,
6
6
"module" : " dist/engine.js" ,
19
19
"observable-membrane" : " 0.26.1"
20
20
},
21
21
"devDependencies" : {
22
- "@lwc/features" : " 1.2.2 " ,
23
- "@lwc/shared" : " 1.2.2 " ,
24
- "@lwc/template-compiler" : " 1.2.2 "
22
+ "@lwc/features" : " 1.2.3 " ,
23
+ "@lwc/shared" : " 1.2.3 " ,
24
+ "@lwc/template-compiler" : " 1.2.3 "
25
25
},
26
26
"lwc" : {
27
27
"modules" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lwc/errors" ,
3
- "version" : " 1.2.2 " ,
3
+ "version" : " 1.2.3 " ,
4
4
"description" : " LWC Error Utilities" ,
5
5
"main" : " dist/commonjs/index.js" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lwc/features" ,
3
- "version" : " 1.2.2 " ,
3
+ "version" : " 1.2.3 " ,
4
4
"description" : " LWC Features Flags" ,
5
5
"main" : " dist/flags.cjs.js" ,
6
6
"module" : " dist/flags.js" ,
16
16
" types/"
17
17
],
18
18
"devDependencies" : {
19
- "@lwc/shared" : " 1.2.2 "
19
+ "@lwc/shared" : " 1.2.3 "
20
20
},
21
21
"publishConfig" : {
22
22
"access" : " public"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lwc/module-resolver" ,
3
3
"description" : " Resolves paths for LWC components" ,
4
- "version" : " 1.2.2 " ,
4
+ "version" : " 1.2.3 " ,
5
5
"main" : " dist/commonjs/index.js" ,
6
6
"typings" : " dist/types/index.d.ts" ,
7
7
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lwc/rollup-plugin" ,
3
- "version" : " 1.2.2 " ,
3
+ "version" : " 1.2.3 " ,
4
4
"description" : " Rollup plugin to compile LWC" ,
5
5
"main" : " src/index.js" ,
6
6
"license" : " MIT" ,
11
11
" src/*.js"
12
12
],
13
13
"devDependencies" : {
14
- "@lwc/compiler" : " 1.2.2 " ,
15
- "@lwc/engine" : " 1.2.2 "
14
+ "@lwc/compiler" : " 1.2.3 " ,
15
+ "@lwc/engine" : " 1.2.3 "
16
16
},
17
17
"dependencies" : {
18
- "@lwc/module-resolver" : " 1.2.2 " ,
18
+ "@lwc/module-resolver" : " 1.2.3 " ,
19
19
"@rollup/pluginutils" : " ^3.0.8"
20
20
},
21
21
"publishConfig" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lwc/shared" ,
3
- "version" : " 1.2.2 " ,
3
+ "version" : " 1.2.3 " ,
4
4
"description" : " Utilities and methods that are shared across packages" ,
5
5
"main" : " dist/index.cjs.js" ,
6
6
"module" : " dist/index.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lwc/style-compiler" ,
3
- "version" : " 1.2.2 " ,
3
+ "version" : " 1.2.3 " ,
4
4
"description" : " Transform style sheet to be consumed by the LWC engine" ,
5
5
"license" : " MIT" ,
6
6
"main" : " dist/commonjs/index.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lwc/synthetic-shadow" ,
3
- "version" : " 1.2.2 " ,
3
+ "version" : " 1.2.3 " ,
4
4
"description" : " Synthetic Shadow Root for LWC" ,
5
5
"license" : " MIT" ,
6
6
"main" : " index.js" ,
24
24
"access" : " public"
25
25
},
26
26
"devDependencies" : {
27
- "@lwc/features" : " 1.2.2 " ,
28
- "@lwc/shared" : " 1.2.2 "
27
+ "@lwc/features" : " 1.2.3 " ,
28
+ "@lwc/shared" : " 1.2.3 "
29
29
}
30
30
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lwc/template-compiler" ,
3
- "version" : " 1.2.2 " ,
3
+ "version" : " 1.2.3 " ,
4
4
"description" : " Template compiler package" ,
5
5
"main" : " dist/commonjs/index.js" ,
6
6
"typings" : " dist/types/index.d.ts" ,
22
22
"@babel/template" : " ~7.1.2" ,
23
23
"@babel/traverse" : " ~7.1.5" ,
24
24
"@babel/types" : " ~7.1.5" ,
25
- "@lwc/errors" : " 1.2.2 " ,
26
- "@lwc/shared" : " 1.2.2 " ,
25
+ "@lwc/errors" : " 1.2.3 " ,
26
+ "@lwc/shared" : " 1.2.3 " ,
27
27
"esutils" : " ^2.0.3" ,
28
28
"he" : " ^1.1.1" ,
29
29
"parse5-with-errors" : " 4.0.3-beta1"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lwc/wire-service" ,
3
- "version" : " 1.2.2 " ,
3
+ "version" : " 1.2.3 " ,
4
4
"description" : " @wire service" ,
5
5
"license" : " MIT" ,
6
6
"main" : " dist/wire-service.cjs.js" ,
19
19
" types/"
20
20
],
21
21
"devDependencies" : {
22
- "@lwc/compiler" : " 1.2.2 " ,
23
- "@lwc/engine" : " 1.2.2 " ,
24
- "@lwc/rollup-plugin" : " 1.2.2 " ,
25
- "@lwc/shared" : " 1.2.2 "
22
+ "@lwc/compiler" : " 1.2.3 " ,
23
+ "@lwc/engine" : " 1.2.3 " ,
24
+ "@lwc/rollup-plugin" : " 1.2.3 " ,
25
+ "@lwc/shared" : " 1.2.3 "
26
26
},
27
27
"lwc" : {
28
28
"modules" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " integration-karma" ,
3
3
"private" : true ,
4
- "version" : " 1.2.2 " ,
4
+ "version" : " 1.2.3 " ,
5
5
"scripts" : {
6
6
"start" : " karma start ./scripts/karma-configs/local.js" ,
7
7
"start:compat" : " yarn start --browsers Chrome --compat" ,
11
11
"coverage" : " node ./scripts/merge-coverage.js"
12
12
},
13
13
"devDependencies" : {
14
- "@lwc/compiler" : " 1.2.2 " ,
15
- "@lwc/engine" : " 1.2.2 " ,
16
- "@lwc/rollup-plugin" : " 1.2.2 " ,
17
- "@lwc/synthetic-shadow" : " 1.2.2 " ,
14
+ "@lwc/compiler" : " 1.2.3 " ,
15
+ "@lwc/engine" : " 1.2.3 " ,
16
+ "@lwc/rollup-plugin" : " 1.2.3 " ,
17
+ "@lwc/synthetic-shadow" : " 1.2.3 " ,
18
18
"chokidar" : " ^3.3.1" ,
19
19
"istanbul-api" : " ^2.1.6" ,
20
20
"karma" : " ^4.4.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " integration-tests" ,
3
3
"private" : true ,
4
- "version" : " 1.2.2 " ,
4
+ "version" : " 1.2.3 " ,
5
5
"scripts" : {
6
6
"build" : " node scripts/build.js" ,
7
7
"build:dev" : " MODE=dev yarn build" ,
20
20
"sauce:prod_compat" : " MODE=prod_compat yarn build:prod_compat && MODE=prod_compat wdio ./scripts/wdio.sauce.conf.js"
21
21
},
22
22
"devDependencies" : {
23
- "@lwc/rollup-plugin" : " 1.2.2 " ,
23
+ "@lwc/rollup-plugin" : " 1.2.3 " ,
24
24
"@wdio/cli" : " ^5.18.6" ,
25
25
"@wdio/local-runner" : " ^5.18.6" ,
26
26
"@wdio/mocha-framework" : " ^5.18.6" ,
32
32
"deepmerge" : " ^4.2.2" ,
33
33
"dotenv" : " ^8.2.0" ,
34
34
"fs-extra" : " ^8.1.0" ,
35
- "lwc" : " 1.2.2 " ,
35
+ "lwc" : " 1.2.3 " ,
36
36
"minimist" : " ^1.2.0" ,
37
37
"webdriverio" : " 5.18.6"
38
38
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " lwc" ,
3
- "version" : " 1.2.2 " ,
3
+ "version" : " 1.2.3 " ,
4
4
"description" : " Lightning Web Components (LWC)" ,
5
5
"main" : " index.js" ,
6
6
"module" : " dist/engine/esm/es2017/engine.js" ,
16
16
" types.d.ts"
17
17
],
18
18
"dependencies" : {
19
- "@lwc/compiler" : " 1.2.2 " ,
20
- "@lwc/engine" : " 1.2.2 " ,
21
- "@lwc/features" : " 1.2.2 " ,
22
- "@lwc/synthetic-shadow" : " 1.2.2 " ,
23
- "@lwc/wire-service" : " 1.2.2 "
19
+ "@lwc/compiler" : " 1.2.3 " ,
20
+ "@lwc/engine" : " 1.2.3 " ,
21
+ "@lwc/features" : " 1.2.3 " ,
22
+ "@lwc/synthetic-shadow" : " 1.2.3 " ,
23
+ "@lwc/wire-service" : " 1.2.3 "
24
24
}
25
25
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " perf-benchmarks" ,
3
- "version" : " 1.2.2 " ,
3
+ "version" : " 1.2.3 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"start" : " best" ,
11
11
"@best/runner-headless" : " 4.0.0-alpha11" ,
12
12
"@best/runner-hub" : " 4.0.0-alpha11" ,
13
13
"@best/store-aws" : " 4.0.0-alpha11" ,
14
- "@lwc/rollup-plugin" : " 1.2.2 "
14
+ "@lwc/rollup-plugin" : " 1.2.3 "
15
15
},
16
16
"dependencies" : {
17
- "@lwc/engine" : " 1.2.2 " ,
18
- "@lwc/synthetic-shadow" : " 1.2.2 "
17
+ "@lwc/engine" : " 1.2.3 " ,
18
+ "@lwc/synthetic-shadow" : " 1.2.3 "
19
19
}
20
20
}
You can’t perform that action at this time.
0 commit comments