Skip to content

Commit ea2a7ed

Browse files
committed
chore: release 1.0.0-rc9
1 parent a0ed85e commit ea2a7ed

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

deno.json

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
{
2+
"name": "@soundify/web-api",
3+
"version": "1.0.0-rc9",
4+
"exports": {
5+
".": "./mod.ts",
6+
"./pagination": "./pagination.ts"
7+
},
28
"imports": {
39
"zod": "https://deno.land/x/[email protected]/mod.ts",
410
"oauth4webapi": "https://deno.land/x/[email protected]/mod.ts",

jsr.json

-8
This file was deleted.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@soundify/web-api",
3-
"version": "1.0.0-rc8",
3+
"version": "1.0.0-rc9",
44
"description": "🎧 Spotify Web API client for js/ts runtime environments",
55
"type": "module",
66
"main": "dist/mod.cjs",

0 commit comments

Comments
 (0)