edge-functions 1.7.0-stage.1 → 1.7.0

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 (224) hide show
  1. package/CHANGELOG.md +39 -1
  2. package/package.json +1 -1
  3. package/.babelrc +0 -13
  4. package/.eslintignore +0 -5
  5. package/.eslintrc.json +0 -48
  6. package/.github/workflows/release.yml +0 -35
  7. package/.prettierrc.json +0 -7
  8. package/.releaserc +0 -62
  9. package/.vscode/settings.json +0 -20
  10. package/examples/angular-static/.editorconfig +0 -16
  11. package/examples/angular-static/README.md +0 -27
  12. package/examples/angular-static/angular.json +0 -98
  13. package/examples/angular-static/package.json +0 -38
  14. package/examples/angular-static/src/app/app-routing.module.ts +0 -10
  15. package/examples/angular-static/src/app/app.component.css +0 -0
  16. package/examples/angular-static/src/app/app.component.html +0 -484
  17. package/examples/angular-static/src/app/app.component.spec.ts +0 -29
  18. package/examples/angular-static/src/app/app.component.ts +0 -10
  19. package/examples/angular-static/src/app/app.module.ts +0 -18
  20. package/examples/angular-static/src/assets/.gitkeep +0 -0
  21. package/examples/angular-static/src/favicon.ico +0 -0
  22. package/examples/angular-static/src/index.html +0 -13
  23. package/examples/angular-static/src/main.ts +0 -7
  24. package/examples/angular-static/src/styles.css +0 -1
  25. package/examples/angular-static/tsconfig.app.json +0 -14
  26. package/examples/angular-static/tsconfig.json +0 -33
  27. package/examples/angular-static/tsconfig.spec.json +0 -14
  28. package/examples/astro-static/README.md +0 -55
  29. package/examples/astro-static/astro.config.mjs +0 -5
  30. package/examples/astro-static/package.json +0 -15
  31. package/examples/astro-static/public/favicon.svg +0 -9
  32. package/examples/astro-static/src/components/Card.astro +0 -63
  33. package/examples/astro-static/src/env.d.ts +0 -1
  34. package/examples/astro-static/src/layouts/Layout.astro +0 -36
  35. package/examples/astro-static/src/pages/edge/index.astro +0 -55
  36. package/examples/astro-static/src/pages/index.astro +0 -81
  37. package/examples/astro-static/tsconfig.json +0 -3
  38. package/examples/hexo-static/.github/dependabot.yml +0 -7
  39. package/examples/hexo-static/_config.landscape.yml +0 -0
  40. package/examples/hexo-static/_config.yml +0 -105
  41. package/examples/hexo-static/package.json +0 -26
  42. package/examples/hexo-static/scaffolds/draft.md +0 -4
  43. package/examples/hexo-static/scaffolds/page.md +0 -4
  44. package/examples/hexo-static/scaffolds/post.md +0 -5
  45. package/examples/hexo-static/source/_posts/hello-world.md +0 -38
  46. package/examples/hexo-static/source/_posts/other-page.md +0 -62
  47. package/examples/hexo-static/themes/.gitkeep +0 -0
  48. package/examples/next/edge-pages-13-4-8/.eslintrc.json +0 -3
  49. package/examples/next/edge-pages-13-4-8/README.md +0 -10
  50. package/examples/next/edge-pages-13-4-8/next.config.js +0 -6
  51. package/examples/next/edge-pages-13-4-8/package.json +0 -25
  52. package/examples/next/edge-pages-13-4-8/postcss.config.js +0 -6
  53. package/examples/next/edge-pages-13-4-8/public/favicon.ico +0 -0
  54. package/examples/next/edge-pages-13-4-8/public/next.svg +0 -1
  55. package/examples/next/edge-pages-13-4-8/public/vercel.svg +0 -1
  56. package/examples/next/edge-pages-13-4-8/src/middleware.ts +0 -12
  57. package/examples/next/edge-pages-13-4-8/src/pages/[...catSlug].tsx +0 -66
  58. package/examples/next/edge-pages-13-4-8/src/pages/[prodSlug]/x.tsx +0 -66
  59. package/examples/next/edge-pages-13-4-8/src/pages/_app.tsx +0 -6
  60. package/examples/next/edge-pages-13-4-8/src/pages/_document.tsx +0 -13
  61. package/examples/next/edge-pages-13-4-8/src/pages/api/hello.ts +0 -21
  62. package/examples/next/edge-pages-13-4-8/src/pages/index.tsx +0 -135
  63. package/examples/next/edge-pages-13-4-8/src/pages/ssr.tsx +0 -56
  64. package/examples/next/edge-pages-13-4-8/src/styles/globals.css +0 -27
  65. package/examples/next/edge-pages-13-4-8/tailwind.config.js +0 -18
  66. package/examples/next/edge-pages-13-4-8/tsconfig.json +0 -23
  67. package/examples/next/next-12-static/.babelrc +0 -3
  68. package/examples/next/next-12-static/README.md +0 -21
  69. package/examples/next/next-12-static/components/post.jsx +0 -27
  70. package/examples/next/next-12-static/package.json +0 -18
  71. package/examples/next/next-12-static/pages/index.jsx +0 -34
  72. package/examples/next/next-12-static/pages/post/[id].jsx +0 -63
  73. package/examples/next/next-static/README.md +0 -34
  74. package/examples/next/next-static/jsconfig.json +0 -7
  75. package/examples/next/next-static/next.config.js +0 -9
  76. package/examples/next/next-static/other/app-build-manifest.json +0 -28
  77. package/examples/next/next-static/other/build-manifest.json +0 -22
  78. package/examples/next/next-static/other/cache/webpack/client-development/0.pack +0 -0
  79. package/examples/next/next-static/other/cache/webpack/client-development/1.pack +0 -0
  80. package/examples/next/next-static/other/cache/webpack/client-development/index.pack +0 -0
  81. package/examples/next/next-static/other/cache/webpack/client-development/index.pack.old +0 -0
  82. package/examples/next/next-static/other/cache/webpack/server-development/0.pack +0 -0
  83. package/examples/next/next-static/other/cache/webpack/server-development/index.pack +0 -0
  84. package/examples/next/next-static/other/package.json +0 -1
  85. package/examples/next/next-static/other/react-loadable-manifest.json +0 -1
  86. package/examples/next/next-static/other/server/app/blog/[slug]/page.js +0 -2396
  87. package/examples/next/next-static/other/server/app/misty-mountains/moria/page.js +0 -2396
  88. package/examples/next/next-static/other/server/app/page.js +0 -2539
  89. package/examples/next/next-static/other/server/app-paths-manifest.json +0 -5
  90. package/examples/next/next-static/other/server/client-reference-manifest.js +0 -1
  91. package/examples/next/next-static/other/server/client-reference-manifest.json +0 -1104
  92. package/examples/next/next-static/other/server/flight-server-css-manifest.js +0 -1
  93. package/examples/next/next-static/other/server/flight-server-css-manifest.json +0 -34
  94. package/examples/next/next-static/other/server/middleware-build-manifest.js +0 -1
  95. package/examples/next/next-static/other/server/middleware-manifest.json +0 -6
  96. package/examples/next/next-static/other/server/middleware-react-loadable-manifest.js +0 -1
  97. package/examples/next/next-static/other/server/next-font-manifest.js +0 -1
  98. package/examples/next/next-static/other/server/next-font-manifest.json +0 -1
  99. package/examples/next/next-static/other/server/pages-manifest.json +0 -1
  100. package/examples/next/next-static/other/server/server-reference-manifest.js +0 -1
  101. package/examples/next/next-static/other/server/server-reference-manifest.json +0 -4
  102. package/examples/next/next-static/other/server/webpack-runtime.js +0 -215
  103. package/examples/next/next-static/other/static/chunks/app/blog/[slug]/page.js +0 -257
  104. package/examples/next/next-static/other/static/chunks/app/layout.js +0 -59
  105. package/examples/next/next-static/other/static/chunks/app/misty-mountains/moria/page.js +0 -257
  106. package/examples/next/next-static/other/static/chunks/app/page.js +0 -647
  107. package/examples/next/next-static/other/static/chunks/app-client-internals.js +0 -116
  108. package/examples/next/next-static/other/static/chunks/main-app.js +0 -1662
  109. package/examples/next/next-static/other/static/chunks/polyfills.js +0 -1
  110. package/examples/next/next-static/other/static/chunks/react-refresh.js +0 -62
  111. package/examples/next/next-static/other/static/chunks/webpack.js +0 -1399
  112. package/examples/next/next-static/other/static/css/app/blog/[slug]/page.css +0 -234
  113. package/examples/next/next-static/other/static/css/app/layout.css +0 -180
  114. package/examples/next/next-static/other/static/css/app/misty-mountains/moria/page.css +0 -234
  115. package/examples/next/next-static/other/static/css/app/page.css +0 -234
  116. package/examples/next/next-static/other/static/development/_buildManifest.js +0 -1
  117. package/examples/next/next-static/other/static/development/_ssgManifest.js +0 -1
  118. package/examples/next/next-static/other/static/media/2aaf0723e720e8b9-s.p.woff2 +0 -0
  119. package/examples/next/next-static/other/static/media/9c4f34569c9b36ca-s.woff2 +0 -0
  120. package/examples/next/next-static/other/static/media/ae9ae6716d4f8bf8-s.woff2 +0 -0
  121. package/examples/next/next-static/other/static/media/b1db3e28af9ef94a-s.woff2 +0 -0
  122. package/examples/next/next-static/other/static/media/b967158bc7d7a9fb-s.woff2 +0 -0
  123. package/examples/next/next-static/other/static/media/c0f5ec5bbf5913b7-s.woff2 +0 -0
  124. package/examples/next/next-static/other/static/media/d1d9458b69004127-s.woff2 +0 -0
  125. package/examples/next/next-static/other/static/webpack/08bbe3671c2a994f.webpack.hot-update.json +0 -1
  126. package/examples/next/next-static/other/static/webpack/475258c680428a37.webpack.hot-update.json +0 -1
  127. package/examples/next/next-static/other/static/webpack/app/layout.dff06e6c74291157.hot-update.js +0 -21
  128. package/examples/next/next-static/other/static/webpack/app/page.dff06e6c74291157.hot-update.js +0 -21
  129. package/examples/next/next-static/other/static/webpack/app-client-internals.dff06e6c74291157.hot-update.js +0 -21
  130. package/examples/next/next-static/other/static/webpack/dff06e6c74291157.webpack.hot-update.json +0 -1
  131. package/examples/next/next-static/other/static/webpack/webpack.08bbe3671c2a994f.hot-update.js +0 -717
  132. package/examples/next/next-static/other/static/webpack/webpack.475258c680428a37.hot-update.js +0 -18
  133. package/examples/next/next-static/other/static/webpack/webpack.dff06e6c74291157.hot-update.js +0 -18
  134. package/examples/next/next-static/other/trace +0 -17
  135. package/examples/next/next-static/other/types/app/blog/[slug]/page.ts +0 -70
  136. package/examples/next/next-static/other/types/app/layout.ts +0 -70
  137. package/examples/next/next-static/other/types/app/misty-mountains/moria/page.ts +0 -70
  138. package/examples/next/next-static/other/types/app/page.ts +0 -70
  139. package/examples/next/next-static/other/types/package.json +0 -1
  140. package/examples/next/next-static/package.json +0 -16
  141. package/examples/next/next-static/public/next.svg +0 -1
  142. package/examples/next/next-static/public/vercel.svg +0 -1
  143. package/examples/next/next-static/src/app/blog/[slug]/page.js +0 -27
  144. package/examples/next/next-static/src/app/favicon.ico +0 -0
  145. package/examples/next/next-static/src/app/globals.css +0 -107
  146. package/examples/next/next-static/src/app/layout.js +0 -17
  147. package/examples/next/next-static/src/app/misty-mountains/moria/page.js +0 -15
  148. package/examples/next/next-static/src/app/page.js +0 -96
  149. package/examples/next/next-static/src/app/page.module.css +0 -229
  150. package/examples/next/node-pages-12-3-1/.eslintrc.json +0 -3
  151. package/examples/next/node-pages-12-3-1/README.md +0 -10
  152. package/examples/next/node-pages-12-3-1/next.config.js +0 -10
  153. package/examples/next/node-pages-12-3-1/package.json +0 -25
  154. package/examples/next/node-pages-12-3-1/pages/[...catSlug].js +0 -29
  155. package/examples/next/node-pages-12-3-1/pages/[prodSlug]/x.js +0 -29
  156. package/examples/next/node-pages-12-3-1/pages/_app.js +0 -7
  157. package/examples/next/node-pages-12-3-1/pages/api/hello.js +0 -5
  158. package/examples/next/node-pages-12-3-1/pages/index.js +0 -94
  159. package/examples/next/node-pages-12-3-1/pages/ssr.js +0 -21
  160. package/examples/next/node-pages-12-3-1/public/favicon.ico +0 -0
  161. package/examples/next/node-pages-12-3-1/public/vercel.svg +0 -4
  162. package/examples/next/node-pages-12-3-1/styles/Home.module.css +0 -139
  163. package/examples/next/node-pages-12-3-1/styles/globals.css +0 -26
  164. package/examples/react-static/README.md +0 -70
  165. package/examples/react-static/package.json +0 -38
  166. package/examples/react-static/public/favicon.ico +0 -0
  167. package/examples/react-static/public/index.html +0 -43
  168. package/examples/react-static/public/logo192.png +0 -0
  169. package/examples/react-static/public/logo512.png +0 -0
  170. package/examples/react-static/public/manifest.json +0 -25
  171. package/examples/react-static/public/robots.txt +0 -3
  172. package/examples/react-static/src/App.css +0 -38
  173. package/examples/react-static/src/App.js +0 -25
  174. package/examples/react-static/src/App.test.js +0 -8
  175. package/examples/react-static/src/index.css +0 -13
  176. package/examples/react-static/src/index.js +0 -17
  177. package/examples/react-static/src/logo.svg +0 -1
  178. package/examples/react-static/src/reportWebVitals.js +0 -13
  179. package/examples/react-static/src/setupTests.js +0 -5
  180. package/examples/simple-js-esm/main.js +0 -19
  181. package/examples/simple-js-esm/messages.js +0 -7
  182. package/examples/simple-js-esm-node/index.js +0 -45
  183. package/examples/simple-js-node/main.js +0 -18
  184. package/examples/simple-ts-esm/main.ts +0 -24
  185. package/examples/simple-ts-esm/messages.ts +0 -11
  186. package/examples/simple-ts-esm/package.json +0 -9
  187. package/examples/simple-ts-esm/tsconfig.json +0 -109
  188. package/examples/simple-ts-esm/yarn.lock +0 -8
  189. package/examples/vue-static/README.md +0 -24
  190. package/examples/vue-static/babel.config.js +0 -5
  191. package/examples/vue-static/jsconfig.json +0 -19
  192. package/examples/vue-static/package.json +0 -45
  193. package/examples/vue-static/public/favicon.ico +0 -0
  194. package/examples/vue-static/public/index.html +0 -17
  195. package/examples/vue-static/src/App.vue +0 -16
  196. package/examples/vue-static/src/assets/logo.png +0 -0
  197. package/examples/vue-static/src/components/HelloWorld.vue +0 -58
  198. package/examples/vue-static/src/main.js +0 -28
  199. package/examples/vue-static/src/views/Home.vue +0 -14
  200. package/examples/vue-static/vue.config.js +0 -4
  201. package/examples/vue-static/yarn.lock +0 -13094
  202. package/examples/vue-vite-static/README.md +0 -29
  203. package/examples/vue-vite-static/index.html +0 -13
  204. package/examples/vue-vite-static/package.json +0 -18
  205. package/examples/vue-vite-static/public/favicon.ico +0 -0
  206. package/examples/vue-vite-static/src/App.vue +0 -85
  207. package/examples/vue-vite-static/src/assets/base.css +0 -73
  208. package/examples/vue-vite-static/src/assets/logo.svg +0 -1
  209. package/examples/vue-vite-static/src/assets/main.css +0 -35
  210. package/examples/vue-vite-static/src/components/HelloWorld.vue +0 -44
  211. package/examples/vue-vite-static/src/components/TheWelcome.vue +0 -86
  212. package/examples/vue-vite-static/src/components/WelcomeItem.vue +0 -86
  213. package/examples/vue-vite-static/src/components/icons/IconCommunity.vue +0 -7
  214. package/examples/vue-vite-static/src/components/icons/IconDocumentation.vue +0 -7
  215. package/examples/vue-vite-static/src/components/icons/IconEcosystem.vue +0 -7
  216. package/examples/vue-vite-static/src/components/icons/IconSupport.vue +0 -7
  217. package/examples/vue-vite-static/src/components/icons/IconTooling.vue +0 -19
  218. package/examples/vue-vite-static/src/main.js +0 -11
  219. package/examples/vue-vite-static/src/router/index.js +0 -23
  220. package/examples/vue-vite-static/src/views/AboutView.vue +0 -15
  221. package/examples/vue-vite-static/src/views/HomeView.vue +0 -9
  222. package/examples/vue-vite-static/vite.config.js +0 -16
  223. package/examples/vue-vite-static/yarn.lock +0 -333
  224. package/jest.config.js +0 -6
