@inlang/sdk 2.0.0-beta.3 → 2.0.0-beta.4

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.
@@ -1,6 +1,6 @@
1
1
  export declare const ENV_VARIABLES: {
2
- PUBLIC_POSTHOG_TOKEN: undefined;
3
- PUBLIC_INLANG_SDK_SENTRY_DSN: undefined;
2
+ PUBLIC_POSTHOG_TOKEN: string;
3
+ PUBLIC_INLANG_SDK_SENTRY_DSN: string;
4
4
  SDK_VERSION: string;
5
5
  };
6
6
  //# sourceMappingURL=index.d.ts.map
@@ -1,9 +1,9 @@
1
1
 
2
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="4c5878d7-cb19-5bc9-a5bf-6c0a8c175c63")}catch(e){}}();
2
+ !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="be8f1702-574f-53e2-bfe7-0bad75af2e55")}catch(e){}}();
3
3
  export const ENV_VARIABLES = {
4
- PUBLIC_POSTHOG_TOKEN: undefined,
5
- PUBLIC_INLANG_SDK_SENTRY_DSN: undefined,
4
+ PUBLIC_POSTHOG_TOKEN: "phc_m5yJZCxjOGxF8CJvP5sQ3H0d76xpnLrsmiZHduT4jDz",
5
+ PUBLIC_INLANG_SDK_SENTRY_DSN: "https://c3d92d5d011122e525e9f9b368e0905d@o4504345873285120.ingest.us.sentry.io/4507903389335553",
6
6
  SDK_VERSION: "2.0.0-beta.3",
7
7
  };
8
8
  //# sourceMappingURL=index.js.map
9
- //# debugId=4c5878d7-cb19-5bc9-a5bf-6c0a8c175c63
9
+ //# debugId=be8f1702-574f-53e2-bfe7-0bad75af2e55
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["services/env-variables/index.ts"],"sourceRoot":"/","sourcesContent":["\nexport const ENV_VARIABLES = {\n PUBLIC_POSTHOG_TOKEN: undefined,\n\tPUBLIC_INLANG_SDK_SENTRY_DSN: undefined,\n\tSDK_VERSION: \"2.0.0-beta.3\",\n}\n"],"names":[],"mappings":";;AACA,MAAM,CAAC,MAAM,aAAa,GAAG;IAC3B,oBAAoB,EAAE,SAAS;IAChC,4BAA4B,EAAE,SAAS;IACvC,WAAW,EAAE,cAAc;CAC3B,CAAA","debug_id":"4c5878d7-cb19-5bc9-a5bf-6c0a8c175c63"}
1
+ {"version":3,"file":"index.js","sources":["services/env-variables/index.ts"],"sourceRoot":"/","sourcesContent":["\nexport const ENV_VARIABLES = {\n PUBLIC_POSTHOG_TOKEN: \"phc_m5yJZCxjOGxF8CJvP5sQ3H0d76xpnLrsmiZHduT4jDz\",\n\tPUBLIC_INLANG_SDK_SENTRY_DSN: \"https://c3d92d5d011122e525e9f9b368e0905d@o4504345873285120.ingest.us.sentry.io/4507903389335553\",\n\tSDK_VERSION: \"2.0.0-beta.3\",\n}\n"],"names":[],"mappings":";;AACA,MAAM,CAAC,MAAM,aAAa,GAAG;IAC3B,oBAAoB,EAAE,iDAAiD;IACxE,4BAA4B,EAAE,iGAAiG;IAC/H,WAAW,EAAE,cAAc;CAC3B,CAAA","debug_id":"be8f1702-574f-53e2-bfe7-0bad75af2e55"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inlang/sdk",
3
- "version": "2.0.0-beta.3",
3
+ "version": "2.0.0-beta.4",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -31,7 +31,7 @@
31
31
  "@sinclair/typebox": "^0.31.17",
32
32
  "kysely": "^0.27.4",
33
33
  "uuid": "^10.0.0",
34
- "@lix-js/sdk": "0.3.0",
34
+ "@lix-js/sdk": "0.3.1",
35
35
  "sqlite-wasm-kysely": "0.1.1"
36
36
  },
37
37
  "devDependencies": {