Skip to content

Commit

Permalink
Merge branch 'release-1.21.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
jsconan committed Dec 9, 2022
2 parents 5b23db3 + 017f4fd commit 108d641
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion build/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ const { srcDir, outputDir } = require('./path');

const isDev = process.env.NODE_ENV === 'development';

const inputs = glob.sync(path.join(srcDir, '**', '*.js'));
const globPath = p => p.replace(/\\/g, '/');
const inputs = glob.sync(globPath(path.join(srcDir, '**', '*.js')));

const localExternals = inputs.map(input => (
path
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oat-sa/tao-core-sdk",
"version": "1.21.0",
"version": "1.21.1",
"displayName": "TAO Core SDK",
"description": "Core libraries of TAO",
"homepage": "https://github.com/oat-sa/tao-core-sdk-fe#readme",
Expand Down Expand Up @@ -47,7 +47,7 @@
"@oat-sa/eslint-config-tao": "^1.1.1",
"@oat-sa/expr-eval": "^1.3.1",
"@oat-sa/prettier-config": "^0.1.1",
"@oat-sa/tao-core-libs": "^0.4.8",
"@oat-sa/tao-core-libs": "^0.5.1",
"@oat-sa/tao-qunit-testrunner": "1.0.3",
"async": "^0.2.10",
"decimal.js": "10.1.1",
Expand Down

0 comments on commit 108d641

Please sign in to comment.