@powerlines/plugin-deepkit 0.7.0 → 0.9.0

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 +7 -43
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-deepkit",
3
- "version": "0.7.0",
3
+ "version": "0.9.0",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
6
6
  "repository": {
@@ -93,54 +93,18 @@
93
93
  "types": "./dist/types/*.d.ts",
94
94
  "default": "./dist/types/*.js"
95
95
  }
96
- },
97
- "./helpers": {
98
- "import": {
99
- "types": "./dist/helpers/index.d.ts",
100
- "default": "./dist/helpers/index.js"
101
- },
102
- "require": {
103
- "types": "./dist/helpers/index.d.cts",
104
- "default": "./dist/helpers/index.cjs"
105
- },
106
- "default": {
107
- "types": "./dist/helpers/index.d.ts",
108
- "default": "./dist/helpers/index.js"
109
- }
110
- },
111
- "./helpers/*": {
112
- "import": {
113
- "types": "./dist/helpers/*.d.ts",
114
- "default": "./dist/helpers/*.js"
115
- },
116
- "require": {
117
- "types": "./dist/helpers/*.d.cts",
118
- "default": "./dist/helpers/*.cjs"
119
- },
120
- "default": {
121
- "types": "./dist/helpers/*.d.ts",
122
- "default": "./dist/helpers/*.js"
123
- }
124
96
  }
125
97
  },
126
98
  "typings": "dist/index.d.ts",
127
99
  "files": ["dist/**/*"],
128
100
  "keywords": ["deepkit", "powerlines", "storm-software", "powerlines-plugin"],
129
101
  "dependencies": {
130
- "@storm-software/config-tools": "^1.188.11",
131
- "@stryke/fs": "^0.32.2",
132
- "@stryke/path": "^0.16.0",
133
- "@stryke/type-checks": "^0.3.10",
134
- "@stryke/types": "^0.10.0",
135
- "chalk": "^5.6.2",
136
- "defu": "^6.1.4",
137
- "jiti": "^2.6.1",
138
- "powerlines": "^0.8.0",
139
- "@powerlines/deepkit": "^0.1.0",
140
- "typescript": "^5.9.3",
141
- "unplugin": "^2.3.10"
102
+ "@powerlines/deepkit": "^0.2.1",
103
+ "@powerlines/plugin-tsc": "^0.1.0",
104
+ "powerlines": "^0.10.0",
105
+ "typescript": "^5.9.3"
142
106
  },
143
- "devDependencies": { "@powerlines/nx": "^0.7.0", "@types/node": "^22.18.12" },
107
+ "devDependencies": { "@powerlines/nx": "^0.8.1", "@types/node": "^22.18.12" },
144
108
  "publishConfig": { "access": "public" },
145
- "gitHead": "02e58c1eac13954a4c045d87c25dd9687e907dea"
109
+ "gitHead": "280d0cc3be0555310803a7c7eb73696d12135a22"
146
110
  }