Skip to content

Commit

Permalink
Merge pull request #21 from Memkits/snapshot
Browse files Browse the repository at this point in the history
change snapshot format
  • Loading branch information
NoEgAm authored Sep 19, 2023
2 parents bf9feee + 609951a commit bb102ce
Show file tree
Hide file tree
Showing 10 changed files with 1,738 additions and 1,765 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: 'yarn'

- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.5/cr'
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.1/cr'
name: 'cr'
version: '0.7.5'
version: '0.8.1'

- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.5/caps'
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.1/caps'
name: 'caps'
version: '0.7.5'
version: '0.8.1'

- name: "compiles to js"
run: >
Expand Down
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
2,601 changes: 1,277 additions & 1,324 deletions calcit.cirru

Large diffs are not rendered by default.

498 changes: 259 additions & 239 deletions compact.cirru

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"/>
<link rel="stylesheet" type="text/css" href="http://cdn.tiye.me/favored-fonts/main-fonts.css">
<link rel="stylesheet" type="text/css" href="./entry/main.css">
<link rel="stylesheet" type="text/css" href="./assets/main.css">
</head>

<body>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"license": "MIT",
"devDependencies": {
"bottom-tip": "^0.1.5",
"vite": "^4.3.9"
"vite": "^4.4.9"
},
"dependencies": {
"@calcit/procs": "^0.7.5",
"@calcit/procs": "^0.8.1",
"diff": "^5.1.0",
"shortid": "^2.2.16"
}
Expand Down
386 changes: 193 additions & 193 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit bb102ce

Please sign in to comment.