@powerhousedao/reactor-browser 5.1.0-staging.0 → 5.1.0
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/README.md +482 -282
- package/dist/src/actions/dispatch.js +1 -1
- package/dist/src/actions/dispatch.js.map +1 -1
- package/dist/src/actions/document.js +12 -12
- package/dist/src/actions/document.js.map +1 -1
- package/dist/src/actions/drive.js +9 -9
- package/dist/src/actions/drive.js.map +1 -1
- package/dist/src/actions/queue.js +2 -2
- package/dist/src/actions/queue.js.map +1 -1
- package/dist/src/actions/sign.js +1 -1
- package/dist/src/actions/sign.js.map +1 -1
- package/dist/src/hooks/add-ph-event-handlers.d.ts.map +1 -1
- package/dist/src/hooks/add-ph-event-handlers.js +2 -6
- package/dist/src/hooks/add-ph-event-handlers.js.map +1 -1
- package/dist/src/hooks/connect.d.ts +1 -1
- package/dist/src/hooks/connect.d.ts.map +1 -1
- package/dist/src/hooks/connect.js +1 -1
- package/dist/src/hooks/connect.js.map +1 -1
- package/dist/src/hooks/crypto.d.ts +1 -7
- package/dist/src/hooks/crypto.d.ts.map +1 -1
- package/dist/src/hooks/crypto.js +1 -7
- package/dist/src/hooks/crypto.js.map +1 -1
- package/dist/src/hooks/index.d.ts +0 -1
- package/dist/src/hooks/index.d.ts.map +1 -1
- package/dist/src/hooks/index.js +0 -1
- package/dist/src/hooks/index.js.map +1 -1
- package/dist/src/hooks/reactor.d.ts +5 -18
- package/dist/src/hooks/reactor.d.ts.map +1 -1
- package/dist/src/hooks/reactor.js +6 -20
- package/dist/src/hooks/reactor.js.map +1 -1
- package/dist/src/hooks/renown.d.ts +2 -3
- package/dist/src/hooks/renown.d.ts.map +1 -1
- package/dist/src/hooks/renown.js.map +1 -1
- package/dist/src/hooks/user.d.ts +1 -7
- package/dist/src/hooks/user.d.ts.map +1 -1
- package/dist/src/hooks/user.js +1 -7
- package/dist/src/hooks/user.js.map +1 -1
- package/dist/src/hooks/vetra-packages.js +1 -1
- package/dist/src/hooks/vetra-packages.js.map +1 -1
- package/dist/src/reactor.d.ts +1 -1
- package/dist/src/reactor.d.ts.map +1 -1
- package/dist/src/reactor.js +5 -5
- package/dist/src/reactor.js.map +1 -1
- package/dist/src/renown/constants.d.ts +1 -1
- package/dist/src/renown/constants.d.ts.map +1 -1
- package/dist/src/renown/constants.js +1 -1
- package/dist/src/renown/constants.js.map +1 -1
- package/dist/src/renown/utils.d.ts +2 -2
- package/dist/src/renown/utils.d.ts.map +1 -1
- package/dist/src/renown/utils.js +1 -1
- package/dist/src/renown/utils.js.map +1 -1
- package/dist/src/types/global.d.ts +1 -5
- package/dist/src/types/global.d.ts.map +1 -1
- package/dist/src/utils/drives.js +2 -2
- package/dist/src/utils/drives.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +5 -7
- package/dist/src/hooks/features.d.ts +0 -5
- package/dist/src/hooks/features.d.ts.map +0 -1
- package/dist/src/hooks/features.js +0 -6
- package/dist/src/hooks/features.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerhousedao/reactor-browser",
|
|
3
|
-
"version": "5.1.0
|
|
3
|
+
"version": "5.1.0",
|
|
4
4
|
"license": "AGPL-3.0-only",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -41,7 +41,6 @@
|
|
|
41
41
|
"@types/wicg-file-system-access": "^2020.9.8",
|
|
42
42
|
"@vitejs/plugin-react": "^5.0.4",
|
|
43
43
|
"@vitest/browser": "^3.2.4",
|
|
44
|
-
"vite": "^7.1.9",
|
|
45
44
|
"playwright": "^1.51.1",
|
|
46
45
|
"react": "^19.2.0",
|
|
47
46
|
"react-dom": "^19.2.0",
|
|
@@ -71,11 +70,10 @@
|
|
|
71
70
|
"lz-string": "^1.5.0",
|
|
72
71
|
"slug": "^11.0.0",
|
|
73
72
|
"uint8arrays": "^5.1.0",
|
|
74
|
-
"@powerhousedao/config": "5.1.0
|
|
75
|
-
"@
|
|
76
|
-
"
|
|
77
|
-
"document-
|
|
78
|
-
"document-model": "5.1.0-staging.0"
|
|
73
|
+
"@powerhousedao/config": "5.1.0",
|
|
74
|
+
"@renown/sdk": "5.1.0",
|
|
75
|
+
"document-drive": "5.1.0",
|
|
76
|
+
"document-model": "5.1.0"
|
|
79
77
|
},
|
|
80
78
|
"scripts": {
|
|
81
79
|
"tsc": "tsc",
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import type { AddPHGlobalEventHandler, SetPHGlobalValue, UsePHGlobalValue } from "../types/global.js";
|
|
2
|
-
export declare const useFeatures: UsePHGlobalValue<Map<string, boolean>>;
|
|
3
|
-
export declare const setFeatures: SetPHGlobalValue<Map<string, boolean>>;
|
|
4
|
-
export declare const addFeaturesEventHandler: AddPHGlobalEventHandler;
|
|
5
|
-
//# sourceMappingURL=features.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"features.d.ts","sourceRoot":"","sources":["../../../src/hooks/features.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,uBAAuB,EACvB,gBAAgB,EAChB,gBAAgB,EACjB,MAAM,oBAAoB,CAAC;AAK5B,eAAO,MAAM,WAAW,EAAE,gBAAgB,CAAC,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC,CAC9B,CAAC;AAElC,eAAO,MAAM,WAAW,EAAE,gBAAgB,CAAC,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC,CAC9B,CAAC;AAElC,eAAO,MAAM,uBAAuB,EAAE,uBACE,CAAC"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { makePHEventFunctions } from "./make-ph-event-functions.js";
|
|
2
|
-
const featuresEventFunctions = makePHEventFunctions("features");
|
|
3
|
-
export const useFeatures = featuresEventFunctions.useValue;
|
|
4
|
-
export const setFeatures = featuresEventFunctions.setValue;
|
|
5
|
-
export const addFeaturesEventHandler = featuresEventFunctions.addEventHandler;
|
|
6
|
-
//# sourceMappingURL=features.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"features.js","sourceRoot":"","sources":["../../../src/hooks/features.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AAEpE,MAAM,sBAAsB,GAAG,oBAAoB,CAAC,UAAU,CAAC,CAAC;AAEhE,MAAM,CAAC,MAAM,WAAW,GACtB,sBAAsB,CAAC,QAAQ,CAAC;AAElC,MAAM,CAAC,MAAM,WAAW,GACtB,sBAAsB,CAAC,QAAQ,CAAC;AAElC,MAAM,CAAC,MAAM,uBAAuB,GAClC,sBAAsB,CAAC,eAAe,CAAC"}
|