Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Zorin95670 committed May 27, 2024
1 parent c1b3e89 commit ec630e8
Show file tree
Hide file tree
Showing 22 changed files with 738 additions and 1,603 deletions.
2 changes: 1 addition & 1 deletion dist/terrator-plugin.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions dist/terrator-plugin.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

/*! For license information please see leto-modelizer-plugin-core.js.LICENSE.txt */

/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */

/** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */
1,893 changes: 505 additions & 1,388 deletions package-lock.json

Large diffs are not rendered by default.

9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
"version": "0.8.0",
"description": "Terraform plugin for Leto-Modelizer.",
"main": "dist/terrator-plugin.js",
"exports": "./dist/terrator-plugin.js",
"exports": {
".": {
"development": "./src",
"default": "./dist/terrator-plugin.js"
}
},
"scripts": {
"build": "webpack",
"build:resources": "node scripts/generateResources.js",
Expand Down Expand Up @@ -33,7 +38,7 @@
"homepage": "https://github.com/ditrit/terrator-plugin#readme",
"dependencies": {
"antlr4": "=4.13.1",
"leto-modelizer-plugin-core": "github:ditrit/leto-modelizer-plugin-core#improvement/refacto",
"leto-modelizer-plugin-core": "file:../leto-modelizer-plugin-core",
"nunjucks": "=3.2.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion public/icons/error.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/icons/menu.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/icons/resize.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions public/markers/startLinkMarker.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
108 changes: 51 additions & 57 deletions public/models/DefaultContainer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
92 changes: 42 additions & 50 deletions public/models/DefaultModel.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ec630e8

Please sign in to comment.