Skip to content

Commit c364360

Browse files
authored
Merge pull request #8 from cloudflare/v0.0.1
v0.0.1 publish
2 parents baa8582 + 2ce240e commit c364360

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

__tests__/oauth-provider.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { describe, it, expect, beforeEach, vi, afterEach } from 'vitest';
2-
import { OAuthProvider, ClientInfo, AuthRequest, CompleteAuthorizationOptions } from '../oauth-provider';
2+
import { OAuthProvider, ClientInfo, AuthRequest, CompleteAuthorizationOptions } from '../src/oauth-provider';
33
import { ExecutionContext } from '@cloudflare/workers-types';
44
// We're importing WorkerEntrypoint from our mock implementation
55
// The actual import is mocked in setup.ts

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"type": "module",
1313
"publishConfig": {
14-
"access": "public"
14+
"access": "restricted"
1515
},
1616
"scripts": {
1717
"build": "tsup",

0 commit comments

Comments
 (0)