cybertoken 3.0.0 → 3.0.2

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,19 +1,19 @@
1
1
  {
2
2
  "name": "cybertoken",
3
- "version": "3.0.0",
3
+ "version": "3.0.2",
4
4
  "description": "A token format for APIs inspired by the GitHub's API token format.",
5
5
  "author": "Niklas Mollenhauer",
6
6
  "license": "ISC",
7
7
  "type": "module",
8
- "main": "built/index.js",
9
- "bin": "built/cli.js",
8
+ "main": "dist/index.js",
9
+ "bin": "dist/cli.js",
10
10
  "repository": {
11
11
  "type": "git",
12
12
  "url": "https://github.com/nikeee/cybertoken.git"
13
13
  },
14
14
  "scripts": {
15
15
  "compile": "tsc",
16
- "clean": "rimraf built",
16
+ "clean": "rimraf dist",
17
17
  "ci": "tsc --noEmit && biome ci ./src",
18
18
  "docs": "typedoc",
19
19
  "format": "biome format --write ./src",
package/biome.json DELETED
@@ -1,22 +0,0 @@
1
- {
2
- "$schema": "https://biomejs.dev/schemas/1.5.3/schema.json",
3
- "organizeImports": {
4
- "enabled": true
5
- },
6
- "vcs": {
7
- "enabled": true,
8
- "clientKind": "git",
9
- "useIgnoreFile": true
10
- },
11
- "linter": {
12
- "enabled": true,
13
- "rules": {
14
- "recommended": true
15
- }
16
- },
17
- "javascript": {
18
- "formatter": {
19
- "arrowParentheses": "asNeeded"
20
- }
21
- }
22
- }
@@ -1 +0,0 @@
1
- export declare const version = 0;
@@ -1 +0,0 @@
1
- export const version = 0;
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
package/jsr.json DELETED
@@ -1,5 +0,0 @@
1
- {
2
- "name": "@cybertoken/cybertoken",
3
- "version": "2.1.0",
4
- "exports": "./src/index.ts"
5
- }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes