@powerlines/plugin-crypto 0.10.241 → 0.10.243

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 +5 -19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-crypto",
3
- "version": "0.10.241",
3
+ "version": "0.10.243",
4
4
  "type": "module",
5
5
  "description": "A Powerlines plugin that provides unique identifier generation capabilities at runtime by adding the `id` builtin module.",
6
6
  "repository": {
@@ -68,20 +68,6 @@
68
68
  "default": "./dist/types/index.mjs"
69
69
  }
70
70
  },
71
- "./types/*": {
72
- "require": {
73
- "types": "./dist/types/*.d.cts",
74
- "default": "./dist/types/*.cjs"
75
- },
76
- "import": {
77
- "types": "./dist/types/*.d.mts",
78
- "default": "./dist/types/*.mjs"
79
- },
80
- "default": {
81
- "types": "./dist/types/*.d.mts",
82
- "default": "./dist/types/*.mjs"
83
- }
84
- },
85
71
  "./types/plugin": {
86
72
  "require": {
87
73
  "types": "./dist/types/plugin.d.cts",
@@ -101,19 +87,19 @@
101
87
  "keywords": ["powerlines", "storm-software", "powerlines-plugin"],
102
88
  "dependencies": {
103
89
  "@noble/ciphers": "^2.1.1",
104
- "@powerlines/plugin-env": "^0.15.138",
90
+ "@powerlines/plugin-env": "^0.15.140",
105
91
  "@storm-software/config-tools": "^1.189.0",
106
92
  "@stryke/path": "^0.26.3",
107
93
  "defu": "^6.1.4",
108
- "powerlines": "^0.38.2"
94
+ "powerlines": "^0.38.4"
109
95
  },
110
96
  "devDependencies": {
111
- "@powerlines/plugin-plugin": "^0.12.186",
97
+ "@powerlines/plugin-plugin": "^0.12.188",
112
98
  "@types/node": "^24.10.9"
113
99
  },
114
100
  "publishConfig": { "access": "public" },
115
101
  "main": "./dist/index.cjs",
116
102
  "module": "./dist/index.mjs",
117
103
  "types": "./dist/index.d.cts",
118
- "gitHead": "3d4bed5aa23930e853ec198692be621f9652b7e7"
104
+ "gitHead": "6b0e05037adb26af85fec6f2aa30bcd3b1db4fe1"
119
105
  }