Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIXES: flat version from 0.0.11 to 0.0.15 #16

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

bwagner
Copy link

@bwagner bwagner commented Jan 29, 2024

Without updating the version of flat, the example code in the README fails with:

--
Error: Command failed: NO_COLOR=true deno run -q --allow-read --allow-write --allow-run --allow-net --allow-env --unstable postprocess.js btc-price.json
⚠️  The `--unstable` flag is deprecated and will be removed in Deno 2.0. Use granular `--unstable-*` flags instead.
Learn more at: https://docs.deno.com/runtime/manual/tools/unstable_flags
error: Uncaught SyntaxError: The requested module 'https://jspm.dev/xlsx' does not provide an export named 'default'
import xlsxlib from 'https://jspm.dev/xlsx'
       ^     at <anonymous> (https://deno.land/x/[email protected]/src/xlsx.ts:1:8)

bwagner and others added 14 commits January 29, 2024 10:03
FIXES: github checkout action to @v4 (avoids warning Node version)
FIXES: updates checkout version to @v4
{
  "date": "2024-02-01T00:39:53.425Z",
  "files": [
    {
      "name": "btc-price-postprocessed.json",
      "deltaBytes": -4,
      "source": "https://api.coindesk.com/v2/bpi/currentprice.json"
    },
    {
      "name": "btc-price.json",
      "deltaBytes": 0,
      "source": "https://api.coindesk.com/v2/bpi/currentprice.json"
    }
  ]
}
{
  "date": "2024-03-01T00:42:04.485Z",
  "files": [
    {
      "name": "btc-price-postprocessed.json",
      "deltaBytes": 1,
      "source": "https://api.coindesk.com/v2/bpi/currentprice.json"
    },
    {
      "name": "btc-price.json",
      "deltaBytes": 0,
      "source": "https://api.coindesk.com/v2/bpi/currentprice.json"
    }
  ]
}
{
  "date": "2024-04-01T00:42:48.912Z",
  "files": [
    {
      "name": "btc-price-postprocessed.json",
      "deltaBytes": -1,
      "source": "https://api.coindesk.com/v2/bpi/currentprice.json"
    },
    {
      "name": "btc-price.json",
      "deltaBytes": 0,
      "source": "https://api.coindesk.com/v2/bpi/currentprice.json"
    }
  ]
}
{
  "date": "2024-05-01T00:42:44.617Z",
  "files": [
    {
      "name": "btc-price-postprocessed.json",
      "deltaBytes": 1,
      "source": "https://api.coindesk.com/v2/bpi/currentprice.json"
    },
    {
      "name": "btc-price.json",
      "deltaBytes": 1,
      "source": "https://api.coindesk.com/v2/bpi/currentprice.json"
    }
  ]
}
{
  "date": "2024-06-01T00:44:30.519Z",
  "files": [
    {
      "name": "btc-price-postprocessed.json",
      "deltaBytes": 0,
      "source": "https://api.coindesk.com/v2/bpi/currentprice.json"
    },
    {
      "name": "btc-price.json",
      "deltaBytes": 0,
      "source": "https://api.coindesk.com/v2/bpi/currentprice.json"
    }
  ]
}
{
  "date": "2024-07-01T00:49:55.760Z",
  "files": [
    {
      "name": "btc-price-postprocessed.json",
      "deltaBytes": -1,
      "source": "https://api.coindesk.com/v2/bpi/currentprice.json"
    },
    {
      "name": "btc-price.json",
      "deltaBytes": -1,
      "source": "https://api.coindesk.com/v2/bpi/currentprice.json"
    }
  ]
}
{
  "date": "2024-08-01T00:50:20.159Z",
  "files": [
    {
      "name": "btc-price-postprocessed.json",
      "deltaBytes": 1,
      "source": "https://api.coindesk.com/v2/bpi/currentprice.json"
    },
    {
      "name": "btc-price.json",
      "deltaBytes": 0,
      "source": "https://api.coindesk.com/v2/bpi/currentprice.json"
    }
  ]
}
{
  "date": "2024-09-01T00:56:53.238Z",
  "files": [
    {
      "name": "btc-price-postprocessed.json",
      "deltaBytes": 0,
      "source": "https://api.coindesk.com/v2/bpi/currentprice.json"
    },
    {
      "name": "btc-price.json",
      "deltaBytes": 1,
      "source": "https://api.coindesk.com/v2/bpi/currentprice.json"
    }
  ]
}
{
  "date": "2024-10-01T00:56:50.904Z",
  "files": [
    {
      "name": "btc-price-postprocessed.json",
      "deltaBytes": -1,
      "source": "https://api.coindesk.com/v2/bpi/currentprice.json"
    },
    {
      "name": "btc-price.json",
      "deltaBytes": -1,
      "source": "https://api.coindesk.com/v2/bpi/currentprice.json"
    }
  ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants