@bloque/sdk 0.0.12 → 0.0.13

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.
Files changed (1) hide show
  1. package/package.json +11 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bloque/sdk",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "description": "Official Bloque SDK",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -11,7 +11,7 @@
11
11
  "license": "MIT",
12
12
  "publishConfig": {
13
13
  "access": "public",
14
- "provenance": true
14
+ "provenance": null
15
15
  },
16
16
  "homepage": "git+https://github.com/bloque-app/sdk.git#readme",
17
17
  "repository": {
@@ -61,7 +61,6 @@
61
61
  "node": ">=22"
62
62
  },
63
63
  "scripts": {
64
- "release": "bun publish",
65
64
  "build": "rslib build",
66
65
  "dev": "rslib build --watch",
67
66
  "clean": "rm -rf node_modules && rm -rf dist",
@@ -69,16 +68,16 @@
69
68
  "typecheck": "tsgo --noEmit"
70
69
  },
71
70
  "dependencies": {
72
- "@bloque/sdk-accounts": "0.0.2",
73
- "@bloque/sdk-compliance": "0.0.2",
74
- "@bloque/sdk-core": "0.0.2",
75
- "@bloque/sdk-identity": "0.0.2",
76
- "@bloque/sdk-orgs": "0.0.2"
71
+ "@bloque/sdk-accounts": "workspace:*",
72
+ "@bloque/sdk-compliance": "workspace:*",
73
+ "@bloque/sdk-core": "workspace:*",
74
+ "@bloque/sdk-identity": "workspace:*",
75
+ "@bloque/sdk-orgs": "workspace:*"
77
76
  },
78
77
  "devDependencies": {
79
- "@rslib/core": "^0.18.4",
80
- "@types/node": "^24.10.1",
81
- "@typescript/native-preview": "latest",
82
- "typescript": "^5.9.3"
78
+ "@rslib/core": "catalog:",
79
+ "@types/node": "catalog:",
80
+ "@typescript/native-preview": "catalog:",
81
+ "typescript": "catalog:"
83
82
  }
84
83
  }