mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-06-13 16:11:21 +00:00
3
.github/release-please/config.json
vendored
3
.github/release-please/config.json
vendored
@ -11,6 +11,7 @@
|
|||||||
"packages/core/js-client": {},
|
"packages/core/js-client": {},
|
||||||
"packages/core/js-client-isomorphic": {},
|
"packages/core/js-client-isomorphic": {},
|
||||||
"packages/core/marine-worker": {},
|
"packages/core/marine-worker": {},
|
||||||
"packages/core/aqua-to-js": {}
|
"packages/core/aqua-to-js": {},
|
||||||
|
"packages/core/interfaces": {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
3
.github/release-please/manifest.json
vendored
3
.github/release-please/manifest.json
vendored
@ -2,5 +2,6 @@
|
|||||||
"packages/core/js-client": "0.5.1",
|
"packages/core/js-client": "0.5.1",
|
||||||
"packages/core/marine-worker": "0.5.0",
|
"packages/core/marine-worker": "0.5.0",
|
||||||
"packages/core/aqua-to-js": "0.3.1",
|
"packages/core/aqua-to-js": "0.3.1",
|
||||||
"packages/core/js-client-isomorphic": "0.3.0"
|
"packages/core/js-client-isomorphic": "0.3.0",
|
||||||
|
"packages/core/interfaces": "0.8.2"
|
||||||
}
|
}
|
||||||
|
@ -26,5 +26,5 @@ export type JSONValue =
|
|||||||
| null
|
| null
|
||||||
| { [x: string]: JSONValue }
|
| { [x: string]: JSONValue }
|
||||||
| Array<JSONValue>;
|
| Array<JSONValue>;
|
||||||
export type JSONArray = Array<JSONValue>;
|
|
||||||
export type JSONObject = { [x: string]: JSONValue };
|
export type JSONObject = { [x: string]: JSONValue };
|
||||||
|
export type JSONArray = Array<JSONValue>;
|
||||||
|
Reference in New Issue
Block a user