Skip to content

Commit

Permalink
Merge pull request ourzora#22 from ourzora/update_version_export_pattern
Browse files Browse the repository at this point in the history
deploy and update changelog
  • Loading branch information
iainnash authored Nov 10, 2021
2 parents af160eb + 6a4a536 commit 0542776
Showing 4 changed files with 23 additions and 15 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Build NFT-Metadata
on:
push:

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
cache: 'yarn'
- run: yarn install
- run: yarn build

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.1] - 2021-10-25
### Fixes
- Exports `NftMetadata` interface from agent file

## [0.0.19] - 2021-10-25
### Added
- Retries and backoff to fetching code
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zoralabs/nft-metadata",
"version": "0.0.18",
"version": "1.0.1",
"description": "Generic nft metadata parsers",
"author": "Zora",
"license": "MIT",
16 changes: 2 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -3476,13 +3476,6 @@ jest-message-util@^26.6.2:
slash "^3.0.0"
stack-utils "^2.0.2"

jest-mock-axios@^4.4.1:
version "4.4.1"
resolved "https://registry.yarnpkg.com/jest-mock-axios/-/jest-mock-axios-4.4.1.tgz#ed799bcabfb47b5cfe5e0ce235d66da0957574f4"
integrity sha512-7d+r1lY45V7x/8if5UjT9oNMd5FHJwQGp7UKLsgAAq+PQK17PbTqs5wp3mvCK18hLJYmytseXLZmLkCYHjking==
dependencies:
synchronous-promise "^2.0.15"

jest-mock@^24.9.0:
version "24.9.0"
resolved "https://registry.npmjs.org/jest-mock/-/jest-mock-24.9.0.tgz"
@@ -3805,7 +3798,7 @@ jest-worker@^26.6.2:
merge-stream "^2.0.0"
supports-color "^7.0.0"

jest@26:
jest@^26.6.3:
version "26.6.3"
resolved "https://registry.yarnpkg.com/jest/-/jest-26.6.3.tgz#40e8fdbe48f00dfa1f0ce8121ca74b88ac9148ef"
integrity sha512-lGS5PXGAzR4RF7V5+XObhqz2KZIDUA1yD0DG6pBVmy10eh0ZIXQImRuzocsI/N2XZ1GrLFwTS27In2i2jlpq1Q==
@@ -5371,11 +5364,6 @@ symbol-tree@^3.2.2, symbol-tree@^3.2.4:
resolved "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz"
integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==

synchronous-promise@^2.0.15:
version "2.0.15"
resolved "https://registry.yarnpkg.com/synchronous-promise/-/synchronous-promise-2.0.15.tgz#07ca1822b9de0001f5ff73595f3d08c4f720eb8e"
integrity sha512-k8uzYIkIVwmT+TcglpdN50pS2y1BDcUnBPK9iJeGu0Pl1lOI8pD6wtzgw91Pjpe+RxtTncw32tLxs/R0yNL2Mg==

terminal-link@^2.0.0:
version "2.1.1"
resolved "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz"
@@ -5491,7 +5479,7 @@ tr46@^2.1.0:
dependencies:
punycode "^2.1.1"

ts-jest@26:
ts-jest@^26.5.5:
version "26.5.6"
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.5.6.tgz#c32e0746425274e1dfe333f43cd3c800e014ec35"
integrity sha512-rua+rCP8DxpA8b4DQD/6X2HQS8Zy/xzViVYfEs2OQu68tkCuKLV0Md8pmX55+W24uRIyAsf/BajRfxOs+R2MKA==

0 comments on commit 0542776

Please sign in to comment.