@scarif/scarif-js 1.0.0 → 1.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.
@@ -16,7 +16,7 @@ export type AllowedTable = keyof typeof ALLOWED_TABLES;
16
16
  /**
17
17
  * Default API base URL
18
18
  */
19
- export declare const DEFAULT_BASE_URL = "http://localhost:3000";
19
+ export declare const DEFAULT_BASE_URL = "https://stoorplek.onrender.com";
20
20
  /**
21
21
  * Environment variable name for API key
22
22
  */
@@ -1 +1 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;;GAGG;AACH,MAAM,WAAW,eAAe;IAC5B,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;CACxB;AAED,eAAO,MAAM,cAAc,EAAE,MAAM,CAAC,MAAM,EAAE,eAAe,CAU1D,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG,MAAM,OAAO,cAAc,CAAC;AAEvD;;GAEG;AACH,eAAO,MAAM,gBAAgB,0BAA0B,CAAC;AAExD;;GAEG;AACH,eAAO,MAAM,eAAe,eAAe,CAAC;AAE5C,eAAO,MAAM,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;;GAGG;AACH,MAAM,WAAW,eAAe;IAC5B,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;CACxB;AAED,eAAO,MAAM,cAAc,EAAE,MAAM,CAAC,MAAM,EAAE,eAAe,CAU1D,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG,MAAM,OAAO,cAAc,CAAC;AAEvD;;GAEG;AACH,eAAO,MAAM,gBAAgB,mCAAmC,CAAC;AAEjE;;GAEG;AACH,eAAO,MAAM,eAAe,eAAe,CAAC;AAE5C,eAAO,MAAM,eAAe,QAAQ,CAAC"}
package/dist/constants.js CHANGED
@@ -18,7 +18,7 @@ exports.ALLOWED_TABLES = {
18
18
  /**
19
19
  * Default API base URL
20
20
  */
21
- exports.DEFAULT_BASE_URL = 'http://localhost:3000';
21
+ exports.DEFAULT_BASE_URL = 'https://stoorplek.onrender.com';
22
22
  /**
23
23
  * Environment variable name for API key
24
24
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scarif/scarif-js",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A TypeScript SDK for Scarif API services",
5
5
  "keywords": [
6
6
  "\"api",