Skip to content

Commit

Permalink
chore: bump framework version
Browse files Browse the repository at this point in the history
  • Loading branch information
abuaboud committed Mar 24, 2023
1 parent 49b9140 commit d96d952
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/pieces/framework/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@activepieces/framework",
"version": "0.3.2",
"version": "0.3.3",
"type": "commonjs"
}
37 changes: 36 additions & 1 deletion packages/pieces/shopify/project.json
Original file line number Diff line number Diff line change
@@ -1 +1,36 @@
{"name":"pieces-shopify","$schema":"../../../node_modules/nx/schemas/project-schema.json","sourceRoot":"packages/pieces/shopify/src","projectType":"library","targets":{"build":{"executor":"@nrwl/js:tsc","outputs":["{options.outputPath}"],"options":{"outputPath":"dist/packages/pieces/shopify","tsConfig":"packages/pieces/shopify/tsconfig.lib.json","packageJson":"packages/pieces/shopify/package.json","main":"packages/pieces/shopify/src/index.ts","assets":["packages/pieces/shopify/*.md"],"buildableProjectDepsInPackageJsonType":"dependencies"}},"lint":{"executor":"@nrwl/linter:eslint","outputs":["{options.outputFile}"],"options":{"lintFilePatterns":["packages/pieces/shopify/**/*.ts"]}}},"tags":[]}
{
"name": "pieces-shopify",
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/pieces/shopify/src",
"projectType": "library",
"targets": {
"build": {
"executor": "@nrwl/js:tsc",
"outputs": [
"{options.outputPath}"
],
"options": {
"outputPath": "dist/packages/pieces/shopify",
"tsConfig": "packages/pieces/shopify/tsconfig.lib.json",
"packageJson": "packages/pieces/shopify/package.json",
"main": "packages/pieces/shopify/src/index.ts",
"assets": [
"packages/pieces/shopify/*.md"
],
"buildableProjectDepsInPackageJsonType": "dependencies"
}
},
"lint": {
"executor": "@nrwl/linter:eslint",
"outputs": [
"{options.outputFile}"
],
"options": {
"lintFilePatterns": [
"packages/pieces/shopify/**/*.ts"
]
}
}
},
"tags": []
}

0 comments on commit d96d952

Please sign in to comment.