0.0.10 • Published 1 year ago

@autentikar/frontend.soui v0.0.10

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Autentikar Siebel OUI

Siebel

For siebel use external to exclude package import on build time.

Install

npm i --save-dev @autentikar/frontend.soui

webpack config

module.exports = {
  ...
  externals: {
    ...
    "@autentikar/frontend.soui": "siebel/custom/Scripts/autentikar-soui"
  },
  ...

Deploy

1 Direct Copy

./node_modules/@autentikar/frontend.soui/dist/amd/autentikar-soui.js > {SIEBEL_SCRIPT_CUSTOM_PATH}
./node_modules/@autentikar/frontend.soui/dist/amd/autentikar-soui.sw/js > /oracle/siebel/ai/applicationcontainer_external/webapps/autentikar-soui.sw/js

2 Expose File

expose autentikar-soui.js file

npm i copyfiles
{
  ...
  "scripts": {
    ...
    "autentikar:file": "copyfiles ./node_modules/@autentikar/frontend.soui/dist/amd/autentikar-soui.js ./dist/ && echo 'autentikar-soui.js file copied.'"
  }
  ...
}

Use

Get Info

console.log(AutentikarModule.info)

Use with companion service

const autentikar: Autentikar = await AutentikarModule.createWithCompanion({
  alias: "autentikar",
  host: "https://api.dev.autentikar.com"
})

require ...

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago