@flowtyio/flow-contracts 0.1.0-beta.18 → 0.1.0-beta.19

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/flow.json CHANGED
@@ -377,7 +377,18 @@
377
377
  "FindViews",
378
378
  "FLOAT",
379
379
  "ExampleNFT",
380
- "ExampleToken"
380
+ "ExampleToken",
381
+ "HybridCustody",
382
+ "CapabilityFactory",
383
+ "CapabilityDelegator",
384
+ "CapabilityFilter",
385
+ "FTAllFactory",
386
+ "FTBalanceFactory",
387
+ "FTProviderFactory",
388
+ "FTReceiverFactory",
389
+ "NFTCollectionPublicFactory",
390
+ "NFTProviderAndCollectionPublicFactory",
391
+ "NFTProviderFactory"
381
392
  ],
382
393
  "emulator-ft": [
383
394
  "FungibleToken",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowtyio/flow-contracts",
3
- "version": "0.1.0-beta.18",
3
+ "version": "0.1.0-beta.19",
4
4
  "main": "index.json",
5
5
  "description": "An NPM package for common flow contracts",
6
6
  "author": "flowtyio",