chore(ui-toolkit,react-helpers,utils,tailwindcss-config): add more build targets (#3518)

This commit is contained in:
Dexter Edwards 2023-04-21 15:28:18 +01:00 committed by GitHub
parent 4d5b7cf5e7
commit 5995df8e68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 8 additions and 4 deletions

View File

@ -1,4 +1,4 @@
{ {
"name": "@vegaprotocol/react-helpers", "name": "@vegaprotocol/react-helpers",
"version": "0.2.0" "version": "0.2.1"
} }

View File

@ -16,6 +16,7 @@
"external": ["react/jsx-runtime"], "external": ["react/jsx-runtime"],
"rollupConfig": "@nrwl/react/plugins/bundle-rollup", "rollupConfig": "@nrwl/react/plugins/bundle-rollup",
"compiler": "babel", "compiler": "babel",
"format": ["esm", "cjs"],
"assets": [ "assets": [
{ {
"glob": "libs/react-helpers/README.md", "glob": "libs/react-helpers/README.md",

View File

@ -1,4 +1,4 @@
{ {
"name": "@vegaprotocol/tailwindcss-config", "name": "@vegaprotocol/tailwindcss-config",
"version": "0.0.1" "version": "0.0.2"
} }

View File

@ -6,6 +6,7 @@
"build": { "build": {
"executor": "@nrwl/js:tsc", "executor": "@nrwl/js:tsc",
"outputs": ["{options.outputPath}"], "outputs": ["{options.outputPath}"],
"format": ["esm", "cjs"],
"options": { "options": {
"outputPath": "dist/libs/tailwindcss-config", "outputPath": "dist/libs/tailwindcss-config",
"main": "libs/tailwindcss-config/src/index.js", "main": "libs/tailwindcss-config/src/index.js",

View File

@ -1,4 +1,4 @@
{ {
"name": "@vegaprotocol/ui-toolkit", "name": "@vegaprotocol/ui-toolkit",
"version": "0.11.0" "version": "0.11.1"
} }

View File

@ -16,6 +16,7 @@
"external": ["react/jsx-runtime"], "external": ["react/jsx-runtime"],
"rollupConfig": "@nrwl/react/plugins/bundle-rollup", "rollupConfig": "@nrwl/react/plugins/bundle-rollup",
"compiler": "babel", "compiler": "babel",
"format": ["esm", "cjs"],
"assets": [ "assets": [
{ {
"glob": "libs/ui-toolkit/README.md", "glob": "libs/ui-toolkit/README.md",

View File

@ -1,5 +1,5 @@
{ {
"name": "@vegaprotocol/utils", "name": "@vegaprotocol/utils",
"version": "0.0.1", "version": "0.0.2",
"type": "commonjs" "type": "commonjs"
} }

View File

@ -6,6 +6,7 @@
"build": { "build": {
"executor": "@nrwl/js:tsc", "executor": "@nrwl/js:tsc",
"outputs": ["{options.outputPath}"], "outputs": ["{options.outputPath}"],
"format": ["esm", "cjs"],
"options": { "options": {
"outputPath": "dist/libs/utils", "outputPath": "dist/libs/utils",
"main": "libs/utils/src/index.ts", "main": "libs/utils/src/index.ts",