@neetru/sdk 3.0.0 → 3.0.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/CHANGELOG.md +13 -0
- package/README.md +25 -0
- package/dist/auth.cjs.map +1 -1
- package/dist/auth.d.cts +1 -2
- package/dist/auth.d.ts +1 -2
- package/dist/auth.mjs.map +1 -1
- package/dist/catalog.d.cts +1 -2
- package/dist/catalog.d.ts +1 -2
- package/dist/checkout.d.cts +1 -2
- package/dist/checkout.d.ts +1 -2
- package/dist/db.cjs.map +1 -1
- package/dist/db.d.cts +1 -2
- package/dist/db.d.ts +1 -2
- package/dist/db.mjs.map +1 -1
- package/dist/entitlements.d.cts +1 -2
- package/dist/entitlements.d.ts +1 -2
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -3
- package/dist/index.d.ts +2 -3
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/mocks.d.cts +1 -2
- package/dist/mocks.d.ts +1 -2
- package/dist/notifications.d.cts +1 -2
- package/dist/notifications.d.ts +1 -2
- package/dist/react.d.cts +1 -2
- package/dist/react.d.ts +1 -2
- package/dist/support.d.cts +1 -2
- package/dist/support.d.ts +1 -2
- package/dist/telemetry.cjs.map +1 -1
- package/dist/telemetry.d.cts +1 -2
- package/dist/telemetry.d.ts +1 -2
- package/dist/telemetry.mjs.map +1 -1
- package/dist/{types-dw19bdID.d.ts → types-DALIhcbq.d.ts} +20 -25
- package/dist/{types-DLOvkeAP.d.cts → types-Lfd3LiAF.d.cts} +20 -25
- package/dist/usage.d.cts +1 -2
- package/dist/usage.d.ts +1 -2
- package/dist/webhooks.d.cts +1 -2
- package/dist/webhooks.d.ts +1 -2
- package/package.json +1 -2
package/dist/entitlements.d.cts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { I as ResolvedConfig, E as EntitlementCheck } from './types-
|
|
1
|
+
import { I as ResolvedConfig, E as EntitlementCheck } from './types-Lfd3LiAF.cjs';
|
|
2
2
|
import './collection-ref-DqAAhuhX.cjs';
|
|
3
|
-
import '@neetru/realtime-protocol';
|
|
4
3
|
import 'drizzle-orm/node-postgres';
|
|
5
4
|
import './errors.cjs';
|
|
6
5
|
|
package/dist/entitlements.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { I as ResolvedConfig, E as EntitlementCheck } from './types-
|
|
1
|
+
import { I as ResolvedConfig, E as EntitlementCheck } from './types-DALIhcbq.js';
|
|
2
2
|
import './collection-ref-DqAAhuhX.js';
|
|
3
|
-
import '@neetru/realtime-protocol';
|
|
4
3
|
import 'drizzle-orm/node-postgres';
|
|
5
4
|
import './errors.js';
|
|
6
5
|
|
package/dist/index.cjs
CHANGED
|
@@ -6083,7 +6083,7 @@ function createNeetruClient(config = {}) {
|
|
|
6083
6083
|
// src/index.ts
|
|
6084
6084
|
init_errors();
|
|
6085
6085
|
init_db_errors();
|
|
6086
|
-
var VERSION = "3.0.
|
|
6086
|
+
var VERSION = "3.0.1";
|
|
6087
6087
|
|
|
6088
6088
|
exports.DEFAULT_BASE_URL = DEFAULT_BASE_URL;
|
|
6089
6089
|
exports.DEV_FIXTURE_USER = DEV_FIXTURE_USER;
|