@powerlines/plugin-capnp 0.1.183 → 0.1.185
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/dist/{src/index.cjs → index.cjs} +2 -2
- package/dist/{src/index.d.cts → index.d.cts} +2 -2
- package/dist/{src/index.d.mts → index.d.mts} +2 -2
- package/dist/{src/index.mjs → index.mjs} +1 -1
- package/dist/{packages/plugin-capnp/src/types/plugin.d.mts → types/plugin.d.cts} +3 -3
- package/dist/{packages/plugin-capnp/src/types/plugin.d.cts → types/plugin.d.mts} +3 -3
- package/package.json +4 -4
- /package/dist/{packages/plugin-capnp/src/types → types}/index.cjs +0 -0
- /package/dist/{packages/plugin-capnp/src/types → types}/index.d.cts +0 -0
- /package/dist/{packages/plugin-capnp/src/types → types}/index.d.mts +0 -0
- /package/dist/{packages/plugin-capnp/src/types → types}/index.mjs +0 -0
- /package/dist/{packages/plugin-capnp/src/types → types}/plugin.cjs +0 -0
- /package/dist/{packages/plugin-capnp/src/types → types}/plugin.mjs +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
-
const require_rolldown_runtime = require('
|
|
3
|
-
const require_chunk_POXTJ6GF = require('
|
|
2
|
+
const require_rolldown_runtime = require('./_virtual/rolldown_runtime.cjs');
|
|
3
|
+
const require_chunk_POXTJ6GF = require('./node_modules/.pnpm/@storm-software_config-tools@1.188.80_magicast@0.5.1/node_modules/@storm-software/config-tools/dist/chunk-POXTJ6GF.cjs');
|
|
4
4
|
let __stryke_capnp_compile = require("@stryke/capnp/compile");
|
|
5
5
|
let __stryke_capnp_helpers = require("@stryke/capnp/helpers");
|
|
6
6
|
let __stryke_path_file_path_fns = require("@stryke/path/file-path-fns");
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Plugin } from "
|
|
2
|
-
import { CapnpPluginContext, CapnpPluginOptions, CapnpPluginResolvedConfig, CapnpPluginUserConfig, __ΩCapnpPluginContext, __ΩCapnpPluginOptions, __ΩCapnpPluginResolvedConfig, __ΩCapnpPluginUserConfig } from "
|
|
1
|
+
import { Plugin } from "./powerlines/src/types/plugin.cjs";
|
|
2
|
+
import { CapnpPluginContext, CapnpPluginOptions, CapnpPluginResolvedConfig, CapnpPluginUserConfig, __ΩCapnpPluginContext, __ΩCapnpPluginOptions, __ΩCapnpPluginResolvedConfig, __ΩCapnpPluginUserConfig } from "./types/plugin.cjs";
|
|
3
3
|
|
|
4
4
|
//#region src/index.d.ts
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Plugin } from "
|
|
2
|
-
import { CapnpPluginContext, CapnpPluginOptions, CapnpPluginResolvedConfig, CapnpPluginUserConfig, __ΩCapnpPluginContext, __ΩCapnpPluginOptions, __ΩCapnpPluginResolvedConfig, __ΩCapnpPluginUserConfig } from "
|
|
1
|
+
import { Plugin } from "./packages/powerlines/src/types/plugin.mjs";
|
|
2
|
+
import { CapnpPluginContext, CapnpPluginOptions, CapnpPluginResolvedConfig, CapnpPluginUserConfig, __ΩCapnpPluginContext, __ΩCapnpPluginOptions, __ΩCapnpPluginResolvedConfig, __ΩCapnpPluginUserConfig } from "./types/plugin.mjs";
|
|
3
3
|
|
|
4
4
|
//#region src/index.d.ts
|
|
5
5
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LogLevelLabel } from "
|
|
1
|
+
import { LogLevelLabel } from "./node_modules/.pnpm/@storm-software_config-tools@1.188.80_magicast@0.5.1/node_modules/@storm-software/config-tools/dist/chunk-POXTJ6GF.mjs";
|
|
2
2
|
import { capnpc } from "@stryke/capnp/compile";
|
|
3
3
|
import { resolveOptions } from "@stryke/capnp/helpers";
|
|
4
4
|
import { findFileName } from "@stryke/path/file-path-fns";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { UserConfig } from "
|
|
2
|
-
import { ResolvedConfig } from "
|
|
3
|
-
import { PluginContext } from "
|
|
1
|
+
import { UserConfig } from "../powerlines/src/types/config.cjs";
|
|
2
|
+
import { ResolvedConfig } from "../powerlines/src/types/resolved.cjs";
|
|
3
|
+
import { PluginContext } from "../powerlines/src/types/context.cjs";
|
|
4
4
|
import { CapnpcOptions } from "@stryke/capnp/types";
|
|
5
5
|
|
|
6
6
|
//#region src/types/plugin.d.ts
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { UserConfig } from "
|
|
2
|
-
import { ResolvedConfig } from "
|
|
3
|
-
import { PluginContext } from "
|
|
1
|
+
import { UserConfig } from "../packages/powerlines/src/types/config.mjs";
|
|
2
|
+
import { ResolvedConfig } from "../packages/powerlines/src/types/resolved.mjs";
|
|
3
|
+
import { PluginContext } from "../packages/powerlines/src/types/context.mjs";
|
|
4
4
|
import { CapnpcOptions } from "@stryke/capnp/types";
|
|
5
5
|
|
|
6
6
|
//#region src/types/plugin.d.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-capnp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.185",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A Powerlines plugin to generate project code from Cap'n Proto schemas.",
|
|
6
6
|
"repository": {
|
|
@@ -123,12 +123,12 @@
|
|
|
123
123
|
"@stryke/types": "^0.10.33",
|
|
124
124
|
"defu": "^6.1.4",
|
|
125
125
|
"jiti": "^2.6.1",
|
|
126
|
-
"powerlines": "^0.37.
|
|
126
|
+
"powerlines": "^0.37.56"
|
|
127
127
|
},
|
|
128
128
|
"devDependencies": {
|
|
129
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
129
|
+
"@powerlines/plugin-plugin": "^0.12.134",
|
|
130
130
|
"@types/node": "^24.10.9"
|
|
131
131
|
},
|
|
132
132
|
"publishConfig": { "access": "public" },
|
|
133
|
-
"gitHead": "
|
|
133
|
+
"gitHead": "7af3632002c069b20d1ce8fc08866a8c52cb7256"
|
|
134
134
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|