Skip to content

Commit c7f07c4

Browse files
Merge pull request #75 from Exabyte-io/update/made
update: rename exabyte-io/made.js -> mat3ra/made
2 parents ddd4581 + b08ed69 commit c7f07c4

7 files changed

+354
-77
lines changed

package-lock.json

+346-69
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@
4646
"underscore.string": "^3.3.4"
4747
},
4848
"devDependencies": {
49-
"@exabyte-io/ade.js": "2024.3.21-0",
49+
"@exabyte-io/ade.js": "2024.3.23-0",
5050
"@exabyte-io/application-flavors.js": "2024.3.21-0",
5151
"@exabyte-io/code.js": "2024.2.29-0",
5252
"@mat3ra/esse": "2024.3.20-0",
5353
"@exabyte-io/eslint-config": "^2022.11.17-0",
5454
"@exabyte-io/ide.js": "2022.7.28-1",
55-
"@exabyte-io/made.js": "2024.3.21-1",
55+
"@mat3ra/made": "2024.3.23-1",
5656
"@exabyte-io/mode.js": "2023.11.22-0",
5757
"chai": "^4.3.4",
5858
"eslint": "7.32.0",
@@ -72,7 +72,7 @@
7272
"prettier": "^2.7.1"
7373
},
7474
"peerDependencies": {
75-
"@exabyte-io/made.js": "*",
75+
"@mat3ra/made": "*",
7676
"@exabyte-io/ade.js": "*",
7777
"@exabyte-io/ide.js": "*",
7878
"@exabyte-io/mode.js": "*",

src/context/providers/BoundaryConditionsFormDataProvider.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { JSONSchemaFormDataProvider, MaterialContextMixin } from "@exabyte-io/code.js/dist/context";
22
import { deepClone } from "@exabyte-io/code.js/dist/utils";
3-
import { Made } from "@exabyte-io/made.js";
3+
import { Made } from "@mat3ra/made";
44
import { mix } from "mixwith";
55

66
export class BoundaryConditionsFormDataProvider extends mix(JSONSchemaFormDataProvider).with(

src/context/providers/CollinearMagnetizationContextProvider.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { JSONSchemaFormDataProvider, MaterialContextMixin } from "@exabyte-io/code.js/dist/context";
2-
import { Made } from "@exabyte-io/made.js";
2+
import { Made } from "@mat3ra/made";
33
import { mix } from "mixwith";
44

55
export class CollinearMagnetizationContextProvider extends mix(JSONSchemaFormDataProvider).with(

src/context/providers/HubbardUContextProvider.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { JSONSchemaFormDataProvider, MaterialContextMixin } from "@exabyte-io/code.js/dist/context";
2-
import { Made } from "@exabyte-io/made.js";
2+
import { Made } from "@mat3ra/made";
33
import { mix } from "mixwith";
44

55
const defaultHubbardConfig = {

src/context/providers/PointsGridFormDataProvider.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { units as UNITS } from "@exabyte-io/code.js/dist/constants";
22
import { JSONSchemaFormDataProvider, MaterialContextMixin } from "@exabyte-io/code.js/dist/context";
33
import { math as codeJSMath } from "@exabyte-io/code.js/dist/math";
4-
import { Made } from "@exabyte-io/made.js";
4+
import { Made } from "@mat3ra/made";
55
import lodash from "lodash";
66
import { mix } from "mixwith";
77
// TODO : pass appSettings to use defaultKPPRA

src/context/providers/PointsPathFormDataProvider.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
MaterialContextMixin,
77
} from "@exabyte-io/code.js/dist/context";
88
import { math as codeJSMath } from "@exabyte-io/code.js/dist/math";
9-
import { Made } from "@exabyte-io/made.js";
9+
import { Made } from "@mat3ra/made";
1010
import { mix } from "mixwith";
1111
import s from "underscore.string";
1212

0 commit comments

Comments
 (0)