@amplitude/analytics-core 2.34.0 → 2.34.1
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/lib/cjs/types/page-url-enrichment.d.ts +3 -2
- package/lib/cjs/types/page-url-enrichment.d.ts.map +1 -1
- package/lib/cjs/types/page-url-enrichment.js.map +1 -1
- package/lib/esm/types/page-url-enrichment.d.ts +3 -2
- package/lib/esm/types/page-url-enrichment.d.ts.map +1 -1
- package/lib/esm/types/page-url-enrichment.js.map +1 -1
- package/package.json +2 -2
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @experimental this feature is experimental and may not be stable
|
|
3
|
-
* Using an empty object for now until we have actual options
|
|
4
3
|
*/
|
|
5
|
-
export type PageUrlEnrichmentOptions =
|
|
4
|
+
export type PageUrlEnrichmentOptions = {
|
|
5
|
+
internalDomains?: string[];
|
|
6
|
+
};
|
|
6
7
|
//# sourceMappingURL=page-url-enrichment.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"page-url-enrichment.d.ts","sourceRoot":"","sources":["../../../src/types/page-url-enrichment.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"page-url-enrichment.d.ts","sourceRoot":"","sources":["../../../src/types/page-url-enrichment.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,MAAM,wBAAwB,GAAG;IAIrC,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC;CAC5B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"page-url-enrichment.js","sourceRoot":"","sources":["../../../src/types/page-url-enrichment.ts"],"names":[],"mappings":"","sourcesContent":["/**\n * @experimental this feature is experimental and may not be stable\n
|
|
1
|
+
{"version":3,"file":"page-url-enrichment.js","sourceRoot":"","sources":["../../../src/types/page-url-enrichment.ts"],"names":[],"mappings":"","sourcesContent":["/**\n * @experimental this feature is experimental and may not be stable\n */\nexport type PageUrlEnrichmentOptions = {\n // a list of domains that are to be considered internal, e.g. 'example.com', 'example.co.uk'.\n // Previous Page URLs will be matched to these strings to determine the Previous Page URL type.\n // Adding the domain is sufficient, there is no need to add the subdomain.\n internalDomains?: string[];\n};\n"]}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @experimental this feature is experimental and may not be stable
|
|
3
|
-
* Using an empty object for now until we have actual options
|
|
4
3
|
*/
|
|
5
|
-
export type PageUrlEnrichmentOptions =
|
|
4
|
+
export type PageUrlEnrichmentOptions = {
|
|
5
|
+
internalDomains?: string[];
|
|
6
|
+
};
|
|
6
7
|
//# sourceMappingURL=page-url-enrichment.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"page-url-enrichment.d.ts","sourceRoot":"","sources":["../../../src/types/page-url-enrichment.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"page-url-enrichment.d.ts","sourceRoot":"","sources":["../../../src/types/page-url-enrichment.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,MAAM,wBAAwB,GAAG;IAIrC,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC;CAC5B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"page-url-enrichment.js","sourceRoot":"","sources":["../../../src/types/page-url-enrichment.ts"],"names":[],"mappings":"","sourcesContent":["/**\n * @experimental this feature is experimental and may not be stable\n
|
|
1
|
+
{"version":3,"file":"page-url-enrichment.js","sourceRoot":"","sources":["../../../src/types/page-url-enrichment.ts"],"names":[],"mappings":"","sourcesContent":["/**\n * @experimental this feature is experimental and may not be stable\n */\nexport type PageUrlEnrichmentOptions = {\n // a list of domains that are to be considered internal, e.g. 'example.com', 'example.co.uk'.\n // Previous Page URLs will be matched to these strings to determine the Previous Page URL type.\n // Adding the domain is sufficient, there is no need to add the subdomain.\n internalDomains?: string[];\n};\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@amplitude/analytics-core",
|
|
3
|
-
"version": "2.34.
|
|
3
|
+
"version": "2.34.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Amplitude Inc",
|
|
6
6
|
"homepage": "https://github.com/amplitude/Amplitude-TypeScript",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"files": [
|
|
44
44
|
"lib"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "3c631f7b696bdef9e85185f8b12c071067b90db1"
|
|
47
47
|
}
|