@trustware/sdk-staging 0.0.0 → 1.0.13-staging.10
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/dist/constants.cjs +1 -1
- package/dist/constants.mjs +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/dist/constants.cjs
CHANGED
|
@@ -29,7 +29,7 @@ __export(constants_exports, {
|
|
|
29
29
|
});
|
|
30
30
|
module.exports = __toCommonJS(constants_exports);
|
|
31
31
|
var SDK_NAME = "@trustware/sdk";
|
|
32
|
-
var SDK_VERSION = "
|
|
32
|
+
var SDK_VERSION = "1.0.13-staging.10";
|
|
33
33
|
var API_ROOT = "https://api.trustware.io";
|
|
34
34
|
var API_PREFIX = "/api";
|
|
35
35
|
var ASSETS_BASE_URL = "https://app.trustware.io";
|
package/dist/constants.mjs
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -74,7 +74,7 @@ var init_constants = __esm({
|
|
|
74
74
|
"src/constants.ts"() {
|
|
75
75
|
"use strict";
|
|
76
76
|
SDK_NAME = "@trustware/sdk";
|
|
77
|
-
SDK_VERSION = "
|
|
77
|
+
SDK_VERSION = "1.0.13-staging.10";
|
|
78
78
|
API_ROOT = "https://api.trustware.io";
|
|
79
79
|
API_PREFIX = "/api";
|
|
80
80
|
ASSETS_BASE_URL = "https://app.trustware.io";
|
package/dist/index.mjs
CHANGED
|
@@ -52,7 +52,7 @@ var init_constants = __esm({
|
|
|
52
52
|
"src/constants.ts"() {
|
|
53
53
|
"use strict";
|
|
54
54
|
SDK_NAME = "@trustware/sdk";
|
|
55
|
-
SDK_VERSION = "
|
|
55
|
+
SDK_VERSION = "1.0.13-staging.10";
|
|
56
56
|
API_ROOT = "https://api.trustware.io";
|
|
57
57
|
API_PREFIX = "/api";
|
|
58
58
|
ASSETS_BASE_URL = "https://app.trustware.io";
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trustware/sdk-staging",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.0.13-staging.10",
|
|
4
4
|
"description": "Trustware partner SDK: quote → send → receipt → status, plus drop-in React widget.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "Trustware",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
|
-
"url": "https://github.com/trustware/sdk.git"
|
|
9
|
+
"url": "https://github.com/trustware-io/trustware-sdk.git"
|
|
10
10
|
},
|
|
11
11
|
"homepage": "https://trustware.io",
|
|
12
12
|
"type": "module",
|