package/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- ## [1.7.0-stage.1](https://github.com/aziontech/vulcan/compare/v1.6.4-stage.2...v1.7.0-stage.1) (2023-09-14)
1
+ ## [1.7.0](https://github.com/aziontech/vulcan/compare/v1.6.5...v1.7.0) (2023-09-14)
2
2
 
3
3
 
4
4
  ### Features
@@ -16,13 +16,51 @@
16
16
 
17
17
  ### Bug Fixes
18
18
 
19
+ * Add unused files in npm ignore ([ea3acf8](https://github.com/aziontech/vulcan/commit/ea3acf8a536fbe26f0e3e5b359385607930e79ec))
19
20
  * change exit code from 0 to 1 in catch ([835bc89](https://github.com/aziontech/vulcan/commit/835bc8920e9228835e87020e8d98b3ba9c366208))
21
+ * Create .npmignore ([#131](https://github.com/aziontech/vulcan/issues/131)) ([90383b0](https://github.com/aziontech/vulcan/commit/90383b01cd0dea848840d3348bf30cdcfdd79388))
20
22
  * custom server code and config file ([#103](https://github.com/aziontech/vulcan/issues/103)) ([340dd11](https://github.com/aziontech/vulcan/commit/340dd11acf0fb5e89e84d83404e0659ffd3f5b42))
21
23
  * Next build fix and improvements ([#101](https://github.com/aziontech/vulcan/issues/101)) ([f9100c5](https://github.com/aziontech/vulcan/commit/f9100c5177abae307985257afe471f3538762161))
22
24
  * remove local run command message ([2d527b3](https://github.com/aziontech/vulcan/commit/2d527b3bb1b4abe383ce4ca969d70a9f5513c1c9))
23
25
  * remove unnecessary Error ([3fdf2d9](https://github.com/aziontech/vulcan/commit/3fdf2d9fa3c4e477296019160d0681e5d7e5408a))
24
26
  * response cache and improvements ([#102](https://github.com/aziontech/vulcan/issues/102)) ([ee2da8a](https://github.com/aziontech/vulcan/commit/ee2da8a9ec5ade1b509dfbaf87a01ae8946d6342))
25
27
 
28
+ ## [1.7.0-stage.2](https://github.com/aziontech/vulcan/compare/v1.7.0-stage.1...v1.7.0-stage.2) (2023-09-14)
29
+
30
+
31
+ ### Bug Fixes
32
+
33
+ * Add unused files in npm ignore ([ea3acf8](https://github.com/aziontech/vulcan/commit/ea3acf8a536fbe26f0e3e5b359385607930e79ec))
34
+ * Create .npmignore ([#131](https://github.com/aziontech/vulcan/issues/131)) ([90383b0](https://github.com/aziontech/vulcan/commit/90383b01cd0dea848840d3348bf30cdcfdd79388))
35
+
36
+ ## [1.7.0-stage.1](https://github.com/aziontech/vulcan/compare/v1.6.4-stage.2...v1.7.0-stage.1) (2023-09-14)
37
+
38
+
39
+ ### Features
40
+
41
+ * add custom server with js files ([#97](https://github.com/aziontech/vulcan/issues/97)) ([f73a31e](https://github.com/aziontech/vulcan/commit/f73a31e19e23c773e379f3cd193262468cf1ba52))
42
+ * Add list preset modes ([4d1b924](https://github.com/aziontech/vulcan/commit/4d1b924f1c3d403683dcd1d0a2245cf9d68cd3a3))
43
+ * Add next webpack polyfills ([#98](https://github.com/aziontech/vulcan/issues/98)) ([5451fa5](https://github.com/aziontech/vulcan/commit/5451fa59c69f4bc148649e2f0b67e7b15012f678))
44
+ * Add Next.js support ([#125](https://github.com/aziontech/vulcan/issues/125)) ([a53c807](https://github.com/aziontech/vulcan/commit/a53c80727673ff209842372eb467d01595f3d15d))
45
+ * added handler and code compile ([#100](https://github.com/aziontech/vulcan/issues/100)) ([2e245fd](https://github.com/aziontech/vulcan/commit/2e245fdf67f5fdb746072950b6e64b14d9273d19))
46
+ * check if dependencies are installed and log vercel cli ([144bc7a](https://github.com/aziontech/vulcan/commit/144bc7ac02b626fa9c1693ebd9a2f39a17244473))
47
+ * Improve vercel build logs ([67ad3bd](https://github.com/aziontech/vulcan/commit/67ad3bd8f918c23d09514ce7acac77a5ac519db5))
48
+ * list presets modes ([df1d71e](https://github.com/aziontech/vulcan/commit/df1d71e43041224a47653e0c9853e18205f92c51))
49
+ * pre build configuration and custom static file server Next ([#96](https://github.com/aziontech/vulcan/issues/96)) ([1d2ab58](https://github.com/aziontech/vulcan/commit/1d2ab58370432b81cfa625a0d9a1c32eaa27cb93))
50
+
51
+ ### [1.6.5](https://github.com/aziontech/vulcan/compare/v1.6.4...v1.6.5) (2023-09-14)
52
+
53
+
54
+ ### Bug Fixes
55
+
56
+ * Add npm semantic release plugin in plugins list ([703a8ea](https://github.com/aziontech/vulcan/commit/703a8ea0f04f8d1de4489a8dd9f3523566334a4a))
57
+ * Add write permissions in release workflow ([39c1cae](https://github.com/aziontech/vulcan/commit/39c1cae20cc5371a1a7ba49d4754474ee61735d0))
58
+ * permissions in release workflow ([#126](https://github.com/aziontech/vulcan/issues/126)) ([37ebee6](https://github.com/aziontech/vulcan/commit/37ebee608564de0d8903f9b09788c3aaffcd2315))
59
+ * Remove skip ci option in git plugin ([d954fdc](https://github.com/aziontech/vulcan/commit/d954fdc76944c954662e3828054f5b06c854e865))
60
+ * semantic release plugins config ([f7c30a2](https://github.com/aziontech/vulcan/commit/f7c30a26dd7eb0051bf9306be66cbcb78253286a))
61
+ * semantic release plugins config ([#124](https://github.com/aziontech/vulcan/issues/124)) ([89289e0](https://github.com/aziontech/vulcan/commit/89289e066b01880f566d396a2214c528e6db93a3))
62
+ * set correct options in plugins section ([3a0c8f2](https://github.com/aziontech/vulcan/commit/3a0c8f2cf4c70fc70da0c19e6c5172a4bb8aef0a))
63
+
26
64
  ### [1.6.4-stage.2](https://github.com/aziontech/vulcan/compare/v1.6.4-stage.1...v1.6.4-stage.2) (2023-09-14)
27
65
 
28
66
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "edge-functions",
3
3
  "type": "module",
4
- "version": "1.7.0-stage.1",
4
+ "version": "1.7.0",
5
5
  "description": "Tool to launch and build JavaScript/Frameworks. This tool automates polyfills for Edge Computing and assists in creating Workers, notably for the Azion platform.",
6
6
  "main": "lib/main.js",
7
7
  "bin": {
package/.babelrc DELETED
@@ -1,13 +0,0 @@
1
- {
2
- "presets": [
3
- [
4
- "@babel/preset-env",
5
- {
6
- "targets": {
7
- "node": "current"
8
- }
9
- }
10
- ]
11
- ],
12
- "plugins": ["babel-plugin-transform-import-meta"]
13
- }
package/.eslintignore DELETED
@@ -1,5 +0,0 @@
1
- lib/presets/custom/*/handler.js
2
- lib/presets/custom/*/worker.js
3
- lib/build/polyfills/node
4
- examples/
5
- lib/presets/custom/next/compute/node/custom-server/12.3.1/server/next-compute-js-server.js
package/.eslintrc.json DELETED
@@ -1,48 +0,0 @@
1
- {
2
- "env": {
3
- "browser": true,
4
- "es2021": true,
5
- "jest/globals": true
6
- },
7
- "plugins": ["jsdoc", "jest", "prettier"],
8
- "extends": [
9
- "airbnb-base",
10
- "plugin:jsdoc/recommended",
11
- "plugin:jest/recommended",
12
- "plugin:prettier/recommended"
13
- ],
14
- "overrides": [],
15
- "parserOptions": {
16
- "ecmaVersion": "latest",
17
- "sourceType": "module"
18
- },
19
- "settings": {
20
- "import/resolver": {
21
- "alias": {
22
- "map": [
23
- ["#root/*", "./"],
24
- ["#lib/*", "./lib"],
25
- ["#utils", "./lib/utils/index.js"],
26
- ["#polyfills", "./lib/env/polyfills/index.js"],
27
- ["#build", "./lib/build/dispatcher/index.js"],
28
- ["#bundlers", "./lib/build/bundlers/index.js"],
29
- ["#notations/*", "./lib/notations"],
30
- ["#env", "./lib/env/index.js"],
31
- ["#platform", "./lib/platform/index.js"],
32
- ["#constants", "./lib/constants/index.js"],
33
- ["#edge", "./lib/platform/edgehooks/index.js"],
34
- ["#commands", "./lib/commands/index.js"]
35
- ],
36
- "extensions": [".js", ".json"]
37
- }
38
- }
39
- },
40
- "rules": {
41
- "import/extensions": ["error", "always"],
42
- "no-console": "off",
43
- "prettier/prettier": "error"
44
- },
45
- "globals": {
46
- "AZION_VERSION_ID": "readonly"
47
- }
48
- }
@@ -1,35 +0,0 @@
1
- name: Release
2
- on:
3
- push:
4
- branches:
5
- - main
6
- - stage
7
-
8
- permissions: write-all
9
-
10
- jobs:
11
- release:
12
- name: Release
13
- runs-on: ubuntu-latest
14
- permissions:
15
- contents: write
16
- issues: write
17
- pull-requests: write
18
- id-token: write
19
- steps:
20
- - name: Checkout
21
- uses: actions/checkout@v3
22
- with:
23
- fetch-depth: 0
24
- - name: Setup Node.js
25
- uses: actions/setup-node@v3
26
- with:
27
- node-version: "lts/*"
28
- - name: Install dependencies
29
- run: yarn install
30
- - name: Release
31
- env:
32
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
34
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
35
- run: npx semantic-release
package/.prettierrc.json DELETED
@@ -1,7 +0,0 @@
1
- {
2
- "useTabs": false,
3
- "trailingComma": "all",
4
- "tabWidth": 2,
5
- "semi": true,
6
- "singleQuote": true
7
- }
package/.releaserc DELETED
@@ -1,62 +0,0 @@
1
- {
2
- "branches": [
3
- "main",
4
- {
5
- "name": "stage",
6
- "prerelease": true,
7
- "channel": "stage"
8
- }
9
- ],
10
- "plugins": [
11
- [
12
- "@semantic-release/commit-analyzer",
13
- {
14
- "preset": "conventionalcommits",
15
- "parserOpts": {
16
- "headerPattern": "^(\\[ISSUE-.*])?\\s?(\\w+):\\s(.*)$",
17
- "headerCorrespondence": [
18
- "scope",
19
- "type",
20
- "subject"
21
- ]
22
- }
23
- }
24
- ],
25
- [
26
- "@semantic-release/release-notes-generator",
27
- {
28
- "preset": "conventionalcommits",
29
- "parserOpts": {
30
- "headerPattern": "^(\\[ISSUE-.*])?\\s?(\\w+):\\s(.*)$",
31
- "headerCorrespondence": [
32
- "scope",
33
- "type",
34
- "subject"
35
- ]
36
- },
37
- "options": {
38
- "preset": {
39
- "name": "conventionalchangelog",
40
- "issuePrefixes": [
41
- "ISSUE-"
42
- ],
43
- "issueUrlFormat": "https://github.com/aziontech/vulcan/issues/{id}"
44
- }
45
- }
46
- }
47
- ],
48
- "@semantic-release/npm",
49
- "@semantic-release/changelog",
50
- [
51
- "@semantic-release/git",
52
- {
53
- "assets": [
54
- "package.json",
55
- "CHANGELOG.md"
56
- ],
57
- "message": "chore(release): ${nextRelease.version} \n\n${nextRelease.notes}"
58
- }
59
- ],
60
- "@semantic-release/github"
61
- ]
62
- }
@@ -1,20 +0,0 @@
1
- {
2
- "editor.codeActionsOnSave": {
3
- "source.fixAll.eslint": true
4
- },
5
- "editor.formatOnSave": true,
6
- "[javascript]": {
7
- "editor.formatOnSave": true
8
- },
9
- "[javascriptreact]": {
10
- "editor.formatOnSave": true
11
- },
12
- "[typescript]": {
13
- "editor.formatOnSave": true
14
- },
15
- "[typescriptreact]": {
16
- "editor.formatOnSave": true
17
- },
18
- "prettier.eslintIntegration": true,
19
- "docwriter.style": "JSDoc"
20
- }
@@ -1,16 +0,0 @@
1
- # Editor configuration, see https://editorconfig.org
2
- root = true
3
-
4
- [*]
5
- charset = utf-8
6
- indent_style = space
7
- indent_size = 2
8
- insert_final_newline = true
9
- trim_trailing_whitespace = true
10
-
11
- [*.ts]
12
- quote_type = single
13
-
14
- [*.md]
15
- max_line_length = off
16
- trim_trailing_whitespace = false
@@ -1,27 +0,0 @@
1
- # Angular Static
2
-
3
- This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.3.
4
-
5
- ## Development server
6
-
7
- Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.
8
-
9
- ## Code scaffolding
10
-
11
- Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
12
-
13
- ## Build
14
-
15
- Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.
16
-
17
- ## Running unit tests
18
-
19
- Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
20
-
21
- ## Running end-to-end tests
22
-
23
- Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
24
-
25
- ## Further help
26
-
27
- To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
@@ -1,98 +0,0 @@
1
- {
2
- "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
3
- "version": 1,
4
- "newProjectRoot": "projects",
5
- "projects": {
6
- "edge-angular": {
7
- "projectType": "application",
8
- "schematics": {},
9
- "root": "",
10
- "sourceRoot": "src",
11
- "prefix": "app",
12
- "architect": {
13
- "build": {
14
- "builder": "@angular-devkit/build-angular:browser",
15
- "options": {
16
- "outputPath": "dist/edge-angular",
17
- "index": "src/index.html",
18
- "main": "src/main.ts",
19
- "polyfills": [
20
- "zone.js"
21
- ],
22
- "tsConfig": "tsconfig.app.json",
23
- "assets": [
24
- "src/favicon.ico",
25
- "src/assets"
26
- ],
27
- "styles": [
28
- "src/styles.css"
29
- ],
30
- "scripts": []
31
- },
32
- "configurations": {
33
- "production": {
34
- "budgets": [
35
- {
36
- "type": "initial",
37
- "maximumWarning": "500kb",
38
- "maximumError": "1mb"
39
- },
40
- {
41
- "type": "anyComponentStyle",
42
- "maximumWarning": "2kb",
43
- "maximumError": "4kb"
44
- }
45
- ],
46
- "outputHashing": "all"
47
- },
48
- "development": {
49
- "buildOptimizer": false,
50
- "optimization": false,
51
- "vendorChunk": true,
52
- "extractLicenses": false,
53
- "sourceMap": true,
54
- "namedChunks": true
55
- }
56
- },
57
- "defaultConfiguration": "production"
58
- },
59
- "serve": {
60
- "builder": "@angular-devkit/build-angular:dev-server",
61
- "configurations": {
62
- "production": {
63
- "browserTarget": "edge-angular:build:production"
64
- },
65
- "development": {
66
- "browserTarget": "edge-angular:build:development"
67
- }
68
- },
69
- "defaultConfiguration": "development"
70
- },
71
- "extract-i18n": {
72
- "builder": "@angular-devkit/build-angular:extract-i18n",
73
- "options": {
74
- "browserTarget": "edge-angular:build"
75
- }
76
- },
77
- "test": {
78
- "builder": "@angular-devkit/build-angular:karma",
79
- "options": {
80
- "polyfills": [
81
- "zone.js",
82
- "zone.js/testing"
83
- ],
84
- "tsConfig": "tsconfig.spec.json",
85
- "assets": [
86
- "src/favicon.ico",
87
- "src/assets"
88
- ],
89
- "styles": [
90
- "src/styles.css"
91
- ],
92
- "scripts": []
93
- }
94
- }
95
- }
96
- }
97
- }
98
- }
@@ -1,38 +0,0 @@
1
- {
2
- "name": "angular-static",
3
- "version": "0.0.1",
4
- "scripts": {
5
- "ng": "ng",
6
- "start": "ng serve",
7
- "build": "ng build",
8
- "watch": "ng build --watch --configuration development",
9
- "test": "ng test"
10
- },
11
- "private": true,
12
- "dependencies": {
13
- "@angular/animations": "^16.1.0",
14
- "@angular/common": "^16.1.0",
15
- "@angular/compiler": "^16.1.0",
16
- "@angular/core": "^16.1.0",
17
- "@angular/forms": "^16.1.0",
18
- "@angular/platform-browser": "^16.1.0",
19
- "@angular/platform-browser-dynamic": "^16.1.0",
20
- "@angular/router": "^16.1.0",
21
- "rxjs": "~7.8.0",
22
- "tslib": "^2.3.0",
23
- "zone.js": "~0.13.0"
24
- },
25
- "devDependencies": {
26
- "@angular-devkit/build-angular": "^16.1.3",
27
- "@angular/cli": "~16.1.3",
28
- "@angular/compiler-cli": "^16.1.0",
29
- "@types/jasmine": "~4.3.0",
30
- "jasmine-core": "~4.6.0",
31
- "karma": "~6.4.0",
32
- "karma-chrome-launcher": "~3.2.0",
33
- "karma-coverage": "~2.2.0",
34
- "karma-jasmine": "~5.1.0",
35
- "karma-jasmine-html-reporter": "~2.1.0",
36
- "typescript": "~5.1.3"
37
- }
38
- }
@@ -1,10 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { RouterModule, Routes } from '@angular/router';
3
-
4
- const routes: Routes = [];
5
-
6
- @NgModule({
7
- imports: [RouterModule.forRoot(routes)],
8
- exports: [RouterModule]
9
- })
10
- export class AppRoutingModule { }
File without changes