@powerhousedao/shared 6.0.0-dev.108 → 6.0.0-dev.110
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 +1 -1
- package/dist/{types-faUXKACL.d.ts → actions-3-rhhWx6.d.ts} +1272 -1272
- package/dist/actions-3-rhhWx6.d.ts.map +1 -0
- package/dist/clis/index.d.mts +1 -14
- package/dist/clis/index.d.mts.map +1 -1
- package/dist/clis/index.mjs +2 -13
- package/dist/clis/index.mjs.map +1 -1
- package/dist/connect/index.d.ts +4 -4
- package/dist/document-drive/index.d.ts +150 -139
- package/dist/document-drive/index.d.ts.map +1 -1
- package/dist/document-drive/index.js.map +1 -1
- package/dist/document-model/index.d.ts +2 -2
- package/dist/{index-dg_xL7sp.d.ts → index-BwKTUOh8.d.ts} +2 -2
- package/dist/{index-dg_xL7sp.d.ts.map → index-BwKTUOh8.d.ts.map} +1 -1
- package/dist/processors/index.d.ts +1 -1
- package/package.json +1 -1
- package/dist/types-faUXKACL.d.ts.map +0 -1
package/README.md
CHANGED
|
@@ -8,4 +8,4 @@ This is a great place to put your:
|
|
|
8
8
|
|
|
9
9
|
- simple constants you want to be able to use anywhere
|
|
10
10
|
- base types you want to share easily (**not** derived types that require imports from elsewhere)
|
|
11
|
-
- simple utility functions that **do not depend on code from elsewhere in the monorepo**
|
|
11
|
+
- simple utility functions that **do not depend on code from elsewhere in the monorepo**
|