File tree 25 files changed +65
-65
lines changed
25 files changed +65
-65
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @elodin/cli" ,
3
- "version" : " 0.0.45 " ,
3
+ "version" : " 0.1.0 " ,
4
4
"main" : " lib/index.js" ,
5
5
"module" : " es/index.js" ,
6
6
"publishConfig" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @elodin/core" ,
3
- "version" : " 0.0.45 " ,
3
+ "version" : " 0.1.0 " ,
4
4
"main" : " lib/index.js" ,
5
5
"module" : " es/index.js" ,
6
6
"publishConfig" : {
18
18
"author" : " robinweser <contact@weser.io>" ,
19
19
"license" : " MIT" ,
20
20
"dependencies" : {
21
- "@elodin/format" : " ^0.0.45 " ,
22
- "@elodin/parser" : " ^0.0.45 " ,
23
- "@elodin/traverser" : " ^0.0.45 " ,
24
- "@elodin/types" : " ^0.0.45 " ,
21
+ "@elodin/format" : " ^0.1.0 " ,
22
+ "@elodin/parser" : " ^0.1.0 " ,
23
+ "@elodin/traverser" : " ^0.1.0 " ,
24
+ "@elodin/types" : " ^0.1.0 " ,
25
25
"read-transform-write" : " ^2.1.0"
26
26
},
27
27
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @elodin/format" ,
3
- "version" : " 0.0.45 " ,
3
+ "version" : " 0.1.0 " ,
4
4
"main" : " lib/index.js" ,
5
5
"module" : " es/index.js" ,
6
6
"publishConfig" : {
18
18
"author" : " robinweser <contact@weser.io>" ,
19
19
"license" : " MIT" ,
20
20
"dependencies" : {
21
- "@elodin/parser" : " ^0.0.45 " ,
21
+ "@elodin/parser" : " ^0.1.0 " ,
22
22
"color" : " ^3.1.2"
23
23
},
24
24
"devDependencies" : {
Original file line number Diff line number Diff line change 5
5
"displayName" : " language-elodin" ,
6
6
"description" : " Language support for Elodin" ,
7
7
"repository" : " https://github.com/robinweser/elodin/tree/master/packages/language-elodin" ,
8
- "version" : " 0.0.45 " ,
8
+ "version" : " 0.1.0 " ,
9
9
"main" : " index.js" ,
10
10
"scripts" : {
11
11
"release" : " vsce package && vsce publish"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @elodin/parser" ,
3
- "version" : " 0.0.45 " ,
3
+ "version" : " 0.1.0 " ,
4
4
"main" : " lib/index.js" ,
5
5
"module" : " es/index.js" ,
6
6
"publishConfig" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " prettier-plugin-elodin" ,
3
- "version" : " 0.0.45 " ,
3
+ "version" : " 0.1.0 " ,
4
4
"main" : " lib/index.js" ,
5
5
"module" : " es/index.js" ,
6
6
"publishConfig" : {
24
24
"author" : " robinweser <contact@weser.io>" ,
25
25
"license" : " MIT" ,
26
26
"dependencies" : {
27
- "@elodin/format" : " ^0.0.45 "
27
+ "@elodin/format" : " ^0.1.0 "
28
28
},
29
29
"devDependencies" : {
30
30
"@babel/cli" : " ^7.2.0" ,
31
31
"@babel/core" : " ^7.2.2" ,
32
32
"@babel/preset-env" : " ^7.2.0" ,
33
- "@elodin/parser" : " ^0.0.45 " ,
33
+ "@elodin/parser" : " ^0.1.0 " ,
34
34
"babel-core" : " 7.0.0-bridge.0" ,
35
35
"babel-jest" : " ^23.6.0" ,
36
36
"cross-env" : " ^5.2.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @elodin/traverser" ,
3
- "version" : " 0.0.45 " ,
3
+ "version" : " 0.1.0 " ,
4
4
"main" : " lib/index.js" ,
5
5
"module" : " es/index.js" ,
6
6
"publishConfig" : {
18
18
"author" : " robinweser <contact@weser.io>" ,
19
19
"license" : " MIT" ,
20
20
"dependencies" : {
21
- "@elodin/parser" : " ^0.0.45 " ,
22
- "@elodin/types" : " ^0.0.45 "
21
+ "@elodin/parser" : " ^0.1.0 " ,
22
+ "@elodin/types" : " ^0.1.0 "
23
23
},
24
24
"devDependencies" : {
25
25
"@babel/cli" : " ^7.2.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @elodin/types" ,
3
- "version" : " 0.0.45 " ,
3
+ "version" : " 0.1.0 " ,
4
4
"main" : " lib/index.js" ,
5
5
"module" : " es/index.js" ,
6
6
"publishConfig" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " @elodin/example-react" ,
4
- "version" : " 0.0.45 " ,
4
+ "version" : " 0.1.0 " ,
5
5
"scripts" : {
6
6
"dev" : " next dev" ,
7
7
"build" : " yarn build:elodin && next build" ,
13
13
"license" : " MIT" ,
14
14
"dependencies" : {
15
15
"@babel/polyfill" : " ^7.2.5" ,
16
- "@elodin/cli" : " ^0.0.45 " ,
17
- "@elodin/core" : " ^0.0.45 " ,
18
- "@elodin/generator-javascript" : " ^0.0.45 " ,
19
- "@elodin/parser" : " ^0.0.45 " ,
20
- "@elodin/plugin-replace-variable" : " ^0.0.45 " ,
16
+ "@elodin/cli" : " ^0.1.0 " ,
17
+ "@elodin/core" : " ^0.1.0 " ,
18
+ "@elodin/generator-javascript" : " ^0.1.0 " ,
19
+ "@elodin/parser" : " ^0.1.0 " ,
20
+ "@elodin/plugin-replace-variable" : " ^0.1.0 " ,
21
21
"next" : " ^9.5.5" ,
22
- "prettier-plugin-elodin" : " ^0.0.45 " ,
22
+ "prettier-plugin-elodin" : " ^0.1.0 " ,
23
23
"react" : " ^17.0.1" ,
24
24
"react-dom" : " ^17.0.1"
25
25
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " @elodin/example-reason" ,
4
- "version" : " 0.0.45 " ,
4
+ "version" : " 0.1.0 " ,
5
5
"scripts" : {
6
6
"dev" : " now dev" ,
7
7
"start" : " next start" ,
14
14
"license" : " MIT" ,
15
15
"dependencies" : {
16
16
"@babel/polyfill" : " ^7.2.5" ,
17
- "@elodin/cli" : " ^0.0.45 " ,
18
- "@elodin/core" : " ^0.0.45 " ,
19
- "@elodin/generator-reason" : " ^0.0.45 " ,
20
- "@elodin/parser" : " ^0.0.45 " ,
17
+ "@elodin/cli" : " ^0.1.0 " ,
18
+ "@elodin/core" : " ^0.1.0 " ,
19
+ "@elodin/generator-reason" : " ^0.1.0 " ,
20
+ "@elodin/parser" : " ^0.1.0 " ,
21
21
"@zeit/next-css" : " ^1.0.1" ,
22
22
"babel-plugin-bucklescript" : " ^0.5.3" ,
23
23
"fela" : " ^11.0.2" ,
33
33
},
34
34
"devDependencies" : {
35
35
"bs-platform" : " ^7.2.2" ,
36
- "prettier-plugin-elodin" : " ^0.0.45 "
36
+ "prettier-plugin-elodin" : " ^0.1.0 "
37
37
}
38
38
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @elodin/generator-javascript" ,
3
- "version" : " 0.0.45 " ,
3
+ "version" : " 0.1.0 " ,
4
4
"main" : " lib/index.js" ,
5
5
"module" : " es/index.js" ,
6
6
"publishConfig" : {
18
18
"author" : " robinweser <contact@weser.io>" ,
19
19
"license" : " MIT" ,
20
20
"dependencies" : {
21
- "@elodin/utils-core" : " ^0.0.45 " ,
22
- "@elodin/utils-css" : " ^0.0.45 " ,
23
- "@elodin/utils-javascript" : " ^0.0.45 " ,
21
+ "@elodin/utils-core" : " ^0.1.0 " ,
22
+ "@elodin/utils-css" : " ^0.1.0 " ,
23
+ "@elodin/utils-javascript" : " ^0.1.0 " ,
24
24
"capitalize" : " ^2.0.0" ,
25
25
"css-in-js-utils" : " ^3.0.0" ,
26
26
"uncapitalize" : " 1.0.2"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @elodin/generator-react-native" ,
3
- "version" : " 0.0.45 " ,
3
+ "version" : " 0.1.0 " ,
4
4
"main" : " lib/index.js" ,
5
5
"module" : " es/index.js" ,
6
6
"publishConfig" : {
18
18
"author" : " robinweser <contact@weser.io>" ,
19
19
"license" : " MIT" ,
20
20
"dependencies" : {
21
- "@elodin/utils-core" : " ^0.0.45 " ,
22
- "@elodin/utils-javascript" : " ^0.0.45 " ,
21
+ "@elodin/utils-core" : " ^0.1.0 " ,
22
+ "@elodin/utils-javascript" : " ^0.1.0 " ,
23
23
"css-in-js-utils" : " ^3.0.0"
24
24
},
25
25
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @elodin/generator-reason" ,
3
- "version" : " 0.0.45 " ,
3
+ "version" : " 0.1.0 " ,
4
4
"main" : " lib/index.js" ,
5
5
"module" : " es/index.js" ,
6
6
"publishConfig" : {
18
18
"author" : " robinweser <contact@weser.io>" ,
19
19
"license" : " MIT" ,
20
20
"dependencies" : {
21
- "@elodin/utils-core" : " ^0.0.45 " ,
22
- "@elodin/utils-css" : " ^0.0.45 " ,
21
+ "@elodin/utils-core" : " ^0.1.0 " ,
22
+ "@elodin/utils-css" : " ^0.1.0 " ,
23
23
"capitalize" : " ^2.0.3" ,
24
24
"css-in-js-utils" : " ^3.0.0" ,
25
25
"uncapitalize" : " 1.0.2"
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.0.45 " ,
2
+ "version" : " 0.1.0 " ,
3
3
"npmClient" : " yarn" ,
4
4
"useWorkspaces" : true
5
5
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @elodin/plugin-color" ,
3
- "version" : " 0.0.45 " ,
3
+ "version" : " 0.1.0 " ,
4
4
"main" : " lib/index.js" ,
5
5
"module" : " es/index.js" ,
6
6
"publishConfig" : {
21
21
"@babel/cli" : " ^7.2.0" ,
22
22
"@babel/core" : " ^7.2.2" ,
23
23
"@babel/preset-env" : " ^7.2.0" ,
24
- "@elodin/core" : " ^0.0.45 " ,
24
+ "@elodin/core" : " ^0.1.0 " ,
25
25
"babel-core" : " 7.0.0-bridge.0" ,
26
26
"babel-jest" : " ^23.6.0" ,
27
27
"cross-env" : " ^5.2.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @elodin/plugin-rename-variable" ,
3
- "version" : " 0.0.45 " ,
3
+ "version" : " 0.1.0 " ,
4
4
"main" : " lib/index.js" ,
5
5
"module" : " es/index.js" ,
6
6
"publishConfig" : {
21
21
"@babel/cli" : " ^7.2.0" ,
22
22
"@babel/core" : " ^7.2.2" ,
23
23
"@babel/preset-env" : " ^7.2.0" ,
24
- "@elodin/core" : " ^0.0.45 " ,
24
+ "@elodin/core" : " ^0.1.0 " ,
25
25
"babel-core" : " 7.0.0-bridge.0" ,
26
26
"babel-jest" : " ^23.6.0" ,
27
27
"cross-env" : " ^5.2.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @elodin/plugin-replace-variable" ,
3
- "version" : " 0.0.45 " ,
3
+ "version" : " 0.1.0 " ,
4
4
"main" : " lib/index.js" ,
5
5
"module" : " es/index.js" ,
6
6
"publishConfig" : {
21
21
"@babel/cli" : " ^7.2.0" ,
22
22
"@babel/core" : " ^7.2.2" ,
23
23
"@babel/preset-env" : " ^7.2.0" ,
24
- "@elodin/core" : " ^0.0.45 " ,
24
+ "@elodin/core" : " ^0.1.0 " ,
25
25
"babel-core" : " 7.0.0-bridge.0" ,
26
26
"babel-jest" : " ^23.6.0" ,
27
27
"cross-env" : " ^5.2.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @elodin/plugin-strict-mode" ,
3
- "version" : " 0.0.45 " ,
3
+ "version" : " 0.1.0 " ,
4
4
"main" : " lib/index.js" ,
5
5
"module" : " es/index.js" ,
6
6
"publishConfig" : {
21
21
"@babel/cli" : " ^7.2.0" ,
22
22
"@babel/core" : " ^7.2.2" ,
23
23
"@babel/preset-env" : " ^7.2.0" ,
24
- "@elodin/core" : " ^0.0.45 " ,
24
+ "@elodin/core" : " ^0.1.0 " ,
25
25
"babel-core" : " 7.0.0-bridge.0" ,
26
26
"babel-jest" : " ^23.6.0" ,
27
27
"cross-env" : " ^5.2.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @elodin/runtime" ,
3
- "version" : " 0.0.45 " ,
3
+ "version" : " 0.1.0 " ,
4
4
"main" : " lib/index.js" ,
5
5
"module" : " es/index.js" ,
6
6
"publishConfig" : {
21
21
"@babel/cli" : " ^7.2.0" ,
22
22
"@babel/core" : " ^7.2.2" ,
23
23
"@babel/preset-env" : " ^7.2.0" ,
24
- "@elodin/parser" : " ^0.0.45 " ,
24
+ "@elodin/parser" : " ^0.1.0 " ,
25
25
"babel-core" : " 7.0.0-bridge.0" ,
26
26
"babel-jest" : " ^23.6.0" ,
27
27
"cross-env" : " ^5.2.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @elodin/utils-core" ,
3
- "version" : " 0.0.45 " ,
3
+ "version" : " 0.1.0 " ,
4
4
"main" : " lib/index.js" ,
5
5
"module" : " es/index.js" ,
6
6
"publishConfig" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @elodin/utils-css" ,
3
- "version" : " 0.0.45 " ,
3
+ "version" : " 0.1.0 " ,
4
4
"main" : " lib/index.js" ,
5
5
"module" : " es/index.js" ,
6
6
"publishConfig" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @elodin/utils-javascript" ,
3
- "version" : " 0.0.45 " ,
3
+ "version" : " 0.1.0 " ,
4
4
"main" : " lib/index.js" ,
5
5
"module" : " es/index.js" ,
6
6
"publishConfig" : {
18
18
"author" : " robinweser <contact@weser.io>" ,
19
19
"license" : " MIT" ,
20
20
"dependencies" : {
21
- "@elodin/utils-css" : " ^0.0.45 " ,
21
+ "@elodin/utils-css" : " ^0.1.0 " ,
22
22
"color" : " ^3.1.2" ,
23
23
"css-in-js-utils" : " ^3.0.0"
24
24
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @elodin/utils-reason" ,
3
- "version" : " 0.0.45 " ,
3
+ "version" : " 0.1.0 " ,
4
4
"main" : " lib/index.js" ,
5
5
"module" : " es/index.js" ,
6
6
"publishConfig" : {
21
21
"@elodin/core" : " ^0.0.41"
22
22
},
23
23
"dependencies" : {
24
- "@elodin/utils-css" : " ^0.0.45 " ,
24
+ "@elodin/utils-css" : " ^0.1.0 " ,
25
25
"color" : " ^3.1.2" ,
26
26
"css-in-js-utils" : " ^3.0.0"
27
27
},
Original file line number Diff line number Diff line change 2
2
"private" : true ,
3
3
"name" : " @elodin/website" ,
4
4
"description" : " Official Elodin Documentation" ,
5
- "version" : " 0.0.45 " ,
5
+ "version" : " 0.1.0 " ,
6
6
"scripts" : {
7
7
"dev" : " now dev" ,
8
8
"build" : " echo 1" ,
40
40
},
41
41
"devDependencies" : {
42
42
"@babel/polyfill" : " ^7.6.0" ,
43
- "@elodin/cli" : " ^0.0.45 " ,
44
- "@elodin/core" : " ^0.0.45 " ,
45
- "@elodin/generator-reason" : " ^0.0.45 " ,
46
- "@elodin/parser" : " ^0.0.45 " ,
47
- "@elodin/plugin-replace-variable" : " ^0.0.45 " ,
43
+ "@elodin/cli" : " ^0.1.0 " ,
44
+ "@elodin/core" : " ^0.1.0 " ,
45
+ "@elodin/generator-reason" : " ^0.1.0 " ,
46
+ "@elodin/parser" : " ^0.1.0 " ,
47
+ "@elodin/plugin-replace-variable" : " ^0.1.0 " ,
48
48
"@next/bundle-analyzer" : " ^9.1.1" ,
49
49
"@now/next" : " ^0.5.8" ,
50
50
"@svgr/cli" : " ^4.3.3" ,
57
57
"next-transpile-modules" : " ^2.3.1" ,
58
58
"optimize-css-assets-webpack-plugin" : " ^5.0.3" ,
59
59
"prettier" : " ^1.18.2" ,
60
- "prettier-plugin-elodin" : " ^0.0.45 " ,
60
+ "prettier-plugin-elodin" : " ^0.1.0 " ,
61
61
"rimraf" : " ^3.0.0"
62
62
}
63
63
}
You can’t perform that action at this time.
0 commit comments