Skip to content

Commit b46663c

Browse files
pre 2.1.0-next.0 release
1 parent da09a1f commit b46663c

36 files changed

+331
-56
lines changed

.changeset/pre.json

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"mode": "pre",
3+
"tag": "next",
4+
"initialVersions": {
5+
"@elbwalker/client-node": "1.0.0",
6+
"@elbwalker/walker.js": "2.0.1",
7+
"eslint-config-custom": "0.0.0",
8+
"@elbwalker/jest": "0.0.0",
9+
"@elbwalker/tsconfig": "0.0.0",
10+
"@elbwalker/tsup": "0.0.0",
11+
"@elbwalker/destination-node-bigquery": "1.0.0",
12+
"@elbwalker/destination-web-api": "2.1.0",
13+
"@elbwalker/destination-web-google-ads": "2.0.1",
14+
"@elbwalker/destination-web-google-ga4": "2.0.1",
15+
"@elbwalker/destination-web-google-gtm": "2.0.1",
16+
"@elbwalker/destination-web-meta-pixel": "2.0.1",
17+
"@elbwalker/destination-web-piwikpro": "1.0.1",
18+
"@elbwalker/destination-web-plausible": "2.0.1",
19+
"@elbwalker/stack-firebase": "1.0.0",
20+
"@elbwalker/tagger": "2.0.1",
21+
"@elbwalker/types": "1.0.0",
22+
"@elbwalker/utils": "3.0.1"
23+
},
24+
"changesets": [
25+
"brown-chefs-push",
26+
"dry-crabs-hug",
27+
"five-drinks-talk",
28+
"four-buckets-grow",
29+
"loud-eyes-tie",
30+
"plenty-sheep-help",
31+
"rare-sheep-ring",
32+
"sixty-spies-mate",
33+
"tender-tools-run",
34+
"three-lizards-appear",
35+
"twenty-ads-heal",
36+
"weak-paws-kiss"
37+
]
38+
}

.changeset/tender-tools-run.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
'@elbwalker/walker.js': minor
99
---
1010

