@timeback/sdk 0.2.1-beta.20260315161624 → 0.2.1
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@timeback/sdk",
|
|
3
|
-
"version": "0.2.1
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "Timeback SDK for frontend and backend integration",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"test:unit": "bun run build && vitest run --config vitest.config.ts"
|
|
82
82
|
},
|
|
83
83
|
"dependencies": {
|
|
84
|
-
"@timeback/core": "0.2.
|
|
84
|
+
"@timeback/core": "0.2.1",
|
|
85
85
|
"zod": "^4.2.1"
|
|
86
86
|
},
|
|
87
87
|
"devDependencies": {
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"@timeback/internal-test": "0.0.0",
|
|
94
94
|
"@timeback/internal-utils": "0.0.0",
|
|
95
95
|
"@timeback/oneroster": "0.2.0",
|
|
96
|
-
"@timeback/powerpath": "0.2.
|
|
96
|
+
"@timeback/powerpath": "0.2.1",
|
|
97
97
|
"@timeback/types": "0.0.0",
|
|
98
98
|
"@types/bun": "latest",
|
|
99
99
|
"@types/express": "^5.0.6",
|