@lark-apaas/observable-web-lite 1.0.2-beta.0 → 1.0.2

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/index.js CHANGED
@@ -80,7 +80,7 @@ function toNanoString(ms) {
80
80
  }
81
81
 
82
82
  // src/sender.ts
83
- var SDK_VERSION = "1.0.2-beta.0" ;
83
+ var SDK_VERSION = "1.0.2" ;
84
84
  function buildPayload(dataPoints, overrides) {
85
85
  const defaultAttrs = getDefaultAttributes(overrides);
86
86
  const nowNs = toNanoString(Date.now());
package/dist/index.mjs CHANGED
@@ -78,7 +78,7 @@ function toNanoString(ms) {
78
78
  }
79
79
 
80
80
  // src/sender.ts
81
- var SDK_VERSION = "1.0.2-beta.0" ;
81
+ var SDK_VERSION = "1.0.2" ;
82
82
  function buildPayload(dataPoints, overrides) {
83
83
  const defaultAttrs = getDefaultAttributes(overrides);
84
84
  const nowNs = toNanoString(Date.now());
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lark-apaas/observable-web-lite",
3
- "version": "1.0.2-beta.0",
3
+ "version": "1.0.2",
4
4
  "description": "Lightweight PV/UV reporting SDK - zero dependencies",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",