expo-app-metrics 0.1.0 → 0.1.2

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "expo-app-metrics",
3
3
  "title": "Expo App Metrics",
4
- "version": "0.1.0",
4
+ "version": "0.1.2",
5
5
  "description": "Expo module that collects app startup, frame rate, memory, and session metrics",
6
6
  "main": "src/index.ts",
7
7
  "types": "build/index.d.ts",
@@ -31,7 +31,7 @@
31
31
  "author": "650 Industries, Inc.",
32
32
  "license": "MIT",
33
33
  "dependencies": {
34
- "expo-updates-interface": "^55.0.0"
34
+ "expo-updates-interface": "~55.1.3"
35
35
  },
36
36
  "devDependencies": {
37
37
  "expo-module-scripts": "^5.0.7"