@gitpagedocs/tools 1.1.44 → 1.1.48

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.
Files changed (1) hide show
  1. package/package.json +37 -37
package/package.json CHANGED
@@ -1,37 +1,37 @@
1
- {
2
- "name": "@gitpagedocs/tools",
3
- "version": "1.1.44",
4
- "type": "module",
5
- "description": "Shared business-logic core for Git Page Docs (consumed by frontend, cli and mcp). Ships TypeScript source; consume via tsx or a TS-aware bundler.",
6
- "main": "./src/index.ts",
7
- "types": "./src/index.ts",
8
- "exports": {
9
- ".": "./src/index.ts",
10
- "./ai": "./src/ai/index.ts",
11
- "./errors": "./src/errors/index.ts",
12
- "./ports": "./src/ports/index.ts",
13
- "./crypto/web": "./src/crypto/web.ts",
14
- "./security/web": "./src/security/web.ts",
15
- "./cache/web": "./src/cache/web-storage-cache.ts"
16
- },
17
- "files": [
18
- "src",
19
- "README.md"
20
- ],
21
- "engines": {
22
- "node": ">=20"
23
- },
24
- "repository": {
25
- "type": "git",
26
- "url": "git+https://github.com/Vidigal-code/git-page-docs.git",
27
- "directory": "tools"
28
- },
29
- "author": "Vidigal-code",
30
- "license": "ISC",
31
- "publishConfig": {
32
- "access": "public"
33
- },
34
- "scripts": {
35
- "typecheck": "tsc --noEmit -p tsconfig.json"
36
- }
37
- }
1
+ {
2
+ "name": "@gitpagedocs/tools",
3
+ "version": "1.1.48",
4
+ "type": "module",
5
+ "description": "Shared business-logic core for Git Page Docs (consumed by frontend, cli and mcp). Ships TypeScript source; consume via tsx or a TS-aware bundler.",
6
+ "main": "./src/index.ts",
7
+ "types": "./src/index.ts",
8
+ "exports": {
9
+ ".": "./src/index.ts",
10
+ "./ai": "./src/ai/index.ts",
11
+ "./errors": "./src/errors/index.ts",
12
+ "./ports": "./src/ports/index.ts",
13
+ "./crypto/web": "./src/crypto/web.ts",
14
+ "./security/web": "./src/security/web.ts",
15
+ "./cache/web": "./src/cache/web-storage-cache.ts"
16
+ },
17
+ "files": [
18
+ "src",
19
+ "README.md"
20
+ ],
21
+ "engines": {
22
+ "node": ">=20"
23
+ },
24
+ "scripts": {
25
+ "typecheck": "tsc --noEmit -p tsconfig.json"
26
+ },
27
+ "repository": {
28
+ "type": "git",
29
+ "url": "git+https://github.com/Vidigal-code/git-page-docs.git",
30
+ "directory": "tools"
31
+ },
32
+ "author": "Vidigal-code",
33
+ "license": "ISC",
34
+ "publishConfig": {
35
+ "access": "public"
36
+ }
37
+ }