bump eval
This commit is contained in:
parent
48fd943622
commit
7f67adb639
2 changed files with 3 additions and 14 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@strudel.cycles/eval",
|
"name": "@strudel.cycles/eval",
|
||||||
"version": "0.6.1",
|
"version": "0.6.2",
|
||||||
"description": "Code evaluator for strudel",
|
"description": "Code evaluator for strudel",
|
||||||
"main": "index.mjs",
|
"main": "index.mjs",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
|
|
|
||||||
15
pnpm-lock.yaml
generated
15
pnpm-lock.yaml
generated
|
|
@ -95,7 +95,7 @@ importers:
|
||||||
|
|
||||||
packages/eval:
|
packages/eval:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@strudel.cycles/core': ^0.5.0
|
'@strudel.cycles/core': workspace:*
|
||||||
'@strudel.cycles/mini': workspace:*
|
'@strudel.cycles/mini': workspace:*
|
||||||
estraverse: ^5.3.0
|
estraverse: ^5.3.0
|
||||||
shift-ast: ^7.0.0
|
shift-ast: ^7.0.0
|
||||||
|
|
@ -106,7 +106,7 @@ importers:
|
||||||
vite: ^3.2.2
|
vite: ^3.2.2
|
||||||
vitest: ^0.25.7
|
vitest: ^0.25.7
|
||||||
dependencies:
|
dependencies:
|
||||||
'@strudel.cycles/core': 0.5.0
|
'@strudel.cycles/core': link:../core
|
||||||
estraverse: 5.3.0
|
estraverse: 5.3.0
|
||||||
shift-ast: 7.0.0
|
shift-ast: 7.0.0
|
||||||
shift-codegen: 8.1.0
|
shift-codegen: 8.1.0
|
||||||
|
|
@ -2419,13 +2419,6 @@ packages:
|
||||||
picomatch: 2.3.1
|
picomatch: 2.3.1
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@strudel.cycles/core/0.5.0:
|
|
||||||
resolution: {integrity: sha512-6+jItB/6pwIiGOQwpyo9k72DsJIRy/VDJ0J+r43D9CeoRjhvShQznBrOtd5JuGe9iVn+8D1DjQojq/Ivrj6jsg==}
|
|
||||||
dependencies:
|
|
||||||
bjork: 0.0.1
|
|
||||||
fraction.js: 4.2.0
|
|
||||||
dev: false
|
|
||||||
|
|
||||||
/@supabase/functions-js/1.3.4:
|
/@supabase/functions-js/1.3.4:
|
||||||
resolution: {integrity: sha512-yYVgkECjv7IZEBKBI3EB5Q7R1p0FJ10g8Q9N7SWKIHUU6i6DnbEGHIMFLyQRm1hmiNWD8fL7bRVEYacmTRJhHw==}
|
resolution: {integrity: sha512-yYVgkECjv7IZEBKBI3EB5Q7R1p0FJ10g8Q9N7SWKIHUU6i6DnbEGHIMFLyQRm1hmiNWD8fL7bRVEYacmTRJhHw==}
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
@ -3488,10 +3481,6 @@ packages:
|
||||||
resolution: {integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==}
|
resolution: {integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==}
|
||||||
engines: {node: '>=8'}
|
engines: {node: '>=8'}
|
||||||
|
|
||||||
/bjork/0.0.1:
|
|
||||||
resolution: {integrity: sha512-IAq1k24hAwuACo82E0NobWh44z2heG4VM0C6c4MxLCDx54Tt4s4tjT8M+0ON4pfXzH2V5Br1tfhhnb19oiMp2w==}
|
|
||||||
dev: false
|
|
||||||
|
|
||||||
/bl/4.1.0:
|
/bl/4.1.0:
|
||||||
resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==}
|
resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==}
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue