pingram 0.1.7 → 0.1.8
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/src/client.js +2 -7
- package/package.json +1 -1
package/dist/src/client.js
CHANGED
|
@@ -4,16 +4,11 @@
|
|
|
4
4
|
* DO NOT EDIT MANUALLY - changes will be overwritten
|
|
5
5
|
* Edit templates/client-wrapper.mustache instead
|
|
6
6
|
*/
|
|
7
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
9
|
-
};
|
|
10
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11
8
|
exports.Pingram = void 0;
|
|
12
9
|
const src_1 = require("../generated/src");
|
|
13
|
-
//
|
|
14
|
-
const
|
|
15
|
-
// SDK version for User-Agent header
|
|
16
|
-
const SDK_VERSION = package_json_1.default.version;
|
|
10
|
+
// SDK version for User-Agent header (injected at codegen time)
|
|
11
|
+
const SDK_VERSION = '0.1.8';
|
|
17
12
|
const USER_AGENT = `pingram-node/${SDK_VERSION}`;
|
|
18
13
|
const src_2 = require("../generated/src");
|
|
19
14
|
const src_3 = require("../generated/src");
|