jderobot-ide-interface 0.1.91 → 0.1.92

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jderobot-ide-interface",
3
- "version": "0.1.91",
3
+ "version": "0.1.92",
4
4
  "main": "dist/main.js",
5
5
  "typings": "dist/index.d.ts",
6
6
  "files": [
@@ -11,7 +11,7 @@
11
11
  "storybook": "storybook dev -p 6006",
12
12
  "build-storybook": "storybook build",
13
13
  "start": "webpack serve --config ./webpack.config.js --mode development",
14
- "build": "webpack --mode production --config ./webpack.config.js",
14
+ "build": "webpack --mode development --config ./webpack.config.js",
15
15
  "postbuild": "cp package.json dist",
16
16
  "format": "prettier --write src/**/*.{tsx,ts,html}"
17
17
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jderobot-ide-interface",
3
- "version": "0.1.91",
3
+ "version": "0.1.92",
4
4
  "main": "dist/main.js",
5
5
  "typings": "dist/index.d.ts",
6
6
  "files": [
@@ -11,7 +11,7 @@
11
11
  "storybook": "storybook dev -p 6006",
12
12
  "build-storybook": "storybook build",
13
13
  "start": "webpack serve --config ./webpack.config.js --mode development",
14
- "build": "webpack --mode production --config ./webpack.config.js",
14
+ "build": "webpack --mode development --config ./webpack.config.js",
15
15
  "postbuild": "cp package.json dist",
16
16
  "format": "prettier --write src/**/*.{tsx,ts,html}"
17
17
  },
@@ -1,30 +0,0 @@
1
- /*!
2
-
3
- JSZip v3.10.1 - A JavaScript class for generating and reading zip files
4
- <http://stuartk.com/jszip>
5
-
6
- (c) 2009-2016 Stuart Knightley <stuart [at] stuartk.com>
7
- Dual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/jszip/main/LICENSE.markdown.
8
-
9
- JSZip uses the library pako released under the MIT license :
10
- https://github.com/nodeca/pako/blob/main/LICENSE
11
- */
12
-
13
- /**
14
- * @license
15
- * Lodash <https://lodash.com/>
16
- * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
17
- * Released under MIT license <https://lodash.com/license>
18
- * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
19
- * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
20
- */
21
-
22
- /**
23
- * @license React
24
- * react-jsx-runtime.production.min.js
25
- *
26
- * Copyright (c) Facebook, Inc. and its affiliates.
27
- *
28
- * This source code is licensed under the MIT license found in the
29
- * LICENSE file in the root directory of this source tree.
30
- */