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.
- package/package.json +1 -1
- package/src/cli/actions/project.mjs +15 -15
- package/playground/.env +0 -16
- package/playground/deploy/production.sh +0 -13
- package/playground/deploy/stage.sh +0 -13
- package/playground/nginx/development.conf +0 -55
- package/playground/nginx/production.conf +0 -55
- package/playground/nginx/stage.conf +0 -55
- package/playground/pm2/development.json +0 -46
- package/playground/pm2/production.json +0 -46
- package/playground/pm2/stage.json +0 -46
- package/playground/site/.babelrc +0 -11
- package/playground/site/.eslintignore +0 -4
- package/playground/site/.eslintrc.json +0 -23
- package/playground/site/app/front/build/admin.css +0 -2
- package/playground/site/app/front/build/admin.js +0 -52376
- package/playground/site/app/front/build/client.css +0 -2
- package/playground/site/app/front/build/client.js +0 -52376
- package/playground/site/app/front/build/guest.css +0 -2
- package/playground/site/app/front/build/guest.js +0 -50872
- package/playground/site/app/front/build/root.css +0 -2
- package/playground/site/app/front/build/root.js +0 -59972
- package/playground/site/app/front/build/user.css +0 -2
- package/playground/site/app/front/build/user.js +0 -52374
- package/playground/site/app/front/build.env.js +0 -15
- package/playground/site/app/front/index.!.js +0 -66
- package/playground/site/app/front/index.admin.js +0 -162
- package/playground/site/app/front/index.client.js +0 -162
- package/playground/site/app/front/index.guest.js +0 -162
- package/playground/site/app/front/index.root.js +0 -226
- package/playground/site/app/front/index.user.js +0 -162
- package/playground/site/app/front/rollup.!.js +0 -70
- package/playground/site/app/front/rollup.admin.js +0 -70
- package/playground/site/app/front/rollup.client.js +0 -70
- package/playground/site/app/front/rollup.guest.js +0 -70
- package/playground/site/app/front/rollup.root.js +0 -70
- package/playground/site/app/front/rollup.user.js +0 -70
- package/playground/site/app/front/src/admin/main/index.js +0 -34
- package/playground/site/app/front/src/admin/notNodeModule/index.js +0 -25
- package/playground/site/app/front/src/client/main/index.js +0 -34
- package/playground/site/app/front/src/client/notNodeModule/index.js +0 -25
- package/playground/site/app/front/src/common/index.js +0 -25
- package/playground/site/app/front/src/common/ncInit.js +0 -18
- package/playground/site/app/front/src/common/ws.client.main.js +0 -34
- package/playground/site/app/front/src/guest/main/index.js +0 -45
- package/playground/site/app/front/src/guest/notNodeModule/index.js +0 -25
- package/playground/site/app/front/src/root/main/index.js +0 -34
- package/playground/site/app/front/src/root/notNodeModule/index.js +0 -25
- package/playground/site/app/front/src/user/main/index.js +0 -34
- package/playground/site/app/front/src/user/notNodeModule/index.js +0 -25
- package/playground/site/app/server/app.js +0 -25
- package/playground/site/app/server/config/common.json +0 -92
- package/playground/site/app/server/config/development.json +0 -34
- package/playground/site/app/server/config/production.json +0 -34
- package/playground/site/app/server/config/stage.json +0 -34
- package/playground/site/app/server/index.js +0 -20
- package/playground/site/app/server/modules/notNodeModule/index.js +0 -8
- package/playground/site/app/server/modules/notNodeModule/src/const.js +0 -1
- package/playground/site/app/server/modules/notNodeModule/src/controllers/admin/index.js +0 -29
- package/playground/site/app/server/modules/notNodeModule/src/controllers/admin/ncNewModel.js +0 -11
- package/playground/site/app/server/modules/notNodeModule/src/controllers/admin/ncTester.js +0 -11
- package/playground/site/app/server/modules/notNodeModule/src/controllers/client/index.js +0 -29
- package/playground/site/app/server/modules/notNodeModule/src/controllers/client/ncNewModel.js +0 -11
- package/playground/site/app/server/modules/notNodeModule/src/controllers/client/ncTester.js +0 -11
- package/playground/site/app/server/modules/notNodeModule/src/controllers/common/ncNewModelCommon.js +0 -103
- package/playground/site/app/server/modules/notNodeModule/src/controllers/common/validators.js +0 -44
- package/playground/site/app/server/modules/notNodeModule/src/controllers/common/ws.client.js +0 -25
- package/playground/site/app/server/modules/notNodeModule/src/controllers/guest/index.js +0 -29
- package/playground/site/app/server/modules/notNodeModule/src/controllers/guest/ncNewModel.js +0 -11
- package/playground/site/app/server/modules/notNodeModule/src/controllers/guest/ncTester.js +0 -11
- package/playground/site/app/server/modules/notNodeModule/src/controllers/root/index.js +0 -29
- package/playground/site/app/server/modules/notNodeModule/src/controllers/root/ncNewModel.js +0 -11
- package/playground/site/app/server/modules/notNodeModule/src/controllers/root/ncTester.js +0 -11
- package/playground/site/app/server/modules/notNodeModule/src/controllers/user/index.js +0 -29
- package/playground/site/app/server/modules/notNodeModule/src/controllers/user/ncNewModel.js +0 -11
- package/playground/site/app/server/modules/notNodeModule/src/controllers/user/ncTester.js +0 -11
- package/playground/site/app/server/modules/notNodeModule/src/forms/_newModel_data.js +0 -35
- package/playground/site/app/server/modules/notNodeModule/src/forms/_tester_data.js +0 -36
- package/playground/site/app/server/modules/notNodeModule/src/forms/newModel.create.js +0 -49
- package/playground/site/app/server/modules/notNodeModule/src/forms/newModel.delete.js +0 -8
- package/playground/site/app/server/modules/notNodeModule/src/forms/newModel.get.js +0 -8
- package/playground/site/app/server/modules/notNodeModule/src/forms/newModel.getRaw.js +0 -8
- package/playground/site/app/server/modules/notNodeModule/src/forms/newModel.listAll.js +0 -8
- package/playground/site/app/server/modules/notNodeModule/src/forms/newModel.listAndCount.js +0 -8
- package/playground/site/app/server/modules/notNodeModule/src/forms/newModel.update.js +0 -40
- package/playground/site/app/server/modules/notNodeModule/src/forms/tester.create.js +0 -52
- package/playground/site/app/server/modules/notNodeModule/src/forms/tester.delete.js +0 -8
- package/playground/site/app/server/modules/notNodeModule/src/forms/tester.get.js +0 -8
- package/playground/site/app/server/modules/notNodeModule/src/forms/tester.getRaw.js +0 -8
- package/playground/site/app/server/modules/notNodeModule/src/forms/tester.listAll.js +0 -8
- package/playground/site/app/server/modules/notNodeModule/src/forms/tester.listAndCount.js +0 -8
- package/playground/site/app/server/modules/notNodeModule/src/forms/tester.update.js +0 -41
- package/playground/site/app/server/modules/notNodeModule/src/logics/newModel.js +0 -229
- package/playground/site/app/server/modules/notNodeModule/src/logics/tester.js +0 -229
- package/playground/site/app/server/modules/notNodeModule/src/models/newModel.js +0 -64
- package/playground/site/app/server/modules/notNodeModule/src/models/tester.js +0 -66
- package/playground/site/app/server/modules/notNodeModule/src/routes/newModel.js +0 -124
- package/playground/site/app/server/modules/notNodeModule/src/routes/newModel.manifest.js +0 -213
- package/playground/site/app/server/modules/notNodeModule/src/routes/newModel.ws.js +0 -29
- package/playground/site/app/server/modules/notNodeModule/src/routes/tester.js +0 -92
- package/playground/site/app/server/modules/notNodeModule/src/routes/tester.manifest.js +0 -215
- package/playground/site/app/server/modules/notNodeModule/src/routes/tester.ws.js +0 -29
- package/playground/site/app/server/routes/index.js +0 -34
- package/playground/site/app/server/routes/site.js +0 -83
- package/playground/site/app/server/views/admin/foot.pug +0 -1
- package/playground/site/app/server/views/admin/head.pug +0 -7
- package/playground/site/app/server/views/admin/menu.pug +0 -2
- package/playground/site/app/server/views/admin.pug +0 -19
- package/playground/site/app/server/views/dashboard.pug +0 -20
- package/playground/site/app/server/views/index.pug +0 -15
- package/playground/site/app/server/views/parts/header.android.pug +0 -6
- package/playground/site/app/server/views/parts/header.ios.pug +0 -5
- package/playground/site/app/server/views/parts/header.pug +0 -18
- package/playground/site/app/server/views/parts/menu.pug +0 -1
- package/playground/site/app/server/views/parts/overview.pug +0 -2
- package/playground/site/app/server/ws/auth.js +0 -41
- package/playground/site/app/server/ws/index.js +0 -84
- package/playground/site/bin/build.sh +0 -8
- package/playground/site/package.json +0 -85
- 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.