File tree 8 files changed +22
-22
lines changed
8 files changed +22
-22
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.5.0-beta.11 " ,
4
+ "version" : " 2.5.0" ,
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.5.0-beta.11 " ,
3
+ "version" : " 2.5.0" ,
4
4
"scripts" : {
5
5
"ng" : " ng" ,
6
6
"build" : " ng build datx-jsonapi-angular && npm run copy-license && npm run copy-readme && node ./prepublish.js" ,
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.5.0-beta.11 " ,
31
- "@datx/jsonapi" : " 2.5.0-beta.11 " ,
32
- "@datx/jsonapi-types" : " 2.5.0-beta.11 " ,
33
- "@datx/network" : " 2.5.0-beta.11 " ,
34
- "@datx/utils" : " 2.5.0-beta.11 " ,
30
+ "@datx/core" : " 2.5.0" ,
31
+ "@datx/jsonapi" : " 2.5.0" ,
32
+ "@datx/jsonapi-types" : " 2.5.0" ,
33
+ "@datx/network" : " 2.5.0" ,
34
+ "@datx/utils" : " 2.5.0" ,
35
35
"@types/jest" : " ^28.1.1" ,
36
36
"@types/node" : " ^18.7.6" ,
37
37
"jest" : " ^28.1.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @datx/jsonapi-types" ,
3
- "version" : " 2.5.0-beta.11 " ,
3
+ "version" : " 2.5.0" ,
4
4
"description" : " DatX JSON:API types" ,
5
5
"typings" : " dist/index.d.ts" ,
6
6
"sideEffects" : false ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @datx/jsonapi" ,
3
- "version" : " 2.5.0-beta.11 " ,
3
+ "version" : " 2.5.0" ,
4
4
"description" : " DatX mixin for JSON API support" ,
5
5
"main" : " dist/index.cjs.js" ,
6
6
"module" : " dist/index.esm.js" ,
74
74
]
75
75
},
76
76
"dependencies" : {
77
- "@datx/core" : " 2.5.0-beta.11 " ,
78
- "@datx/jsonapi-types" : " 2.5.0-beta.11 " ,
79
- "@datx/network" : " 2.5.0-beta.11 " ,
80
- "@datx/utils" : " 2.5.0-beta.11 "
77
+ "@datx/core" : " 2.5.0" ,
78
+ "@datx/jsonapi-types" : " 2.5.0" ,
79
+ "@datx/network" : " 2.5.0" ,
80
+ "@datx/utils" : " 2.5.0"
81
81
}
82
82
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @datx/network" ,
3
- "version" : " 2.5.0-beta.11 " ,
3
+ "version" : " 2.5.0" ,
4
4
"description" : " DatX network layer" ,
5
5
"main" : " dist/index.cjs.js" ,
6
6
"module" : " dist/index.esm.js" ,
70
70
]
71
71
},
72
72
"dependencies" : {
73
- "@datx/core" : " 2.5.0-beta.11 " ,
74
- "@datx/utils" : " 2.5.0-beta.11 "
73
+ "@datx/core" : " 2.5.0" ,
74
+ "@datx/utils" : " 2.5.0"
75
75
}
76
76
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @datx/swr" ,
3
- "version" : " 2.5.0-beta.11 " ,
3
+ "version" : " 2.5.0" ,
4
4
"description" : " DatX bindings for SWR" ,
5
5
"main" : " dist/index.cjs.js" ,
6
6
"module" : " dist/index.esm.js" ,
35
35
"watch" : " rollup --config --watch"
36
36
},
37
37
"dependencies" : {
38
- "@datx/core" : " 2.5.0-beta.11 " ,
39
- "@datx/jsonapi" : " 2.5.0-beta.11 "
38
+ "@datx/core" : " 2.5.0" ,
39
+ "@datx/jsonapi" : " 2.5.0"
40
40
},
41
41
"devDependencies" : {
42
42
"@rollup/plugin-commonjs" : " ^22.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @datx/utils" ,
3
- "version" : " 2.5.0-beta.11 " ,
3
+ "version" : " 2.5.0" ,
4
4
"description" : " DatX lib utils for mixins" ,
5
5
"main" : " dist/index.cjs.js" ,
6
6
"module" : " dist/index.esm.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @datx/core" ,
3
- "version" : " 2.5.0-beta.11 " ,
3
+ "version" : " 2.5.0" ,
4
4
"description" : " A MobX data store" ,
5
5
"main" : " dist/index.cjs.js" ,
6
6
"module" : " dist/index.esm.js" ,
63
63
]
64
64
},
65
65
"dependencies" : {
66
- "@datx/utils" : " 2.5.0-beta.11 "
66
+ "@datx/utils" : " 2.5.0"
67
67
}
68
68
}
You can’t perform that action at this time.
0 commit comments