Commit d686184 1 parent 7ac1884 commit d686184 Copy full SHA for d686184
File tree 6 files changed +595
-473
lines changed
6 files changed +595
-473
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ jobs:
19
19
20
20
- uses : supplypike/setup-bin@v3
21
21
with :
22
- uri : ' https://github.com/calcit-lang/calcit/releases/download/0.8.0-a5 /cr'
22
+ uri : ' https://github.com/calcit-lang/calcit/releases/download/0.8.16 /cr'
23
23
name : ' cr'
24
- version : ' 0.8.0-a5 '
24
+ version : ' 0.8.16 '
25
25
26
26
- uses : supplypike/setup-bin@v3
27
27
with :
28
- uri : ' https://github.com/calcit-lang/calcit/releases/download/0.8.0-a5 /caps'
28
+ uri : ' https://github.com/calcit-lang/calcit/releases/download/0.8.16 /caps'
29
29
name : ' caps'
30
- version : ' 0.8.0-a5 '
30
+ version : ' 0.8.16 '
31
31
32
32
- name : " compiles to js"
33
33
run : >
Original file line number Diff line number Diff line change 2099
2099
and dev? $ not= ( nth op 0 ) :states
2100
2100
js/console.log "\" dispatch!" op
2101
2101
let
2102
- op-id $ shortid/generate
2102
+ op-id $ nanoid
2103
2103
op-time $ js/Date.now
2104
2104
reset! *store $ updater @*store op op-id op-time
2105
2105
|handle-global-keys $ %{} :CodeEntry ( :doc | )
2141
2141
, dispatch!
2142
2142
:ns $ %{} :CodeEntry ( :doc | )
2143
2143
:code $ quote
2144
- ns app.main $ :require ( "\" pixi.js" :as PIXI ) ( "\" shortid" :as shortid )
2144
+ ns app.main $ :require ( "\" pixi.js" :as PIXI )
2145
+ "\"nanoid" :refer $ nanoid
2145
2146
phlox.core :refer $ render! clear-phlox-caches! on-control-event
2146
2147
app.container :refer $ comp-container
2147
2148
app.schema :as schema
Original file line number Diff line number Diff line change 1
1
2
2
{}
3
3
:dependencies $ {}
4
- |calcit-lang/lilac |0.4.0-a2
5
- |calcit-lang/memof |0.0.14
6
- |Respo/respo.calcit |0.16.0-a3
7
- |Respo/respo-ui.calcit |0.5.0-a3
8
- |Phlox-GL/phlox |0.7.0
9
- |Quatrefoil-GL/touch-control |0.0.15
10
- |mvc-works/pointed-prompt |0.0.7
11
- |Respo/alerts.calcit |0.9.0-a2
12
- |Cirru/respo-cirru-editor |0.6.0
13
- |calcit-lang/calcit-http |0.3.0
4
+ |calcit-lang/lilac |main
5
+ |calcit-lang/memof |main
6
+ |Respo/respo.calcit |main
7
+ |Respo/respo-ui.calcit |main
8
+ |Phlox-GL/phlox |main
9
+ |Quatrefoil-GL/touch-control |main
10
+ |mvc-works/pointed-prompt |main
11
+ |Respo/alerts.calcit |main
12
+ |Cirru/respo-cirru-editor |main
13
+ |calcit-lang/calcit-http |main
Original file line number Diff line number Diff line change 11
11
"author" : " jiyinyiyong" ,
12
12
"license" : " MIT" ,
13
13
"devDependencies" : {
14
- "vite" : " ^4.4.12"
14
+ "nanoid" : " ^5.0.4" ,
15
+ "vite" : " ^5.0.12"
15
16
},
16
17
"dependencies" : {
17
- "@calcit/procs" : " ^0.8.0-a5 " ,
18
+ "@calcit/procs" : " ^0.8.16 " ,
18
19
"@quamolit/phlox-utils" : " ^0.0.2" ,
19
20
"@quamolit/touch-control" : " ^0.0.13" ,
20
21
"bottom-tip" : " ^0.1.5" ,
21
22
"fontfaceobserver-es" : " ^3.3.3" ,
22
23
"hsluv" : " ^1.0.1" ,
23
24
"mobile-detect" : " ^1.4.5" ,
24
- "pixi.js" : " 7.2.4" ,
25
- "shortid" : " ^2.2.16"
25
+ "pixi.js" : " 7.3.3"
26
26
}
27
27
}
You can’t perform that action at this time.
0 commit comments