@develit-io/backend-sdk 8.6.2 → 8.6.3
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/index.mjs +1 -1
- package/package.json +3 -7
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,20 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@develit-io/backend-sdk",
|
|
3
|
-
"version": "8.6.
|
|
3
|
+
"version": "8.6.3",
|
|
4
4
|
"description": "Develit Backend SDK",
|
|
5
5
|
"author": "Develit.io",
|
|
6
6
|
"license": "ISC",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"scripts": {
|
|
9
9
|
"build": "unbuild",
|
|
10
|
-
"changelogen": "bunx changelogen@latest --bump",
|
|
11
10
|
"lint": "biome check",
|
|
12
11
|
"lint:fix": "biome check --fix",
|
|
13
|
-
"prepack": "unbuild",
|
|
14
|
-
"release": "bun run build && bunx changelogen@latest --release --push && npm publish --access public",
|
|
15
12
|
"test": "vitest",
|
|
16
|
-
"test:unit": "vitest test/unit"
|
|
17
|
-
"typecheck": "tsc"
|
|
13
|
+
"test:unit": "vitest test/unit"
|
|
18
14
|
},
|
|
19
15
|
"exports": {
|
|
20
16
|
".": {
|
|
@@ -33,7 +29,7 @@
|
|
|
33
29
|
"dist"
|
|
34
30
|
],
|
|
35
31
|
"dependencies": {
|
|
36
|
-
"@cloudflare/workers-types": "4.
|
|
32
|
+
"@cloudflare/workers-types": "4.20251121.0",
|
|
37
33
|
"comment-json": "^4.4.1",
|
|
38
34
|
"drizzle-kit": "^0.31.6",
|
|
39
35
|
"drizzle-orm": "^0.44.7",
|