Bump dev w/ packageDetect adjustments (#779)

This commit is contained in:
Jaco
2023-12-19 10:56:09 +02:00
committed by GitHub
parent 90a87ebb5b
commit c3b826c3a4
29 changed files with 58 additions and 96 deletions
+2 -2
View File
@@ -14,8 +14,8 @@
"url": "https://github.com/polkadot-js/ui.git"
},
"sideEffects": [
"./detectPackage.js",
"./detectPackage.cjs"
"./packageDetect.js",
"./packageDetect.cjs"
],
"type": "module",
"version": "3.6.5-1-x",
-6
View File
@@ -1,6 +0,0 @@
// Copyright 2017-2023 @polkadot/ui-shared authors & contributors
// SPDX-License-Identifier: Apache-2.0
// Empty template, auto-generated by @polkadot/dev
export default [];
+1 -1
View File
@@ -1,6 +1,6 @@
// Copyright 2018-2023 @polkadot/ui-shared authors & contributors
// SPDX-License-Identifier: Apache-2.0
import './detectPackage.js';
import './packageDetect.js';
export * from './bundle.js';
@@ -2,10 +2,10 @@
// SPDX-License-Identifier: Apache-2.0
// Do not edit, auto-generated by @polkadot/dev
// (packageInfo imports will be kept as-is, user-editable)
import { detectPackage } from '@polkadot/util';
import others from './detectOther.js';
import { packageInfo } from './packageInfo.js';
detectPackage(packageInfo, null, others);
detectPackage(packageInfo, null, []);