mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-05-31 15:41:04 +00:00
Build esnext modules (#396)
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
// Copyright 2017-2020 @polkadot/ui authors & contributors
|
||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
|
module.exports = require('@polkadot/dev/config/babel.esnext.js');
|
||||||
+1
-1
@@ -29,7 +29,7 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.12.3",
|
"@babel/core": "^7.12.3",
|
||||||
"@babel/runtime": "^7.12.5",
|
"@babel/runtime": "^7.12.5",
|
||||||
"@polkadot/dev": "^0.59.20",
|
"@polkadot/dev": "^0.59.21",
|
||||||
"@polkadot/ts": "^0.3.53",
|
"@polkadot/ts": "^0.3.53",
|
||||||
"@types/jest": "^26.0.15",
|
"@types/jest": "^26.0.15",
|
||||||
"babel-plugin-transform-vue-template": "^0.4.2",
|
"babel-plugin-transform-vue-template": "^0.4.2",
|
||||||
|
|||||||
@@ -3,6 +3,8 @@
|
|||||||
"version": "0.62.1",
|
"version": "0.62.1",
|
||||||
"description": "Renders an SVG picture representing an address",
|
"description": "Renders an SVG picture representing an address",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
"module": "esnext/index.js",
|
||||||
|
"sideEffects": false,
|
||||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||||
"maintainers": [
|
"maintainers": [
|
||||||
"Jaco Greeff <jacogr@gmail.com>"
|
"Jaco Greeff <jacogr@gmail.com>"
|
||||||
|
|||||||
@@ -3,6 +3,8 @@
|
|||||||
"version": "0.62.1",
|
"version": "0.62.1",
|
||||||
"description": "Generates and reads QR codes",
|
"description": "Generates and reads QR codes",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
"module": "esnext/index.js",
|
||||||
|
"sideEffects": false,
|
||||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||||
"maintainers": [
|
"maintainers": [
|
||||||
"Jaco Greeff <jacogr@gmail.com>"
|
"Jaco Greeff <jacogr@gmail.com>"
|
||||||
|
|||||||
@@ -3,6 +3,8 @@
|
|||||||
"version": "0.62.1",
|
"version": "0.62.1",
|
||||||
"description": "Renders an SVG picture representing an address",
|
"description": "Renders an SVG picture representing an address",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
"module": "esnext/index.js",
|
||||||
|
"sideEffects": false,
|
||||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||||
"maintainers": [
|
"maintainers": [
|
||||||
"Jaco Greeff <jacogr@gmail.com>"
|
"Jaco Greeff <jacogr@gmail.com>"
|
||||||
|
|||||||
@@ -2,6 +2,8 @@
|
|||||||
"name": "@polkadot/ui-keyring",
|
"name": "@polkadot/ui-keyring",
|
||||||
"version": "0.62.1",
|
"version": "0.62.1",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
"module": "esnext/index.js",
|
||||||
|
"sideEffects": false,
|
||||||
"repository": "https://github.com/polkadot-js/apps.git",
|
"repository": "https://github.com/polkadot-js/apps.git",
|
||||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||||
"maintainers": [
|
"maintainers": [
|
||||||
|
|||||||
@@ -3,6 +3,8 @@
|
|||||||
"version": "0.62.1",
|
"version": "0.62.1",
|
||||||
"description": "Manages app settings",
|
"description": "Manages app settings",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
"module": "esnext/index.js",
|
||||||
|
"sideEffects": false,
|
||||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||||
"maintainers": [
|
"maintainers": [
|
||||||
"Jaco Greeff <jacogr@gmail.com>"
|
"Jaco Greeff <jacogr@gmail.com>"
|
||||||
|
|||||||
@@ -3,6 +3,8 @@
|
|||||||
"version": "0.62.1",
|
"version": "0.62.1",
|
||||||
"description": "Shared logic that is usable accross all frameworks-specific areas",
|
"description": "Shared logic that is usable accross all frameworks-specific areas",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
"module": "esnext/index.js",
|
||||||
|
"sideEffects": false,
|
||||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||||
"maintainers": [
|
"maintainers": [
|
||||||
"Jaco Greeff <jacogr@gmail.com>"
|
"Jaco Greeff <jacogr@gmail.com>"
|
||||||
|
|||||||
@@ -7,6 +7,8 @@
|
|||||||
"Jaco Greeff <jacogr@gmail.com>"
|
"Jaco Greeff <jacogr@gmail.com>"
|
||||||
],
|
],
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
"module": "esnext/index.js",
|
||||||
|
"sideEffects": false,
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.12.5",
|
"@babel/runtime": "^7.12.5",
|
||||||
|
|||||||
@@ -2090,9 +2090,9 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@polkadot/dev@npm:^0.59.20":
|
"@polkadot/dev@npm:^0.59.21":
|
||||||
version: 0.59.20
|
version: 0.59.21
|
||||||
resolution: "@polkadot/dev@npm:0.59.20"
|
resolution: "@polkadot/dev@npm:0.59.21"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/cli": ^7.12.1
|
"@babel/cli": ^7.12.1
|
||||||
"@babel/core": ^7.12.3
|
"@babel/core": ^7.12.3
|
||||||
@@ -2178,7 +2178,7 @@ __metadata:
|
|||||||
polkadot-exec-typedoc: scripts/polkadot-exec-typedoc.js
|
polkadot-exec-typedoc: scripts/polkadot-exec-typedoc.js
|
||||||
polkadot-exec-vuepress: scripts/polkadot-exec-vuepress.js
|
polkadot-exec-vuepress: scripts/polkadot-exec-vuepress.js
|
||||||
polkadot-exec-webpack: scripts/polkadot-exec-webpack.js
|
polkadot-exec-webpack: scripts/polkadot-exec-webpack.js
|
||||||
checksum: 4d589615cc8bc2d1b302113d734e4f0a22ae8fb86f202648cb4b4a3780022fd7dab1d04ce85c5e8040849878c0372fbf19578ed6cf5cf95589054bda475fbc9b
|
checksum: c853d9077c256e68074fc2c08ff8e7e140f01e547e71a8021c71373c3b0fedf7a0e013e9e91eef463f3be60031ca5a1e5c7b490740d5eba5cc5e96b337369a2f
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -13931,7 +13931,7 @@ fsevents@^1.2.7:
|
|||||||
dependencies:
|
dependencies:
|
||||||
"@babel/core": ^7.12.3
|
"@babel/core": ^7.12.3
|
||||||
"@babel/runtime": ^7.12.5
|
"@babel/runtime": ^7.12.5
|
||||||
"@polkadot/dev": ^0.59.20
|
"@polkadot/dev": ^0.59.21
|
||||||
"@polkadot/ts": ^0.3.53
|
"@polkadot/ts": ^0.3.53
|
||||||
"@types/jest": ^26.0.15
|
"@types/jest": ^26.0.15
|
||||||
babel-plugin-transform-vue-template: ^0.4.2
|
babel-plugin-transform-vue-template: ^0.4.2
|
||||||
|
|||||||
Reference in New Issue
Block a user