Skip to content

Console Output

Started by user Tobias Ortmayr
Running as Tobias Ortmayr
[Pipeline] Start of Pipeline
[Pipeline] echo
[WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option.
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes sprotty/sprotty-agent-pod-0cqgx-9gzg8
Still waiting to schedule task
Waiting for next available executor on ‘sprotty-agent-pod-0cqgx-9gzg8’
Agent sprotty-agent-pod-0cqgx-9gzg8 is provisioned from template sprotty-agent-pod-0cqgx
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.sprotty.svc.cluster.local/sprotty/job/deploy-sprotty/81/"
    runUrl: "job/deploy-sprotty/81/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "94c9ac7d111dbbd882706642673985e1e8e78a4d"
    jenkins/label: "sprotty-agent-pod"
  name: "sprotty-agent-pod-0cqgx-9gzg8"
  namespace: "sprotty"
spec:
  containers:
  - image: "node:16"
    name: "node"
    resources:
      limits:
        memory: "2Gi"
        cpu: "1"
      requests:
        memory: "2Gi"
        cpu: "1"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins"
      name: "jenkins-home"
      readOnly: false
    - mountPath: "/.yarn"
      name: "yarn-global"
      readOnly: false
    - mountPath: "/.npm"
      name: "npm-global"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.sprotty.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "sprotty-agent-pod-0cqgx-9gzg8"
    - name: "JENKINS_NAME"
      value: "sprotty-agent-pod-0cqgx-9gzg8"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.sprotty.svc.cluster.local/sprotty/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3131.vf2b_b_798b_ce99"
    name: "jnlp"
    resources:
      requests:
        memory: "256Mi"
        cpu: "100m"
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - emptyDir: {}
    name: "yarn-global"
  - emptyDir: {}
    name: "jenkins-home"
  - emptyDir: {}
    name: "npm-global"
  - emptyDir:
      medium: ""
    name: "workspace-volume"

Running on sprotty-agent-pod-0cqgx-9gzg8 in /home/jenkins/agent/workspace/deploy-sprotty
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout master)
[Pipeline] git
The recommended git tool is: git
using credential github-bot
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/sprotty.git
 > git init /home/jenkins/agent/workspace/deploy-sprotty # timeout=10
