@venturekit-pro/audit 0.0.13 → 0.0.15
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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@venturekit-pro/audit",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.15",
|
|
4
4
|
"description": "Append-only audit + cost-tracking log for VentureKit applications",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"licenseHeader": "VentureKit Pro Commercial License — production use requires a valid VentureKit Pro license key. See https://venturekit.dev/pricing.",
|
|
26
26
|
"exports": {
|
|
27
27
|
".": {
|
|
28
|
-
"
|
|
29
|
-
"
|
|
28
|
+
"types": "./dist/index.d.ts",
|
|
29
|
+
"import": "./dist/index.js"
|
|
30
30
|
}
|
|
31
31
|
},
|
|
32
32
|
"keywords": [
|
|
@@ -37,10 +37,10 @@
|
|
|
37
37
|
"compliance"
|
|
38
38
|
],
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@venturekit/core": "0.0.
|
|
40
|
+
"@venturekit/core": "0.0.15"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
|
-
"@venturekit/data": "0.0.
|
|
43
|
+
"@venturekit/data": "0.0.15"
|
|
44
44
|
},
|
|
45
45
|
"peerDependenciesMeta": {
|
|
46
46
|
"@venturekit/data": {
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@types/node": "^26.1.0",
|
|
52
|
-
"@venturekit/data": "0.0.
|
|
52
|
+
"@venturekit/data": "0.0.15",
|
|
53
53
|
"typescript": "^5.3.0"
|
|
54
54
|
},
|
|
55
55
|
"scripts": {
|