@axsdk/core 0.3.3 → 0.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib.cjs +6 -10
- package/dist/lib.cjs.map +3 -3
- package/dist/lib.js +7 -11
- package/dist/lib.js.map +3 -3
- package/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axsdk/core",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.4",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "axsdk core",
|
|
6
6
|
"keywords": [],
|
|
@@ -34,7 +34,8 @@
|
|
|
34
34
|
"cli": "bun ./src/cli.ts",
|
|
35
35
|
"build": "bun ./build.ts && bun build:types",
|
|
36
36
|
"build:types": "bunx tsc --emitDeclarationOnly",
|
|
37
|
-
"publish": "bun run build && npm publish --access=public"
|
|
37
|
+
"publish": "node ../../scripts/set-publish-deps.mjs && bun run build && npm publish --access=public",
|
|
38
|
+
"build:workspace": "rm -rf node_modules && node ../../scripts/set-workspace-deps.mjs && bun install && bun run build"
|
|
38
39
|
},
|
|
39
40
|
"dependencies": {
|
|
40
41
|
"eventemitter3": "^5.0.4",
|