@driveflux/pdf 1.2.16 → 1.2.17

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.
@@ -1 +1 @@
1
- {"version":3,"file":"subscription.d.ts","sourceRoot":"","sources":["../../src/__mocks__/subscription.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,cAAc,CAAA;AAE5D,eAAO,MAAM,YAAY,EAAE,wBA8zB1B,CAAA"}
1
+ {"version":3,"file":"subscription.d.ts","sourceRoot":"","sources":["../../src/__mocks__/subscription.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,cAAc,CAAA;AAE5D,eAAO,MAAM,YAAY,EAAE,wBA+zB1B,CAAA"}
@@ -174,6 +174,7 @@ export var subscription = {
174
174
  stripeCustomerId: 'cus_PioidrQGcxLkbQ',
175
175
  status: 'elligibleToSubscribe',
176
176
  race: null,
177
+ registrationComplete: true,
177
178
  department: null,
178
179
  signupParams: {
179
180
  method: 'email',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@driveflux/pdf",
3
- "version": "1.2.16",
3
+ "version": "1.2.17",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -12,7 +12,7 @@
12
12
  "dist"
13
13
  ],
14
14
  "dependencies": {
15
- "@driveflux/db": "1.5.11",
15
+ "@driveflux/db": "1.5.12",
16
16
  "@driveflux/env": "1.2.0",
17
17
  "@driveflux/format-money": "5.2.0",
18
18
  "@driveflux/time": "4.2.0",
@@ -1,3 +0,0 @@
1
- {
2
- "type": "commonjs"
3
- }