@deot/dev-shared 2.0.0 → 2.2.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.
package/dist/index.cjs.js CHANGED
@@ -237,6 +237,7 @@ const impl = (cwd) => {
237
237
  cwd,
238
238
  workspace,
239
239
  homepage: homepage.replace(/(.*)(https?:\/\/.*)(#|\.git)/, "$2"),
240
+ rootPackageOptions,
240
241
  packageFolderName,
241
242
  packageDir,
242
243
  packageOptions,
package/dist/index.d.ts CHANGED
@@ -38,6 +38,7 @@ declare const impl: (cwd?: string) => {
38
38
  cwd: string;
39
39
  workspace: string;
40
40
  homepage: any;
41
+ rootPackageOptions: any;
41
42
  packageFolderName: string;
42
43
  packageDir: string;
43
44
  packageOptions: any;
package/dist/index.es.js CHANGED
@@ -211,6 +211,7 @@ const impl = (cwd) => {
211
211
  cwd,
212
212
  workspace,
213
213
  homepage: homepage.replace(/(.*)(https?:\/\/.*)(#|\.git)/, "$2"),
214
+ rootPackageOptions,
214
215
  packageFolderName,
215
216
  packageDir,
216
217
  packageOptions,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deot/dev-shared",
3
- "version": "2.0.0",
3
+ "version": "2.2.0",
4
4
  "main": "dist/index.es.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",