@kong-ui-public/analytics-utilities 12.1.4-pr.2686.1f6139d4b.0 → 12.1.4-pr.2686.24ab0d28c.0
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kong-ui-public/analytics-utilities",
|
|
3
|
-
"version": "12.1.4-pr.2686.
|
|
3
|
+
"version": "12.1.4-pr.2686.24ab0d28c.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/vitals-utilities.umd.js",
|
|
6
6
|
"module": "./dist/vitals-utilities.es.js",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"test:unit": "cross-env FORCE_COLOR=1 run-s test:unit:default test:unit:utc test:unit:est",
|
|
69
69
|
"test:unit:open": "cross-env FORCE_COLOR=1 vitest --ui",
|
|
70
70
|
"test:unit:default": "vitest run spec.ts",
|
|
71
|
-
"test:unit:utc": "TZ='US/Eastern' vitest run spec.
|
|
72
|
-
"test:unit:est": "TZ='UTC' vitest run spec.
|
|
71
|
+
"test:unit:utc": "TZ='US/Eastern' vitest run tz.spec.ts",
|
|
72
|
+
"test:unit:est": "TZ='UTC' vitest run tz.spec.ts"
|
|
73
73
|
}
|
|
74
74
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"format.spec.tz.d.ts","sourceRoot":"","sources":["../../src/format.spec.tz.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"queryTime.spec.tz.d.ts","sourceRoot":"","sources":["../../src/queryTime.spec.tz.ts"],"names":[],"mappings":""}
|