@graphprotocol/hypergraph 0.5.0-alpha.3 → 0.6.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/dist/cli/Cli.js +1 -1
- package/package.json +1 -1
- package/src/cli/Cli.ts +1 -1
package/dist/cli/Cli.js
CHANGED
|
@@ -3,6 +3,6 @@ import { typesync } from './subcommands/typesync.js';
|
|
|
3
3
|
const hypergraph = /*#__PURE__*/Command.make('hypergraph').pipe(/*#__PURE__*/Command.withDescription('Hypergraph command line interface for building and interacting with @graphprotocol/hypergraph schemas'), /*#__PURE__*/Command.withSubcommands([typesync]));
|
|
4
4
|
export const run = /*#__PURE__*/Command.run(hypergraph, {
|
|
5
5
|
name: 'hypergraph',
|
|
6
|
-
version: '0.
|
|
6
|
+
version: '0.6.0'
|
|
7
7
|
});
|
|
8
8
|
//# sourceMappingURL=Cli.js.map
|
package/package.json
CHANGED
package/src/cli/Cli.ts
CHANGED