@powerlines/plugin-capnp 0.1.467 → 0.1.471
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 +18 -51
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-capnp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.471",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A Powerlines plugin to generate project code from Cap'n Proto schemas.",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "github",
|
|
8
8
|
"url": "https://github.com/storm-software/powerlines.git",
|
|
9
|
-
"directory": "packages/plugin-capnp"
|
|
9
|
+
"directory": "packages/plugins/plugin-capnp"
|
|
10
10
|
},
|
|
11
11
|
"homepage": "https://stormsoftware.com",
|
|
12
12
|
"bugs": {
|
|
@@ -41,67 +41,34 @@
|
|
|
41
41
|
"main": "./dist/index.cjs",
|
|
42
42
|
"module": "./dist/index.mjs",
|
|
43
43
|
"exports": {
|
|
44
|
-
".": {
|
|
45
|
-
"require": {
|
|
46
|
-
"types": "./dist/index.d.cts",
|
|
47
|
-
"default": "./dist/index.cjs"
|
|
48
|
-
},
|
|
49
|
-
"import": {
|
|
50
|
-
"types": "./dist/index.d.mts",
|
|
51
|
-
"default": "./dist/index.mjs"
|
|
52
|
-
},
|
|
53
|
-
"default": {
|
|
54
|
-
"types": "./dist/index.d.mts",
|
|
55
|
-
"default": "./dist/index.mjs"
|
|
56
|
-
}
|
|
57
|
-
},
|
|
58
|
-
"./package.json": "./package.json",
|
|
44
|
+
".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" },
|
|
59
45
|
"./types": {
|
|
60
|
-
"
|
|
61
|
-
|
|
62
|
-
"default": "./dist/types/index.cjs"
|
|
63
|
-
},
|
|
64
|
-
"import": {
|
|
65
|
-
"types": "./dist/types/index.d.mts",
|
|
66
|
-
"default": "./dist/types/index.mjs"
|
|
67
|
-
},
|
|
68
|
-
"default": {
|
|
69
|
-
"types": "./dist/types/index.d.mts",
|
|
70
|
-
"default": "./dist/types/index.mjs"
|
|
71
|
-
}
|
|
46
|
+
"import": "./dist/types/index.mjs",
|
|
47
|
+
"require": "./dist/types/index.cjs"
|
|
72
48
|
},
|
|
73
49
|
"./types/plugin": {
|
|
74
|
-
"
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
"import": {
|
|
79
|
-
"types": "./dist/types/plugin.d.mts",
|
|
80
|
-
"default": "./dist/types/plugin.mjs"
|
|
81
|
-
},
|
|
82
|
-
"default": {
|
|
83
|
-
"types": "./dist/types/plugin.d.mts",
|
|
84
|
-
"default": "./dist/types/plugin.mjs"
|
|
85
|
-
}
|
|
86
|
-
}
|
|
50
|
+
"import": "./dist/types/plugin.mjs",
|
|
51
|
+
"require": "./dist/types/plugin.cjs"
|
|
52
|
+
},
|
|
53
|
+
"./package.json": "./package.json"
|
|
87
54
|
},
|
|
88
55
|
"typings": "dist/index.d.mts",
|
|
89
56
|
"files": ["dist/**/*"],
|
|
90
57
|
"keywords": ["capnp", "powerlines", "storm-software", "powerlines-plugin"],
|
|
91
58
|
"dependencies": {
|
|
92
|
-
"@stryke/capnp": "^0.12.
|
|
93
|
-
"@stryke/path": "^0.
|
|
94
|
-
"@stryke/type-checks": "^0.6.
|
|
95
|
-
"@stryke/types": "^0.12.
|
|
59
|
+
"@stryke/capnp": "^0.12.101",
|
|
60
|
+
"@stryke/path": "^0.29.2",
|
|
61
|
+
"@stryke/type-checks": "^0.6.8",
|
|
62
|
+
"@stryke/types": "^0.12.3",
|
|
96
63
|
"defu": "^6.1.7",
|
|
97
|
-
"jiti": "^2.
|
|
98
|
-
"powerlines": "^0.47.
|
|
64
|
+
"jiti": "^2.7.0",
|
|
65
|
+
"powerlines": "^0.47.7"
|
|
99
66
|
},
|
|
100
67
|
"devDependencies": {
|
|
101
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
102
|
-
"@types/node": "^25.
|
|
68
|
+
"@powerlines/plugin-plugin": "^0.12.419",
|
|
69
|
+
"@types/node": "^25.7.0"
|
|
103
70
|
},
|
|
104
71
|
"publishConfig": { "access": "public" },
|
|
105
72
|
"types": "./dist/index.d.cts",
|
|
106
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "3c5c701e16af74006dd70b965009d41eb22ace2a"
|
|
107
74
|
}
|