@jobber/components-native 0.102.1 → 0.102.2-JOB-169769-8f4f946.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/components-native",
3
- "version": "0.102.1",
3
+ "version": "0.102.2-JOB-169769-8f4f946.0+8f4f9460",
4
4
  "license": "MIT",
5
5
  "description": "React Native implementation of Atlantis",
6
6
  "repository": {
@@ -15,6 +15,17 @@
15
15
  "main": "dist/src/index.js",
16
16
  "module": "dist/src/index.js",
17
17
  "types": "dist/types/src/index.d.ts",
18
+ "exports": {
19
+ ".": {
20
+ "types": "./dist/types/src/index.d.ts",
21
+ "default": "./dist/src/index.js"
22
+ },
23
+ "./primitives": {
24
+ "types": "./dist/types/src/primitives/index.d.ts",
25
+ "default": "./dist/src/primitives/index.js"
26
+ },
27
+ "./package.json": "./package.json"
28
+ },
18
29
  "files": [
19
30
  "dist",
20
31
  "dist/docs/**/*",
@@ -109,5 +120,5 @@
109
120
  "react-native-screens": ">=4.18.0",
110
121
  "react-native-svg": ">=12.0.0"
111
122
  },
112
- "gitHead": "ae5effe71c6a659b371c7c0edc586c0fd5467401"
123
+ "gitHead": "8f4f9460ea5cbf6402afd10fdb7447cc7d2de5d8"
113
124
  }
@@ -0,0 +1 @@
1
+ export {};