File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Here are the build steps:
2727* ` git clone git@github.com:rhashimoto/wa-sqlite.git `
2828* ` cd wa-sqlite `
2929* ` yarn install `
30- * ` make ` (or ` yarn prepack ` )
30+ * ` make `
3131
3232The default build produces ES6 modules + WASM, [ synchronous and asynchronous] ( https://github.com/rhashimoto/wa-sqlite/issues/7 ) (using Asyncify) in ` dist/ ` .
3333
Original file line number Diff line number Diff line change 11{
22 "name" : " wa-sqlite" ,
3- "version" : " 0.9.11 " ,
3+ "version" : " 0.9.12 " ,
44 "type" : " module" ,
55 "main" : " src/sqlite-api.js" ,
66 "types" : " src/types/index.d.ts" ,
1515 ],
1616 "scripts" : {
1717 "build-docs" : " typedoc" ,
18- "prepack" : " make" ,
1918 "start" : " web-dev-server --node-resolve" ,
2019 "test" : " karma start karma.conf.cjs --browsers ChromeHeadless" ,
2120 "test-manual" : " karma start karma.conf.cjs --auto-watch --no-single-run --reporters progress"
Original file line number Diff line number Diff line change @@ -1736,9 +1736,9 @@ __metadata:
17361736 linkType : hard
17371737
17381738" ip@npm:^1.1.5 " :
1739- version : 1.1.5
1740- resolution : " ip@npm:1.1.5 "
1741- checksum : 30133981f082a060a32644f6a7746e9ba7ac9e2bc07ecc8bbdda3ee8ca9bec1190724c390e45a1ee7695e7edfd2a8f7dda2c104ec5f7ac5068c00648504c7e5a
1739+ version : 1.1.9
1740+ resolution : " ip@npm:1.1.9 "
1741+ checksum : b6d91fd45a856e3bd6d4f601ea0619d90f3517638f6918ebd079f959a8a6308568d8db5ef4fdf037e0d9cfdcf264f46833dfeea81ca31309cf0a7eb4b1307b84
17421742 languageName : node
17431743 linkType : hard
17441744
You can’t perform that action at this time.
0 commit comments