@01.software/sdk 0.2.9-dev.260311.892250f → 0.2.9-dev.260311.bb95a4e

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@01.software/sdk",
3
- "version": "0.2.9-dev.260311.892250f",
3
+ "version": "0.2.9-dev.260311.bb95a4e",
4
4
  "description": "01.software SDK",
5
5
  "author": "<office@01.works>",
6
6
  "keywords": [],
@@ -155,6 +155,7 @@
155
155
  "build": "tsup",
156
156
  "version:dev": "node ../../scripts/update-version.js",
157
157
  "publish:dev": "pnpm run version:dev && pnpm publish --no-git-checks --access public --tag dev",
158
+ "publish:local": "pnpm run version:dev && DEFAULT_API_URL=http://localhost:3000 pnpm publish --no-git-checks --access public --tag local",
158
159
  "version:patch": "pnpm version patch --no-git-tag-version",
159
160
  "version:minor": "pnpm version minor --no-git-tag-version",
160
161
  "version:major": "pnpm version major --no-git-tag-version",