11-
https://don't require return on destination init
12-
[#320](github.com/elbwalker/walkerOS/issues/320)
11+
don't require return on destination init
12+
[#320](https://github.com/elbwalker/walkerOS/issues/320)

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
//registry.npmjs.org/:_authToken=${NPM_TOKEN}

packages/clients/node/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @elbwalker/client-node
22

3+
## 1.0.1-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- Updated dependencies
9+
- Updated dependencies
10+
- @elbwalker/utils@3.1.0-next.0
11+
312
## 1.0.0
413

514
### Major Changes

packages/clients/node/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@elbwalker/client-node",
33
"description": "Node client for walkerOS for sending events from the server-side",
4-
"version": "1.0.0",
4+
"version": "1.0.1-next.0",
55
"license": "MIT",
66
"main": "dist/index.js",
77
"module": "dist/index.mjs",
@@ -20,10 +20,10 @@
2020
"test": "jest --colors --coverage"
2121
},
2222
"dependencies": {
23-
"@elbwalker/utils": "*"
23+
"@elbwalker/utils": "3.1.0-next.0"
2424
},
2525
"devDependencies": {
26-
"@elbwalker/types": "*"
26+
"@elbwalker/types": "1.1.0-next.0"
2727
},
2828
"repository": {
2929
"url": "git+https://github.com/elbwalker/walkerOS.git",

packages/clients/walkerjs/CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# @elbwalker/walker.js
22

3+
## 2.1.0-next.0
4+
5+
### Minor Changes
6+
7+
- elbLayer init arguments
8+
[#326](https://github.com/elbwalker/walkerOS/issues/326)
9+
- Add a getSession function
10+
[#324](https://github.com/elbwalker/walkerOS/issues/324)
11+
- action Filter type doesn't trim
12+
[#288](https://github.com/elbwalker/walkerOS/issues/288)
13+
- Context for page view events
14+
[#269](https://github.com/elbwalker/walkerOS/issues/269)
15+
- Require consent to run
16+
[#327](https://github.com/elbwalker/walkerOS/issues/327)
17+
- walker on command added
18+
[#314](https://github.com/elbwalker/walkerOS/issues/314)
19+
20+
Assign instance to window via config
21+
[#316](https://github.com/elbwalker/walkerOS/issues/316)
22+
23+
- don't require return on destination init
24+
[#320](https://github.com/elbwalker/walkerOS/issues/320)
25+
- on start command [#325](https://github.com/elbwalker/walkerOS/issues/325)
26+
- Support for walker on for multiple functions
27+
[#321](https://github.com/elbwalker/walkerOS/issues/321)
28+
- Config options for run and dataLayer
29+
[#328](https://github.com/elbwalker/walkerOS/issues/328)
30+
331
## 2.0.1
432

533
### Patch Changes

packages/clients/walkerjs/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@elbwalker/walker.js",
33
"description": "Lightweight & vendor-agnostic tracking implementation layer for data-collection by simply adding attributes to your markup.",
4-
"version": "2.0.1",
4+
"version": "2.1.0-next.0",
55
"license": "MIT",
66
"main": "dist/index.js",
77
"module": "dist/index.mjs",
@@ -20,8 +20,8 @@
2020
"test": "jest --colors --coverage"
2121
},
2222
"devDependencies": {
23-
"@elbwalker/utils": "*",
24-
"@elbwalker/types": "*"
23+
"@elbwalker/utils": "3.1.0-next.0",
24+
"@elbwalker/types": "1.1.0-next.0"
2525
},
2626
"repository": {
2727
"url": "git+https://github.com/elbwalker/walkerOS.git",

packages/clients/walkerjs/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export { elb };
2626
export function Walkerjs(
2727
customConfig: Partial<WebClient.Config> = {},
2828
): WebClient.Instance {
29-
const client = '2.0.1';
29+
const client = '2.1.0-next.0';
3030
const runCommand = `${Const.Commands.Walker} ${Const.Commands.Run}`;
3131
const staticGlobals = customConfig.globals || {};
3232
const config = getConfig(customConfig);

packages/destinations/node/bigquery/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @elbwalker/destination-node-bigquery
22

3+
## 1.0.1-next.0
4+
5+
### Patch Changes
6+
7+
- @elbwalker/client-node@1.0.1-next.0
8+
39
## 1.0.0
410

511
### Major Changes

packages/destinations/node/bigquery/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@elbwalker/destination-node-bigquery",
33
"description": "BigQuery node destination for walkerOS",
4-
"version": "1.0.0",
4+
"version": "1.0.1-next.0",
55
"license": "MIT",
66
"main": "dist/index.js",
77
"module": "dist/index.mjs",
@@ -20,11 +20,11 @@
2020
"test": "jest --colors --coverage"
2121
},
2222
"dependencies": {
23-
"@elbwalker/client-node": "*"
23+
"@elbwalker/client-node": "1.0.1-next.0"
2424
},
2525
"devDependencies": {
2626
"@google-cloud/bigquery": "^6.2.1",
27-
"@elbwalker/types": "*"
27+
"@elbwalker/types": "1.1.0-next.0"
2828
},
2929
"repository": {
3030
"url": "git+https://github.com/elbwalker/walkerOS.git",

packages/destinations/node/bigquery/src/__tests__/index.test.ts

-3
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,6 @@ describe('Node Destination BigQuery', () => {
107107
).rejects.toThrow('Config custom projectId missing');
108108

109109
config = await getConfig({ projectId });
110-
111-
expect(config.meta.name).toEqual('BigQuery');
112-
expect(config.meta.version).toEqual(expect.any(String));
113110
expect(config.custom.datasetId).toBe('walkeros');
114111
expect(config.custom.tableId).toBe('events');
115112
});

packages/destinations/node/bigquery/src/config.ts

+3-7
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,11 @@ export function log(message: string, verbose?: boolean) {
88

99
export function getConfig(partialConfig: PartialConfig = {}): Config {
1010
const custom = partialConfig.custom || ({} as CustomConfig);
11-
let { client, projectId, location, datasetId, tableId, bigquery } = custom;
11+
const { projectId, bigquery } = custom;
12+
let { client, location, datasetId, tableId } = custom;
1213

1314
if (!projectId) throwError('Config custom projectId missing');
1415

15-
const meta = {
16-
name: 'BigQuery',
17-
version: '1.0.0',
18-
};
19-
2016
location = location || 'EU';
2117
datasetId = datasetId || 'walkeros';
2218
tableId = tableId || 'events';
@@ -38,5 +34,5 @@ export function getConfig(partialConfig: PartialConfig = {}): Config {
3834
// Log Handler
3935
const onLog = (message: string) => log(message, partialConfig.verbose);
4036

41-
return { ...partialConfig, custom: customConfig, meta, onLog };
37+
return { ...partialConfig, custom: customConfig, onLog };
4238
}

packages/destinations/node/bigquery/src/types/index.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { NodeDestination } from '@elbwalker/client-node';
2-
import type { Destination, Handler, WalkerOS } from '@elbwalker/types';
2+
import type { Handler, WalkerOS } from '@elbwalker/types';
33
import type { BigQuery, BigQueryOptions } from '@google-cloud/bigquery';
44

55
export interface Destination
@@ -13,7 +13,6 @@ export type SetupFn = NodeDestination.SetupFn<CustomConfig, CustomEventConfig>;
1313

1414
export type Config = {
1515
custom: CustomConfig;
16-
meta: Destination.Meta;
1716
onLog: Handler.Log;
1817
} & NodeDestination.Config<CustomConfig, CustomEventConfig>;
1918
export type PartialConfig = NodeDestination.Config<

packages/destinations/web/api/CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# @elbwalker/destination-web-api
22

3+
## 2.2.0-next.0
4+
5+
### Minor Changes
6+
7+
- Updates type definitions
8+
[#315](https://github.com/elbwalker/walkerOS/issues/315)
9+
10+
### Patch Changes
11+
12+
- Updated dependencies
13+
- Updated dependencies
14+
- Updated dependencies
15+
- Updated dependencies
16+
- Updated dependencies
17+
- Updated dependencies
18+
- Updated dependencies
19+
- Updated dependencies
20+
- Updated dependencies
21+
- Updated dependencies
22+
- @elbwalker/walker[email protected]
23+
324
## 2.1.0
425

526
### Minor Changes

packages/destinations/web/api/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@elbwalker/destination-web-api",
33
"description": "API web destination for walkerOS",
4-
"version": "2.1.0",
4+
"version": "2.2.0-next.0",
55
"license": "MIT",
66
"main": "dist/index.js",
77
"module": "dist/index.mjs",
@@ -20,11 +20,11 @@
2020
"test": "jest --colors --coverage"
2121
},
2222
"dependencies": {
23-
"@elbwalker/walker.js": "*"
23+
"@elbwalker/walker.js": "2.1.0-next.0"
2424
},
2525
"devDependencies": {
2626
"@elbwalker/tsup": "*",
27-
"@elbwalker/types": "*"
27+
"@elbwalker/types": "1.1.0-next.0"
2828
},
2929
"repository": {
3030
"url": "git+https://github.com/elbwalker/walkerOS.git",

packages/destinations/web/google-ads/CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# @elbwalker/destination-web-google-ads
22

3+
## 2.1.0-next.0
4+
5+
### Minor Changes
6+
7+
- Updates type definitions
8+
[#315](https://github.com/elbwalker/walkerOS/issues/315)
9+
- don't require return on destination init
10+
[#320](https://github.com/elbwalker/walkerOS/issues/320)
11+
12+
### Patch Changes
13+
14+
- Updated dependencies
15+
- Updated dependencies
16+
- Updated dependencies
17+
- Updated dependencies
18+
- Updated dependencies
19+
- Updated dependencies
20+
- Updated dependencies
21+
- Updated dependencies
22+
- Updated dependencies
23+
- Updated dependencies
24+
- @elbwalker/walker[email protected]
25+
326
## 2.0.1
427

528
### Patch Changes

packages/destinations/web/google-ads/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@elbwalker/destination-web-google-ads",
33
"description": "Google Ads web destination for walkerOS",
4-
"version": "2.0.1",
4+
"version": "2.1.0-next.0",
55
"license": "MIT",
66
"main": "dist/index.js",
77
"module": "dist/index.mjs",
@@ -20,11 +20,11 @@
2020
"test": "jest --colors --coverage"
2121
},
2222
"dependencies": {
23-
"@elbwalker/walker.js": "*"
23+
"@elbwalker/walker.js": "2.1.0-next.0"
2424
},
2525
"devDependencies": {
2626
"@elbwalker/tsup": "*",
27-
"@elbwalker/types": "*",
27+
"@elbwalker/types": "1.1.0-next.0",
2828
"@types/gtag.js": "^0.0.12"
2929
},
3030
"repository": {

packages/destinations/web/google-ga4/CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# @elbwalker/destination-web-google-ga4
22

3+
## 2.1.0-next.0
4+
5+
### Minor Changes
6+
7+
- Updates type definitions
8+
[#315](https://github.com/elbwalker/walkerOS/issues/315)
9+
- don't require return on destination init
10+
[#320](https://github.com/elbwalker/walkerOS/issues/320)
11+
12+
### Patch Changes
13+
14+
- Updated dependencies
15+
- Updated dependencies
16+
- Updated dependencies
17+
- Updated dependencies
18+
- Updated dependencies
19+
- Updated dependencies
20+
- Updated dependencies
21+
- Updated dependencies
22+
- Updated dependencies
23+
- Updated dependencies
24+
- @elbwalker/walker[email protected]
25+
326
## 2.0.1
427

528
### Patch Changes

packages/destinations/web/google-ga4/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@elbwalker/destination-web-google-ga4",
33
"description": "Google GA4 web destination for walkerOS",
4-
"version": "2.0.1",
4+
"version": "2.1.0-next.0",
55
"license": "MIT",
66
"main": "dist/index.js",
77
"module": "dist/index.mjs",
@@ -20,11 +20,11 @@
2020
"test": "jest --colors --coverage"
2121
},
2222
"dependencies": {
23-
"@elbwalker/walker.js": "*"
23+
"@elbwalker/walker.js": "2.1.0-next.0"
2424
},
2525
"devDependencies": {
2626
"@elbwalker/tsup": "*",
27-
"@elbwalker/types": "*"
27+
"@elbwalker/types": "1.1.0-next.0"
2828
},
2929
"repository": {
3030
"url": "git+https://github.com/elbwalker/walkerOS.git",

0 commit comments

Comments
 (0)