Skip to content

Commit

Permalink
Merge branch 'release-1.3.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
dresha-dev committed Mar 18, 2020
2 parents 695b9b4 + aa08237 commit afd5661
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
11 changes: 7 additions & 4 deletions build/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,15 @@ export default inputs.map(input => {
'lib/uuid',
'lodash',
'module',
'moment',
'fastestsmallesttextencoderdecoder'
'moment'
],
plugins: [
resolve(),
commonJS(),
resolve({ mainFields: ['main'] }),
commonJS({
namedExports: {
fastestsmallesttextencoderdecoder: ['TextEncoder']
}
}),
alias({
resolve: ['.js', '.json'],
core: path.resolve(srcDir, 'core'),
Expand Down
4 changes: 1 addition & 3 deletions environment/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ define(['/node_modules/@oat-sa/tao-core-libs/dist/pathdefinition.js'], function(

'jquery.mockjax': '/node_modules/jquery-mockjax/dist/jquery.mockjax',
'webcrypto-shim': '/node_modules/webcrypto-shim/webcrypto-shim',
'idb-wrapper': '/node_modules/idb-wrapper/idbstore',
fastestsmallesttextencoderdecoder:
'/node_modules/fastestsmallesttextencoderdecoder/NodeJS/EncoderAndDecoderNodeJS.min'
'idb-wrapper': '/node_modules/idb-wrapper/idbstore'
},
libPathDefinition
),
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oat-sa/tao-core-sdk",
"version": "1.2.0",
"version": "1.3.0",
"displayName": "TAO Core SDK",
"description": "Core libraries of TAO",
"homepage": "https://github.com/oat-sa/tao-core-sdk-fe#readme",
Expand Down

0 comments on commit afd5661

Please sign in to comment.