@devicecloud.dev/dcd 3.4.0 → 3.4.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/dist/constants.js CHANGED
@@ -202,5 +202,5 @@ exports.AndroidCompatibilityLookupPlay = {
202
202
  'pixel-6': ['34', '35'],
203
203
  'pixel-6-pro': [],
204
204
  'pixel-7': ['34', '35'],
205
- 'pixel-7-pro': [],
205
+ 'pixel-7-pro': ['34', '35'],
206
206
  };
@@ -416,5 +416,5 @@
416
416
  ]
417
417
  }
418
418
  },
419
- "version": "3.4.0"
419
+ "version": "3.4.1"
420
420
  }
package/package.json CHANGED
@@ -80,7 +80,7 @@
80
80
  "test": "mocha --forbid-only \"test/**/*.test.ts\"",
81
81
  "version": "oclif readme && git add README.md"
82
82
  },
83
- "version": "3.4.0",
83
+ "version": "3.4.1",
84
84
  "bugs": {
85
85
  "url": "https://discord.gg/gm3mJwcNw8"
86
86
  },