File tree Expand file tree Collapse file tree 11 files changed +47
-47
lines changed
Expand file tree Collapse file tree 11 files changed +47
-47
lines changed Original file line number Diff line number Diff line change 11{
22 "lerna" : " 6.6.1" ,
33 "packages" : [" packages/*" ],
4- "version" : " 3.0.0-beta.3 " ,
4+ "version" : " 3.0.0" ,
55 "npmClient" : " yarn" ,
66 "useWorkspaces" : true ,
77 "publishConfig" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @datx/codemod" ,
3- "version" : " 3.0.0-beta.1 " ,
3+ "version" : " 3.0.0" ,
44 "description" : " DatX codemods" ,
55 "repository" : {
66 "type" : " git" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @datx/jsonapi-angular" ,
3- "version" : " 3.0.0-beta.3 " ,
3+ "version" : " 3.0.0" ,
44 "module" : " dist/fesm2015/datx-jsonapi-angular.js" ,
55 "es2015" : " dist/fesm2015/datx-jsonapi-angular.js" ,
66 "esm2015" : " dist/esm2015/datx-jsonapi-angular.js" ,
3333 "test:watch" : " jest --watch --coverage"
3434 },
3535 "dependencies" : {
36- "@datx/core" : " 3.0.0-beta.1 " ,
37- "@datx/jsonapi" : " 3.0.0-beta.1 " ,
38- "@datx/jsonapi-types" : " 3.0.0-beta.1 " ,
39- "@datx/network" : " 3.0.0-beta.1 " ,
40- "@datx/utils" : " 3.0.0-beta.1 "
36+ "@datx/core" : " 3.0.0" ,
37+ "@datx/jsonapi" : " 3.0.0" ,
38+ "@datx/jsonapi-types" : " 3.0.0" ,
39+ "@datx/network" : " 3.0.0" ,
40+ "@datx/utils" : " 3.0.0"
4141 },
4242 "devDependencies" : {
4343 "@angular-devkit/build-angular" : " ~14.1.3" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @datx/jsonapi-types" ,
3- "version" : " 3.0.0-beta.1 " ,
3+ "version" : " 3.0.0" ,
44 "description" : " DatX JSON:API types" ,
55 "typings" : " dist/index.d.ts" ,
66 "sideEffects" : false ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @datx/jsonapi" ,
3- "version" : " 3.0.0-beta.1 " ,
3+ "version" : " 3.0.0" ,
44 "description" : " DatX mixin for JSON API support" ,
55 "main" : " dist/index.cjs.js" ,
66 "module" : " dist/index.esm.js" ,
7070 "testMatch" : null
7171 },
7272 "dependencies" : {
73- "@datx/core" : " 3.0.0-beta.1 " ,
74- "@datx/network" : " 3.0.0-beta.1 " ,
75- "@datx/utils" : " 3.0.0-beta.1 "
73+ "@datx/core" : " 3.0.0" ,
74+ "@datx/network" : " 3.0.0" ,
75+ "@datx/utils" : " 3.0.0"
7676 }
7777}
Original file line number Diff line number Diff line change 11{
22 "name" : " @datx/network" ,
3- "version" : " 3.0.0-beta.1 " ,
3+ "version" : " 3.0.0" ,
44 "description" : " DatX network layer" ,
55 "main" : " dist/index.cjs.js" ,
66 "module" : " dist/index.esm.js" ,
6666 "testMatch" : null
6767 },
6868 "dependencies" : {
69- "@datx/core" : " 3.0.0-beta.1 " ,
70- "@datx/utils" : " 3.0.0-beta.1 "
69+ "@datx/core" : " 3.0.0" ,
70+ "@datx/utils" : " 3.0.0"
7171 }
7272}
Original file line number Diff line number Diff line change 11{
22 "name" : " @datx/swr" ,
3- "version" : " 3.0.0-beta.1 " ,
3+ "version" : " 3.0.0" ,
44 "description" : " DatX bindings for SWR" ,
55 "main" : " dist/index.cjs.js" ,
66 "module" : " dist/index.esm.js" ,
3535 "watch" : " rollup --config --watch"
3636 },
3737 "dependencies" : {
38- "@datx/core" : " 3.0.0-beta.1 " ,
39- "@datx/jsonapi" : " 3.0.0-beta.1 "
38+ "@datx/core" : " 3.0.0" ,
39+ "@datx/jsonapi" : " 3.0.0"
4040 },
4141 "devDependencies" : {
4242 "@rollup/plugin-commonjs" : " ^22.0.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @datx/test-data-factory" ,
3- "version" : " 3.0.0-beta.2 " ,
3+ "version" : " 3.0.0" ,
44 "description" : " DatX companion lib for generating test data with ease!" ,
55 "main" : " dist/index.cjs.js" ,
66 "module" : " dist/index.esm.js" ,
4040 "typescript" : " ~4.7.3"
4141 },
4242 "dependencies" : {
43- "@datx/core" : " 3.0.0-beta.1 " ,
44- "@datx/jsonapi" : " 3.0.0-beta.1 " ,
45- "@datx/utils" : " 3.0.0-beta.1 "
43+ "@datx/core" : " 3.0.0" ,
44+ "@datx/jsonapi" : " 3.0.0" ,
45+ "@datx/utils" : " 3.0.0"
4646 },
4747 "scripts" : {
4848 "test" : " jest --coverage" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @datx/utils" ,
3- "version" : " 3.0.0-beta.1 " ,
3+ "version" : " 3.0.0" ,
44 "description" : " DatX lib utils for mixins" ,
55 "main" : " dist/index.cjs.js" ,
66 "module" : " dist/index.esm.js" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @datx/core" ,
3- "version" : " 3.0.0-beta.1 " ,
3+ "version" : " 3.0.0" ,
44 "description" : " An opinionated data store" ,
55 "main" : " dist/index.cjs.js" ,
66 "module" : " dist/index.esm.js" ,
6060 "testMatch" : null
6161 },
6262 "dependencies" : {
63- "@datx/utils" : " 3.0.0-beta.1 "
63+ "@datx/utils" : " 3.0.0"
6464 }
6565}
You can’t perform that action at this time.
0 commit comments