Skip to content

Commit

Permalink
Merge pull request #75 from Exabyte-io/update/made
Browse files Browse the repository at this point in the history
update: rename exabyte-io/made.js -> mat3ra/made
  • Loading branch information
timurbazhirov committed Mar 23, 2024
2 parents ddd4581 + b08ed69 commit c7f07c4
Show file tree
Hide file tree
Showing 7 changed files with 354 additions and 77 deletions.
415 changes: 346 additions & 69 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -46,13 +46,13 @@
"underscore.string": "^3.3.4"
},
"devDependencies": {
"@exabyte-io/ade.js": "2024.3.21-0",
"@exabyte-io/ade.js": "2024.3.23-0",
"@exabyte-io/application-flavors.js": "2024.3.21-0",
"@exabyte-io/code.js": "2024.2.29-0",
"@mat3ra/esse": "2024.3.20-0",
"@exabyte-io/eslint-config": "^2022.11.17-0",
"@exabyte-io/ide.js": "2022.7.28-1",
"@exabyte-io/made.js": "2024.3.21-1",
"@mat3ra/made": "2024.3.23-1",
"@exabyte-io/mode.js": "2023.11.22-0",
"chai": "^4.3.4",
"eslint": "7.32.0",
Expand All @@ -72,7 +72,7 @@
"prettier": "^2.7.1"
},
"peerDependencies": {
"@exabyte-io/made.js": "*",
"@mat3ra/made": "*",
"@exabyte-io/ade.js": "*",
"@exabyte-io/ide.js": "*",
"@exabyte-io/mode.js": "*",
Expand Down
@@ -1,6 +1,6 @@
import { JSONSchemaFormDataProvider, MaterialContextMixin } from "@exabyte-io/code.js/dist/context";
import { deepClone } from "@exabyte-io/code.js/dist/utils";
import { Made } from "@exabyte-io/made.js";
import { Made } from "@mat3ra/made";
import { mix } from "mixwith";

export class BoundaryConditionsFormDataProvider extends mix(JSONSchemaFormDataProvider).with(
Expand Down
@@ -1,5 +1,5 @@
import { JSONSchemaFormDataProvider, MaterialContextMixin } from "@exabyte-io/code.js/dist/context";
import { Made } from "@exabyte-io/made.js";
import { Made } from "@mat3ra/made";
import { mix } from "mixwith";

export class CollinearMagnetizationContextProvider extends mix(JSONSchemaFormDataProvider).with(
Expand Down
2 changes: 1 addition & 1 deletion src/context/providers/HubbardUContextProvider.js
@@ -1,5 +1,5 @@
import { JSONSchemaFormDataProvider, MaterialContextMixin } from "@exabyte-io/code.js/dist/context";
import { Made } from "@exabyte-io/made.js";
import { Made } from "@mat3ra/made";
import { mix } from "mixwith";

const defaultHubbardConfig = {
Expand Down
2 changes: 1 addition & 1 deletion src/context/providers/PointsGridFormDataProvider.js
@@ -1,7 +1,7 @@
import { units as UNITS } from "@exabyte-io/code.js/dist/constants";
import { JSONSchemaFormDataProvider, MaterialContextMixin } from "@exabyte-io/code.js/dist/context";
import { math as codeJSMath } from "@exabyte-io/code.js/dist/math";
import { Made } from "@exabyte-io/made.js";
import { Made } from "@mat3ra/made";
import lodash from "lodash";
import { mix } from "mixwith";
// TODO : pass appSettings to use defaultKPPRA
Expand Down
2 changes: 1 addition & 1 deletion src/context/providers/PointsPathFormDataProvider.js
Expand Up @@ -6,7 +6,7 @@ import {
MaterialContextMixin,
} from "@exabyte-io/code.js/dist/context";
import { math as codeJSMath } from "@exabyte-io/code.js/dist/math";
import { Made } from "@exabyte-io/made.js";
import { Made } from "@mat3ra/made";
import { mix } from "mixwith";
import s from "underscore.string";

Expand Down

0 comments on commit c7f07c4

Please sign in to comment.