@metamask-previews/config-registry-controller 0.2.0-preview-7bc465a23 → 0.2.0-preview-1d148d2
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.
- package/CHANGELOG.md +2 -0
- package/dist/config-registry-api-service/config-registry-api-service-method-action-types.cjs +4 -0
- package/dist/config-registry-api-service/config-registry-api-service-method-action-types.cjs.map +1 -1
- package/dist/config-registry-api-service/config-registry-api-service-method-action-types.d.cts +4 -6
- package/dist/config-registry-api-service/config-registry-api-service-method-action-types.d.cts.map +1 -1
- package/dist/config-registry-api-service/config-registry-api-service-method-action-types.d.mts +4 -6
- package/dist/config-registry-api-service/config-registry-api-service-method-action-types.d.mts.map +1 -1
- package/dist/config-registry-api-service/config-registry-api-service-method-action-types.mjs +4 -0
- package/dist/config-registry-api-service/config-registry-api-service-method-action-types.mjs.map +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -9,8 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
9
9
|
|
|
10
10
|
### Changed
|
|
11
11
|
|
|
12
|
+
- Bump `@metamask/keyring-controller` from `^25.1.1` to `^25.2.0` ([#8363](https://github.com/MetaMask/core/pull/8363))
|
|
12
13
|
- Bump `@metamask/profile-sync-controller` from `^28.0.1` to `^28.0.2` ([#8325](https://github.com/MetaMask/core/pull/8325))
|
|
13
14
|
- Bump `@metamask/controller-utils` from `^11.19.0` to `^11.20.0` ([#8344](https://github.com/MetaMask/core/pull/8344))
|
|
15
|
+
- Bump `@metamask/messenger` from `^1.0.0` to `^1.1.0` ([#8364](https://github.com/MetaMask/core/pull/8364))
|
|
14
16
|
|
|
15
17
|
## [0.2.0]
|
|
16
18
|
|
package/dist/config-registry-api-service/config-registry-api-service-method-action-types.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config-registry-api-service-method-action-types.cjs","sourceRoot":"","sources":["../../src/config-registry-api-service/config-registry-api-service-method-action-types.ts"],"names":[],"mappings":"","sourcesContent":["
|
|
1
|
+
{"version":3,"file":"config-registry-api-service-method-action-types.cjs","sourceRoot":"","sources":["../../src/config-registry-api-service/config-registry-api-service-method-action-types.ts"],"names":[],"mappings":";AAAA;;;GAGG","sourcesContent":["/**\n * This file is auto generated.\n * Do not edit manually.\n */\n\nimport type { ConfigRegistryApiService } from './config-registry-api-service';\n\nexport type ConfigRegistryApiServiceFetchConfigAction = {\n type: `ConfigRegistryApiService:fetchConfig`;\n handler: ConfigRegistryApiService['fetchConfig'];\n};\n\n/**\n * Union of all ConfigRegistryApiService action types.\n */\nexport type ConfigRegistryApiServiceMethodActions =\n ConfigRegistryApiServiceFetchConfigAction;\n"]}
|
package/dist/config-registry-api-service/config-registry-api-service-method-action-types.d.cts
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
|
-
import type { ConfigRegistryApiService } from "./config-registry-api-service.cjs";
|
|
2
1
|
/**
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
* @param args - The arguments to the function.
|
|
6
|
-
* @param args.options - Optional fetch options (e.g. etag for cache validation).
|
|
2
|
+
* This file is auto generated.
|
|
3
|
+
* Do not edit manually.
|
|
7
4
|
*/
|
|
5
|
+
import type { ConfigRegistryApiService } from "./config-registry-api-service.cjs";
|
|
8
6
|
export type ConfigRegistryApiServiceFetchConfigAction = {
|
|
9
|
-
type:
|
|
7
|
+
type: `ConfigRegistryApiService:fetchConfig`;
|
|
10
8
|
handler: ConfigRegistryApiService['fetchConfig'];
|
|
11
9
|
};
|
|
12
10
|
/**
|
package/dist/config-registry-api-service/config-registry-api-service-method-action-types.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config-registry-api-service-method-action-types.d.cts","sourceRoot":"","sources":["../../src/config-registry-api-service/config-registry-api-service-method-action-types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,0CAAsC;AAE9E
|
|
1
|
+
{"version":3,"file":"config-registry-api-service-method-action-types.d.cts","sourceRoot":"","sources":["../../src/config-registry-api-service/config-registry-api-service-method-action-types.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,wBAAwB,EAAE,0CAAsC;AAE9E,MAAM,MAAM,yCAAyC,GAAG;IACtD,IAAI,EAAE,sCAAsC,CAAC;IAC7C,OAAO,EAAE,wBAAwB,CAAC,aAAa,CAAC,CAAC;CAClD,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,qCAAqC,GAC/C,yCAAyC,CAAC"}
|
package/dist/config-registry-api-service/config-registry-api-service-method-action-types.d.mts
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
|
-
import type { ConfigRegistryApiService } from "./config-registry-api-service.mjs";
|
|
2
1
|
/**
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
* @param args - The arguments to the function.
|
|
6
|
-
* @param args.options - Optional fetch options (e.g. etag for cache validation).
|
|
2
|
+
* This file is auto generated.
|
|
3
|
+
* Do not edit manually.
|
|
7
4
|
*/
|
|
5
|
+
import type { ConfigRegistryApiService } from "./config-registry-api-service.mjs";
|
|
8
6
|
export type ConfigRegistryApiServiceFetchConfigAction = {
|
|
9
|
-
type:
|
|
7
|
+
type: `ConfigRegistryApiService:fetchConfig`;
|
|
10
8
|
handler: ConfigRegistryApiService['fetchConfig'];
|
|
11
9
|
};
|
|
12
10
|
/**
|
package/dist/config-registry-api-service/config-registry-api-service-method-action-types.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config-registry-api-service-method-action-types.d.mts","sourceRoot":"","sources":["../../src/config-registry-api-service/config-registry-api-service-method-action-types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,0CAAsC;AAE9E
|
|
1
|
+
{"version":3,"file":"config-registry-api-service-method-action-types.d.mts","sourceRoot":"","sources":["../../src/config-registry-api-service/config-registry-api-service-method-action-types.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,wBAAwB,EAAE,0CAAsC;AAE9E,MAAM,MAAM,yCAAyC,GAAG;IACtD,IAAI,EAAE,sCAAsC,CAAC;IAC7C,OAAO,EAAE,wBAAwB,CAAC,aAAa,CAAC,CAAC;CAClD,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,qCAAqC,GAC/C,yCAAyC,CAAC"}
|
package/dist/config-registry-api-service/config-registry-api-service-method-action-types.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config-registry-api-service-method-action-types.mjs","sourceRoot":"","sources":["../../src/config-registry-api-service/config-registry-api-service-method-action-types.ts"],"names":[],"mappings":"","sourcesContent":["
|
|
1
|
+
{"version":3,"file":"config-registry-api-service-method-action-types.mjs","sourceRoot":"","sources":["../../src/config-registry-api-service/config-registry-api-service-method-action-types.ts"],"names":[],"mappings":"AAAA;;;GAGG","sourcesContent":["/**\n * This file is auto generated.\n * Do not edit manually.\n */\n\nimport type { ConfigRegistryApiService } from './config-registry-api-service';\n\nexport type ConfigRegistryApiServiceFetchConfigAction = {\n type: `ConfigRegistryApiService:fetchConfig`;\n handler: ConfigRegistryApiService['fetchConfig'];\n};\n\n/**\n * Union of all ConfigRegistryApiService action types.\n */\nexport type ConfigRegistryApiServiceMethodActions =\n ConfigRegistryApiServiceFetchConfigAction;\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/config-registry-controller",
|
|
3
|
-
"version": "0.2.0-preview-
|
|
3
|
+
"version": "0.2.0-preview-1d148d2",
|
|
4
4
|
"description": "Manages configuration registry for MetaMask",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"build:docs": "typedoc",
|
|
41
41
|
"changelog:update": "../../scripts/update-changelog.sh @metamask/config-registry-controller",
|
|
42
42
|
"changelog:validate": "../../scripts/validate-changelog.sh @metamask/config-registry-controller",
|
|
43
|
-
"generate-method-action-types": "tsx ../../
|
|
43
|
+
"generate-method-action-types": "tsx ../../packages/messenger/src/generate-action-types/cli.ts",
|
|
44
44
|
"publish:preview": "yarn npm publish --tag preview",
|
|
45
45
|
"since-latest-release": "../../scripts/since-latest-release.sh",
|
|
46
46
|
"test": "NODE_OPTIONS=--experimental-vm-modules jest --reporters=jest-silent-reporter",
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@metamask/base-controller": "^9.0.1",
|
|
53
53
|
"@metamask/controller-utils": "^11.20.0",
|
|
54
|
-
"@metamask/keyring-controller": "^25.
|
|
55
|
-
"@metamask/messenger": "^1.
|
|
54
|
+
"@metamask/keyring-controller": "^25.2.0",
|
|
55
|
+
"@metamask/messenger": "^1.1.0",
|
|
56
56
|
"@metamask/polling-controller": "^16.0.4",
|
|
57
57
|
"@metamask/profile-sync-controller": "^28.0.2",
|
|
58
58
|
"@metamask/remote-feature-flag-controller": "^4.2.0",
|