Skip to content

Commit 08abe4e

Browse files
committed
feat: Separates pack from cloud dependency
1 parent fdb017c commit 08abe4e

File tree

7 files changed

+73
-523
lines changed

7 files changed

+73
-523
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"build:extism": "extism-js dist/index.js -i src/index.d.ts -o dist/pack.wasm",
1313
"build:pack": "tsx scripts/packbuild.ts",
1414
"build:tsc": "tsc --noEmit",
15-
"codegen": "tsx scripts/generate.ts",
1615
"prepare": "husky",
1716
"prettier": "prettier",
1817
"push": "pnpm dlx @taskless/pack@latest publish --manifest ./dist/manifest.json --wasm ./dist/pack.wasm --env ./.env.publish.local",
@@ -31,7 +30,7 @@
3130
"@commitlint/cli": "^19.3.0",
3231
"@commitlint/config-conventional": "^19.2.2",
3332
"@extism/js-pdk": "^1.1.1",
34-
"@taskless/loader": "^0.0.29",
33+
"@taskless/loader": "^0.0.38",
3534
"@types/node": "^22.13.5",
3635
"esbuild": "^0.19.6",
3736
"husky": "^9.0.11",

0 commit comments

Comments
 (0)