@xylabs/api 2.11.11 → 2.11.12
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/package.json +3 -3
- package/dist/browser/spec/ApiEndpoint.spec.js +0 -8
- package/dist/browser/spec/ApiEndpoint.spec.js.map +0 -1
- package/dist/browser/spec/getApiStage.spec.js +0 -8
- package/dist/browser/spec/getApiStage.spec.js.map +0 -1
- package/dist/node/spec/ApiEndpoint.spec.js +0 -9
- package/dist/node/spec/ApiEndpoint.spec.js.map +0 -1
- package/dist/node/spec/ApiEndpoint.spec.mjs +0 -8
- package/dist/node/spec/ApiEndpoint.spec.mjs.map +0 -1
- package/dist/node/spec/getApiStage.spec.js +0 -9
- package/dist/node/spec/getApiStage.spec.js.map +0 -1
- package/dist/node/spec/getApiStage.spec.mjs +0 -8
- package/dist/node/spec/getApiStage.spec.mjs.map +0 -1
package/package.json
CHANGED
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"axios": "^1.5.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@xylabs/ts-scripts-yarn3": "^3.0.
|
|
49
|
-
"@xylabs/tsconfig": "^3.0.
|
|
48
|
+
"@xylabs/ts-scripts-yarn3": "^3.0.62",
|
|
49
|
+
"@xylabs/tsconfig": "^3.0.62",
|
|
50
50
|
"typescript": "^5.2.2"
|
|
51
51
|
},
|
|
52
52
|
"publishConfig": {
|
|
@@ -57,6 +57,6 @@
|
|
|
57
57
|
"url": "https://github.com/xylabs/sdk-js.git"
|
|
58
58
|
},
|
|
59
59
|
"sideEffects": false,
|
|
60
|
-
"version": "2.11.
|
|
60
|
+
"version": "2.11.12",
|
|
61
61
|
"packageManager": "yarn@3.3.1"
|
|
62
62
|
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { ApiEndpoint } from "../ApiEndpoint";
|
|
2
|
-
describe("ApiEndpoint", () => {
|
|
3
|
-
test("checking happy path", () => {
|
|
4
|
-
const apiEndpoint = new ApiEndpoint({ apiDomain: "sample.com" }, "/");
|
|
5
|
-
expect(apiEndpoint).toBeDefined();
|
|
6
|
-
});
|
|
7
|
-
});
|
|
8
|
-
//# sourceMappingURL=ApiEndpoint.spec.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/spec/ApiEndpoint.spec.ts"],"sourcesContent":["import { ApiEndpoint } from '../ApiEndpoint'\n\ndescribe('ApiEndpoint', () => {\n test('checking happy path', () => {\n const apiEndpoint = new ApiEndpoint({ apiDomain: 'sample.com' }, '/')\n expect(apiEndpoint).toBeDefined()\n })\n})\n"],"mappings":"AAAA,SAAS,mBAAmB;AAE5B,SAAS,eAAe,MAAM;AAC5B,OAAK,uBAAuB,MAAM;AAChC,UAAM,cAAc,IAAI,YAAY,EAAE,WAAW,aAAa,GAAG,GAAG;AACpE,WAAO,WAAW,EAAE,YAAY;AAAA,EAClC,CAAC;AACH,CAAC;","names":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/spec/getApiStage.spec.ts"],"sourcesContent":["import { getApiStage } from '../getApiStage'\n\ndescribe('getApiStage', () => {\n test('checking happy path', () => {\n const apiStage = getApiStage('localhost')\n expect(apiStage).toBeDefined()\n })\n})\n"],"mappings":"AAAA,SAAS,mBAAmB;AAE5B,SAAS,eAAe,MAAM;AAC5B,OAAK,uBAAuB,MAAM;AAChC,UAAM,WAAW,YAAY,WAAW;AACxC,WAAO,QAAQ,EAAE,YAAY;AAAA,EAC/B,CAAC;AACH,CAAC;","names":[]}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var import_ApiEndpoint = require("../ApiEndpoint");
|
|
3
|
-
describe("ApiEndpoint", () => {
|
|
4
|
-
test("checking happy path", () => {
|
|
5
|
-
const apiEndpoint = new import_ApiEndpoint.ApiEndpoint({ apiDomain: "sample.com" }, "/");
|
|
6
|
-
expect(apiEndpoint).toBeDefined();
|
|
7
|
-
});
|
|
8
|
-
});
|
|
9
|
-
//# sourceMappingURL=ApiEndpoint.spec.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/spec/ApiEndpoint.spec.ts"],"sourcesContent":["import { ApiEndpoint } from '../ApiEndpoint'\n\ndescribe('ApiEndpoint', () => {\n test('checking happy path', () => {\n const apiEndpoint = new ApiEndpoint({ apiDomain: 'sample.com' }, '/')\n expect(apiEndpoint).toBeDefined()\n })\n})\n"],"mappings":";AAAA,yBAA4B;AAE5B,SAAS,eAAe,MAAM;AAC5B,OAAK,uBAAuB,MAAM;AAChC,UAAM,cAAc,IAAI,+BAAY,EAAE,WAAW,aAAa,GAAG,GAAG;AACpE,WAAO,WAAW,EAAE,YAAY;AAAA,EAClC,CAAC;AACH,CAAC;","names":[]}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { ApiEndpoint } from "../ApiEndpoint";
|
|
2
|
-
describe("ApiEndpoint", () => {
|
|
3
|
-
test("checking happy path", () => {
|
|
4
|
-
const apiEndpoint = new ApiEndpoint({ apiDomain: "sample.com" }, "/");
|
|
5
|
-
expect(apiEndpoint).toBeDefined();
|
|
6
|
-
});
|
|
7
|
-
});
|
|
8
|
-
//# sourceMappingURL=ApiEndpoint.spec.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/spec/ApiEndpoint.spec.ts"],"sourcesContent":["import { ApiEndpoint } from '../ApiEndpoint'\n\ndescribe('ApiEndpoint', () => {\n test('checking happy path', () => {\n const apiEndpoint = new ApiEndpoint({ apiDomain: 'sample.com' }, '/')\n expect(apiEndpoint).toBeDefined()\n })\n})\n"],"mappings":"AAAA,SAAS,mBAAmB;AAE5B,SAAS,eAAe,MAAM;AAC5B,OAAK,uBAAuB,MAAM;AAChC,UAAM,cAAc,IAAI,YAAY,EAAE,WAAW,aAAa,GAAG,GAAG;AACpE,WAAO,WAAW,EAAE,YAAY;AAAA,EAClC,CAAC;AACH,CAAC;","names":[]}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var import_getApiStage = require("../getApiStage");
|
|
3
|
-
describe("getApiStage", () => {
|
|
4
|
-
test("checking happy path", () => {
|
|
5
|
-
const apiStage = (0, import_getApiStage.getApiStage)("localhost");
|
|
6
|
-
expect(apiStage).toBeDefined();
|
|
7
|
-
});
|
|
8
|
-
});
|
|
9
|
-
//# sourceMappingURL=getApiStage.spec.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/spec/getApiStage.spec.ts"],"sourcesContent":["import { getApiStage } from '../getApiStage'\n\ndescribe('getApiStage', () => {\n test('checking happy path', () => {\n const apiStage = getApiStage('localhost')\n expect(apiStage).toBeDefined()\n })\n})\n"],"mappings":";AAAA,yBAA4B;AAE5B,SAAS,eAAe,MAAM;AAC5B,OAAK,uBAAuB,MAAM;AAChC,UAAM,eAAW,gCAAY,WAAW;AACxC,WAAO,QAAQ,EAAE,YAAY;AAAA,EAC/B,CAAC;AACH,CAAC;","names":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/spec/getApiStage.spec.ts"],"sourcesContent":["import { getApiStage } from '../getApiStage'\n\ndescribe('getApiStage', () => {\n test('checking happy path', () => {\n const apiStage = getApiStage('localhost')\n expect(apiStage).toBeDefined()\n })\n})\n"],"mappings":"AAAA,SAAS,mBAAmB;AAE5B,SAAS,eAAe,MAAM;AAC5B,OAAK,uBAAuB,MAAM;AAChC,UAAM,WAAW,YAAY,WAAW;AACxC,WAAO,QAAQ,EAAE,YAAY;AAAA,EAC/B,CAAC;AACH,CAAC;","names":[]}
|