@silexlabs/silex-dashboard 1.0.88 → 1.0.89

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/.gitmodules CHANGED
@@ -1,3 +1,3 @@
1
1
  [submodule "silex/websites/dashboard"]
2
2
  path = silex/websites/dashboard
3
- url = git@gitlab.com:ceubri/dashboard-silexv3.git
3
+ url = git@gitlab.com:silexlabs/dashboard-silexv3.git
@@ -32,9 +32,10 @@ export default async function (eleventyConfig) {
32
32
  for(const file of await fs.readdir(`${nodeModules('vue')}/vue/dist/`)) {
33
33
  await fs.copyFile(`${nodeModules('vue')}/vue/dist/${file}`, `${dir.output}/js/${file}`)
34
34
  }
35
- for(const file of await fs.readdir(`${nodeModules('@silexlabs/silex')}/@silexlabs/silex/dist/client/js/`)) {
36
- await fs.copyFile(`${nodeModules('@silexlabs/silex')}/@silexlabs/silex/dist/client/js/${file}`, `${dir.output}/js/${file}`)
37
- }
35
+ // No need because it will be served by the silex server
36
+ //for(const file of await fs.readdir(`${nodeModules('@silexlabs/silex')}/@silexlabs/silex/dist/client/js/`)) {
37
+ // await fs.copyFile(`${nodeModules('@silexlabs/silex')}/@silexlabs/silex/dist/client/js/${file}`, `${dir.output}/js/${file}`)
38
+ //}
38
39
  }
39
40
  )
40
41
  // // Ignore all files from ../.gitignore
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@silexlabs/silex-dashboard",
3
- "version": "1.0.88",
3
+ "version": "1.0.89",
4
4
  "description": "Dashboard for Silex v3",
5
5
  "main": "silex/server-config.js",
6
6
  "scripts": {
@@ -34,8 +34,8 @@
34
34
  "start-server-and-test": "^2.0.10"
35
35
  },
36
36
  "dependencies": {
37
- "@silexlabs/silex": "^3.0.3",
38
- "@silexlabs/silex-cms": "^0.1.2",
37
+ "@silexlabs/silex": "^3.0.5",
38
+ "@silexlabs/silex-cms": "^0.1.5",
39
39
  "locale": "^0.1.0",
40
40
  "node_modules-path": "^2.0.8",
41
41
  "serve-static": "^1.16.2",