@graphprotocol/graph-cli 0.48.0-alpha-20230426151222-72ea337 → 0.48.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/CHANGELOG.md CHANGED
@@ -1,13 +1,21 @@
1
1
  # @graphprotocol/graph-cli
2
2
 
3
- ## 0.48.0-alpha-20230426151222-72ea337
3
+ ## 0.48.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
7
  - [#1257](https://github.com/graphprotocol/graph-tooling/pull/1257)
8
- [`72ea337`](https://github.com/graphprotocol/graph-tooling/commit/72ea33795d030bc3d9733c221383e6367cc36501)
8
+ [`17b90d7`](https://github.com/graphprotocol/graph-tooling/commit/17b90d7e2d4abdd850755adc4630975fd2b957e7)
9
9
  Thanks [@enisdenjo](https://github.com/enisdenjo)! - Bundle CLI as binary
10
10
 
11
+ ## 0.47.2
12
+
13
+ ### Patch Changes
14
+
15
+ - [#1308](https://github.com/graphprotocol/graph-tooling/pull/1308)
16
+ [`dd765f4`](https://github.com/graphprotocol/graph-tooling/commit/dd765f4beb9e4964718b03428b39541bc48e6025)
17
+ Thanks [@saihaj](https://github.com/saihaj)! - allow `fantom` and `matic`
18
+
11
19
  ## 0.47.1
12
20
 
13
21
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- export declare const allowedStudioNetworks: readonly ["mainnet", "rinkeby", "goerli", "gnosis", "chapel", "optimism-goerli", "clover", "fantom-testnet", "arbitrum-goerli", "fuji", "celo-alfajores", "mumbai", "aurora-testnet", "near-testnet", "theta-testnet-001", "osmo-test-4", "base-testnet", "celo", "arbitrum-one", "avalanche", "zksync-era", "sepolia", "polygon-zkevm-testnet", "polygon-zkevm"];
1
+ export declare const allowedStudioNetworks: readonly ["mainnet", "rinkeby", "goerli", "gnosis", "chapel", "optimism-goerli", "clover", "fantom", "matic", "fantom-testnet", "arbitrum-goerli", "fuji", "celo-alfajores", "mumbai", "aurora-testnet", "near-testnet", "theta-testnet-001", "osmo-test-4", "base-testnet", "celo", "arbitrum-one", "avalanche", "zksync-era", "sepolia", "polygon-zkevm-testnet", "polygon-zkevm"];
2
2
  export declare const validateStudioNetwork: ({ studio, product, network, }: {
3
3
  studio?: string | boolean | undefined;
4
4
  product?: string | undefined;
@@ -9,6 +9,8 @@ exports.allowedStudioNetworks = [
9
9
  'chapel',
10
10
  'optimism-goerli',
11
11
  'clover',
12
+ 'fantom',
13
+ 'matic',
12
14
  'fantom-testnet',
13
15
  'arbitrum-goerli',
14
16
  'fuji',
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.48.0-alpha-20230426151222-72ea337",
2
+ "version": "0.48.0",
3
3
  "commands": {
4
4
  "add": {
5
5
  "id": "add",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphprotocol/graph-cli",
3
- "version": "0.48.0-alpha-20230426151222-72ea337",
3
+ "version": "0.48.0",
4
4
  "description": "CLI for building for and deploying to The Graph",
5
5
  "license": "(Apache-2.0 OR MIT)",
6
6
  "engines": {
@@ -15,7 +15,8 @@
15
15
  "bin",
16
16
  "dist",
17
17
  "oclif.manifest.json",
18
- "README.md"
18
+ "README.md",
19
+ "!dist/*.tar.gz"
19
20
  ],
20
21
  "dependencies": {
21
22
  "@float-capital/float-subgraph-uncrashable": "^0.0.0-alpha.4",