Compare commits

...
Author SHA1 Message Date
Dexter 1019722ad5 chore: add more build targets 2023-04-21 14:39:40 +01:00
8 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{ {
"name": "@vegaprotocol/react-helpers", "name": "@vegaprotocol/react-helpers",
"version": "0.2.0" "version": "0.2.1"
} }
+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",
+1 -1
View File
@@ -1,4 +1,4 @@
{ {
"name": "@vegaprotocol/tailwindcss-config", "name": "@vegaprotocol/tailwindcss-config",
"version": "0.0.1" "version": "0.0.2"
} }
+1
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",
+1 -1
View File
@@ -1,4 +1,4 @@
{ {
"name": "@vegaprotocol/ui-toolkit", "name": "@vegaprotocol/ui-toolkit",
"version": "0.11.0" "version": "0.11.1"
} }
+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",
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
"name": "@vegaprotocol/utils", "name": "@vegaprotocol/utils",
"version": "0.0.1", "version": "0.0.2",
"type": "commonjs" "type": "commonjs"
} }
+1
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",