Fetching upstream changes from https://github.com/eclipse/sprotty.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --tags --force --progress -- https://github.com/eclipse/sprotty.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/sprotty.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 25ffc249802253321da5084994280ed44229804d (refs/remotes/origin/master)
Commit message: "Changed inversify dependency to ^6.0.1"
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 25ffc249802253321da5084994280ed44229804d # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master 25ffc249802253321da5084994280ed44229804d # timeout=10
 > git rev-list --no-walk 25ffc249802253321da5084994280ed44229804d # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build & Deploy)
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ yarn cache clean
yarn cache v1.22.19
success Cleared cache.
Done in 0.03s.
[Pipeline] withCredentials
Masking supported pattern matches of $NPM_AUTH_TOKEN
[Pipeline] {
[Pipeline] sh
+ printf //registry.npmjs.org/:_authToken=****

[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] sh
+ git config user.email eclipse-sprotty-bot@eclipse.org
[Pipeline] sh
+ git config user.name eclipse-sprotty-bot
[Pipeline] sh
+ yarn install
yarn install v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
warning " > sprotty@0.14.0" has unmet peer dependency "inversify@^6.0.1".
warning "workspace-aggregator-4d0ea164-26b4-463a-8131-a62fbd59a096 > generator-sprotty > yeoman-test@7.4.0" has unmet peer dependency "mem-fs@^2.2.1".
warning "workspace-aggregator-4d0ea164-26b4-463a-8131-a62fbd59a096 > generator-sprotty > yeoman-test@7.4.0" has unmet peer dependency "yeoman-environment@^3.13.0".
[4/4] Building fresh packages...
$ lerna run prepare
lerna notice cli v7.3.0
lerna info ci enabled

 >  Lerna (powered by Nx)   Running target prepare for 5 projects:

    - sprotty-examples
    - generator-sprotty
    - sprotty
    - sprotty-elk
    - sprotty-protocol

 

> sprotty-protocol:prepare


> generator-sprotty:prepare

sprotty-protocol: sprotty-protocol: yarn run v1.22.19
generator-sprotty: generator-sprotty: yarn run v1.22.19
sprotty-protocol: sprotty-protocol: $ yarn run clean && yarn run build
generator-sprotty: $ yarn run clean && yarn run build
sprotty-protocol: sprotty-protocol: $ rimraf lib artifacts
generator-sprotty: generator-sprotty: $ rimraf app
generator-sprotty: generator-sprotty: $ tsc --skipLibCheck
sprotty-protocol: sprotty-protocol: $ tsc -p ./tsconfig.json && yarn run lint
generator-sprotty: generator-sprotty: Done in 7.08s.
sprotty-protocol: sprotty-protocol: $ eslint -c ../../configs/.eslintrc.js "src/**/!(*.spec.ts*)"
sprotty-protocol: sprotty-protocol: Done in 13.79s.

> sprotty:prepare


> sprotty-elk:prepare

sprotty-elk: sprotty-elk: yarn run v1.22.19
sprotty: sprotty: yarn run v1.22.19
sprotty: sprotty: $ yarn run clean && yarn run build
sprotty-elk: sprotty-elk: $ yarn run clean && yarn run build
sprotty: sprotty: $ rimraf lib artifacts
sprotty-elk: $ rimraf lib artifacts
sprotty: sprotty: $ tsc -p ./tsconfig.json && yarn run lint
sprotty-elk: sprotty-elk: $ tsc -p ./tsconfig.json && yarn run lint
sprotty-elk: sprotty-elk: $ eslint -c ../../configs/.eslintrc.js "src/**/!(*.spec.ts*)"
sprotty: sprotty: $ eslint -c ../../configs/.eslintrc.js "src/**/!(*.spec.ts*|test-helper.ts)"
sprotty-elk: Done in 29.81s.
sprotty: Done in 35.74s.

> sprotty-examples:prepare

sprotty-examples: sprotty-examples: yarn run v1.22.19
sprotty-examples: $ yarn run build
sprotty-examples: sprotty-examples: $ webpack && tsc
sprotty-examples: asset bundle.js 2.98 MiB [emitted] (name: main) 1 related asset
sprotty-examples: asset fa2cc0ab9f0bec2b3365.ttf?2ab61cbaefbdf4c7c5589068100bee0c 71.8 KiB [emitted] [immutable] [from: ../node_modules/@vscode/codicons/dist/codicon.ttf?2ab61cbaefbdf4c7c5589068100bee0c] (auxiliary name: main)
sprotty-examples: runtime modules 2.48 KiB 8 modules
sprotty-examples: orphan modules 11 bytes [orphan] 1 module
sprotty-examples: modules by path ../ 2.58 MiB (javascript) 71.8 KiB (asset)
sprotty-examples:   modules by path ../packages/ 845 KiB
sprotty-examples:     modules by path ../packages/sprotty/lib/ 759 KiB 154 modules
sprotty-examples:     modules by path ../packages/sprotty-protocol/lib/ 50.2 KiB 10 modules
sprotty-examples:     modules by path ../packages/sprotty/css/*.css 17.4 KiB 6 modules
sprotty-examples:     modules by path ../packages/sprotty-elk/lib/*.js 18.5 KiB 2 modules
sprotty-examples:   modules by path ../node_modules/ 1.75 MiB (javascript) 71.8 KiB (asset) 86 modules
sprotty-examples: modules by path ./ 132 KiB 35 modules
sprotty-examples: webpack 5.88.2 compiled successfully in 10973 ms
sprotty-examples: Done in 18.62s.

 

 >  Lerna (powered by Nx)   Successfully ran target prepare for 5 projects


Done in 98.29s.
[Pipeline] sh
+ yarn publish:next
yarn run v1.22.19
$ SHA=$(git rev-parse --short HEAD) && lerna publish preminor --exact --canary --preid next.${SHA} --dist-tag next --no-git-reset --no-git-tag-version --no-push --ignore-scripts --yes --no-verify-access
lerna notice cli v7.3.0
lerna info ci enabled
lerna WARN verify-access --verify-access=false and --no-verify-access are no longer needed, because the legacy preemptive access verification is now disabled by default. Requests will fail with appropriate errors when not authorized correctly.
lerna info canary enabled
lerna WARN force-publish all packages
lerna info Assuming all packages changed

Found 4 packages to publish:
 - generator-sprotty => 0.15.0-next.25ffc24.11+25ffc24
 - sprotty => 0.15.0-next.25ffc24.11+25ffc24
 - sprotty-elk => 0.15.0-next.25ffc24.11+25ffc24
 - sprotty-protocol => 0.15.0-next.25ffc24.11+25ffc24

lerna info auto-confirmed 
lerna info publish Publishing packages to npm...
lerna success published generator-sprotty 0.15.0-next.25ffc24.11+25ffc24
lerna notice 
lerna notice package: generator-sprotty@0.15.0-next.25ffc24.11+25ffc24
lerna notice === Tarball Contents === 
lerna notice 14.2kB LICENSE                                   
lerna notice 454B   sprotty-local-template/static/styles.css  
lerna notice 191B   sprotty-local-template/static/index.html  
lerna notice 4.3kB  app/index.js                              
lerna notice 29.9kB sprotty-local-template/package-lock.json  
lerna notice 1.6kB  package.json                              
lerna notice 402B   sprotty-local-template/package.json       
lerna notice 343B   sprotty-local-template/tsconfig.json      
lerna notice 460B   app/index.d.ts.map                        
lerna notice 2.7kB  app/index.js.map                          
lerna notice 112B   README.md                                 
lerna notice 1.3kB  sprotty-local-template/src/di.config.ts   
lerna notice 1.3kB  app/index.d.ts                            
lerna notice 395B   sprotty-local-template/src/index.ts       
lerna notice 4.5kB  src/index.ts                              
lerna notice 1.2kB  sprotty-local-template/src/model-source.ts
lerna notice 154B   sprotty-local-template/src/model.ts       
lerna notice 781B   sprotty-local-template/src/views.tsx      
lerna notice === Tarball Details === 
lerna notice name:          generator-sprotty                                   
lerna notice version:       0.15.0-next.25ffc24.11+25ffc24                      
lerna notice filename:      generator-sprotty-0.15.0-next.25ffc24.11+25ffc24.tgz
lerna notice package size:  15.8 kB                                             
lerna notice unpacked size: 64.2 kB                                             
lerna notice shasum:        5722fd58c5f4aa6a5892c71585b07ff9d1c6e794            
lerna notice integrity:     sha512-m3SUSk8W+dhj0[...]BS25HvoRLsrsA==            
lerna notice total files:   18                                                  
lerna notice 
lerna success published sprotty-protocol 0.15.0-next.25ffc24.11+25ffc24
lerna notice 
lerna notice package: sprotty-protocol@0.15.0-next.25ffc24.11+25ffc24
lerna notice === Tarball Contents === 
lerna notice 14.2kB LICENSE                       
lerna notice 2.2kB  lib/action-handler.js         
lerna notice 16.9kB lib/actions.js                
lerna notice 1.6kB  lib/utils/async.js            
lerna notice 10.1kB lib/diagram-server.js         
lerna notice 946B   lib/diagram-services.js       
lerna notice 10.5kB lib/utils/geometry.js         
lerna notice 2.1kB  lib/index.js                  
lerna notice 939B   lib/utils/json.js             
lerna notice 5.3kB  lib/utils/model-utils.js      
lerna notice 1.3kB  lib/model.js                  
lerna notice 2.1kB  lib/utils/object.js           
lerna notice 1.5kB  package.json                  
lerna notice 766B   lib/action-handler.d.ts.map   
lerna notice 912B   lib/action-handler.js.map     
lerna notice 11.1kB lib/actions.d.ts.map          
lerna notice 9.8kB  lib/actions.js.map            
lerna notice 510B   lib/utils/async.d.ts.map      
lerna notice 707B   lib/utils/async.js.map        
lerna notice 1.8kB  lib/diagram-server.d.ts.map   
lerna notice 6.8kB  lib/diagram-server.js.map     
lerna notice 976B   lib/diagram-services.d.ts.map 
lerna notice 149B   lib/diagram-services.js.map   
lerna notice 2.4kB  lib/utils/geometry.d.ts.map   
lerna notice 7.1kB  lib/utils/geometry.js.map     
lerna notice 327B   lib/index.d.ts.map            
lerna notice 259B   lib/index.js.map              
lerna notice 375B   lib/utils/json.d.ts.map       
lerna notice 134B   lib/utils/json.js.map         
lerna notice 1.0kB  lib/utils/model-utils.d.ts.map
lerna notice 3.8kB  lib/utils/model-utils.js.map  
lerna notice 2.7kB  lib/model.d.ts.map            
lerna notice 346B   lib/model.js.map              
lerna notice 849B   lib/utils/object.d.ts.map     
lerna notice 1.2kB  lib/utils/object.js.map       
lerna notice 458B   README.md                     
lerna notice 2.1kB  lib/action-handler.d.ts       
lerna notice 2.4kB  src/action-handler.ts         
lerna notice 18.9kB lib/actions.d.ts              
lerna notice 23.7kB src/actions.ts                
lerna notice 1.3kB  lib/utils/async.d.ts          
lerna notice 1.8kB  src/utils/async.spec.ts       
lerna notice 1.7kB  src/utils/async.ts            
lerna notice 4.1kB  lib/diagram-server.d.ts       
lerna notice 7.4kB  src/diagram-server.spec.ts    
lerna notice 11.0kB src/diagram-server.ts         
lerna notice 2.5kB  lib/diagram-services.d.ts     
lerna notice 2.5kB  src/diagram-services.ts       
lerna notice 7.2kB  lib/utils/geometry.d.ts       
lerna notice 2.9kB  src/utils/geometry.spec.ts    
lerna notice 10.3kB src/utils/geometry.ts         
lerna notice 1.1kB  lib/index.d.ts                
lerna notice 1.1kB  src/index.ts                  
lerna notice 1.1kB  lib/utils/json.d.ts           
lerna notice 1.1kB  src/utils/json.ts             
lerna notice 2.7kB  lib/utils/model-utils.d.ts    
lerna notice 5.5kB  src/utils/model-utils.ts      
lerna notice 6.4kB  lib/model.d.ts                
lerna notice 2.3kB  src/model.spec.ts             
lerna notice 6.5kB  src/model.ts                  
lerna notice 1.5kB  lib/utils/object.d.ts         
lerna notice 2.3kB  src/utils/object.ts           
lerna notice === Tarball Details === 
lerna notice name:          sprotty-protocol                                   
lerna notice version:       0.15.0-next.25ffc24.11+25ffc24                     
lerna notice filename:      sprotty-protocol-0.15.0-next.25ffc24.11+25ffc24.tgz
lerna notice package size:  46.1 kB                                            
lerna notice unpacked size: 255.7 kB                                           
lerna notice shasum:        c84a25bbe08de71840c898ccd8da9a6500e42320           
lerna notice integrity:     sha512-Al9UnwQzv5gOU[...]opDH337RxmaLQ==           
lerna notice total files:   62                                                 
lerna notice 
lerna success published sprotty-elk 0.15.0-next.25ffc24.11+25ffc24
lerna notice 
lerna notice package: sprotty-elk@0.15.0-next.25ffc24.11+25ffc24
lerna notice === Tarball Contents === 
lerna notice 14.2kB LICENSE                        
lerna notice 15.3kB lib/elk-layout.js              
lerna notice 1.8kB  lib/index.js                   
lerna notice 1.8kB  lib/node/index.js              
lerna notice 3.7kB  lib/inversify.js               
lerna notice 5.2kB  lib/node/layout-data.js        
lerna notice 4.5kB  lib/node/socket-server.js      
lerna notice 4.9kB  lib/node/stdio-server.js       
lerna notice 1.9kB  package.json                   
lerna notice 3.6kB  lib/elk-layout.d.ts.map        
lerna notice 12.6kB lib/elk-layout.js.map          
lerna notice 149B   lib/index.d.ts.map             
lerna notice 203B   lib/node/index.d.ts.map        
lerna notice 181B   lib/index.js.map               
lerna notice 189B   lib/node/index.js.map          
lerna notice 946B   lib/inversify.d.ts.map         
lerna notice 1.5kB  lib/inversify.js.map           
lerna notice 929B   lib/node/layout-data.d.ts.map  
lerna notice 4.1kB  lib/node/layout-data.js.map    
lerna notice 788B   lib/node/socket-server.d.ts.map
lerna notice 2.8kB  lib/node/socket-server.js.map  
lerna notice 882B   lib/node/stdio-server.d.ts.map 
lerna notice 3.1kB  lib/node/stdio-server.js.map   
lerna notice 719B   README.md                      
lerna notice 6.9kB  lib/elk-layout.d.ts            
lerna notice 9.7kB  src/elk-layout.spec.ts         
lerna notice 18.1kB src/elk-layout.ts              
lerna notice 889B   lib/index.d.ts                 
lerna notice 956B   lib/node/index.d.ts            
lerna notice 991B   src/index.ts                   
lerna notice 922B   src/node/index.ts              
lerna notice 3.0kB  lib/inversify.d.ts             
lerna notice 4.0kB  src/inversify.ts               
lerna notice 2.0kB  lib/node/layout-data.d.ts      
lerna notice 5.7kB  src/node/layout-data.ts        
lerna notice 1.9kB  lib/node/socket-server.d.ts    
lerna notice 4.7kB  src/node/socket-server.ts      
lerna notice 2.1kB  lib/node/stdio-server.d.ts     
lerna notice 5.2kB  src/node/stdio-server.ts       
lerna notice === Tarball Details === 
lerna notice name:          sprotty-elk                                   
lerna notice version:       0.15.0-next.25ffc24.11+25ffc24                
lerna notice filename:      sprotty-elk-0.15.0-next.25ffc24.11+25ffc24.tgz
lerna notice package size:  28.5 kB                                       
lerna notice unpacked size: 153.1 kB                                      
lerna notice shasum:        49bf67c0c8fc53970247336e379d7951016714f5      
lerna notice integrity:     sha512-iDmvxYZjeu/Ns[...]wcrQTh0eFzyog==      
lerna notice total files:   39                                            
lerna notice 
lerna success published sprotty 0.15.0-next.25ffc24.11+25ffc24
lerna notice 
lerna notice package: sprotty@0.15.0-next.25ffc24.11+25ffc24
lerna notice === Tarball Contents === 
lerna notice 14.2kB LICENSE                                                    
lerna notice 2.0kB  css/command-palette.css                                    
lerna notice 1.3kB  css/edit-label.css                                         
lerna notice 2.2kB  css/sprotty.css                                            
lerna notice 17.0kB lib/features/routing/abstract-edge-router.js               
lerna notice 6.7kB  lib/features/bounds/abstract-layout.js                     
lerna notice 8.5kB  lib/base/actions/action-dispatcher.js                      
lerna notice 4.1kB  lib/base/actions/action-handler.js                         
lerna notice 4.4kB  lib/features/command-palette/action-providers.js           
lerna notice 1.6kB  lib/base/actions/action.js                                 
lerna notice 3.0kB  lib/features/routing/anchor.js                             
lerna notice 2.8kB  lib/base/animations/animation-frame-syncer.js              
lerna notice 3.1kB  lib/base/animations/animation.js                           
lerna notice 3.0kB  lib/features/routing/bezier-anchors.js                     
lerna notice 18.0kB lib/features/routing/bezier-edge-router.js                 
lerna notice 4.5kB  lib/features/bounds/bounds-manipulation.js                 
lerna notice 2.8kB  lib/utils/browser.js                                       
lerna notice 3.4kB  lib/features/button/button-handler.js                      
lerna notice 9.6kB  lib/features/viewport/center-fit.js                        
lerna notice 1.9kB  lib/utils/codicon.js                                       
lerna notice 1.5kB  lib/utils/color.js                                         
lerna notice 11.2kB lib/features/command-palette/command-palette.js            
lerna notice 3.9kB  lib/base/commands/command-registration.js                  
lerna notice 1.4kB  lib/base/commands/command-stack-options.js                 
lerna notice 15.8kB lib/base/commands/command-stack.js                         
lerna notice 5.4kB  lib/base/commands/command.js                               
lerna notice 4.0kB  lib/model-source/commit-model.js                           
lerna notice 310B   lib/features/context-menu/context-menu-service.js          
lerna notice 1.3kB  lib/features/edit/create-on-drag.js                        
lerna notice 3.2kB  lib/features/edit/create.js                                
lerna notice 2.5kB  lib/base/views/css-class-postprocessor.js                  
lerna notice 3.9kB  lib/features/decoration/decoration-placer.js               
lerna notice 3.8kB  lib/features/edit/delete.js                                
lerna notice 9.3kB  lib/base/di.config.js                                      
lerna notice 2.5kB  lib/features/bounds/di.config.js                           
lerna notice 1.2kB  lib/features/button/di.config.js                           
lerna notice 1.8kB  lib/features/command-palette/di.config.js                  
lerna notice 2.0kB  lib/features/context-menu/di.config.js                     
lerna notice 1.6kB  lib/features/decoration/di.config.js                       
lerna notice 1.4kB  lib/features/edge-intersection/di.config.js                
lerna notice 1.5kB  lib/features/edge-layout/di.config.js                      
lerna notice 3.1kB  lib/features/edit/di.config.js                             
lerna notice 1.3kB  lib/features/expand/di.config.js                           
lerna notice 1.8kB  lib/features/export/di.config.js                           
lerna notice 1.3kB  lib/features/fade/di.config.js                             
lerna notice 3.3kB  lib/features/hover/di.config.js                            
lerna notice 1.7kB  lib/features/move/di.config.js                             
lerna notice 1.3kB  lib/features/open/di.config.js                             
lerna notice 4.0kB  lib/features/routing/di.config.js                          
lerna notice 1.9kB  lib/features/select/di.config.js                           
lerna notice 1.3kB  lib/features/undo-redo/di.config.js                        
lerna notice 1.3kB  lib/features/update/di.config.js                           
lerna notice 2.2kB  lib/features/viewport/di.config.js                         
lerna notice 1.3kB  lib/features/zorder/di.config.js                           
lerna notice 2.1kB  lib/model-source/di.config.js                              
lerna notice 1.9kB  lib/base/actions/diagram-locker.js                         
lerna notice 8.7kB  lib/model-source/diagram-server.js                         
lerna notice 2.5kB  lib/base/views/dom-helper.js                               
lerna notice 1.4kB  lib/base/animations/easing.js                              
lerna notice 11.0kB lib/features/edge-layout/edge-layout.js                    
lerna notice 12.5kB lib/features/edit/edit-label-ui.js                         
lerna notice 5.9kB  lib/features/edit/edit-label.js                            
lerna notice 7.6kB  lib/features/edit/edit-routing.js                          
lerna notice 2.5kB  lib/features/expand/expand.js                              
lerna notice 5.7kB  lib/features/export/export.js                              
lerna notice 3.1kB  lib/features/fade/fade.js                                  
lerna notice 3.8kB  lib/lib/generic-views.js                                   
lerna notice 8.0kB  lib/utils/geometry.js                                      
lerna notice 3.9kB  lib/features/bounds/hbox-layout.js                         
lerna notice 8.6kB  lib/features/bounds/hidden-bounds-updater.js               
lerna notice 14.4kB lib/features/hover/hover.js                                
lerna notice 2.2kB  lib/lib/html-views.js                                      
lerna notice 2.9kB  lib/base/views/id-postprocessor.js                         
lerna notice 12.9kB lib/index.js                                               
lerna notice 5.6kB  lib/base/features/initialize-canvas.js                     
lerna notice 6.4kB  lib/features/edge-intersection/intersection-finder.js      
lerna notice 1.1kB  lib/utils/inversify.js                                     
lerna notice 4.4kB  lib/utils/iterable.js                                      
lerna notice 2.3kB  lib/lib/jsx.js                                             
lerna notice 4.1kB  lib/base/views/key-tool.js                                 
lerna notice 6.4kB  lib/utils/keyboard.js                                      
lerna notice 949B   lib/features/bounds/layout-options.js                      
lerna notice 6.1kB  lib/features/bounds/layout.js                              
lerna notice 11.6kB lib/model-source/local-model-source.js                     
lerna notice 4.3kB  lib/model-source/logging.js                                
lerna notice 4.5kB  lib/utils/logging.js                                       
lerna notice 8.4kB  lib/features/routing/manhattan-anchors.js                  
lerna notice 28.9kB lib/features/routing/manhattan-edge-router.js              
lerna notice 5.0kB  lib/features/context-menu/menu-providers.js                
lerna notice 4.1kB  lib/features/update/model-matching.js                      
lerna notice 4.8kB  lib/model-source/model-source.js                           
lerna notice 6.7kB  lib/features/bounds/model.js                               
lerna notice 1.3kB  lib/features/button/model.js                               
lerna notice 1.7kB  lib/features/decoration/model.js                           
lerna notice 1.9kB  lib/features/edge-layout/model.js                          
lerna notice 1.8kB  lib/features/edit/model.js                                 
lerna notice 1.2kB  lib/features/expand/model.js                               
lerna notice 1.2kB  lib/features/export/model.js                               
lerna notice 1.2kB  lib/features/fade/model.js                                 
lerna notice 1.4kB  lib/features/hover/model.js                                
lerna notice 1.3kB  lib/features/move/model.js                                 
lerna notice 1.3kB  lib/features/nameable/model.js                             
lerna notice 1.2kB  lib/features/open/model.js                                 
lerna notice 5.1kB  lib/features/projection/model.js                           
lerna notice 6.2kB  lib/features/routing/model.js                              
lerna notice 1.3kB  lib/features/select/model.js                               
lerna notice 3.3kB  lib/features/viewport/model.js                             
lerna notice 6.1kB  lib/lib/model.js                                           
lerna notice 3.8kB  lib/lib/modules.js                                         
lerna notice 4.8kB  lib/features/context-menu/mouse-listener.js                
lerna notice 9.2kB  lib/base/views/mouse-tool.js                               
lerna notice 26.6kB lib/features/move/move.js                                  
lerna notice 1.6kB  lib/features/open/open.js                                  
lerna notice 6.2kB  lib/features/routing/polyline-anchors.js                   
lerna notice 8.3kB  lib/features/routing/polyline-edge-router.js               
lerna notice 3.2kB  lib/features/hover/popup-position-updater.js               
lerna notice 4.0kB  lib/features/edit/reconnect.js                             
lerna notice 5.9kB  lib/utils/registry.js                                      
lerna notice 2.8kB  lib/base/commands/request-command.js                       
lerna notice 2.2kB  lib/features/bounds/resize.js                              
lerna notice 6.5kB  lib/features/routing/routing.js                            
lerna notice 11.1kB lib/features/viewport/scroll.js                            
lerna notice 13.2kB lib/features/select/select.js                              
lerna notice 3.0kB  lib/base/features/set-model.js                             
lerna notice 9.8kB  lib/graph/sgraph.js                                        
lerna notice 951B   lib/base/model/smodel-extension.js                         
lerna notice 7.6kB  lib/base/model/smodel-factory.js                           
lerna notice 4.8kB  lib/base/model/smodel-utils.js                             
lerna notice 8.0kB  lib/base/model/smodel.js                                   
lerna notice 2.6kB  lib/features/move/snap.js                                  
lerna notice 3.7kB  lib/features/bounds/stack-layout.js                        
lerna notice 6.0kB  lib/features/export/svg-exporter.js                        
lerna notice 5.4kB  lib/lib/svg-views.js                                       
lerna notice 8.2kB  lib/features/edge-intersection/sweepline.js                
lerna notice 4.1kB  lib/base/views/thunk-view.js                               
lerna notice 4.1kB  lib/base/types.js                                          
lerna notice 4.8kB  lib/base/ui-extensions/ui-extension-registry.js            
lerna notice 5.1kB  lib/base/ui-extensions/ui-extension.js                     
lerna notice 1.7kB  lib/features/undo-redo/undo-redo.js                        
lerna notice 13.3kB lib/features/update/update-model.js                        
lerna notice 3.9kB  lib/features/bounds/vbox-layout.js                         
lerna notice 5.5kB  lib/base/views/view.js                                     
lerna notice 3.4kB  lib/base/views/viewer-cache.js                             
lerna notice 2.7kB  lib/base/views/viewer-options.js                           
lerna notice 14.1kB lib/base/views/viewer.js                                   
lerna notice 3.0kB  lib/features/viewport/viewport-root.js                     
lerna notice 6.5kB  lib/features/viewport/viewport.js                          
lerna notice 2.7kB  lib/features/bounds/views.js                               
lerna notice 3.8kB  lib/features/decoration/views.js                           
lerna notice 2.5kB  lib/features/expand/views.js                               
lerna notice 6.9kB  lib/features/projection/views.js                           
lerna notice 2.7kB  lib/features/routing/views.js                              
lerna notice 24.3kB lib/graph/views.js                                         
lerna notice 7.2kB  lib/lib/virtualize.js                                      
lerna notice 2.1kB  lib/base/views/vnode-postprocessor.js                      
lerna notice 3.2kB  lib/base/views/vnode-utils.js                              
lerna notice 2.8kB  lib/model-source/websocket.js                              
lerna notice 4.9kB  lib/features/viewport/zoom.js                              
lerna notice 4.7kB  lib/features/zorder/zorder.js                              
lerna notice 2.4kB  package.json                                               
lerna notice 3.3kB  lib/features/routing/abstract-edge-router.d.ts.map         
lerna notice 14.3kB lib/features/routing/abstract-edge-router.js.map           
lerna notice 1.8kB  lib/features/bounds/abstract-layout.d.ts.map               
lerna notice 4.4kB  lib/features/bounds/abstract-layout.js.map                 
lerna notice 2.0kB  lib/base/actions/action-dispatcher.d.ts.map                
lerna notice 4.8kB  lib/base/actions/action-dispatcher.js.map                  
lerna notice 1.2kB  lib/base/actions/action-handler.d.ts.map                   
lerna notice 1.7kB  lib/base/actions/action-handler.js.map                     
lerna notice 1.0kB  lib/features/command-palette/action-providers.d.ts.map     
lerna notice 1.9kB  lib/features/command-palette/action-providers.js.map       
lerna notice 449B   lib/base/actions/action.d.ts.map                           
lerna notice 461B   lib/base/actions/action.js.map                             
lerna notice 735B   lib/features/routing/anchor.d.ts.map                       
lerna notice 819B   lib/features/routing/anchor.js.map                         
lerna notice 584B   lib/base/animations/animation-frame-syncer.d.ts.map        
lerna notice 1.4kB  lib/base/animations/animation-frame-syncer.js.map          
lerna notice 943B   lib/base/animations/animation.d.ts.map                     
lerna notice 2.0kB  lib/base/animations/animation.js.map                       
lerna notice 398B   lib/features/routing/bezier-anchors.d.ts.map               
lerna notice 838B   lib/features/routing/bezier-anchors.js.map                 
lerna notice 2.2kB  lib/features/routing/bezier-edge-router.d.ts.map           
lerna notice 13.9kB lib/features/routing/bezier-edge-router.js.map             
lerna notice 1.3kB  lib/features/bounds/bounds-manipulation.d.ts.map           
lerna notice 2.2kB  lib/features/bounds/bounds-manipulation.js.map             
lerna notice 542B   lib/utils/browser.d.ts.map                                 
lerna notice 1.4kB  lib/utils/browser.js.map                                   
lerna notice 821B   lib/features/button/button-handler.d.ts.map                
lerna notice 1.2kB  lib/features/button/button-handler.js.map                  
lerna notice 1.7kB  lib/features/viewport/center-fit.d.ts.map                  
lerna notice 6.5kB  lib/features/viewport/center-fit.js.map                    
lerna notice 433B   lib/utils/codicon.d.ts.map                                 
lerna notice 824B   lib/utils/codicon.js.map                                   
lerna notice 510B   lib/utils/color.d.ts.map                                   
lerna notice 790B   lib/utils/color.js.map                                     
lerna notice 2.6kB  lib/features/command-palette/command-palette.d.ts.map      
lerna notice 8.4kB  lib/features/command-palette/command-palette.js.map        
lerna notice 1.1kB  lib/base/commands/command-registration.d.ts.map            
lerna notice 1.5kB  lib/base/commands/command-registration.js.map              
lerna notice 435B   lib/base/commands/command-stack-options.d.ts.map           
lerna notice 408B   lib/base/commands/command-stack-options.js.map             
lerna notice 2.8kB  lib/base/commands/command-stack.d.ts.map                   
lerna notice 9.5kB  lib/base/commands/command-stack.js.map                     
lerna notice 1.8kB  lib/base/commands/command.d.ts.map                         
lerna notice 1.3kB  lib/base/commands/command.js.map                           
lerna notice 1.0kB  lib/model-source/commit-model.d.ts.map                     
lerna notice 1.6kB  lib/model-source/commit-model.js.map                       
lerna notice 1.1kB  lib/features/context-menu/context-menu-service.d.ts.map    
lerna notice 343B   lib/features/context-menu/context-menu-service.js.map      
lerna notice 511B   lib/features/edit/create-on-drag.d.ts.map                  
lerna notice 347B   lib/features/edit/create-on-drag.js.map                    
lerna notice 641B   lib/features/edit/create.d.ts.map                          
lerna notice 1.2kB  lib/features/edit/create.js.map                            
lerna notice 433B   lib/base/views/css-class-postprocessor.d.ts.map            
lerna notice 748B   lib/base/views/css-class-postprocessor.js.map              
lerna notice 655B   lib/features/decoration/decoration-placer.d.ts.map         
lerna notice 1.8kB  lib/features/decoration/decoration-placer.js.map           
lerna notice 924B   lib/features/edit/delete.d.ts.map                          
lerna notice 1.5kB  lib/features/edit/delete.js.map                            
lerna notice 244B   lib/base/di.config.d.ts.map                                
lerna notice 252B   lib/features/bounds/di.config.d.ts.map                     
lerna notice 252B   lib/features/button/di.config.d.ts.map                     
lerna notice 265B   lib/features/command-palette/di.config.d.ts.map            
lerna notice 262B   lib/features/context-menu/di.config.d.ts.map               
lerna notice 260B   lib/features/decoration/di.config.d.ts.map                 
lerna notice 267B   lib/features/edge-intersection/di.config.d.ts.map          
lerna notice 261B   lib/features/edge-layout/di.config.d.ts.map                
lerna notice 296B   lib/features/edit/di.config.d.ts.map                       
lerna notice 252B   lib/features/expand/di.config.d.ts.map                     
lerna notice 252B   lib/features/export/di.config.d.ts.map                     
lerna notice 249B   lib/features/fade/di.config.d.ts.map                       
lerna notice 251B   lib/features/hover/di.config.d.ts.map                      
lerna notice 249B   lib/features/move/di.config.d.ts.map                       
lerna notice 249B   lib/features/open/di.config.d.ts.map                       
lerna notice 254B   lib/features/routing/di.config.d.ts.map                    
lerna notice 252B   lib/features/select/di.config.d.ts.map                     
lerna notice 255B   lib/features/undo-redo/di.config.d.ts.map                  
lerna notice 252B   lib/features/update/di.config.d.ts.map                     
lerna notice 254B   lib/features/viewport/di.config.d.ts.map                   
lerna notice 252B   lib/features/zorder/di.config.d.ts.map                     
lerna notice 263B   lib/model-source/di.config.d.ts.map                        
lerna notice 6.0kB  lib/base/di.config.js.map                                  
lerna notice 1.1kB  lib/features/bounds/di.config.js.map                       
lerna notice 343B   lib/features/button/di.config.js.map                       
lerna notice 721B   lib/features/command-palette/di.config.js.map              
lerna notice 906B   lib/features/context-menu/di.config.js.map                 
lerna notice 588B   lib/features/decoration/di.config.js.map                   
lerna notice 441B   lib/features/edge-intersection/di.config.js.map            
lerna notice 505B   lib/features/edge-layout/di.config.js.map                  
lerna notice 1.5kB  lib/features/edit/di.config.js.map                         
lerna notice 408B   lib/features/expand/di.config.js.map                       
lerna notice 764B   lib/features/export/di.config.js.map                       
lerna notice 422B   lib/features/fade/di.config.js.map                         
lerna notice 1.7kB  lib/features/hover/di.config.js.map                        
lerna notice 734B   lib/features/move/di.config.js.map                         
lerna notice 422B   lib/features/open/di.config.js.map                         
lerna notice 2.2kB  lib/features/routing/di.config.js.map                      
lerna notice 804B   lib/features/select/di.config.js.map                       
lerna notice 427B   lib/features/undo-redo/di.config.js.map                    
lerna notice 386B   lib/features/update/di.config.js.map                       
lerna notice 1.0kB  lib/features/viewport/di.config.js.map                     
lerna notice 386B   lib/features/zorder/di.config.js.map                       
lerna notice 837B   lib/model-source/di.config.js.map                          
lerna notice 371B   lib/base/actions/diagram-locker.d.ts.map                   
lerna notice 350B   lib/base/actions/diagram-locker.js.map                     
lerna notice 1.6kB  lib/model-source/diagram-server.d.ts.map                   
lerna notice 4.7kB  lib/model-source/diagram-server.js.map                     
lerna notice 358B   lib/base/views/dom-helper.d.ts.map                         
lerna notice 759B   lib/base/views/dom-helper.js.map                           
lerna notice 221B   lib/base/animations/easing.d.ts.map                        
lerna notice 375B   lib/base/animations/easing.js.map                          
lerna notice 1.2kB  lib/features/edge-layout/edge-layout.d.ts.map              
lerna notice 8.0kB  lib/features/edge-layout/edge-layout.js.map                
lerna notice 2.5kB  lib/features/edit/edit-label-ui.d.ts.map                   
lerna notice 9.3kB  lib/features/edit/edit-label-ui.js.map                     
lerna notice 1.8kB  lib/features/edit/edit-label.d.ts.map                      
lerna notice 3.0kB  lib/features/edit/edit-label.js.map                        
lerna notice 1.5kB  lib/features/edit/edit-routing.d.ts.map                    
lerna notice 4.5kB  lib/features/edit/edit-routing.js.map                      
lerna notice 390B   lib/features/expand/expand.d.ts.map                        
lerna notice 754B   lib/features/expand/expand.js.map                          
lerna notice 1.2kB  lib/features/export/export.d.ts.map                        
lerna notice 2.5kB  lib/features/export/export.js.map                          
lerna notice 921B   lib/features/fade/fade.d.ts.map                            
lerna notice 1.3kB  lib/features/fade/fade.js.map                              
lerna notice 635B   lib/lib/generic-views.d.ts.map                             
lerna notice 1.5kB  lib/lib/generic-views.js.map                               
lerna notice 1.8kB  lib/utils/geometry.d.ts.map                                
lerna notice 6.2kB  lib/utils/geometry.js.map                                  
lerna notice 1.1kB  lib/features/bounds/hbox-layout.d.ts.map                   
lerna notice 2.0kB  lib/features/bounds/hbox-layout.js.map                     
lerna notice 1.3kB  lib/features/bounds/hidden-bounds-updater.d.ts.map         
lerna notice 4.4kB  lib/features/bounds/hidden-bounds-updater.js.map           
lerna notice 3.2kB  lib/features/hover/hover.d.ts.map                          
lerna notice 9.6kB  lib/features/hover/hover.js.map                            
lerna notice 390B   lib/lib/html-views.d.ts.map                                
lerna notice 558B   lib/lib/html-views.js.map                                  
lerna notice 574B   lib/base/views/id-postprocessor.d.ts.map                   
lerna notice 871B   lib/base/views/id-postprocessor.js.map                     
lerna notice 3.9kB  lib/index.d.ts.map                                         
lerna notice 2.6kB  lib/index.js.map                                           
lerna notice 1.3kB  lib/base/features/initialize-canvas.d.ts.map               
lerna notice 2.5kB  lib/base/features/initialize-canvas.js.map                 
lerna notice 1.2kB  lib/features/edge-intersection/intersection-finder.d.ts.map
lerna notice 3.2kB  lib/features/edge-intersection/intersection-finder.js.map  
lerna notice 234B   lib/utils/inversify.d.ts.map                               
lerna notice 264B   lib/utils/inversify.js.map                                 
lerna notice 1.6kB  lib/utils/iterable.d.ts.map                                
lerna notice 3.2kB  lib/utils/iterable.js.map                                  
lerna notice 673B   lib/lib/jsx.d.ts.map                                       
lerna notice 1.7kB  lib/lib/jsx.js.map                                         
lerna notice 1.0kB  lib/base/views/key-tool.d.ts.map                           
lerna notice 2.1kB  lib/base/views/key-tool.js.map                             
lerna notice 1.7kB  lib/utils/keyboard.d.ts.map                                
lerna notice 6.6kB  lib/utils/keyboard.js.map                                  
lerna notice 570B   lib/features/bounds/layout-options.d.ts.map                
lerna notice 167B   lib/features/bounds/layout-options.js.map                  
lerna notice 1.5kB  lib/features/bounds/layout.d.ts.map                        
lerna notice 3.4kB  lib/features/bounds/layout.js.map                          
lerna notice 2.5kB  lib/model-source/local-model-source.d.ts.map               
lerna notice 6.8kB  lib/model-source/local-model-source.js.map                 
lerna notice 844B   lib/model-source/logging.d.ts.map                          
lerna notice 1.7kB  lib/utils/logging.d.ts.map                                 
lerna notice 2.1kB  lib/model-source/logging.js.map                            
lerna notice 2.4kB  lib/utils/logging.js.map                                   
lerna notice 800B   lib/features/routing/manhattan-anchors.d.ts.map            
lerna notice 7.0kB  lib/features/routing/manhattan-anchors.js.map              
lerna notice 2.1kB  lib/features/routing/manhattan-edge-router.d.ts.map        
lerna notice 25.2kB lib/features/routing/manhattan-edge-router.js.map          
lerna notice 821B   lib/features/context-menu/menu-providers.d.ts.map          
lerna notice 2.4kB  lib/features/context-menu/menu-providers.js.map            
lerna notice 1.0kB  lib/features/update/model-matching.d.ts.map                
lerna notice 3.0kB  lib/features/update/model-matching.js.map                  
lerna notice 1.2kB  lib/model-source/model-source.d.ts.map                     
lerna notice 1.7kB  lib/model-source/model-source.js.map                       
lerna notice 2.0kB  lib/features/bounds/model.d.ts.map                         
lerna notice 417B   lib/features/button/model.d.ts.map                         
lerna notice 729B   lib/features/decoration/model.d.ts.map                     
lerna notice 808B   lib/features/edge-layout/model.d.ts.map                    
lerna notice 975B   lib/features/edit/model.d.ts.map                           
lerna notice 421B   lib/features/expand/model.d.ts.map                         
lerna notice 283B   lib/features/export/model.d.ts.map                         
lerna notice 408B   lib/features/fade/model.d.ts.map                           
lerna notice 498B   lib/features/hover/model.d.ts.map                          
lerna notice 540B   lib/features/move/model.d.ts.map                           
lerna notice 476B   lib/features/nameable/model.d.ts.map                       
lerna notice 293B   lib/features/open/model.d.ts.map                           
lerna notice 933B   lib/features/projection/model.d.ts.map                     
lerna notice 2.2kB  lib/features/routing/model.d.ts.map                        
lerna notice 497B   lib/features/select/model.d.ts.map                         
lerna notice 648B   lib/features/viewport/model.d.ts.map                       
lerna notice 2.0kB  lib/lib/model.d.ts.map                                     
lerna notice 4.5kB  lib/features/bounds/model.js.map                           
lerna notice 329B   lib/features/button/model.js.map                           
lerna notice 518B   lib/features/decoration/model.js.map                       
lerna notice 688B   lib/features/edge-layout/model.js.map                      
lerna notice 663B   lib/features/edit/model.js.map                             
lerna notice 314B   lib/features/expand/model.js.map                           
lerna notice 294B   lib/features/export/model.js.map                           
lerna notice 327B   lib/features/fade/model.js.map                             
lerna notice 440B   lib/features/hover/model.js.map                            
lerna notice 412B   lib/features/move/model.js.map                             
lerna notice 450B   lib/features/nameable/model.js.map                         
lerna notice 292B   lib/features/open/model.js.map                             
lerna notice 3.3kB  lib/features/projection/model.js.map                       
lerna notice 3.7kB  lib/features/routing/model.js.map                          
lerna notice 419B   lib/features/select/model.js.map                           
lerna notice 2.0kB  lib/features/viewport/model.js.map                         
lerna notice 2.5kB  lib/lib/model.js.map                                       
lerna notice 340B   lib/lib/modules.d.ts.map                                   
lerna notice 1.1kB  lib/lib/modules.js.map                                     
lerna notice 834B   lib/features/context-menu/mouse-listener.d.ts.map          
lerna notice 2.2kB  lib/features/context-menu/mouse-listener.js.map            
lerna notice 3.3kB  lib/base/views/mouse-tool.d.ts.map                         
lerna notice 6.5kB  lib/base/views/mouse-tool.js.map                           
lerna notice 4.4kB  lib/features/move/move.d.ts.map                            
lerna notice 21.0kB lib/features/move/move.js.map                              
lerna notice 415B   lib/features/open/open.d.ts.map                            
lerna notice 475B   lib/features/open/open.js.map                              
lerna notice 897B   lib/features/routing/polyline-anchors.d.ts.map             
lerna notice 4.6kB  lib/features/routing/polyline-anchors.js.map               
lerna notice 1.1kB  lib/features/routing/polyline-edge-router.d.ts.map         
lerna notice 6.0kB  lib/features/routing/polyline-edge-router.js.map           
lerna notice 515B   lib/features/hover/popup-position-updater.d.ts.map         
lerna notice 1.3kB  lib/features/hover/popup-position-updater.js.map           
lerna notice 670B   lib/features/edit/reconnect.d.ts.map                       
lerna notice 1.8kB  lib/features/edit/reconnect.js.map                         
lerna notice 1.5kB  lib/utils/registry.d.ts.map                                
lerna notice 4.0kB  lib/utils/registry.js.map                                  
lerna notice 599B   lib/base/commands/request-command.d.ts.map                 
lerna notice 831B   lib/base/commands/request-command.js.map                   
lerna notice 786B   lib/features/bounds/resize.d.ts.map                        
lerna notice 1.3kB  lib/features/bounds/resize.js.map                          
lerna notice 2.9kB  lib/features/routing/routing.d.ts.map                      
lerna notice 3.1kB  lib/features/routing/routing.js.map                        
lerna notice 1.6kB  lib/features/viewport/scroll.d.ts.map                      
lerna notice 8.1kB  lib/features/viewport/scroll.js.map                        
lerna notice 2.8kB  lib/features/select/select.d.ts.map                        
lerna notice 8.7kB  lib/features/select/select.js.map                          
lerna notice 677B   lib/base/features/set-model.d.ts.map                       
lerna notice 975B   lib/base/features/set-model.js.map                         
lerna notice 2.5kB  lib/graph/sgraph.d.ts.map                                  
lerna notice 5.9kB  lib/graph/sgraph.js.map                                    
lerna notice 205B   lib/base/model/smodel-extension.d.ts.map                   
lerna notice 166B   lib/base/model/smodel-extension.js.map                     
lerna notice 1.9kB  lib/base/model/smodel-factory.d.ts.map                     
lerna notice 4.8kB  lib/base/model/smodel-factory.js.map                       
lerna notice 1.3kB  lib/base/model/smodel-utils.d.ts.map                       
lerna notice 2.9kB  lib/base/model/smodel-utils.js.map                         
lerna notice 2.0kB  lib/base/model/smodel.d.ts.map                             
lerna notice 5.1kB  lib/base/model/smodel.js.map                               
lerna notice 499B   lib/features/move/snap.d.ts.map                            
lerna notice 1.1kB  lib/features/move/snap.js.map                              
lerna notice 1.1kB  lib/features/bounds/stack-layout.d.ts.map                  
lerna notice 1.9kB  lib/features/bounds/stack-layout.js.map                    
lerna notice 1.1kB  lib/features/export/svg-exporter.d.ts.map                  
lerna notice 3.6kB  lib/features/export/svg-exporter.js.map                    
lerna notice 1.3kB  lib/lib/svg-views.d.ts.map                                 
lerna notice 3.1kB  lib/lib/svg-views.js.map                                   
lerna notice 1.3kB  lib/features/edge-intersection/sweepline.d.ts.map          
lerna notice 4.0kB  lib/features/edge-intersection/sweepline.js.map            
lerna notice 1.1kB  lib/base/views/thunk-view.d.ts.map                         
lerna notice 2.8kB  lib/base/views/thunk-view.js.map                           
lerna notice 227B   lib/base/types.d.ts.map                                    
lerna notice 2.5kB  lib/base/types.js.map                                      
lerna notice 1.1kB  lib/base/ui-extensions/ui-extension-registry.d.ts.map      
lerna notice 1.9kB  lib/base/ui-extensions/ui-extension-registry.js.map        
lerna notice 1.3kB  lib/base/ui-extensions/ui-extension.d.ts.map               
lerna notice 2.5kB  lib/base/ui-extensions/ui-extension.js.map                 
lerna notice 396B   lib/features/undo-redo/undo-redo.d.ts.map                  
lerna notice 630B   lib/features/undo-redo/undo-redo.js.map                    
lerna notice 1.9kB  lib/features/update/update-model.d.ts.map                  
lerna notice 9.0kB  lib/features/update/update-model.js.map                    
lerna notice 1.1kB  lib/features/bounds/vbox-layout.d.ts.map                   
lerna notice 2.0kB  lib/features/bounds/vbox-layout.js.map                     
lerna notice 2.3kB  lib/base/views/view.d.ts.map                               
lerna notice 2.4kB  lib/base/views/view.js.map                                 
lerna notice 579B   lib/base/views/viewer-cache.d.ts.map                       
lerna notice 1.0kB  lib/base/views/viewer-cache.js.map                         
lerna notice 1.2kB  lib/base/views/viewer-options.d.ts.map                     
lerna notice 1.3kB  lib/base/views/viewer-options.js.map                       
lerna notice 3.1kB  lib/base/views/viewer.d.ts.map                             
lerna notice 9.1kB  lib/base/views/viewer.js.map                               
lerna notice 784B   lib/features/viewport/viewport-root.d.ts.map               
lerna notice 2.0kB  lib/features/viewport/viewport-root.js.map                 
lerna notice 1.7kB  lib/features/viewport/viewport.d.ts.map                    
lerna notice 3.8kB  lib/features/viewport/viewport.js.map                      
lerna notice 606B   lib/features/bounds/views.d.ts.map                         
lerna notice 491B   lib/features/decoration/views.d.ts.map                     
lerna notice 388B   lib/features/expand/views.d.ts.map                         
lerna notice 1.3kB  lib/features/projection/views.d.ts.map                     
lerna notice 622B   lib/features/routing/views.d.ts.map                        
lerna notice 4.1kB  lib/graph/views.d.ts.map                                   
lerna notice 835B   lib/features/bounds/views.js.map                           
lerna notice 1.2kB  lib/features/decoration/views.js.map                       
lerna notice 748B   lib/features/expand/views.js.map                           
lerna notice 4.5kB  lib/features/projection/views.js.map                       
lerna notice 822B   lib/features/routing/views.js.map                          
lerna notice 14.9kB lib/graph/views.js.map                                     
lerna notice 253B   lib/lib/virtualize.d.ts.map                                
lerna notice 6.8kB  lib/lib/virtualize.js.map                                  
lerna notice 582B   lib/base/views/vnode-postprocessor.d.ts.map                
lerna notice 543B   lib/base/views/vnode-postprocessor.js.map                  
lerna notice 773B   lib/base/views/vnode-utils.d.ts.map                        
lerna notice 2.5kB  lib/base/views/vnode-utils.js.map                          
lerna notice 431B   lib/model-source/websocket.d.ts.map                        
lerna notice 991B   lib/model-source/websocket.js.map                          
lerna notice 946B   lib/features/viewport/zoom.d.ts.map                        
lerna notice 2.8kB  lib/features/viewport/zoom.js.map                          
lerna notice 853B   lib/features/zorder/zorder.d.ts.map                        
lerna notice 2.5kB  lib/features/zorder/zorder.js.map                          
lerna notice 1.7kB  README.md                                                  
lerna notice 4.6kB  lib/features/routing/abstract-edge-router.d.ts             
lerna notice 17.8kB src/features/routing/abstract-edge-router.ts               
lerna notice 2.7kB  lib/features/bounds/abstract-layout.d.ts                   
lerna notice 7.6kB  src/features/bounds/abstract-layout.ts                     
lerna notice 3.7kB  lib/base/actions/action-dispatcher.d.ts                    
lerna notice 7.4kB  src/base/actions/action-dispatcher.spec.ts                 
lerna notice 8.2kB  src/base/actions/action-dispatcher.ts                      
lerna notice 2.7kB  lib/base/actions/action-handler.d.ts                       
lerna notice 3.8kB  src/base/actions/action-handler.ts                         
lerna notice 2.0kB  lib/features/command-palette/action-providers.d.ts         
lerna notice 3.1kB  src/features/command-palette/action-providers.ts           
lerna notice 1.4kB  lib/base/actions/action.d.ts                               
lerna notice 1.4kB  src/base/actions/action.ts                                 
lerna notice 2.5kB  lib/features/routing/anchor.d.ts                           
lerna notice 2.8kB  src/features/routing/anchor.ts                             
lerna notice 1.2kB  lib/base/animations/animation-frame-syncer.d.ts            
lerna notice 2.0kB  src/base/animations/animation-frame-syncer.ts              
lerna notice 2.2kB  lib/base/animations/animation.d.ts                         
lerna notice 3.7kB  src/base/animations/animation.ts                           
lerna notice 1.2kB  lib/features/routing/bezier-anchors.d.ts                   
lerna notice 1.6kB  src/features/routing/bezier-anchors.ts                     
lerna notice 3.8kB  lib/features/routing/bezier-edge-router.d.ts               
lerna notice 17.1kB src/features/routing/bezier-edge-router.ts                 
lerna notice 2.3kB  lib/features/bounds/bounds-manipulation.d.ts               
lerna notice 3.9kB  src/features/bounds/bounds-manipulation.ts                 
lerna notice 4.0kB  src/features/bounds/bounds-manipulations.spec.ts           
lerna notice 1.6kB  lib/utils/browser.d.ts                                     
lerna notice 2.5kB  src/utils/browser.ts                                       
lerna notice 1.7kB  lib/features/button/button-handler.d.ts                    
lerna notice 2.4kB  src/features/button/button-handler.ts                      
lerna notice 2.9kB  lib/features/viewport/center-fit.d.ts                      
lerna notice 8.2kB  src/features/viewport/center-fit.ts                        
lerna notice 1.3kB  lib/utils/codicon.d.ts                                     
lerna notice 1.6kB  src/utils/codicon.ts                                       
lerna notice 1.2kB  lib/utils/color.d.ts                                       
lerna notice 1.4kB  src/utils/color.ts                                         
lerna notice 4.2kB  lib/features/command-palette/command-palette.d.ts          
lerna notice 11.5kB src/features/command-palette/command-palette.ts            
lerna notice 2.1kB  lib/base/commands/command-registration.d.ts                
lerna notice 4.3kB  src/base/commands/command-registration.spec.ts             
lerna notice 2.9kB  src/base/commands/command-registration.ts                  
lerna notice 1.6kB  lib/base/commands/command-stack-options.d.ts               
lerna notice 1.8kB  src/base/commands/command-stack-options.ts                 
lerna notice 8.3kB  lib/base/commands/command-stack.d.ts                       
lerna notice 11.3kB src/base/commands/command-stack.spec.ts                    
lerna notice 17.4kB src/base/commands/command-stack.ts                         
lerna notice 6.9kB  lib/base/commands/command.d.ts                             
lerna notice 7.2kB  src/base/commands/command.ts                               
lerna notice 2.3kB  lib/model-source/commit-model.d.ts                         
lerna notice 3.2kB  src/model-source/commit-model.ts                           
lerna notice 2.5kB  lib/features/context-menu/context-menu-service.d.ts        
lerna notice 2.6kB  src/features/context-menu/context-menu-service.ts          
lerna notice 1.3kB  lib/features/edit/create-on-drag.d.ts                      
lerna notice 1.4kB  src/features/edit/create-on-drag.ts                        
lerna notice 1.6kB  lib/features/edit/create.d.ts                              
lerna notice 2.2kB  src/features/edit/create.ts                                
lerna notice 1.2kB  lib/base/views/css-class-postprocessor.d.ts                
lerna notice 1.7kB  src/base/views/css-class-postprocessor.ts                  
lerna notice 1.5kB  lib/features/decoration/decoration-placer.d.ts             
lerna notice 2.9kB  src/features/decoration/decoration-placer.ts               
lerna notice 1.9kB  lib/features/edit/delete.d.ts                              
lerna notice 2.8kB  src/features/edit/delete.ts                                
lerna notice 1.0kB  lib/base/di.config.d.ts                                    
lerna notice 988B   lib/features/bounds/di.config.d.ts                         
lerna notice 988B   lib/features/button/di.config.d.ts                         
lerna notice 1.0kB  lib/features/command-palette/di.config.d.ts                
lerna notice 999B   lib/features/context-menu/di.config.d.ts                   
lerna notice 991B   lib/features/decoration/di.config.d.ts                     
lerna notice 1.0kB  lib/features/edge-intersection/di.config.d.ts              
lerna notice 991B   lib/features/edge-layout/di.config.d.ts                    
lerna notice 1.1kB  lib/features/edit/di.config.d.ts                           
lerna notice 988B   lib/features/expand/di.config.d.ts                         
lerna notice 994B   lib/features/export/di.config.d.ts                         
lerna notice 984B   lib/features/fade/di.config.d.ts                           
lerna notice 986B   lib/features/hover/di.config.d.ts                          
lerna notice 984B   lib/features/move/di.config.d.ts                           
lerna notice 984B   lib/features/open/di.config.d.ts                           
lerna notice 985B   lib/features/routing/di.config.d.ts                        
lerna notice 988B   lib/features/select/di.config.d.ts                         
lerna notice 992B   lib/features/undo-redo/di.config.d.ts                      
lerna notice 983B   lib/features/update/di.config.d.ts                         
lerna notice 992B   lib/features/viewport/di.config.d.ts                       
lerna notice 983B   lib/features/zorder/di.config.d.ts                         
lerna notice 1.3kB  lib/model-source/di.config.d.ts                            
lerna notice 8.7kB  src/base/di.config.ts                                      
lerna notice 2.1kB  src/features/bounds/di.config.ts                           
lerna notice 1.1kB  src/features/button/di.config.ts                           
lerna notice 1.6kB  src/features/command-palette/di.config.ts                  
lerna notice 1.9kB  src/features/context-menu/di.config.ts                     
lerna notice 1.4kB  src/features/decoration/di.config.ts                       
lerna notice 1.2kB  src/features/edge-intersection/di.config.ts                
lerna notice 1.3kB  src/features/edge-layout/di.config.ts                      
lerna notice 2.7kB  src/features/edit/di.config.ts                             
lerna notice 1.2kB  src/features/expand/di.config.ts                           
lerna notice 1.6kB  src/features/export/di.config.ts                           
lerna notice 1.2kB  src/features/fade/di.config.ts                             
lerna notice 2.9kB  src/features/hover/di.config.ts                            
lerna notice 1.6kB  src/features/move/di.config.ts                             
lerna notice 1.2kB  src/features/open/di.config.ts                             
lerna notice 3.4kB  src/features/routing/di.config.ts                          
lerna notice 1.7kB  src/features/select/di.config.ts                           
lerna notice 1.2kB  src/features/undo-redo/di.config.ts                        
lerna notice 1.2kB  src/features/update/di.config.ts                           
lerna notice 2.0kB  src/features/viewport/di.config.ts                         
lerna notice 1.2kB  src/features/zorder/di.config.ts                           
lerna notice 2.0kB  src/model-source/di.config.ts                              
lerna notice 1.4kB  lib/base/actions/diagram-locker.d.ts                       
lerna notice 1.4kB  src/base/actions/diagram-locker.ts                         
lerna notice 3.5kB  lib/model-source/diagram-server.d.ts                       
lerna notice 8.2kB  src/model-source/diagram-server.ts                         
lerna notice 1.1kB  lib/base/views/dom-helper.d.ts                             
lerna notice 1.6kB  src/base/views/dom-helper.ts                               
lerna notice 1.2kB  lib/base/animations/easing.d.ts                            
lerna notice 1.3kB  src/base/animations/easing.spec.ts                         
lerna notice 1.2kB  src/base/animations/easing.ts                              
lerna notice 2.1kB  lib/features/edge-layout/edge-layout.d.ts                  
lerna notice 10.1kB src/features/edge-layout/edge-layout.ts                    
lerna notice 4.1kB  lib/features/edit/edit-label-ui.d.ts                       
lerna notice 12.2kB src/features/edit/edit-label-ui.ts                         
lerna notice 3.0kB  lib/features/edit/edit-label.d.ts                          
lerna notice 5.0kB  src/features/edit/edit-label.ts                            
lerna notice 2.5kB  lib/features/edit/edit-routing.d.ts                        
lerna notice 6.6kB  src/features/edit/edit-routing.ts                          
lerna notice 1.2kB  lib/features/expand/expand.d.ts                            
lerna notice 1.7kB  src/features/expand/expand.ts                              
lerna notice 2.3kB  lib/features/export/export.d.ts                            
lerna notice 3.4kB  src/features/export/export.spec.ts                         
lerna notice 4.1kB  src/features/export/export.ts                              
lerna notice 1.9kB  lib/features/fade/fade.d.ts                                
lerna notice 2.6kB  src/features/fade/fade.ts                                  
lerna notice 1.6kB  lib/lib/generic-views.d.ts                                 
lerna notice 4.2kB  lib/utils/geometry.d.ts                                    
lerna notice 4.5kB  src/utils/geometry.spec.ts                                 
lerna notice 8.4kB  src/utils/geometry.ts                                      
lerna notice 2.2kB  lib/features/bounds/hbox-layout.d.ts                       
lerna notice 8.1kB  src/features/bounds/hbox-layout.spec.ts                    
lerna notice 4.0kB  src/features/bounds/hbox-layout.ts                         
lerna notice 3.2kB  lib/features/bounds/hidden-bounds-updater.d.ts             
lerna notice 8.1kB  src/features/bounds/hidden-bounds-updater.ts               
lerna notice 4.6kB  lib/features/hover/hover.d.ts                              
lerna notice 8.6kB  src/features/hover/hover.spec.ts                           
lerna notice 13.2kB src/features/hover/hover.ts                                
lerna notice 1.2kB  lib/lib/html-views.d.ts                                    
lerna notice 1.3kB  lib/base/views/id-postprocessor.d.ts                       
lerna notice 1.8kB  src/base/views/id-postprocessor.ts                         
lerna notice 7.9kB  lib/index.d.ts                                             
lerna notice 8.3kB  src/index.ts                                               
lerna notice 2.7kB  lib/base/features/initialize-canvas.d.ts                   
lerna notice 2.2kB  src/base/features/initialize-canvas.spec.ts                
lerna notice 4.3kB  src/base/features/initialize-canvas.ts                     
lerna notice 3.2kB  lib/features/edge-intersection/intersection-finder.d.ts    
lerna notice 6.3kB  src/features/edge-intersection/intersection-finder.spec.ts 
lerna notice 5.7kB  src/features/edge-intersection/intersection-finder.ts      
lerna notice 961B   lib/utils/inversify.d.ts                                   
lerna notice 996B   src/utils/inversify.ts                                     
lerna notice 2.7kB  lib/utils/iterable.d.ts                                    
lerna notice 1.9kB  src/utils/iterable.spec.ts                                 
lerna notice 5.2kB  src/utils/iterable.ts                                      
lerna notice 1.5kB  lib/lib/jsx.d.ts                                           
lerna notice 2.5kB  src/lib/jsx.ts                                             
lerna notice 2.0kB  lib/base/views/key-tool.d.ts                               
lerna notice 3.1kB  src/base/views/key-tool.ts                                 
lerna notice 3.0kB  lib/utils/keyboard.d.ts                                    
lerna notice 7.6kB  src/utils/keyboard.ts                                      
lerna notice 1.3kB  lib/features/bounds/layout-options.d.ts                    
lerna notice 1.3kB  src/features/bounds/layout-options.ts                      
lerna notice 2.4kB  lib/features/bounds/layout.d.ts                            
lerna notice 5.0kB  src/features/bounds/layout.ts                              
lerna notice 4.8kB  lib/model-source/local-model-source.d.ts                   
lerna notice 11.6kB src/model-source/local-model-source.spec.ts                
lerna notice 11.6kB src/model-source/local-model-source.ts                     
lerna notice 1.6kB  lib/model-source/logging.d.ts                              
lerna notice 2.2kB  lib/utils/logging.d.ts                                     
lerna notice 3.2kB  src/model-source/logging.ts                                
lerna notice 3.4kB  src/utils/logging.ts                                       
lerna notice 1.7kB  lib/features/routing/manhattan-anchors.d.ts                
lerna notice 6.8kB  src/features/routing/manhattan-anchors.ts                  
lerna notice 3.6kB  lib/features/routing/manhattan-edge-router.d.ts            
lerna notice 27.0kB src/features/routing/manhattan-edge-router.ts              
lerna notice 1.8kB  lib/features/context-menu/menu-providers.d.ts              
lerna notice 4.7kB  src/features/context-menu/menu-providers.spec.ts           
lerna notice 3.8kB  src/features/context-menu/menu-providers.ts                
lerna notice 1.8kB  lib/features/update/model-matching.d.ts                    
lerna notice 5.4kB  src/features/update/model-matching.spec.ts                 
lerna notice 4.4kB  src/features/update/model-matching.ts                      
lerna notice 3.5kB  lib/model-source/model-source.d.ts                         
lerna notice 4.7kB  src/model-source/model-source.ts                           
lerna notice 4.1kB  lib/features/bounds/model.d.ts                             
lerna notice 1.2kB  lib/features/button/model.d.ts                             
lerna notice 1.6kB  lib/features/decoration/model.d.ts                         
lerna notice 1.9kB  lib/features/edge-layout/model.d.ts                        
lerna notice 2.0kB  lib/features/edit/model.d.ts                               
lerna notice 1.3kB  lib/features/expand/model.d.ts                             
lerna notice 1.1kB  lib/features/export/model.d.ts                             
lerna notice 1.2kB  lib/features/fade/model.d.ts                               
lerna notice 1.4kB  lib/features/hover/model.d.ts                              
lerna notice 1.5kB  lib/features/move/model.d.ts                               
lerna notice 1.3kB  lib/features/nameable/model.d.ts                           
lerna notice 1.1kB  lib/features/open/model.d.ts                               
lerna notice 2.5kB  lib/features/projection/model.d.ts                         
lerna notice 4.5kB  lib/features/routing/model.d.ts                            
lerna notice 1.4kB  lib/features/select/model.d.ts                             
lerna notice 1.6kB  lib/features/viewport/model.d.ts                           
lerna notice 5.2kB  lib/lib/model.d.ts                                         
lerna notice 1.7kB  src/features/bounds/model.spec.ts                          
lerna notice 4.1kB  src/features/routing/model.spec.ts                         
lerna notice 7.7kB  src/features/bounds/model.ts                               
lerna notice 1.3kB  src/features/button/model.ts                               
lerna notice 1.7kB  src/features/decoration/model.ts                           
lerna notice 2.4kB  src/features/edge-layout/model.ts                          
lerna notice 2.2kB  src/features/edit/model.ts                                 
lerna notice 1.4kB  src/features/expand/model.ts                               
lerna notice 1.1kB  src/features/export/model.ts                               
lerna notice 1.3kB  src/features/fade/model.ts                                 
lerna notice 1.4kB  src/features/hover/model.ts                                
lerna notice 1.6kB  src/features/move/model.ts                                 
lerna notice 1.4kB  src/features/nameable/model.ts                             
lerna notice 1.1kB  src/features/open/model.ts                                 
lerna notice 5.7kB  src/features/projection/model.ts                           
lerna notice 6.9kB  src/features/routing/model.ts                              
lerna notice 1.4kB  src/features/select/model.ts                               
lerna notice 3.2kB  src/features/viewport/model.ts                             
lerna notice 6.5kB  src/lib/model.ts                                           
lerna notice 1.2kB  lib/lib/modules.d.ts                                       
lerna notice 3.1kB  src/lib/modules.ts                                         
lerna notice 1.8kB  lib/features/context-menu/mouse-listener.d.ts              
lerna notice 3.6kB  src/features/context-menu/mouse-listener.ts                
lerna notice 4.6kB  lib/base/views/mouse-tool.d.ts                             
lerna notice 8.8kB  src/base/views/mouse-tool.ts                               
lerna notice 6.0kB  lib/features/move/move.d.ts                                
lerna notice 6.3kB  src/features/move/move.spec.ts                             
lerna notice 26.7kB src/features/move/move.ts                                  
lerna notice 1.2kB  lib/features/open/open.d.ts                                
lerna notice 1.5kB  src/features/open/open.ts                                  
lerna notice 1.8kB  lib/features/routing/polyline-anchors.d.ts                 
lerna notice 5.3kB  src/features/routing/polyline-anchors.ts                   
lerna notice 2.3kB  lib/features/routing/polyline-edge-router.d.ts             
lerna notice 7.8kB  src/features/routing/polyline-edge-router.ts               
lerna notice 1.3kB  lib/features/hover/popup-position-updater.d.ts             
lerna notice 2.3kB  src/features/hover/popup-position-updater.ts               
lerna notice 1.6kB  lib/features/edit/reconnect.d.ts                           
lerna notice 2.9kB  src/features/edit/reconnect.ts                             
lerna notice 2.0kB  lib/utils/registry.d.ts                                    
lerna notice 2.3kB  src/utils/registry.spec.ts                                 
lerna notice 4.7kB  src/utils/registry.ts                                      
lerna notice 1.6kB  lib/base/commands/request-command.d.ts                     
lerna notice 2.0kB  src/base/commands/request-command.ts                       
lerna notice 1.7kB  lib/features/bounds/resize.d.ts                            
lerna notice 2.6kB  src/features/bounds/resize.ts                              
lerna notice 6.8kB  lib/features/routing/routing.d.ts                          
lerna notice 9.6kB  src/features/routing/routing.ts                            
lerna notice 2.5kB  lib/features/viewport/scroll.d.ts                          
lerna notice 10.6kB src/features/viewport/scroll.ts                            
lerna notice 4.2kB  lib/features/select/select.d.ts                            
lerna notice 7.7kB  src/features/select/select.spec.ts                         
lerna notice 11.9kB src/features/select/select.ts                              
lerna notice 1.5kB  lib/base/features/set-model.d.ts                           
lerna notice 3.7kB  src/base/features/set-model.spec.ts                        
lerna notice 2.0kB  src/base/features/set-model.ts                             
lerna notice 4.9kB  lib/graph/sgraph.d.ts                                      
lerna notice 8.1kB  src/graph/sgraph.spec.ts                                   
lerna notice 10.4kB src/graph/sgraph.ts                                        
lerna notice 1.1kB  lib/base/model/smodel-extension.d.ts                       
lerna notice 1.0kB  src/base/model/smodel-extension.ts                         
lerna notice 3.5kB  lib/base/model/smodel-factory.d.ts                         
lerna notice 5.6kB  src/base/model/smodel-factory.spec.ts                      
lerna notice 7.8kB  src/base/model/smodel-factory.ts                           
lerna notice 2.7kB  lib/base/model/smodel-utils.d.ts                           
lerna notice 5.0kB  src/base/model/smodel-utils.ts                             
lerna notice 4.7kB  lib/base/model/smodel.d.ts                                 
lerna notice 3.3kB  src/base/model/smodel.spec.ts                              
lerna notice 8.7kB  src/base/model/smodel.ts                                   
lerna notice 1.5kB  lib/features/move/snap.d.ts                                
lerna notice 2.1kB  src/features/move/snap.ts                                  
lerna notice 2.1kB  lib/features/bounds/stack-layout.d.ts                      
lerna notice 6.1kB  src/features/bounds/stack-layout.spec.ts                   
lerna notice 3.8kB  src/features/bounds/stack-layout.ts                        
lerna notice 2.0kB  lib/features/export/svg-exporter.d.ts                      
lerna notice 5.1kB  src/features/export/svg-exporter.ts                        
lerna notice 2.3kB  lib/lib/svg-views.d.ts                                     
lerna notice 3.7kB  lib/features/edge-intersection/sweepline.d.ts              
lerna notice 7.7kB  src/features/edge-intersection/sweepline.ts                
lerna notice 1.1kB  src/utils/test-helper.ts                                   
lerna notice 2.3kB  lib/base/views/thunk-view.d.ts                             
lerna notice 4.4kB  src/base/views/thunk-view.ts                               
lerna notice 2.7kB  lib/base/types.d.ts                                        
lerna notice 4.0kB  src/base/types.ts                                          
lerna notice 1.6kB  lib/base/ui-extensions/ui-extension-registry.d.ts          
lerna notice 3.3kB  src/base/ui-extensions/ui-extension-registry.ts            
lerna notice 1.9kB  lib/base/ui-extensions/ui-extension.d.ts                   
lerna notice 4.9kB  src/base/ui-extensions/ui-extension.ts                     
lerna notice 1.2kB  lib/features/undo-redo/undo-redo.d.ts                      
lerna notice 1.6kB  src/features/undo-redo/undo-redo.ts                        
lerna notice 3.0kB  lib/features/update/update-model.d.ts                      
lerna notice 21.1kB src/features/update/update-model.spec.ts                   
lerna notice 12.8kB src/features/update/update-model.ts                        
lerna notice 2.2kB  lib/features/bounds/vbox-layout.d.ts                       
lerna notice 6.6kB  src/features/bounds/vbox-layout.spec.ts                    
lerna notice 4.0kB  src/features/bounds/vbox-layout.ts                         
lerna notice 4.1kB  lib/base/views/view.d.ts                                   
lerna notice 3.8kB  src/base/views/view.spec.ts                                
lerna notice 1.6kB  lib/base/views/viewer-cache.d.ts                           
lerna notice 2.4kB  src/base/views/viewer-cache.ts                             
lerna notice 3.1kB  lib/base/views/viewer-options.d.ts                         
lerna notice 4.0kB  src/base/views/viewer-options.ts                           
lerna notice 4.7kB  lib/base/views/viewer.d.ts                                 
lerna notice 1.7kB  lib/features/viewport/viewport-root.d.ts                   
lerna notice 3.0kB  src/features/viewport/viewport-root.ts                     
lerna notice 3.0kB  lib/features/viewport/viewport.d.ts                        
lerna notice 3.5kB  src/features/viewport/viewport.spec.ts                     
lerna notice 5.5kB  src/features/viewport/viewport.ts                          
lerna notice 1.6kB  lib/features/bounds/views.d.ts                             
lerna notice 2.0kB  lib/features/decoration/views.d.ts                         
lerna notice 1.1kB  lib/features/expand/views.d.ts                             
lerna notice 2.2kB  lib/features/projection/views.d.ts                         
lerna notice 1.6kB  lib/features/routing/views.d.ts                            
lerna notice 7.9kB  lib/graph/views.d.ts                                       
lerna notice 3.5kB  src/features/bounds/views.spec.ts                          
lerna notice 3.8kB  src/features/routing/views.spec.ts                         
lerna notice 2.3kB  src/features/bounds/views.ts                               
lerna notice 2.2kB  src/features/routing/views.ts                              
lerna notice 975B   lib/lib/virtualize.d.ts                                    
lerna notice 4.7kB  src/lib/virtualize.spec.ts                                 
lerna notice 7.2kB  src/lib/virtualize.ts                                      
lerna notice 1.4kB  lib/base/views/vnode-postprocessor.d.ts                    
lerna notice 1.7kB  src/base/views/vnode-postprocessor.ts                      
lerna notice 1.5kB  lib/base/views/vnode-utils.d.ts                            
lerna notice 2.9kB  src/base/views/vnode-utils.ts                              
lerna notice 1.3kB  lib/model-source/websocket.d.ts                            
lerna notice 1.9kB  src/model-source/websocket.ts                              
lerna notice 1.9kB  lib/features/viewport/zoom.d.ts                            
lerna notice 4.2kB  src/features/viewport/zoom.ts                              
lerna notice 1.8kB  lib/features/zorder/zorder.d.ts                            
lerna notice 4.0kB  src/features/zorder/zorder.spec.ts                         
lerna notice 3.7kB  src/features/zorder/zorder.ts                              
lerna notice 2.1kB  src/base/views/css-class-postprocessor.spec.tsx            
lerna notice 2.8kB  src/lib/generic-views.tsx                                  
lerna notice 1.5kB  src/lib/html-views.tsx                                     
lerna notice 1.9kB  src/lib/jsx.spec.tsx                                       
lerna notice 4.6kB  src/lib/svg-views.tsx                                      
lerna notice 2.5kB  src/base/views/thunk-view.spec.tsx                         
lerna notice 5.6kB  src/base/views/view.tsx                                    
lerna notice 12.8kB src/base/views/viewer.tsx                                  
lerna notice 9.2kB  src/graph/views.spec.tsx                                   
lerna notice 3.1kB  src/features/decoration/views.tsx                          
lerna notice 1.8kB  src/features/expand/views.tsx                              
lerna notice 6.8kB  src/features/projection/views.tsx                          
lerna notice 22.3kB src/graph/views.tsx                                        
lerna notice === Tarball Details === 
lerna notice name:          sprotty                                   
lerna notice version:       0.15.0-next.25ffc24.11+25ffc24            
lerna notice filename:      sprotty-0.15.0-next.25ffc24.11+25ffc24.tgz
lerna notice package size:  433.3 kB                                  
lerna notice unpacked size: 2.7 MB                                    
lerna notice shasum:        7273f0b32a5ac39f2e20f0b883c81fecc631cfe9  
lerna notice integrity:     sha512-AlnYpjnSAWG+r[...]2GsD7vkqkN3IA==  
lerna notice total files:   819                                       
lerna notice 
Successfully published:
 - generator-sprotty@0.15.0-next.25ffc24.11+25ffc24
 - sprotty@0.15.0-next.25ffc24.11+25ffc24
 - sprotty-elk@0.15.0-next.25ffc24.11+25ffc24
 - sprotty-protocol@0.15.0-next.25ffc24.11+25ffc24
lerna success published 4 packages
Done in 7.17s.
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
Finished: SUCCESS