@astropay/payments-lib 0.0.7 → 0.0.9

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.
@@ -4930,7 +4930,7 @@ C(W, "GET", async ({
4930
4930
  app_id: st.getToken(),
4931
4931
  environment: rt.getEnvironment(),
4932
4932
  platform: Li(),
4933
- version: "0.0.7"
4933
+ version: "0.0.9"
4934
4934
  };
4935
4935
  return vi(e);
4936
4936
  });
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.0.7",
2
+ "version": "0.0.9",
3
3
  "type": "module",
4
4
  "name": "@astropay/payments-lib",
5
5
  "description": "Official AstroPay payments library for web and mobile.",
@@ -30,20 +30,22 @@
30
30
  "main": "./dist/astropay-payments-lib.es.js",
31
31
  "module": "./dist/astropay-payments-lib.es.js",
32
32
  "types": "./dist/types/index.d.ts",
33
- "typesVersions": {
34
- "*": {
35
- "*": [
36
- "./dist/types/index.d.ts",
37
- "./dist/types/globals.d.ts"
38
- ]
39
- }
40
- },
41
33
  "exports": {
42
34
  ".": {
43
35
  "import": "./dist/astropay-payments-lib.es.js",
36
+ "types": "./dist/types/*"
37
+ },
38
+ "./types": {
44
39
  "types": "./dist/types/index.d.ts"
45
40
  }
46
41
  },
42
+ "typesVersions": {
43
+ "*": {
44
+ "types/*": [
45
+ "./dist/types/*"
46
+ ]
47
+ }
48
+ },
47
49
  "files": [
48
50
  "dist",
49
51
  "README.md"
@@ -57,8 +59,7 @@
57
59
  "preview": "vite preview",
58
60
  "test": "jest",
59
61
  "test:watch": "jest --watch",
60
- "prepare": "husky",
61
- "publish": "npm publish --access public"
62
+ "prepare": "husky"
62
63
  },
63
64
  "peerDependencies": {
64
65
  "@emotion/css": "^11.13.5",