clivly 0.2.1 → 0.3.0-next.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/README.md +7 -5
- package/{adapter-nLfZpgIG.d.cts → adapter-CXr12l4K.d.cts} +7 -1
- package/{adapter-xs04z0KX.d.mts → adapter-CvNBD_3y.d.mts} +7 -1
- package/{auth-adapter-FEOR1nx-.d.mts → auth-adapter-CRBW4elj.d.mts} +1 -1
- package/{auth-adapter-wvfGKsOJ.d.cts → auth-adapter-CdLODn2p.d.cts} +1 -1
- package/auth-better-auth.d.cts +1 -1
- package/auth-better-auth.d.mts +1 -1
- package/auth-clerk.d.cts +1 -1
- package/auth-clerk.d.mts +1 -1
- package/auth-workos.d.cts +1 -1
- package/auth-workos.d.mts +1 -1
- package/core-adapter.d.cts +1 -1
- package/core-adapter.d.mts +1 -1
- package/core-auth-adapter.d.cts +1 -1
- package/core-auth-adapter.d.mts +1 -1
- package/core-entity-config.cjs +1 -1
- package/core-entity-config.mjs +1 -1
- package/core-entity-heuristics.cjs +2 -2
- package/core-entity-heuristics.mjs +2 -2
- package/core-mapping-score.cjs +1 -1
- package/core-mapping-score.mjs +1 -1
- package/core-mappings-config.cjs +1 -1
- package/core-mappings-config.mjs +1 -1
- package/core-types.d.cts +1 -1
- package/core-types.d.mts +1 -1
- package/core.cjs +2 -2
- package/core.d.cts +3 -3
- package/core.d.mts +3 -3
- package/core.mjs +2 -2
- package/drizzle.cjs +1 -1
- package/drizzle.mjs +1 -1
- package/index.cjs +702 -272
- package/index.d.cts +11 -0
- package/index.d.mts +11 -0
- package/index.mjs +700 -270
- package/{mappings-config-CYPrzB3K.mjs → mappings-config-CNTZRD4g.mjs} +1 -1
- package/{mappings-config-DTu_2cyx.cjs → mappings-config-DYZ_uOOB.cjs} +1 -1
- package/package.json +30 -4
- package/{sdk-CP_mYZa5.cjs → sdk-BNdK3KgW.cjs} +1 -1
- package/{sdk-BZUn6wzs.mjs → sdk-vu_uej2q.mjs} +1 -1
- package/sdk.cjs +1 -1
- package/sdk.mjs +1 -1
- package/{types-LJTBhkcN.d.cts → types-BpsKVccL.d.cts} +1 -0
- package/{types-C4POUcvk.d.mts → types-_qbJXMt_.d.mts} +1 -0
- /package/{drizzle-meta-CnC336L-.mjs → drizzle-meta-1z6Apnt-.mjs} +0 -0
- /package/{drizzle-meta-BGn0BqGb.cjs → drizzle-meta-CM5M73Z4.cjs} +0 -0
- /package/{entity-config-DoR0khce.mjs → entity-config-D3YpQB0z.mjs} +0 -0
- /package/{entity-config-Cvjo1cpv.cjs → entity-config-DMuZpchz.cjs} +0 -0
- /package/{mapping-score-BJNe0lFn.mjs → mapping-score-CPPvwoZC.mjs} +0 -0
- /package/{mapping-score-D9gfhtRu.cjs → mapping-score-i3p8LWDF.cjs} +0 -0
package/package.json
CHANGED
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "clivly",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0-next.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Clivly CLI — scaffold a CRM into your app (clivly init).",
|
|
7
7
|
"license": "MIT",
|
|
8
|
-
"bin":
|
|
8
|
+
"bin": {
|
|
9
|
+
"clivly": "index.mjs"
|
|
10
|
+
},
|
|
9
11
|
"main": "./index.cjs",
|
|
10
12
|
"module": "./index.mjs",
|
|
11
13
|
"types": "./index.d.mts",
|
|
@@ -232,5 +234,29 @@
|
|
|
232
234
|
"vite": {
|
|
233
235
|
"optional": true
|
|
234
236
|
}
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
+
},
|
|
238
|
+
"author": "Joseph Amani",
|
|
239
|
+
"engines": {
|
|
240
|
+
"node": ">=18"
|
|
241
|
+
},
|
|
242
|
+
"repository": {
|
|
243
|
+
"type": "git",
|
|
244
|
+
"url": "git+https://github.com/amani-joseph/clivly.com.git",
|
|
245
|
+
"directory": "packages/cli"
|
|
246
|
+
},
|
|
247
|
+
"homepage": "https://clivly.com",
|
|
248
|
+
"bugs": {
|
|
249
|
+
"url": "https://github.com/amani-joseph/clivly.com/issues"
|
|
250
|
+
},
|
|
251
|
+
"keywords": [
|
|
252
|
+
"crm",
|
|
253
|
+
"cli",
|
|
254
|
+
"drizzle",
|
|
255
|
+
"typescript",
|
|
256
|
+
"tanstack-start",
|
|
257
|
+
"nextjs",
|
|
258
|
+
"self-hosted",
|
|
259
|
+
"embedded-crm",
|
|
260
|
+
"postgres"
|
|
261
|
+
]
|
|
262
|
+
}
|
package/sdk.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_sdk = require("./sdk-
|
|
2
|
+
const require_sdk = require("./sdk-BNdK3KgW.cjs");
|
|
3
3
|
exports.ClivlyAuthError = require_sdk.ClivlyAuthError;
|
|
4
4
|
exports.ClivlyError = require_sdk.ClivlyError;
|
|
5
5
|
exports.ClivlyNetworkError = require_sdk.ClivlyNetworkError;
|
package/sdk.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as ClivlyRateLimitError, i as ClivlyNetworkError, n as ClivlyAuthError, r as ClivlyError, t as createClivlySDK } from "./sdk-
|
|
1
|
+
import { a as ClivlyRateLimitError, i as ClivlyNetworkError, n as ClivlyAuthError, r as ClivlyError, t as createClivlySDK } from "./sdk-vu_uej2q.mjs";
|
|
2
2
|
export { ClivlyAuthError, ClivlyError, ClivlyNetworkError, ClivlyRateLimitError, createClivlySDK };
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|