@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.
@@ -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 = "0.0.0";
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";
@@ -1,6 +1,6 @@
1
1
  // src/constants.ts
2
2
  var SDK_NAME = "@trustware/sdk";
3
- var SDK_VERSION = "0.0.0";
3
+ var SDK_VERSION = "1.0.13-staging.10";
4
4
  var API_ROOT = "https://api.trustware.io";
5
5
  var API_PREFIX = "/api";
6
6
  var ASSETS_BASE_URL = "https://app.trustware.io";
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 = "0.0.0";
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 = "0.0.0";
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": "0.0.0",
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",