@netacea/cloudflare 5.1.27 → 5.1.29

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 CHANGED
@@ -3,6 +3,22 @@
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
+ ## 5.1.29 (2023-06-12)
7
+
8
+ **Note:** Version bump only for package @netacea/cloudflare
9
+
10
+
11
+
12
+
13
+
14
+ ## 5.1.28 (2023-06-09)
15
+
16
+ **Note:** Version bump only for package @netacea/cloudflare
17
+
18
+
19
+
20
+
21
+
6
22
  ## 5.1.27 (2023-06-06)
7
23
 
8
24
  **Note:** Version bump only for package @netacea/cloudflare
package/README.md CHANGED
@@ -7,10 +7,6 @@
7
7
 
8
8
  `@netacea/cloudflare` is a package designed to add [Netacea](https://netacea.com) functionality to [Cloudflare workers](https://workers.cloudflare.com/).
9
9
 
10
- ## Diagrams, Testing & Tooling
11
-
12
- Additional documentation for Cloudflare can be found [here](https://github.com/Netacea/JavascriptATAIntegration/blob/main/docs/integrations/CLOUDFLARE.md).
13
-
14
10
  ## Installation
15
11
 
16
12
  ### 🤠 __Wrangler__
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netacea/cloudflare",
3
- "version": "5.1.27",
3
+ "version": "5.1.29",
4
4
  "description": "Netacea Cloudflare CDN Integration",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",
@@ -16,8 +16,8 @@
16
16
  },
17
17
  "license": "ISC",
18
18
  "dependencies": {
19
- "@netacea/kinesisingest": "^1.4.26",
20
- "@netacea/netaceaintegrationbase": "^1.16.25",
19
+ "@netacea/kinesisingest": "^1.4.28",
20
+ "@netacea/netaceaintegrationbase": "^1.16.27",
21
21
  "jose": "^4.11.2"
22
22
  },
23
23
  "devDependencies": {
@@ -34,5 +34,5 @@
34
34
  "tsconfig-paths": "^3.9.0",
35
35
  "typescript": "^3.9.7"
36
36
  },
37
- "gitHead": "3095c9e0d216618b29efe8c1527809c72858b914"
37
+ "gitHead": "3ac4d369b8e6bde5684878de547a4e44c6ad652b"
38
38
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netacea/cloudflare",
3
- "version": "5.1.27",
3
+ "version": "5.1.29",
4
4
  "description": "Netacea Cloudflare CDN Integration",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",
@@ -16,8 +16,8 @@
16
16
  },
17
17
  "license": "ISC",
18
18
  "dependencies": {
19
- "@netacea/kinesisingest": "^1.4.26",
20
- "@netacea/netaceaintegrationbase": "^1.16.25",
19
+ "@netacea/kinesisingest": "^1.4.28",
20
+ "@netacea/netaceaintegrationbase": "^1.16.27",
21
21
  "jose": "^4.11.2"
22
22
  },
23
23
  "devDependencies": {
@@ -34,5 +34,5 @@
34
34
  "tsconfig-paths": "^3.9.0",
35
35
  "typescript": "^3.9.7"
36
36
  },
37
- "gitHead": "3095c9e0d216618b29efe8c1527809c72858b914"
37
+ "gitHead": "3ac4d369b8e6bde5684878de547a4e44c6ad652b"
38
38
  }