not-node 6.1.6 → 6.1.7

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.
Files changed (120) hide show
  1. package/package.json +1 -1
  2. package/src/cli/actions/project.mjs +15 -15
  3. package/playground/.env +0 -16
  4. package/playground/deploy/production.sh +0 -13
  5. package/playground/deploy/stage.sh +0 -13
  6. package/playground/nginx/development.conf +0 -55
  7. package/playground/nginx/production.conf +0 -55
  8. package/playground/nginx/stage.conf +0 -55
  9. package/playground/pm2/development.json +0 -46
  10. package/playground/pm2/production.json +0 -46
  11. package/playground/pm2/stage.json +0 -46
  12. package/playground/site/.babelrc +0 -11
  13. package/playground/site/.eslintignore +0 -4
  14. package/playground/site/.eslintrc.json +0 -23
  15. package/playground/site/app/front/build/admin.css +0 -2
  16. package/playground/site/app/front/build/admin.js +0 -52376
  17. package/playground/site/app/front/build/client.css +0 -2
  18. package/playground/site/app/front/build/client.js +0 -52376
  19. package/playground/site/app/front/build/guest.css +0 -2
  20. package/playground/site/app/front/build/guest.js +0 -50872
  21. package/playground/site/app/front/build/root.css +0 -2
  22. package/playground/site/app/front/build/root.js +0 -59972
  23. package/playground/site/app/front/build/user.css +0 -2
  24. package/playground/site/app/front/build/user.js +0 -52374
  25. package/playground/site/app/front/build.env.js +0 -15
  26. package/playground/site/app/front/index.!.js +0 -66
  27. package/playground/site/app/front/index.admin.js +0 -162
  28. package/playground/site/app/front/index.client.js +0 -162
  29. package/playground/site/app/front/index.guest.js +0 -162
  30. package/playground/site/app/front/index.root.js +0 -226
  31. package/playground/site/app/front/index.user.js +0 -162
  32. package/playground/site/app/front/rollup.!.js +0 -70
  33. package/playground/site/app/front/rollup.admin.js +0 -70
  34. package/playground/site/app/front/rollup.client.js +0 -70
  35. package/playground/site/app/front/rollup.guest.js +0 -70
  36. package/playground/site/app/front/rollup.root.js +0 -70
  37. package/playground/site/app/front/rollup.user.js +0 -70
  38. package/playground/site/app/front/src/admin/main/index.js +0 -34
  39. package/playground/site/app/front/src/admin/notNodeModule/index.js +0 -25
  40. package/playground/site/app/front/src/client/main/index.js +0 -34
  41. package/playground/site/app/front/src/client/notNodeModule/index.js +0 -25
  42. package/playground/site/app/front/src/common/index.js +0 -25
  43. package/playground/site/app/front/src/common/ncInit.js +0 -18
  44. package/playground/site/app/front/src/common/ws.client.main.js +0 -34
  45. package/playground/site/app/front/src/guest/main/index.js +0 -45
  46. package/playground/site/app/front/src/guest/notNodeModule/index.js +0 -25
  47. package/playground/site/app/front/src/root/main/index.js +0 -34
  48. package/playground/site/app/front/src/root/notNodeModule/index.js +0 -25
  49. package/playground/site/app/front/src/user/main/index.js +0 -34
  50. package/playground/site/app/front/src/user/notNodeModule/index.js +0 -25
  51. package/playground/site/app/server/app.js +0 -25
  52. package/playground/site/app/server/config/common.json +0 -92
  53. package/playground/site/app/server/config/development.json +0 -34
  54. package/playground/site/app/server/config/production.json +0 -34
  55. package/playground/site/app/server/config/stage.json +0 -34
  56. package/playground/site/app/server/index.js +0 -20
  57. package/playground/site/app/server/modules/notNodeModule/index.js +0 -8
  58. package/playground/site/app/server/modules/notNodeModule/src/const.js +0 -1
  59. package/playground/site/app/server/modules/notNodeModule/src/controllers/admin/index.js +0 -29
  60. package/playground/site/app/server/modules/notNodeModule/src/controllers/admin/ncNewModel.js +0 -11
  61. package/playground/site/app/server/modules/notNodeModule/src/controllers/admin/ncTester.js +0 -11
  62. package/playground/site/app/server/modules/notNodeModule/src/controllers/client/index.js +0 -29
  63. package/playground/site/app/server/modules/notNodeModule/src/controllers/client/ncNewModel.js +0 -11
  64. package/playground/site/app/server/modules/notNodeModule/src/controllers/client/ncTester.js +0 -11
  65. package/playground/site/app/server/modules/notNodeModule/src/controllers/common/ncNewModelCommon.js +0 -103
  66. package/playground/site/app/server/modules/notNodeModule/src/controllers/common/validators.js +0 -44
  67. package/playground/site/app/server/modules/notNodeModule/src/controllers/common/ws.client.js +0 -25
  68. package/playground/site/app/server/modules/notNodeModule/src/controllers/guest/index.js +0 -29
  69. package/playground/site/app/server/modules/notNodeModule/src/controllers/guest/ncNewModel.js +0 -11
  70. package/playground/site/app/server/modules/notNodeModule/src/controllers/guest/ncTester.js +0 -11
  71. package/playground/site/app/server/modules/notNodeModule/src/controllers/root/index.js +0 -29
  72. package/playground/site/app/server/modules/notNodeModule/src/controllers/root/ncNewModel.js +0 -11
  73. package/playground/site/app/server/modules/notNodeModule/src/controllers/root/ncTester.js +0 -11
  74. package/playground/site/app/server/modules/notNodeModule/src/controllers/user/index.js +0 -29
  75. package/playground/site/app/server/modules/notNodeModule/src/controllers/user/ncNewModel.js +0 -11
  76. package/playground/site/app/server/modules/notNodeModule/src/controllers/user/ncTester.js +0 -11
  77. package/playground/site/app/server/modules/notNodeModule/src/forms/_newModel_data.js +0 -35
  78. package/playground/site/app/server/modules/notNodeModule/src/forms/_tester_data.js +0 -36
  79. package/playground/site/app/server/modules/notNodeModule/src/forms/newModel.create.js +0 -49
  80. package/playground/site/app/server/modules/notNodeModule/src/forms/newModel.delete.js +0 -8
  81. package/playground/site/app/server/modules/notNodeModule/src/forms/newModel.get.js +0 -8
  82. package/playground/site/app/server/modules/notNodeModule/src/forms/newModel.getRaw.js +0 -8
  83. package/playground/site/app/server/modules/notNodeModule/src/forms/newModel.listAll.js +0 -8
  84. package/playground/site/app/server/modules/notNodeModule/src/forms/newModel.listAndCount.js +0 -8
  85. package/playground/site/app/server/modules/notNodeModule/src/forms/newModel.update.js +0 -40
  86. package/playground/site/app/server/modules/notNodeModule/src/forms/tester.create.js +0 -52
  87. package/playground/site/app/server/modules/notNodeModule/src/forms/tester.delete.js +0 -8
  88. package/playground/site/app/server/modules/notNodeModule/src/forms/tester.get.js +0 -8
  89. package/playground/site/app/server/modules/notNodeModule/src/forms/tester.getRaw.js +0 -8
  90. package/playground/site/app/server/modules/notNodeModule/src/forms/tester.listAll.js +0 -8
  91. package/playground/site/app/server/modules/notNodeModule/src/forms/tester.listAndCount.js +0 -8
  92. package/playground/site/app/server/modules/notNodeModule/src/forms/tester.update.js +0 -41
  93. package/playground/site/app/server/modules/notNodeModule/src/logics/newModel.js +0 -229
  94. package/playground/site/app/server/modules/notNodeModule/src/logics/tester.js +0 -229
  95. package/playground/site/app/server/modules/notNodeModule/src/models/newModel.js +0 -64
  96. package/playground/site/app/server/modules/notNodeModule/src/models/tester.js +0 -66
  97. package/playground/site/app/server/modules/notNodeModule/src/routes/newModel.js +0 -124
  98. package/playground/site/app/server/modules/notNodeModule/src/routes/newModel.manifest.js +0 -213
  99. package/playground/site/app/server/modules/notNodeModule/src/routes/newModel.ws.js +0 -29
  100. package/playground/site/app/server/modules/notNodeModule/src/routes/tester.js +0 -92
  101. package/playground/site/app/server/modules/notNodeModule/src/routes/tester.manifest.js +0 -215
  102. package/playground/site/app/server/modules/notNodeModule/src/routes/tester.ws.js +0 -29
  103. package/playground/site/app/server/routes/index.js +0 -34
  104. package/playground/site/app/server/routes/site.js +0 -83
  105. package/playground/site/app/server/views/admin/foot.pug +0 -1
  106. package/playground/site/app/server/views/admin/head.pug +0 -7
  107. package/playground/site/app/server/views/admin/menu.pug +0 -2
  108. package/playground/site/app/server/views/admin.pug +0 -19
  109. package/playground/site/app/server/views/dashboard.pug +0 -20
  110. package/playground/site/app/server/views/index.pug +0 -15
  111. package/playground/site/app/server/views/parts/header.android.pug +0 -6
  112. package/playground/site/app/server/views/parts/header.ios.pug +0 -5
  113. package/playground/site/app/server/views/parts/header.pug +0 -18
  114. package/playground/site/app/server/views/parts/menu.pug +0 -1
  115. package/playground/site/app/server/views/parts/overview.pug +0 -2
  116. package/playground/site/app/server/ws/auth.js +0 -41
  117. package/playground/site/app/server/ws/index.js +0 -84
  118. package/playground/site/bin/build.sh +0 -8
  119. package/playground/site/package.json +0 -85
  120. package/playground/site/project.manifest.json +0 -37

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.