orb-billing 6.2.0 → 6.4.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/CHANGELOG.md +15 -0
- package/package.json +1 -1
- package/resources/plans/migrations.d.mts +12 -9
- package/resources/plans/migrations.d.mts.map +1 -1
- package/resources/plans/migrations.d.ts +12 -9
- package/resources/plans/migrations.d.ts.map +1 -1
- package/src/resources/plans/migrations.ts +12 -9
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [6.4.0](https://github.com/orbcorp/orb-typescript/compare/v6.3.0...v6.4.0) (2026-07-24)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* **api:** increase max page limit for credit ledger endpoints from 500 to 1000 ([e195560](https://github.com/orbcorp/orb-typescript/commit/e195560a0f1a9f186d075074a220381fc0f4f77e))
|
|
9
|
+
* **api:** support decimal quantities for fixed fee quantity transitions ([c3f3968](https://github.com/orbcorp/orb-typescript/commit/c3f3968eceda319ef8c4379e4f7877152e41cd9f))
|
|
10
|
+
|
|
11
|
+
## [6.3.0](https://github.com/orbcorp/orb-typescript/compare/v6.2.0...v6.3.0) (2026-07-22)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* **api:** support `end_of_invoice` effective time for plan version migrations ([c264efe](https://github.com/orbcorp/orb-typescript/commit/c264efec840c323a84c88ff81986406a798725f5))
|
|
17
|
+
|
|
3
18
|
## [6.2.0](https://github.com/orbcorp/orb-typescript/compare/v6.1.0...v6.2.0) (2026-07-17)
|
|
4
19
|
|
|
5
20
|
|
package/package.json
CHANGED
|
@@ -31,10 +31,11 @@ export interface MigrationRetrieveResponse {
|
|
|
31
31
|
*/
|
|
32
32
|
id: string;
|
|
33
33
|
/**
|
|
34
|
-
* When the migration takes effect. Can be a specific date/time,
|
|
35
|
-
*
|
|
34
|
+
* When the migration takes effect. Can be a specific date/time, 'end_of_term' when
|
|
35
|
+
* scheduled to be at the end of the current billing period, or 'end_of_invoice'
|
|
36
|
+
* when scheduled to be at the start of the next invoice.
|
|
36
37
|
*/
|
|
37
|
-
effective_time: (string & {}) | (string & {}) | 'end_of_term' | null;
|
|
38
|
+
effective_time: (string & {}) | (string & {}) | 'end_of_term' | 'end_of_invoice' | null;
|
|
38
39
|
/**
|
|
39
40
|
* The ID of the plan being migrated.
|
|
40
41
|
*/
|
|
@@ -51,10 +52,11 @@ export interface MigrationListResponse {
|
|
|
51
52
|
*/
|
|
52
53
|
id: string;
|
|
53
54
|
/**
|
|
54
|
-
* When the migration takes effect. Can be a specific date/time,
|
|
55
|
-
*
|
|
55
|
+
* When the migration takes effect. Can be a specific date/time, 'end_of_term' when
|
|
56
|
+
* scheduled to be at the end of the current billing period, or 'end_of_invoice'
|
|
57
|
+
* when scheduled to be at the start of the next invoice.
|
|
56
58
|
*/
|
|
57
|
-
effective_time: (string & {}) | (string & {}) | 'end_of_term' | null;
|
|
59
|
+
effective_time: (string & {}) | (string & {}) | 'end_of_term' | 'end_of_invoice' | null;
|
|
58
60
|
/**
|
|
59
61
|
* The ID of the plan being migrated.
|
|
60
62
|
*/
|
|
@@ -71,10 +73,11 @@ export interface MigrationCancelResponse {
|
|
|
71
73
|
*/
|
|
72
74
|
id: string;
|
|
73
75
|
/**
|
|
74
|
-
* When the migration takes effect. Can be a specific date/time,
|
|
75
|
-
*
|
|
76
|
+
* When the migration takes effect. Can be a specific date/time, 'end_of_term' when
|
|
77
|
+
* scheduled to be at the end of the current billing period, or 'end_of_invoice'
|
|
78
|
+
* when scheduled to be at the start of the next invoice.
|
|
76
79
|
*/
|
|
77
|
-
effective_time: (string & {}) | (string & {}) | 'end_of_term' | null;
|
|
80
|
+
effective_time: (string & {}) | (string & {}) | 'end_of_term' | 'end_of_invoice' | null;
|
|
78
81
|
/**
|
|
79
82
|
* The ID of the plan being migrated.
|
|
80
83
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"migrations.d.mts","sourceRoot":"","sources":["../../src/resources/plans/migrations.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,gCAA4B;AAClD,OAAO,EAAE,UAAU,EAAE,mCAA+B;AACpD,OAAO,EAAE,IAAI,EAAE,KAAK,UAAU,EAAE,WAAW,EAAE,kCAA8B;AAC3E,OAAO,EAAE,cAAc,EAAE,2CAAuC;AAGhE;;;;GAIG;AACH,qBAAa,UAAW,SAAQ,WAAW;IACzC;;OAEG;IACH,QAAQ,CACN,WAAW,EAAE,MAAM,EACnB,MAAM,EAAE,uBAAuB,EAC/B,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,yBAAyB,CAAC;IAKxC;;;;;OAKG;IACH,IAAI,CACF,MAAM,EAAE,MAAM,EACd,KAAK,GAAE,mBAAmB,GAAG,IAAI,GAAG,SAAc,EAClD,OAAO,CAAC,EAAE,cAAc,GACvB,WAAW,CAAC,0BAA0B,EAAE,qBAAqB,CAAC;IAOjE;;OAEG;IACH,MAAM,CACJ,WAAW,EAAE,MAAM,EACnB,MAAM,EAAE,qBAAqB,EAC7B,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,uBAAuB,CAAC;CAIvC;AAED,MAAM,MAAM,0BAA0B,GAAG,IAAI,CAAC,qBAAqB,CAAC,CAAC;AAErE,MAAM,WAAW,yBAAyB;IACxC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX
|
|
1
|
+
{"version":3,"file":"migrations.d.mts","sourceRoot":"","sources":["../../src/resources/plans/migrations.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,gCAA4B;AAClD,OAAO,EAAE,UAAU,EAAE,mCAA+B;AACpD,OAAO,EAAE,IAAI,EAAE,KAAK,UAAU,EAAE,WAAW,EAAE,kCAA8B;AAC3E,OAAO,EAAE,cAAc,EAAE,2CAAuC;AAGhE;;;;GAIG;AACH,qBAAa,UAAW,SAAQ,WAAW;IACzC;;OAEG;IACH,QAAQ,CACN,WAAW,EAAE,MAAM,EACnB,MAAM,EAAE,uBAAuB,EAC/B,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,yBAAyB,CAAC;IAKxC;;;;;OAKG;IACH,IAAI,CACF,MAAM,EAAE,MAAM,EACd,KAAK,GAAE,mBAAmB,GAAG,IAAI,GAAG,SAAc,EAClD,OAAO,CAAC,EAAE,cAAc,GACvB,WAAW,CAAC,0BAA0B,EAAE,qBAAqB,CAAC;IAOjE;;OAEG;IACH,MAAM,CACJ,WAAW,EAAE,MAAM,EACnB,MAAM,EAAE,qBAAqB,EAC7B,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,uBAAuB,CAAC;CAIvC;AAED,MAAM,MAAM,0BAA0B,GAAG,IAAI,CAAC,qBAAqB,CAAC,CAAC;AAErE,MAAM,WAAW,yBAAyB;IACxC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;;OAIG;IACH,cAAc,EAAE,CAAC,MAAM,GAAG,EAAE,CAAC,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC,GAAG,aAAa,GAAG,gBAAgB,GAAG,IAAI,CAAC;IAExF;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,MAAM,EAAE,aAAa,GAAG,aAAa,GAAG,WAAW,GAAG,eAAe,GAAG,UAAU,CAAC;CACpF;AAED,MAAM,WAAW,qBAAqB;IACpC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;;OAIG;IACH,cAAc,EAAE,CAAC,MAAM,GAAG,EAAE,CAAC,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC,GAAG,aAAa,GAAG,gBAAgB,GAAG,IAAI,CAAC;IAExF;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,MAAM,EAAE,aAAa,GAAG,aAAa,GAAG,WAAW,GAAG,eAAe,GAAG,UAAU,CAAC;CACpF;AAED,MAAM,WAAW,uBAAuB;IACtC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;;OAIG;IACH,cAAc,EAAE,CAAC,MAAM,GAAG,EAAE,CAAC,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC,GAAG,aAAa,GAAG,gBAAgB,GAAG,IAAI,CAAC;IAExF;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,MAAM,EAAE,aAAa,GAAG,aAAa,GAAG,WAAW,GAAG,eAAe,GAAG,UAAU,CAAC;CACpF;AAED,MAAM,WAAW,uBAAuB;IACtC,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,mBAAoB,SAAQ,UAAU;CAAG;AAE1D,MAAM,WAAW,qBAAqB;IACpC,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,CAAC,OAAO,WAAW,UAAU,CAAC;IAClC,OAAO,EACL,KAAK,yBAAyB,IAAI,yBAAyB,EAC3D,KAAK,qBAAqB,IAAI,qBAAqB,EACnD,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,0BAA0B,IAAI,0BAA0B,EAC7D,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,mBAAmB,IAAI,mBAAmB,EAC/C,KAAK,qBAAqB,IAAI,qBAAqB,GACpD,CAAC;CACH"}
|
|
@@ -31,10 +31,11 @@ export interface MigrationRetrieveResponse {
|
|
|
31
31
|
*/
|
|
32
32
|
id: string;
|
|
33
33
|
/**
|
|
34
|
-
* When the migration takes effect. Can be a specific date/time,
|
|
35
|
-
*
|
|
34
|
+
* When the migration takes effect. Can be a specific date/time, 'end_of_term' when
|
|
35
|
+
* scheduled to be at the end of the current billing period, or 'end_of_invoice'
|
|
36
|
+
* when scheduled to be at the start of the next invoice.
|
|
36
37
|
*/
|
|
37
|
-
effective_time: (string & {}) | (string & {}) | 'end_of_term' | null;
|
|
38
|
+
effective_time: (string & {}) | (string & {}) | 'end_of_term' | 'end_of_invoice' | null;
|
|
38
39
|
/**
|
|
39
40
|
* The ID of the plan being migrated.
|
|
40
41
|
*/
|
|
@@ -51,10 +52,11 @@ export interface MigrationListResponse {
|
|
|
51
52
|
*/
|
|
52
53
|
id: string;
|
|
53
54
|
/**
|
|
54
|
-
* When the migration takes effect. Can be a specific date/time,
|
|
55
|
-
*
|
|
55
|
+
* When the migration takes effect. Can be a specific date/time, 'end_of_term' when
|
|
56
|
+
* scheduled to be at the end of the current billing period, or 'end_of_invoice'
|
|
57
|
+
* when scheduled to be at the start of the next invoice.
|
|
56
58
|
*/
|
|
57
|
-
effective_time: (string & {}) | (string & {}) | 'end_of_term' | null;
|
|
59
|
+
effective_time: (string & {}) | (string & {}) | 'end_of_term' | 'end_of_invoice' | null;
|
|
58
60
|
/**
|
|
59
61
|
* The ID of the plan being migrated.
|
|
60
62
|
*/
|
|
@@ -71,10 +73,11 @@ export interface MigrationCancelResponse {
|
|
|
71
73
|
*/
|
|
72
74
|
id: string;
|
|
73
75
|
/**
|
|
74
|
-
* When the migration takes effect. Can be a specific date/time,
|
|
75
|
-
*
|
|
76
|
+
* When the migration takes effect. Can be a specific date/time, 'end_of_term' when
|
|
77
|
+
* scheduled to be at the end of the current billing period, or 'end_of_invoice'
|
|
78
|
+
* when scheduled to be at the start of the next invoice.
|
|
76
79
|
*/
|
|
77
|
-
effective_time: (string & {}) | (string & {}) | 'end_of_term' | null;
|
|
80
|
+
effective_time: (string & {}) | (string & {}) | 'end_of_term' | 'end_of_invoice' | null;
|
|
78
81
|
/**
|
|
79
82
|
* The ID of the plan being migrated.
|
|
80
83
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"migrations.d.ts","sourceRoot":"","sources":["../../src/resources/plans/migrations.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,+BAA4B;AAClD,OAAO,EAAE,UAAU,EAAE,kCAA+B;AACpD,OAAO,EAAE,IAAI,EAAE,KAAK,UAAU,EAAE,WAAW,EAAE,iCAA8B;AAC3E,OAAO,EAAE,cAAc,EAAE,0CAAuC;AAGhE;;;;GAIG;AACH,qBAAa,UAAW,SAAQ,WAAW;IACzC;;OAEG;IACH,QAAQ,CACN,WAAW,EAAE,MAAM,EACnB,MAAM,EAAE,uBAAuB,EAC/B,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,yBAAyB,CAAC;IAKxC;;;;;OAKG;IACH,IAAI,CACF,MAAM,EAAE,MAAM,EACd,KAAK,GAAE,mBAAmB,GAAG,IAAI,GAAG,SAAc,EAClD,OAAO,CAAC,EAAE,cAAc,GACvB,WAAW,CAAC,0BAA0B,EAAE,qBAAqB,CAAC;IAOjE;;OAEG;IACH,MAAM,CACJ,WAAW,EAAE,MAAM,EACnB,MAAM,EAAE,qBAAqB,EAC7B,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,uBAAuB,CAAC;CAIvC;AAED,MAAM,MAAM,0BAA0B,GAAG,IAAI,CAAC,qBAAqB,CAAC,CAAC;AAErE,MAAM,WAAW,yBAAyB;IACxC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX
|
|
1
|
+
{"version":3,"file":"migrations.d.ts","sourceRoot":"","sources":["../../src/resources/plans/migrations.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,+BAA4B;AAClD,OAAO,EAAE,UAAU,EAAE,kCAA+B;AACpD,OAAO,EAAE,IAAI,EAAE,KAAK,UAAU,EAAE,WAAW,EAAE,iCAA8B;AAC3E,OAAO,EAAE,cAAc,EAAE,0CAAuC;AAGhE;;;;GAIG;AACH,qBAAa,UAAW,SAAQ,WAAW;IACzC;;OAEG;IACH,QAAQ,CACN,WAAW,EAAE,MAAM,EACnB,MAAM,EAAE,uBAAuB,EAC/B,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,yBAAyB,CAAC;IAKxC;;;;;OAKG;IACH,IAAI,CACF,MAAM,EAAE,MAAM,EACd,KAAK,GAAE,mBAAmB,GAAG,IAAI,GAAG,SAAc,EAClD,OAAO,CAAC,EAAE,cAAc,GACvB,WAAW,CAAC,0BAA0B,EAAE,qBAAqB,CAAC;IAOjE;;OAEG;IACH,MAAM,CACJ,WAAW,EAAE,MAAM,EACnB,MAAM,EAAE,qBAAqB,EAC7B,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,uBAAuB,CAAC;CAIvC;AAED,MAAM,MAAM,0BAA0B,GAAG,IAAI,CAAC,qBAAqB,CAAC,CAAC;AAErE,MAAM,WAAW,yBAAyB;IACxC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;;OAIG;IACH,cAAc,EAAE,CAAC,MAAM,GAAG,EAAE,CAAC,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC,GAAG,aAAa,GAAG,gBAAgB,GAAG,IAAI,CAAC;IAExF;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,MAAM,EAAE,aAAa,GAAG,aAAa,GAAG,WAAW,GAAG,eAAe,GAAG,UAAU,CAAC;CACpF;AAED,MAAM,WAAW,qBAAqB;IACpC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;;OAIG;IACH,cAAc,EAAE,CAAC,MAAM,GAAG,EAAE,CAAC,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC,GAAG,aAAa,GAAG,gBAAgB,GAAG,IAAI,CAAC;IAExF;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,MAAM,EAAE,aAAa,GAAG,aAAa,GAAG,WAAW,GAAG,eAAe,GAAG,UAAU,CAAC;CACpF;AAED,MAAM,WAAW,uBAAuB;IACtC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;;OAIG;IACH,cAAc,EAAE,CAAC,MAAM,GAAG,EAAE,CAAC,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC,GAAG,aAAa,GAAG,gBAAgB,GAAG,IAAI,CAAC;IAExF;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,MAAM,EAAE,aAAa,GAAG,aAAa,GAAG,WAAW,GAAG,eAAe,GAAG,UAAU,CAAC;CACpF;AAED,MAAM,WAAW,uBAAuB;IACtC,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,mBAAoB,SAAQ,UAAU;CAAG;AAE1D,MAAM,WAAW,qBAAqB;IACpC,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,CAAC,OAAO,WAAW,UAAU,CAAC;IAClC,OAAO,EACL,KAAK,yBAAyB,IAAI,yBAAyB,EAC3D,KAAK,qBAAqB,IAAI,qBAAqB,EACnD,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,0BAA0B,IAAI,0BAA0B,EAC7D,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,mBAAmB,IAAI,mBAAmB,EAC/C,KAAK,qBAAqB,IAAI,qBAAqB,GACpD,CAAC;CACH"}
|
|
@@ -63,10 +63,11 @@ export interface MigrationRetrieveResponse {
|
|
|
63
63
|
id: string;
|
|
64
64
|
|
|
65
65
|
/**
|
|
66
|
-
* When the migration takes effect. Can be a specific date/time,
|
|
67
|
-
*
|
|
66
|
+
* When the migration takes effect. Can be a specific date/time, 'end_of_term' when
|
|
67
|
+
* scheduled to be at the end of the current billing period, or 'end_of_invoice'
|
|
68
|
+
* when scheduled to be at the start of the next invoice.
|
|
68
69
|
*/
|
|
69
|
-
effective_time: (string & {}) | (string & {}) | 'end_of_term' | null;
|
|
70
|
+
effective_time: (string & {}) | (string & {}) | 'end_of_term' | 'end_of_invoice' | null;
|
|
70
71
|
|
|
71
72
|
/**
|
|
72
73
|
* The ID of the plan being migrated.
|
|
@@ -87,10 +88,11 @@ export interface MigrationListResponse {
|
|
|
87
88
|
id: string;
|
|
88
89
|
|
|
89
90
|
/**
|
|
90
|
-
* When the migration takes effect. Can be a specific date/time,
|
|
91
|
-
*
|
|
91
|
+
* When the migration takes effect. Can be a specific date/time, 'end_of_term' when
|
|
92
|
+
* scheduled to be at the end of the current billing period, or 'end_of_invoice'
|
|
93
|
+
* when scheduled to be at the start of the next invoice.
|
|
92
94
|
*/
|
|
93
|
-
effective_time: (string & {}) | (string & {}) | 'end_of_term' | null;
|
|
95
|
+
effective_time: (string & {}) | (string & {}) | 'end_of_term' | 'end_of_invoice' | null;
|
|
94
96
|
|
|
95
97
|
/**
|
|
96
98
|
* The ID of the plan being migrated.
|
|
@@ -111,10 +113,11 @@ export interface MigrationCancelResponse {
|
|
|
111
113
|
id: string;
|
|
112
114
|
|
|
113
115
|
/**
|
|
114
|
-
* When the migration takes effect. Can be a specific date/time,
|
|
115
|
-
*
|
|
116
|
+
* When the migration takes effect. Can be a specific date/time, 'end_of_term' when
|
|
117
|
+
* scheduled to be at the end of the current billing period, or 'end_of_invoice'
|
|
118
|
+
* when scheduled to be at the start of the next invoice.
|
|
116
119
|
*/
|
|
117
|
-
effective_time: (string & {}) | (string & {}) | 'end_of_term' | null;
|
|
120
|
+
effective_time: (string & {}) | (string & {}) | 'end_of_term' | 'end_of_invoice' | null;
|
|
118
121
|
|
|
119
122
|
/**
|
|
120
123
|
* The ID of the plan being migrated.
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '6.
|
|
1
|
+
export const VERSION = '6.4.0'; // x-release-please-version
|
package/version.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "6.
|
|
1
|
+
export declare const VERSION = "6.4.0";
|
|
2
2
|
//# sourceMappingURL=version.d.mts.map
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "6.
|
|
1
|
+
export declare const VERSION = "6.4.0";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '6.
|
|
1
|
+
export const VERSION = '6.4.0'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|