@storm-software/cloudflare-tools 0.14.0 → 0.16.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.
- package/CHANGELOG.md +14 -0
- package/README.md +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
- package/src/generators/init/generator.js +1 -1
- package/src/generators/worker/generator.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## 0.16.0 (2024-07-22)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
- **eslint:** Update rules around handling TypeScript function returns ([a9859cd4](https://github.com/storm-software/storm-ops/commit/a9859cd4))
|
|
7
|
+
|
|
8
|
+
## 0.15.0 (2024-07-22)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
- **eslint:** Added Nx plugin to eslint preset ([1933027f](https://github.com/storm-software/storm-ops/commit/1933027f))
|
|
14
|
+
|
|
1
15
|
## 0.14.0 (2024-07-22)
|
|
2
16
|
|
|
3
17
|
|
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
package/index.js
CHANGED
|
@@ -605514,7 +605514,7 @@ var require_package8 = __commonJS({
|
|
|
605514
605514
|
"packages/cloudflare-tools/package.json"(exports2, module2) {
|
|
605515
605515
|
module2.exports = {
|
|
605516
605516
|
name: "@storm-software/cloudflare-tools",
|
|
605517
|
-
version: "0.
|
|
605517
|
+
version: "0.16.0",
|
|
605518
605518
|
type: "commonjs",
|
|
605519
605519
|
description: "\u26A1The Storm-Ops monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.",
|
|
605520
605520
|
repository: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/cloudflare-tools",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.16.0",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"description": "⚡The Storm-Ops monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.",
|
|
6
6
|
"repository": {
|
|
@@ -427546,7 +427546,7 @@ var require_package3 = __commonJS({
|
|
|
427546
427546
|
"packages/cloudflare-tools/package.json"(exports2, module2) {
|
|
427547
427547
|
module2.exports = {
|
|
427548
427548
|
name: "@storm-software/cloudflare-tools",
|
|
427549
|
-
version: "0.
|
|
427549
|
+
version: "0.16.0",
|
|
427550
427550
|
type: "commonjs",
|
|
427551
427551
|
description: "\u26A1The Storm-Ops monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.",
|
|
427552
427552
|
repository: {
|
|
@@ -663764,7 +663764,7 @@ var require_package14 = __commonJS({
|
|
|
663764
663764
|
"packages/cloudflare-tools/package.json"(exports2, module2) {
|
|
663765
663765
|
module2.exports = {
|
|
663766
663766
|
name: "@storm-software/cloudflare-tools",
|
|
663767
|
-
version: "0.
|
|
663767
|
+
version: "0.16.0",
|
|
663768
663768
|
type: "commonjs",
|
|
663769
663769
|
description: "\u26A1The Storm-Ops monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.",
|
|
663770
663770
|
repository: {
|