File tree 5 files changed +11
-11
lines changed
5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"lerna" : " 2.5.1" ,
3
3
"packages" : [" packages/*" ],
4
- "version" : " 2.4.11 " ,
4
+ "version" : " 2.4.12 " ,
5
5
"npmClient" : " yarn" ,
6
6
"useWorkspaces" : true ,
7
7
"publishConfig" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @datx/jsonapi-angular" ,
3
- "version" : " 2.4.11 " ,
3
+ "version" : " 2.4.12 " ,
4
4
"scripts" : {
5
5
"ng" : " ng" ,
6
6
"build" : " ng build datx-jsonapi-angular && npm run copy-license && npm run copy-readme" ,
27
27
"@angular/platform-browser" : " ~14.2.0" ,
28
28
"@angular/platform-browser-dynamic" : " ~14.1.2" ,
29
29
"@angular/router" : " ~14.2.0" ,
30
- "@datx/core" : " 2.4.11 " ,
31
- "@datx/jsonapi" : " 2.4.11 " ,
32
- "@datx/network" : " 2.4.11 " ,
30
+ "@datx/core" : " 2.4.12 " ,
31
+ "@datx/jsonapi" : " 2.4.12 " ,
32
+ "@datx/network" : " 2.4.12 " ,
33
33
"@datx/utils" : " 2.4.8" ,
34
34
"@types/jest" : " ^28.1.1" ,
35
35
"@types/node" : " ^18.7.6" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @datx/jsonapi" ,
3
- "version" : " 2.4.11 " ,
3
+ "version" : " 2.4.12 " ,
4
4
"description" : " DatX mixin for JSON API support" ,
5
5
"main" : " dist/index.cjs.js" ,
6
6
"module" : " dist/index.esm.js" ,
73
73
]
74
74
},
75
75
"dependencies" : {
76
- "@datx/core" : " 2.4.11 " ,
77
- "@datx/network" : " 2.4.11 " ,
76
+ "@datx/core" : " 2.4.12 " ,
77
+ "@datx/network" : " 2.4.12 " ,
78
78
"@datx/utils" : " 2.4.8"
79
79
}
80
80
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @datx/network" ,
3
- "version" : " 2.4.11 " ,
3
+ "version" : " 2.4.12 " ,
4
4
"description" : " DatX network layer" ,
5
5
"main" : " dist/index.cjs.js" ,
6
6
"module" : " dist/index.esm.js" ,
69
69
]
70
70
},
71
71
"dependencies" : {
72
- "@datx/core" : " 2.4.11 " ,
72
+ "@datx/core" : " 2.4.12 " ,
73
73
"@datx/utils" : " 2.4.8"
74
74
}
75
75
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @datx/core" ,
3
- "version" : " 2.4.11 " ,
3
+ "version" : " 2.4.12 " ,
4
4
"description" : " A MobX data store" ,
5
5
"main" : " dist/index.cjs.js" ,
6
6
"module" : " dist/index.esm.js" ,
You can’t perform that action at this time.
0 commit comments