@micromag/data 0.4.4 → 0.4.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/es/index.d.ts +1 -1
  2. package/package.json +4 -4
package/es/index.d.ts CHANGED
@@ -161,7 +161,7 @@ declare class Base {
161
161
  requestPost(path: any, data: any): any;
162
162
  requestPut(path: any, data: any): any;
163
163
  requestDelete(path: any): any;
164
- route(route: any, params: any): any;
164
+ route(route: any, params: any): string;
165
165
  getFullUrl(path: any): string;
166
166
  }
167
167
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/data",
3
- "version": "0.4.4",
3
+ "version": "0.4.7",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -57,10 +57,10 @@
57
57
  "react-dom": "^18.3.0 || ^19.0.0"
58
58
  },
59
59
  "dependencies": {
60
- "@babel/runtime": "^7.13.10",
60
+ "@babel/runtime": "^7.28.6",
61
61
  "@folklore/fetch": "^0.1.17",
62
62
  "@folklore/routes": "^0.2.36",
63
- "@micromag/core": "^0.4.4",
63
+ "@micromag/core": "^0.4.7",
64
64
  "lodash": "^4.17.23",
65
65
  "query-string": "^9.0.0"
66
66
  },
@@ -68,6 +68,6 @@
68
68
  "access": "public",
69
69
  "registry": "https://registry.npmjs.org/"
70
70
  },
71
- "gitHead": "04b8519c3a3ddace5a21497e22faa11865d57f6d",
71
+ "gitHead": "980f31596f09533637462b004eefd1877e7ea204",
72
72
  "types": "es/index.d.ts"
73
73
  }