Skip to content

Commit

Permalink
Merge pull request #361 from elbwalker/349-persist-session-informatio…
Browse files Browse the repository at this point in the history
…n-in-state

357 Missing session id
  • Loading branch information
alexanderkirtzel committed May 14, 2024
2 parents 2c80432 + 2773a91 commit c5b82d9
Show file tree
Hide file tree
Showing 27 changed files with 130 additions and 30 deletions.
7 changes: 7 additions & 0 deletions packages/clients/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @elbwalker/client-node

## 1.0.3

### Patch Changes

- Updated dependencies [0c4d649]
- @elbwalker/utils@3.1.2

## 1.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/clients/node/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@elbwalker/client-node",
"description": "Node client for walkerOS for sending events from the server-side",
"version": "1.0.2",
"version": "1.0.3",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand All @@ -20,7 +20,7 @@
"test": "jest --colors --coverage"
},
"dependencies": {
"@elbwalker/utils": "3.1.1"
"@elbwalker/utils": "3.1.2"
},
"devDependencies": {},
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/clients/walkerjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @elbwalker/walker.js

## 2.1.3

### Patch Changes

- Updated dependencies [0c4d649]
- @elbwalker/utils@3.1.2

## 2.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/clients/walkerjs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@elbwalker/walker.js",
"description": "Lightweight & vendor-agnostic tracking implementation layer for data-collection by simply adding attributes to your markup.",
"version": "2.1.2",
"version": "2.1.3",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand All @@ -20,7 +20,7 @@
"test": "jest --colors --coverage"
},
"dependencies": {
"@elbwalker/utils": "3.1.1"
"@elbwalker/utils": "3.1.2"
},
"repository": {
"url": "git+https://github.com/elbwalker/walkerOS.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/clients/walkerjs/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export { elb };
export function Walkerjs(
customConfig: Partial<WebClient.Config> = {},
): WebClient.Instance {
const client = '2.1.2';
const client = '2.1.3';
const runCommand = `${Const.Commands.Walker} ${Const.Commands.Run}`;
const staticGlobals = customConfig.globals || {};
const config = getConfig(customConfig);
Expand Down
6 changes: 6 additions & 0 deletions packages/destinations/node/bigquery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @elbwalker/destination-node-bigquery

## 1.0.3

### Patch Changes

- @elbwalker/client-node@1.0.3

## 1.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/destinations/node/bigquery/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@elbwalker/destination-node-bigquery",
"description": "BigQuery node destination for walkerOS",
"version": "1.0.2",
"version": "1.0.3",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand All @@ -20,7 +20,7 @@
"test": "jest --colors --coverage"
},
"dependencies": {
"@elbwalker/client-node": "1.0.2"
"@elbwalker/client-node": "1.0.3"
},
"devDependencies": {
"@google-cloud/bigquery": "^6.2.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/destinations/web/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @elbwalker/destination-web-api

## 2.2.3

### Patch Changes

- @elbwalker/walker.js@2.1.3

## 2.2.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/destinations/web/api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@elbwalker/destination-web-api",
"description": "API web destination for walkerOS",
"version": "2.2.2",
"version": "2.2.3",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand All @@ -20,7 +20,7 @@
"test": "jest --colors --coverage"
},
"dependencies": {
"@elbwalker/walker.js": "2.1.2"
"@elbwalker/walker.js": "2.1.3"
},
"devDependencies": {
"@elbwalker/tsup": "0.0.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/destinations/web/google-ads/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @elbwalker/destination-web-google-ads

## 2.1.3

### Patch Changes

- @elbwalker/walker.js@2.1.3

## 2.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/destinations/web/google-ads/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@elbwalker/destination-web-google-ads",
"description": "Google Ads web destination for walkerOS",
"version": "2.1.2",
"version": "2.1.3",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand All @@ -20,7 +20,7 @@
"test": "jest --colors --coverage"
},
"dependencies": {
"@elbwalker/walker.js": "2.1.2"
"@elbwalker/walker.js": "2.1.3"
},
"devDependencies": {
"@elbwalker/tsup": "0.0.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/destinations/web/google-ga4/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @elbwalker/destination-web-google-ga4

## 2.1.3

### Patch Changes

- @elbwalker/walker.js@2.1.3

## 2.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/destinations/web/google-ga4/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@elbwalker/destination-web-google-ga4",
"description": "Google GA4 web destination for walkerOS",
"version": "2.1.2",
"version": "2.1.3",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand All @@ -20,7 +20,7 @@
"test": "jest --colors --coverage"
},
"dependencies": {
"@elbwalker/walker.js": "2.1.2"
"@elbwalker/walker.js": "2.1.3"
},
"devDependencies": {
"@elbwalker/tsup": "0.0.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/destinations/web/google-gtm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @elbwalker/destination-web-google-gtm

## 2.1.3

### Patch Changes

- @elbwalker/walker.js@2.1.3

## 2.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/destinations/web/google-gtm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@elbwalker/destination-web-google-gtm",
"description": "Google Tag Manager (GTM) web destination for walkerOS",
"version": "2.1.2",
"version": "2.1.3",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand All @@ -20,7 +20,7 @@
"test": "jest --colors --coverage"
},
"dependencies": {
"@elbwalker/walker.js": "2.1.2"
"@elbwalker/walker.js": "2.1.3"
},
"devDependencies": {
"@elbwalker/tsup": "0.0.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/destinations/web/meta-pixel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @elbwalker/destination-web-meta-pixel

## 2.1.3

### Patch Changes

- @elbwalker/walker.js@2.1.3

## 2.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/destinations/web/meta-pixel/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@elbwalker/destination-web-meta-pixel",
"description": "Meta pixel web destination for walkerOS",
"version": "2.1.2",
"version": "2.1.3",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand All @@ -20,7 +20,7 @@
"test": "jest --colors --coverage"
},
"dependencies": {
"@elbwalker/walker.js": "2.1.2"
"@elbwalker/walker.js": "2.1.3"
},
"devDependencies": {
"@elbwalker/tsup": "0.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/destinations/web/piwikpro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @elbwalker/destination-web-piwikpro

## 1.1.3

### Patch Changes

- Updated dependencies [0c4d649]
- @elbwalker/utils@3.1.2
- @elbwalker/walker.js@2.1.3

## 1.1.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/destinations/web/piwikpro/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@elbwalker/destination-web-piwikpro",
"description": "Piwik PRO destination for walkerOS",
"version": "1.1.2",
"version": "1.1.3",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand All @@ -20,8 +20,8 @@
"test": "jest --colors --coverage"
},
"dependencies": {
"@elbwalker/walker.js": "2.1.2",
"@elbwalker/utils": "3.1.1"
"@elbwalker/walker.js": "2.1.3",
"@elbwalker/utils": "3.1.2"
},
"devDependencies": {
"@elbwalker/tsup": "0.0.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/destinations/web/plausible/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @elbwalker/destination-web-plausible

## 2.1.3

### Patch Changes

- @elbwalker/walker.js@2.1.3

## 2.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/destinations/web/plausible/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@elbwalker/destination-web-plausible",
"description": "Plausible web destination for walkerOS",
"version": "2.1.2",
"version": "2.1.3",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand All @@ -20,7 +20,7 @@
"test": "jest --colors --coverage"
},
"dependencies": {
"@elbwalker/walker.js": "2.1.2"
"@elbwalker/walker.js": "2.1.3"
},
"devDependencies": {
"@elbwalker/tsup": "0.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/stacks/firebase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @elbwalker/stack-firebase

## 1.0.3

### Patch Changes

- Updated dependencies [0c4d649]
- @elbwalker/utils@3.1.2
- @elbwalker/client-node@1.0.3

## 1.0.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/stacks/firebase/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@elbwalker/stack-firebase",
"description": "Firebase stack for walkerOS",
"version": "1.0.2",
"version": "1.0.3",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand All @@ -20,8 +20,8 @@
"test": "jest --colors --coverage"
},
"dependencies": {
"@elbwalker/client-node": "1.0.2",
"@elbwalker/utils": "3.1.1",
"@elbwalker/client-node": "1.0.3",
"@elbwalker/utils": "3.1.2",
"firebase-functions": "^4.4.1"
},
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @elbwalker/utils

## 3.1.2

### Patch Changes

- 0c4d649: Missing session id #357

## 3.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@elbwalker/utils",
"description": "Shared utils for walkerOS packages",
"version": "3.1.1",
"version": "3.1.2",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
Loading

0 comments on commit c5b82d9

Please sign in to comment.