@authrim/core 0.1.2 → 0.1.3

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/package.json CHANGED
@@ -1,59 +1,59 @@
1
- {
2
- "name": "@authrim/core",
3
- "version": "0.1.2",
4
- "description": "Authrim SDK Core - Platform-agnostic authentication client",
5
- "type": "module",
6
- "exports": {
7
- ".": {
8
- "types": "./dist/index.d.ts",
9
- "import": "./dist/index.js",
10
- "require": "./dist/index.cjs"
11
- }
12
- },
13
- "main": "./dist/index.cjs",
14
- "module": "./dist/index.js",
15
- "types": "./dist/index.d.ts",
16
- "files": [
17
- "dist",
18
- "README.md"
19
- ],
20
- "sideEffects": false,
21
- "scripts": {
22
- "build": "tsup",
23
- "dev": "tsup --watch",
24
- "test": "vitest run",
25
- "test:watch": "vitest",
26
- "typecheck": "tsc --noEmit",
27
- "lint": "eslint src --ext .ts",
28
- "clean": "rm -rf dist coverage"
29
- },
30
- "keywords": [
31
- "auth",
32
- "authentication",
33
- "oidc",
34
- "oauth2",
35
- "pkce",
36
- "authrim"
37
- ],
38
- "author": "Authrim",
39
- "license": "Apache-2.0",
40
- "repository": {
41
- "type": "git",
42
- "url": "https://github.com/authrim/js-core.git",
43
- "directory": "packages/core"
44
- },
45
- "homepage": "https://github.com/authrim/js-core#readme",
46
- "bugs": {
47
- "url": "https://github.com/authrim/js-core/issues"
48
- },
49
- "devDependencies": {
50
- "@types/node": "^20.10.0",
51
- "eslint": "^8.56.0",
52
- "tsup": "^8.0.0",
53
- "typescript": "^5.3.0",
54
- "vitest": "^1.2.0"
55
- },
56
- "engines": {
57
- "node": ">=18"
58
- }
59
- }
1
+ {
2
+ "name": "@authrim/core",
3
+ "version": "0.1.3",
4
+ "description": "Authrim SDK Core - Platform-agnostic authentication client",
5
+ "type": "module",
6
+ "exports": {
7
+ ".": {
8
+ "types": "./dist/index.d.ts",
9
+ "import": "./dist/index.js",
10
+ "require": "./dist/index.cjs"
11
+ }
12
+ },
13
+ "main": "./dist/index.cjs",
14
+ "module": "./dist/index.js",
15
+ "types": "./dist/index.d.ts",
16
+ "files": [
17
+ "dist",
18
+ "README.md"
19
+ ],
20
+ "sideEffects": false,
21
+ "scripts": {
22
+ "build": "tsup",
23
+ "dev": "tsup --watch",
24
+ "test": "vitest run",
25
+ "test:watch": "vitest",
26
+ "typecheck": "tsc --noEmit",
27
+ "lint": "eslint src --ext .ts",
28
+ "clean": "rm -rf dist coverage"
29
+ },
30
+ "keywords": [
31
+ "auth",
32
+ "authentication",
33
+ "oidc",
34
+ "oauth2",
35
+ "pkce",
36
+ "authrim"
37
+ ],
38
+ "author": "Authrim",
39
+ "license": "Apache-2.0",
40
+ "repository": {
41
+ "type": "git",
42
+ "url": "https://github.com/authrim/js-core.git",
43
+ "directory": "packages/core"
44
+ },
45
+ "homepage": "https://github.com/authrim/js-core#readme",
46
+ "bugs": {
47
+ "url": "https://github.com/authrim/js-core/issues"
48
+ },
49
+ "devDependencies": {
50
+ "@types/node": "^20.10.0",
51
+ "eslint": "^8.56.0",
52
+ "tsup": "^8.0.0",
53
+ "typescript": "^5.3.0",
54
+ "vitest": "^4.0.17"
55
+ },
56
+ "engines": {
57
+ "node": ">=18"
58
+ }
59
+ }