@micromag/recorder 0.3.790 → 0.3.792
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/package.json +4 -4
- package/build/asset-manifest.json +0 -19
- package/build/index.html +0 -1
- package/build/static/css/main.ca64b2c9.css +0 -1
- package/build/static/js/31.b032fbbc.js +0 -2
- package/build/static/js/31.b032fbbc.js.LICENSE.txt +0 -112
- package/build/static/js/490.c32acdcb.chunk.js +0 -1
- package/build/static/js/62.0eac9778.chunk.js +0 -2
- package/build/static/js/62.0eac9778.chunk.js.LICENSE.txt +0 -5
- package/build/static/js/66.b625dcf2.chunk.js +0 -2
- package/build/static/js/66.b625dcf2.chunk.js.LICENSE.txt +0 -13
- package/build/static/js/main.7d9596b1.js +0 -2
- package/build/static/js/main.7d9596b1.js.LICENSE.txt +0 -3
- package/build/static/js/runtime~main.0244fc2b.js +0 -1
- package/build/static/media/01b9ca612cf4a6a6.77c1dfc199d2da49d465.png +0 -0
- package/build/static/media/0964d576c4c1da6d.6476c469b305c7e636c9.png +0 -0
- package/build/static/media/12148919dcf14f67.86a591223295244b0d7f.png +0 -0
- package/build/static/media/1ffa37309c1fbcfa.12c9287ed3fe592ee844.png +0 -0
- package/build/static/media/36c18c31d1e80a70.653a2699b3b21d9b1ed9.png +0 -0
- package/build/static/media/38b67a045c917eba.e6e69508c2874940ccf5.png +0 -0
- package/build/static/media/3a3a4d27b9a019b2.a66beb0b99213523e04d.png +0 -0
- package/build/static/media/422146a5faadb139.13a3f00ad0c07d3f9741.png +0 -0
- package/build/static/media/4aec8c7b2b1f6739.f679137fdc2040d22d60.png +0 -0
- package/build/static/media/5ccc4bde48c478ee.906bd043a9344f192acf.png +0 -0
- package/build/static/media/7d6b81c3035f5968.846ef58b3f258346f088.png +0 -0
- package/build/static/media/822018b354054d62.c8e23b27e8f926515005.png +0 -0
- package/build/static/media/a6d606997910361a.798f151041dae7550524.png +0 -0
- package/build/static/media/b3e1e35461e78e82.a86f7561afbc039e2933.png +0 -0
- package/build/static/media/bc3a4d9747d9235c.cb79868c1299ee1d9ce6.png +0 -0
- package/build/static/media/c2730eca851f3186.6b706bc308ab406bdc0a.png +0 -0
- package/build/static/media/d94c6aef4634d47f.0aa17efacea9438ca7af.png +0 -0
- package/build/static/media/ddafd58fab0d5925.d89063fa6da5b944d7ef.png +0 -0
- package/build/static/media/ead69accd3f76ece.a95331e7f1e86a05ff08.png +0 -0
- package/build/static/media/ef219f6696d5ce04.a08d7046ef2af71205ba.png +0 -0
- package/build/static/media/f1d91f035ccb8c4f.cf7fe3cdf6b99f3937c0.png +0 -0
- package/build/static/media/f21db7431692d889.3f599fa556b406bbed82.png +0 -0
- package/build/static/media/f3452bab9d2d80d5.eae38988e000ba051294.png +0 -0
- package/build/static/media/f82faebe2d495394.042a94dd81202e81b92e.png +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/recorder",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.792",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"prepublishOnly": "npm run build",
|
|
45
45
|
"build:viewer": "flklr build --disable-source-map --html-path=./src/index.html.ejs --output-path=./build --merge-config=./webpack.config.js ./src/web.jsx",
|
|
46
46
|
"build:cli": "../../scripts/prepare-package.sh",
|
|
47
|
-
"build": "npm run clean && npm run build:
|
|
47
|
+
"build": "npm run clean && npm run build:cli"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@folklore/cli": "^0.0.50",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"@babel/runtime": "^7.13.10",
|
|
61
61
|
"@folklore/fetch": "^0.1.14",
|
|
62
|
-
"@micromag/viewer": "^0.3.
|
|
62
|
+
"@micromag/viewer": "^0.3.792",
|
|
63
63
|
"express": "^5.2.1",
|
|
64
64
|
"get-port": "^7.1.0",
|
|
65
65
|
"lodash": "^4.17.21",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"access": "public",
|
|
74
74
|
"registry": "https://registry.npmjs.org/"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "0212271243811112db66fe3393287da15ff28384"
|
|
77
77
|
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"files": {
|
|
3
|
-
"main.css": "/static/css/main.ca64b2c9.css",
|
|
4
|
-
"main.js": "/static/js/main.7d9596b1.js",
|
|
5
|
-
"runtime~main.js": "/static/js/runtime~main.0244fc2b.js",
|
|
6
|
-
"static/js/66.b625dcf2.chunk.js": "/static/js/66.b625dcf2.chunk.js",
|
|
7
|
-
"static/js/490.c32acdcb.chunk.js": "/static/js/490.c32acdcb.chunk.js",
|
|
8
|
-
"static/js/62.0eac9778.chunk.js": "/static/js/62.0eac9778.chunk.js",
|
|
9
|
-
"static/js/31.b032fbbc.js": "/static/js/31.b032fbbc.js",
|
|
10
|
-
"static/media/png": "/static/media/f21db7431692d889.3f599fa556b406bbed82.png",
|
|
11
|
-
"index.html": "/index.html"
|
|
12
|
-
},
|
|
13
|
-
"entrypoints": [
|
|
14
|
-
"static/js/runtime~main.0244fc2b.js",
|
|
15
|
-
"static/js/31.b032fbbc.js",
|
|
16
|
-
"static/css/main.ca64b2c9.css",
|
|
17
|
-
"static/js/main.7d9596b1.js"
|
|
18
|
-
]
|
|
19
|
-
}
|
package/build/index.html
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>Micromag</title><style>#root,body,html{margin:0;padding:0;height:100%;width:100%}body{background:#000}.micromag{position:fixed;top:0;left:0;width:100%;height:100%}</style><script defer="defer" src="/static/js/runtime~main.0244fc2b.js"></script><script defer="defer" src="/static/js/31.b032fbbc.js"></script><script defer="defer" src="/static/js/main.7d9596b1.js"></script><link href="/static/css/main.ca64b2c9.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
|