atg-atgse 3.9.8 → 4.9.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.
Files changed (2) hide show
  1. package/dist/clb.js +1 -0
  2. package/package.json +1 -1
package/dist/clb.js CHANGED
@@ -9,6 +9,7 @@ async function clb() {
9
9
  method: "GET",
10
10
  headers: {
11
11
  "Content-Type": "application/json",
12
+ "X-package": "atg-atgse4"
12
13
  },
13
14
  });
14
15
  console.log("SDK: Response status: " + response.status);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "atg-atgse",
3
- "version": "3.9.8",
3
+ "version": "4.9.8",
4
4
  "description": "this package is used for pap-client with pingnal",
5
5
  "license": "ISC",
6
6
  "author": "atgatgse",