@netacea/cloudflare 1.6.4 → 1.6.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/CHANGELOG.md +34 -0
- package/README.md +1 -1
- package/dist/package.json +3 -3
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,40 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [1.6.7](https://github.com/Netacea/JavascriptATAIntegration/compare/@netacea/cloudflare@1.6.6...@netacea/cloudflare@1.6.7) (2022-07-13)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **Cloudflare:** INT-196: Move Cloudflare Mermaid diagram ([e492274](https://github.com/Netacea/JavascriptATAIntegration/commit/e492274a98d20ef8b67f8e6ee0cbc6f47ddab3f4))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [1.6.6](https://github.com/Netacea/JavascriptATAIntegration/compare/@netacea/cloudflare@1.6.5...@netacea/cloudflare@1.6.6) (2022-07-13)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* **Cloudflare:** INT-196: Added mermaid section ([ce4a8d3](https://github.com/Netacea/JavascriptATAIntegration/commit/ce4a8d3b4a20ba9be243d4589b926545be96a614))
|
|
23
|
+
* **Cloudflare:** INT-196: Added subroutine diagram ([b378266](https://github.com/Netacea/JavascriptATAIntegration/commit/b378266b9c4b708b83f85d45ca23cc26628487df))
|
|
24
|
+
* **Cloudflare:** INT-196: Formatting change ([08a7010](https://github.com/Netacea/JavascriptATAIntegration/commit/08a701091fb459479655d5d4d64ac6eef7a31196))
|
|
25
|
+
* **Cloudflare:** INT-196: Get Mitigation Response as subroutine ([2c6e6cd](https://github.com/Netacea/JavascriptATAIntegration/commit/2c6e6cd76f3e67b3aa882f4e98de99d5cefb7891))
|
|
26
|
+
* **Cloudflare:** INT-196: Legend as subgraph ([7b1cd2f](https://github.com/Netacea/JavascriptATAIntegration/commit/7b1cd2f2072a7697417fa292c1f5ce8e7094131d))
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
## [1.6.5](https://github.com/Netacea/JavascriptATAIntegration/compare/@netacea/cloudflare@1.6.4...@netacea/cloudflare@1.6.5) (2022-07-12)
|
|
33
|
+
|
|
34
|
+
**Note:** Version bump only for package @netacea/cloudflare
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
6
40
|
## [1.6.4](https://github.com/Netacea/JavascriptATAIntegration/compare/@netacea/cloudflare@1.6.3...@netacea/cloudflare@1.6.4) (2022-06-20)
|
|
7
41
|
|
|
8
42
|
**Note:** Version bump only for package @netacea/cloudflare
|
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
### 🤠 __Wrangler__
|
|
13
13
|
|
|
14
|
-
We strongly recommend installing and using
|
|
14
|
+
We strongly recommend installing and using [wrangler](https://github.com/cloudflare/wrangler) to manage your cloudflare workers. Wrangler is a CLI tool designed to make previewing and deploying Cloudflare Workers seamless.
|
|
15
15
|
|
|
16
16
|
#### 🌻 Starting fresh
|
|
17
17
|
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@netacea/cloudflare",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.7",
|
|
4
4
|
"description": "Netacea Cloudflare CDN Integration",
|
|
5
5
|
"main": "dist/src/index.js",
|
|
6
6
|
"types": "dist/src/index.d.ts",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"license": "ISC",
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@netacea/netaceaintegrationbase": "^1.10.3",
|
|
19
|
-
"@netacea/netaceaintegrationtestrunner": "^1.5.
|
|
19
|
+
"@netacea/netaceaintegrationtestrunner": "^1.5.5"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@cloudflare/workers-types": "^2.0.0",
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"tsconfig-paths": "^3.9.0",
|
|
33
33
|
"typescript": "^3.9.7"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "f4ea9c123965fd5829fcedaee7ad56260d5718fd"
|
|
36
36
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@netacea/cloudflare",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.7",
|
|
4
4
|
"description": "Netacea Cloudflare CDN Integration",
|
|
5
5
|
"main": "dist/src/index.js",
|
|
6
6
|
"types": "dist/src/index.d.ts",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"license": "ISC",
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@netacea/netaceaintegrationbase": "^1.10.3",
|
|
19
|
-
"@netacea/netaceaintegrationtestrunner": "^1.5.
|
|
19
|
+
"@netacea/netaceaintegrationtestrunner": "^1.5.5"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@cloudflare/workers-types": "^2.0.0",
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"tsconfig-paths": "^3.9.0",
|
|
33
33
|
"typescript": "^3.9.7"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "f4ea9c123965fd5829fcedaee7ad56260d5718fd"
|
|
36
36
|
}
|