@walkeros/web-destination-meta 4.2.0 → 4.2.1-next-1781526381392

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/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @walkeros/web-destination-meta
2
2
 
3
+ ## 4.2.1-next-1781526381392
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [5cbcd23]
8
+ - @walkeros/core@4.2.1-next-1781526381392
9
+ - @walkeros/web-core@4.2.1-next-1781526381392
10
+
3
11
  ## 4.2.0
4
12
 
5
13
  ### Patch Changes
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/web-destination-meta",
4
- "version": "4.2.0",
4
+ "version": "4.2.1-next-1781526381392",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "web"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@walkeros/web-destination-meta",
3
3
  "description": "Meta pixel web destination for walkerOS",
4
- "version": "4.2.0",
4
+ "version": "4.2.1-next-1781526381392",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",
@@ -38,12 +38,12 @@
38
38
  "update": "npx npm-check-updates -u && npm update"
39
39
  },
40
40
  "dependencies": {
41
- "@walkeros/core": "4.2.0",
42
- "@walkeros/web-core": "4.2.0"
41
+ "@walkeros/core": "4.2.1-next-1781526381392",
42
+ "@walkeros/web-core": "4.2.1-next-1781526381392"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@types/facebook-pixel": "^0.0.31",
46
- "@walkeros/collector": "4.2.0"
46
+ "@walkeros/collector": "4.2.1-next-1781526381392"
47
47
  },
48
48
  "repository": {
49
49
  "url": "git+https://github.com/elbwalker/walkerOS.git",