Skip to content

Commit

Permalink
more exports in root for typeDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
arietrouw committed Nov 17, 2023
1 parent 465191e commit 9a27ca6
Show file tree
Hide file tree
Showing 11 changed files with 7,121 additions and 8,235 deletions.
4 changes: 4 additions & 0 deletions .depcheckrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ ignores: [
"eslint-plugin-deprecation",
"eslint-plugin-import",
"jest-environment-jsdom",
"jest-docblock",
"jest-runner",
"jest-runner-groups",
"reflect-metadata",
"nodemon",
"supertest",
"ts-node"
]
541 changes: 0 additions & 541 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

550 changes: 0 additions & 550 deletions .yarn/plugins/@yarnpkg/plugin-version.cjs

This file was deleted.

28 changes: 0 additions & 28 deletions .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

This file was deleted.

874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.3.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.2.cjs

Large diffs are not rendered by default.

12 changes: 4 additions & 8 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ changesetIgnorePatterns:
- "**/.*"
- .**/*

compressionLevel: mixed

enableGlobalCache: true

logFilters:
Expand Down Expand Up @@ -34,11 +36,5 @@ packageExtensions:
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
spec: "https://mskelton.dev/yarn-outdated/v3"
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"

yarnPath: .yarn/releases/yarn-3.6.3.cjs

yarnPath: .yarn/releases/yarn-4.0.2.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
},
"sideEffects": false,
"version": "2.80.0",
"packageManager": "yarn@3.6.3",
"packageManager": "yarn@4.0.2",
"volta": {
"node": "18.17.1",
"yarn": "1.22.19"
Expand Down
1 change: 0 additions & 1 deletion packages/payloadset/packages/elevation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"geotiff": "^2.1.0"
},
"devDependencies": {
"@types/mapbox-gl": "^2.7.18",
"@xylabs/jest-helpers": "^2.13.9",
"@xylabs/ts-scripts-yarn3": "^3.2.0",
"@xylabs/tsconfig": "^3.2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/payloadset/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
export * from '@xyo-network/api-call-witness'
export * from '@xyo-network/blockchain-plugins'
export * from '@xyo-network/crypto-plugins'
export * from '@xyo-network/domain-plugin'
export * from '@xyo-network/elevation-plugin'
export * from '@xyo-network/id-plugin'
export * from '@xyo-network/image-thumbnail-plugin'
export * from '@xyo-network/location-certainty-plugin'
export * from '@xyo-network/location-plugin'
export * from '@xyo-network/module-instance-plugin'
export * from '@xyo-network/schema-plugin'
export * from '@xyo-network/system-plugins'
export * from '@xyo-network/url-plugin'
export * from '@xyo-network/url-safety-plugin'

import { BlockchainPlugins } from '@xyo-network/blockchain-plugins'
import { CryptoPlugins } from '@xyo-network/crypto-plugins'
Expand Down
Loading

0 comments on commit 9a27ca6

Please sign in to comment.