@sleeperhq/mini-core 1.9.5 → 1.9.6

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.
@@ -17,7 +17,7 @@
17
17
  "@react-navigation/native": "6.1.3",
18
18
  "@react-navigation/stack": "6.3.12",
19
19
  "@shopify/flash-list": "1.4.1",
20
- "@sleeperhq/mini-core": "1.9.5",
20
+ "@sleeperhq/mini-core": "1.9.6",
21
21
  "amazon-cognito-identity-js": "6.3.2",
22
22
  "crypto-js": "3.3.0",
23
23
  "decimal.js-light": "2.5.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sleeperhq/mini-core",
3
- "version": "1.9.5",
3
+ "version": "1.9.6",
4
4
  "description": "Core library frameworks for developing Sleeper Mini Apps.",
5
5
  "main": "index.ts",
6
6
  "types": "index.d.ts",
package/webpack.config.js CHANGED
@@ -156,6 +156,9 @@ module.exports = env => {
156
156
  ],
157
157
  chunkIds: 'named',
158
158
  },
159
+ watchOptions: {
160
+ poll: 1000,
161
+ },
159
162
  module: {
160
163
  /**
161
164
  * This rule will process all React Native related dependencies with Babel.