spotted-ts 0.1.0 → 0.14.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 +206 -3
- package/README.md +53 -4
- package/client.d.mts +33 -25
- package/client.d.mts.map +1 -1
- package/client.d.ts +33 -25
- package/client.d.ts.map +1 -1
- package/client.js +16 -9
- package/client.js.map +1 -1
- package/client.mjs +17 -10
- package/client.mjs.map +1 -1
- package/package.json +2 -2
- package/resources/albums.d.mts +34 -2
- package/resources/albums.d.mts.map +1 -1
- package/resources/albums.d.ts +34 -2
- package/resources/albums.d.ts.map +1 -1
- package/resources/artists.d.mts +15 -7
- package/resources/artists.d.mts.map +1 -1
- package/resources/artists.d.ts +15 -7
- package/resources/artists.d.ts.map +1 -1
- package/resources/artists.js +2 -2
- package/resources/artists.js.map +1 -1
- package/resources/artists.mjs +2 -2
- package/resources/artists.mjs.map +1 -1
- package/resources/audio-analysis.d.mts +32 -0
- package/resources/audio-analysis.d.mts.map +1 -1
- package/resources/audio-analysis.d.ts +32 -0
- package/resources/audio-analysis.d.ts.map +1 -1
- package/resources/audio-features.d.mts +22 -6
- package/resources/audio-features.d.mts.map +1 -1
- package/resources/audio-features.d.ts +22 -6
- package/resources/audio-features.d.ts.map +1 -1
- package/resources/audio-features.js +1 -1
- package/resources/audio-features.js.map +1 -1
- package/resources/audio-features.mjs +1 -1
- package/resources/audio-features.mjs.map +1 -1
- package/resources/audiobooks.d.mts +32 -8
- package/resources/audiobooks.d.mts.map +1 -1
- package/resources/audiobooks.d.ts +32 -8
- package/resources/audiobooks.d.ts.map +1 -1
- package/resources/audiobooks.js +1 -1
- package/resources/audiobooks.js.map +1 -1
- package/resources/audiobooks.mjs +1 -1
- package/resources/audiobooks.mjs.map +1 -1
- package/resources/browse/browse.d.mts +27 -3
- package/resources/browse/browse.d.mts.map +1 -1
- package/resources/browse/browse.d.ts +27 -3
- package/resources/browse/browse.d.ts.map +1 -1
- package/resources/browse/browse.js.map +1 -1
- package/resources/browse/browse.mjs.map +1 -1
- package/resources/browse/categories.d.mts +45 -53
- package/resources/browse/categories.d.mts.map +1 -1
- package/resources/browse/categories.d.ts +45 -53
- package/resources/browse/categories.d.ts.map +1 -1
- package/resources/browse/categories.js +5 -1
- package/resources/browse/categories.js.map +1 -1
- package/resources/browse/categories.mjs +5 -1
- package/resources/browse/categories.mjs.map +1 -1
- package/resources/browse/index.d.mts +1 -1
- package/resources/browse/index.d.mts.map +1 -1
- package/resources/browse/index.d.ts +1 -1
- package/resources/browse/index.d.ts.map +1 -1
- package/resources/browse/index.js.map +1 -1
- package/resources/browse/index.mjs.map +1 -1
- package/resources/chapters.d.mts +22 -6
- package/resources/chapters.d.mts.map +1 -1
- package/resources/chapters.d.ts +22 -6
- package/resources/chapters.d.ts.map +1 -1
- package/resources/chapters.js +1 -1
- package/resources/chapters.js.map +1 -1
- package/resources/chapters.mjs +1 -1
- package/resources/chapters.mjs.map +1 -1
- package/resources/episodes.d.mts +4 -4
- package/resources/episodes.d.mts.map +1 -1
- package/resources/episodes.d.ts +4 -4
- package/resources/episodes.d.ts.map +1 -1
- package/resources/episodes.js +1 -1
- package/resources/episodes.js.map +1 -1
- package/resources/episodes.mjs +1 -1
- package/resources/episodes.mjs.map +1 -1
- package/resources/index.d.mts +8 -8
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +8 -8
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +1 -1
- package/resources/index.mjs.map +1 -1
- package/resources/me/albums.d.mts +41 -1
- package/resources/me/albums.d.mts.map +1 -1
- package/resources/me/albums.d.ts +41 -1
- package/resources/me/albums.d.ts.map +1 -1
- package/resources/me/audiobooks.d.mts +17 -1
- package/resources/me/audiobooks.d.mts.map +1 -1
- package/resources/me/audiobooks.d.ts +17 -1
- package/resources/me/audiobooks.d.ts.map +1 -1
- package/resources/me/episodes.d.mts +24 -0
- package/resources/me/episodes.d.mts.map +1 -1
- package/resources/me/episodes.d.ts +24 -0
- package/resources/me/episodes.d.ts.map +1 -1
- package/resources/me/following.d.mts +39 -7
- package/resources/me/following.d.mts.map +1 -1
- package/resources/me/following.d.ts +39 -7
- package/resources/me/following.d.ts.map +1 -1
- package/resources/me/following.js +2 -2
- package/resources/me/following.js.map +1 -1
- package/resources/me/following.mjs +2 -2
- package/resources/me/following.mjs.map +1 -1
- package/resources/me/index.d.mts +1 -1
- package/resources/me/index.d.mts.map +1 -1
- package/resources/me/index.d.ts +1 -1
- package/resources/me/index.d.ts.map +1 -1
- package/resources/me/me.d.mts +18 -2
- package/resources/me/me.d.mts.map +1 -1
- package/resources/me/me.d.ts +18 -2
- package/resources/me/me.d.ts.map +1 -1
- package/resources/me/me.js.map +1 -1
- package/resources/me/me.mjs.map +1 -1
- package/resources/me/player/player.d.mts +72 -0
- package/resources/me/player/player.d.mts.map +1 -1
- package/resources/me/player/player.d.ts +72 -0
- package/resources/me/player/player.d.ts.map +1 -1
- package/resources/me/player/player.js.map +1 -1
- package/resources/me/player/player.mjs.map +1 -1
- package/resources/me/player/queue.d.mts +8 -0
- package/resources/me/player/queue.d.mts.map +1 -1
- package/resources/me/player/queue.d.ts +8 -0
- package/resources/me/player/queue.d.ts.map +1 -1
- package/resources/me/shows.d.mts +24 -0
- package/resources/me/shows.d.mts.map +1 -1
- package/resources/me/shows.d.ts +24 -0
- package/resources/me/shows.d.ts.map +1 -1
- package/resources/me/tracks.d.mts +24 -0
- package/resources/me/tracks.d.mts.map +1 -1
- package/resources/me/tracks.d.ts +24 -0
- package/resources/me/tracks.d.ts.map +1 -1
- package/resources/playlists/followers.d.mts +4 -3
- package/resources/playlists/followers.d.mts.map +1 -1
- package/resources/playlists/followers.d.ts +4 -3
- package/resources/playlists/followers.d.ts.map +1 -1
- package/resources/playlists/images.d.mts +7 -12
- package/resources/playlists/images.d.mts.map +1 -1
- package/resources/playlists/images.d.ts +7 -12
- package/resources/playlists/images.d.ts.map +1 -1
- package/resources/playlists/images.js +11 -7
- package/resources/playlists/images.js.map +1 -1
- package/resources/playlists/images.mjs +11 -7
- package/resources/playlists/images.mjs.map +1 -1
- package/resources/playlists/index.d.mts +1 -1
- package/resources/playlists/index.d.mts.map +1 -1
- package/resources/playlists/index.d.ts +1 -1
- package/resources/playlists/index.d.ts.map +1 -1
- package/resources/playlists/index.js.map +1 -1
- package/resources/playlists/index.mjs.map +1 -1
- package/resources/playlists/playlists.d.mts +17 -8
- package/resources/playlists/playlists.d.mts.map +1 -1
- package/resources/playlists/playlists.d.ts +17 -8
- package/resources/playlists/playlists.d.ts.map +1 -1
- package/resources/playlists/playlists.js.map +1 -1
- package/resources/playlists/playlists.mjs.map +1 -1
- package/resources/playlists/tracks.d.mts +24 -0
- package/resources/playlists/tracks.d.mts.map +1 -1
- package/resources/playlists/tracks.d.ts +24 -0
- package/resources/playlists/tracks.d.ts.map +1 -1
- package/resources/recommendations.d.mts +16 -0
- package/resources/recommendations.d.mts.map +1 -1
- package/resources/recommendations.d.ts +16 -0
- package/resources/recommendations.d.ts.map +1 -1
- package/resources/search.d.mts +73 -17
- package/resources/search.d.mts.map +1 -1
- package/resources/search.d.ts +73 -17
- package/resources/search.d.ts.map +1 -1
- package/resources/search.js +1 -1
- package/resources/search.js.map +1 -1
- package/resources/search.mjs +1 -1
- package/resources/search.mjs.map +1 -1
- package/resources/shared.d.mts +214 -5
- package/resources/shared.d.mts.map +1 -1
- package/resources/shared.d.ts +214 -5
- package/resources/shared.d.ts.map +1 -1
- package/resources/shows.d.mts +13 -5
- package/resources/shows.d.mts.map +1 -1
- package/resources/shows.d.ts +13 -5
- package/resources/shows.d.ts.map +1 -1
- package/resources/shows.js +1 -1
- package/resources/shows.js.map +1 -1
- package/resources/shows.mjs +1 -1
- package/resources/shows.mjs.map +1 -1
- package/resources/tracks.d.mts +4 -4
- package/resources/tracks.d.mts.map +1 -1
- package/resources/tracks.d.ts +4 -4
- package/resources/tracks.d.ts.map +1 -1
- package/resources/tracks.js +1 -1
- package/resources/tracks.js.map +1 -1
- package/resources/tracks.mjs +1 -1
- package/resources/tracks.mjs.map +1 -1
- package/resources/users/playlists.d.mts +18 -11
- package/resources/users/playlists.d.mts.map +1 -1
- package/resources/users/playlists.d.ts +18 -11
- package/resources/users/playlists.d.ts.map +1 -1
- package/resources/users/users.d.mts +8 -0
- package/resources/users/users.d.mts.map +1 -1
- package/resources/users/users.d.ts +8 -0
- package/resources/users/users.d.ts.map +1 -1
- package/resources/users/users.js.map +1 -1
- package/resources/users/users.mjs.map +1 -1
- package/src/client.ts +71 -55
- package/src/resources/albums.ts +40 -4
- package/src/resources/artists.ts +24 -12
- package/src/resources/audio-analysis.ts +36 -0
- package/src/resources/audio-features.ts +28 -7
- package/src/resources/audiobooks.ts +41 -11
- package/src/resources/browse/browse.ts +31 -2
- package/src/resources/browse/categories.ts +54 -62
- package/src/resources/browse/index.ts +1 -0
- package/src/resources/chapters.ts +28 -7
- package/src/resources/episodes.ts +8 -5
- package/src/resources/index.ts +21 -16
- package/src/resources/me/albums.ts +47 -2
- package/src/resources/me/audiobooks.ts +20 -2
- package/src/resources/me/episodes.ts +27 -0
- package/src/resources/me/following.ts +47 -8
- package/src/resources/me/index.ts +2 -2
- package/src/resources/me/me.ts +22 -4
- package/src/resources/me/player/player.ts +81 -0
- package/src/resources/me/player/queue.ts +9 -0
- package/src/resources/me/shows.ts +27 -0
- package/src/resources/me/tracks.ts +27 -0
- package/src/resources/playlists/followers.ts +4 -3
- package/src/resources/playlists/images.ts +16 -15
- package/src/resources/playlists/index.ts +1 -1
- package/src/resources/playlists/playlists.ts +19 -13
- package/src/resources/playlists/tracks.ts +27 -0
- package/src/resources/recommendations.ts +18 -0
- package/src/resources/search.ts +86 -26
- package/src/resources/shared.ts +241 -6
- package/src/resources/shows.ts +19 -7
- package/src/resources/tracks.ts +8 -5
- package/src/resources/users/playlists.ts +20 -12
- package/src/resources/users/users.ts +9 -0
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.mts.map +1 -1
- package/version.d.ts +1 -1
- package/version.d.ts.map +1 -1
- package/version.js +1 -1
- package/version.js.map +1 -1
- package/version.mjs +1 -1
- package/version.mjs.map +1 -1
package/src/resources/shows.ts
CHANGED
|
@@ -24,7 +24,10 @@ export class Shows extends APIResource {
|
|
|
24
24
|
/**
|
|
25
25
|
* Get Spotify catalog information for several shows based on their Spotify IDs.
|
|
26
26
|
*/
|
|
27
|
-
|
|
27
|
+
bulkRetrieve(
|
|
28
|
+
query: ShowBulkRetrieveParams,
|
|
29
|
+
options?: RequestOptions,
|
|
30
|
+
): APIPromise<ShowBulkRetrieveResponse> {
|
|
28
31
|
return this._client.get('/shows', { query, ...options });
|
|
29
32
|
}
|
|
30
33
|
|
|
@@ -62,8 +65,6 @@ export namespace ShowRetrieveResponse {
|
|
|
62
65
|
*/
|
|
63
66
|
href: string;
|
|
64
67
|
|
|
65
|
-
items: Array<Shared.SimplifiedEpisodeObject>;
|
|
66
|
-
|
|
67
68
|
/**
|
|
68
69
|
* The maximum number of items in the response (as set in the query or by default).
|
|
69
70
|
*/
|
|
@@ -88,10 +89,21 @@ export namespace ShowRetrieveResponse {
|
|
|
88
89
|
* The total number of items available to return.
|
|
89
90
|
*/
|
|
90
91
|
total: number;
|
|
92
|
+
|
|
93
|
+
items?: Array<Shared.SimplifiedEpisodeObject>;
|
|
94
|
+
|
|
95
|
+
/**
|
|
96
|
+
* The playlist's public/private status (if it should be added to the user's
|
|
97
|
+
* profile or not): `true` the playlist will be public, `false` the playlist will
|
|
98
|
+
* be private, `null` the playlist status is not relevant. For more about
|
|
99
|
+
* public/private status, see
|
|
100
|
+
* [Working with Playlists](/documentation/web-api/concepts/playlists)
|
|
101
|
+
*/
|
|
102
|
+
published?: boolean;
|
|
91
103
|
}
|
|
92
104
|
}
|
|
93
105
|
|
|
94
|
-
export interface
|
|
106
|
+
export interface ShowBulkRetrieveResponse {
|
|
95
107
|
shows: Array<Shared.ShowBase>;
|
|
96
108
|
}
|
|
97
109
|
|
|
@@ -110,7 +122,7 @@ export interface ShowRetrieveParams {
|
|
|
110
122
|
market?: string;
|
|
111
123
|
}
|
|
112
124
|
|
|
113
|
-
export interface
|
|
125
|
+
export interface ShowBulkRetrieveParams {
|
|
114
126
|
/**
|
|
115
127
|
* A comma-separated list of the
|
|
116
128
|
* [Spotify IDs](/documentation/web-api/concepts/spotify-uris-ids) for the shows.
|
|
@@ -161,9 +173,9 @@ export interface ShowListEpisodesParams {
|
|
|
161
173
|
export declare namespace Shows {
|
|
162
174
|
export {
|
|
163
175
|
type ShowRetrieveResponse as ShowRetrieveResponse,
|
|
164
|
-
type
|
|
176
|
+
type ShowBulkRetrieveResponse as ShowBulkRetrieveResponse,
|
|
165
177
|
type ShowRetrieveParams as ShowRetrieveParams,
|
|
166
|
-
type
|
|
178
|
+
type ShowBulkRetrieveParams as ShowBulkRetrieveParams,
|
|
167
179
|
type ShowListEpisodesParams as ShowListEpisodesParams,
|
|
168
180
|
};
|
|
169
181
|
}
|
package/src/resources/tracks.ts
CHANGED
|
@@ -22,12 +22,15 @@ export class Tracks extends APIResource {
|
|
|
22
22
|
/**
|
|
23
23
|
* Get Spotify catalog information for multiple tracks based on their Spotify IDs.
|
|
24
24
|
*/
|
|
25
|
-
|
|
25
|
+
bulkRetrieve(
|
|
26
|
+
query: TrackBulkRetrieveParams,
|
|
27
|
+
options?: RequestOptions,
|
|
28
|
+
): APIPromise<TrackBulkRetrieveResponse> {
|
|
26
29
|
return this._client.get('/tracks', { query, ...options });
|
|
27
30
|
}
|
|
28
31
|
}
|
|
29
32
|
|
|
30
|
-
export interface
|
|
33
|
+
export interface TrackBulkRetrieveResponse {
|
|
31
34
|
tracks: Array<Shared.TrackObject>;
|
|
32
35
|
}
|
|
33
36
|
|
|
@@ -46,7 +49,7 @@ export interface TrackRetrieveParams {
|
|
|
46
49
|
market?: string;
|
|
47
50
|
}
|
|
48
51
|
|
|
49
|
-
export interface
|
|
52
|
+
export interface TrackBulkRetrieveParams {
|
|
50
53
|
/**
|
|
51
54
|
* A comma-separated list of the
|
|
52
55
|
* [Spotify IDs](/documentation/web-api/concepts/spotify-uris-ids). For example:
|
|
@@ -70,8 +73,8 @@ export interface TrackListParams {
|
|
|
70
73
|
|
|
71
74
|
export declare namespace Tracks {
|
|
72
75
|
export {
|
|
73
|
-
type
|
|
76
|
+
type TrackBulkRetrieveResponse as TrackBulkRetrieveResponse,
|
|
74
77
|
type TrackRetrieveParams as TrackRetrieveParams,
|
|
75
|
-
type
|
|
78
|
+
type TrackBulkRetrieveParams as TrackBulkRetrieveParams,
|
|
76
79
|
};
|
|
77
80
|
}
|
|
@@ -109,12 +109,13 @@ export interface PlaylistCreateResponse {
|
|
|
109
109
|
owner?: PlaylistCreateResponse.Owner;
|
|
110
110
|
|
|
111
111
|
/**
|
|
112
|
-
* The playlist's public/private status (if it
|
|
113
|
-
* `true` the playlist
|
|
114
|
-
* playlist status is not relevant. For more about
|
|
112
|
+
* The playlist's public/private status (if it should be added to the user's
|
|
113
|
+
* profile or not): `true` the playlist will be public, `false` the playlist will
|
|
114
|
+
* be private, `null` the playlist status is not relevant. For more about
|
|
115
|
+
* public/private status, see
|
|
115
116
|
* [Working with Playlists](/documentation/web-api/concepts/playlists)
|
|
116
117
|
*/
|
|
117
|
-
|
|
118
|
+
published?: boolean;
|
|
118
119
|
|
|
119
120
|
/**
|
|
120
121
|
* The version identifier for the current playlist. Can be supplied in other
|
|
@@ -159,8 +160,6 @@ export namespace PlaylistCreateResponse {
|
|
|
159
160
|
*/
|
|
160
161
|
href: string;
|
|
161
162
|
|
|
162
|
-
items: Array<Shared.PlaylistTrackObject>;
|
|
163
|
-
|
|
164
163
|
/**
|
|
165
164
|
* The maximum number of items in the response (as set in the query or by default).
|
|
166
165
|
*/
|
|
@@ -185,6 +184,17 @@ export namespace PlaylistCreateResponse {
|
|
|
185
184
|
* The total number of items available to return.
|
|
186
185
|
*/
|
|
187
186
|
total: number;
|
|
187
|
+
|
|
188
|
+
items?: Array<Shared.PlaylistTrackObject>;
|
|
189
|
+
|
|
190
|
+
/**
|
|
191
|
+
* The playlist's public/private status (if it should be added to the user's
|
|
192
|
+
* profile or not): `true` the playlist will be public, `false` the playlist will
|
|
193
|
+
* be private, `null` the playlist status is not relevant. For more about
|
|
194
|
+
* public/private status, see
|
|
195
|
+
* [Working with Playlists](/documentation/web-api/concepts/playlists)
|
|
196
|
+
*/
|
|
197
|
+
published?: boolean;
|
|
188
198
|
}
|
|
189
199
|
}
|
|
190
200
|
|
|
@@ -212,15 +222,13 @@ export interface PlaylistCreateParams {
|
|
|
212
222
|
description?: string;
|
|
213
223
|
|
|
214
224
|
/**
|
|
215
|
-
*
|
|
216
|
-
*
|
|
217
|
-
*
|
|
218
|
-
* have granted the `playlist-modify-private`
|
|
219
|
-
* [scope](/documentation/web-api/concepts/scopes/#list-of-scopes). For more about
|
|
225
|
+
* The playlist's public/private status (if it should be added to the user's
|
|
226
|
+
* profile or not): `true` the playlist will be public, `false` the playlist will
|
|
227
|
+
* be private, `null` the playlist status is not relevant. For more about
|
|
220
228
|
* public/private status, see
|
|
221
229
|
* [Working with Playlists](/documentation/web-api/concepts/playlists)
|
|
222
230
|
*/
|
|
223
|
-
|
|
231
|
+
published?: boolean;
|
|
224
232
|
|
|
225
233
|
[k: string]: unknown;
|
|
226
234
|
}
|
|
@@ -58,6 +58,15 @@ export interface UserRetrieveProfileResponse {
|
|
|
58
58
|
*/
|
|
59
59
|
images?: Array<Shared.ImageObject>;
|
|
60
60
|
|
|
61
|
+
/**
|
|
62
|
+
* The playlist's public/private status (if it should be added to the user's
|
|
63
|
+
* profile or not): `true` the playlist will be public, `false` the playlist will
|
|
64
|
+
* be private, `null` the playlist status is not relevant. For more about
|
|
65
|
+
* public/private status, see
|
|
66
|
+
* [Working with Playlists](/documentation/web-api/concepts/playlists)
|
|
67
|
+
*/
|
|
68
|
+
published?: boolean;
|
|
69
|
+
|
|
61
70
|
/**
|
|
62
71
|
* The object type.
|
|
63
72
|
*/
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.14.0'; // x-release-please-version
|
package/version.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.
|
|
1
|
+
export declare const VERSION = "0.14.0";
|
|
2
2
|
//# sourceMappingURL=version.d.mts.map
|
package/version.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.d.mts","sourceRoot":"","sources":["src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,
|
|
1
|
+
{"version":3,"file":"version.d.mts","sourceRoot":"","sources":["src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,WAAW,CAAC"}
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.
|
|
1
|
+
export declare const VERSION = "0.14.0";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,
|
|
1
|
+
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,WAAW,CAAC"}
|
package/version.js
CHANGED
package/version.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.js","sourceRoot":"","sources":["src/version.ts"],"names":[],"mappings":";;;AAAa,QAAA,OAAO,GAAG,
|
|
1
|
+
{"version":3,"file":"version.js","sourceRoot":"","sources":["src/version.ts"],"names":[],"mappings":";;;AAAa,QAAA,OAAO,GAAG,QAAQ,CAAC,CAAC,2BAA2B"}
|
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.14.0'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|
package/version.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.mjs","sourceRoot":"","sources":["src/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAG,
|
|
1
|
+
{"version":3,"file":"version.mjs","sourceRoot":"","sources":["src/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAG,QAAQ,CAAC,CAAC,2BAA2B"}
|