@reform-digital/cookie-flow 1.3.7 → 2.0.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 (3) hide show
  1. package/README.md +798 -729
  2. package/package.json +22 -14
  3. package/prod/index.js +1 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@reform-digital/cookie-flow",
3
- "version": "1.3.7",
4
- "description": "This is a sample description for Webflow DevKit",
3
+ "version": "2.0.0",
4
+ "description": "CookieFlow™ is a comprehensive cookie consent management solution developed by Reform Digital® specifically for Webflow websites. It provides a compliant, customizable framework for handling user consent preferences across different geographical regions, automatically adapting to privacy regulations like GDPR, CCPA, and others.",
5
5
  "author": "Reform Digital®",
6
6
  "keywords": [],
7
7
  "license": "Proprietary",
@@ -13,20 +13,28 @@
13
13
  ],
14
14
  "main": "home.js",
15
15
  "devDependencies": {
16
- "esbuild": "^0.19.4",
17
- "eslint": "^8.51.0",
18
- "eslint-config-prettier": "^9.0.0",
19
- "eslint-plugin-prettier": "^5.0.0",
20
- "javascript-obfuscator": "^4.1.0",
21
- "prettier": "^3.0.3"
16
+ "esbuild": "^0.25.11",
17
+ "eslint": "^9.38.0",
18
+ "eslint-config-prettier": "^10.1.8",
19
+ "eslint-plugin-prettier": "^5.5.4",
20
+ "husky": "^9.1.7",
21
+ "javascript-obfuscator": "^4.1.1",
22
+ "lint-staged": "^16.2.6",
23
+ "prettier": "^3.6.2"
22
24
  },
23
25
  "dependencies": {
24
- "@supabase/supabase-js": "^2.49.3",
25
- "chalk": "^5.3.0",
26
- "chokidar": "^3.6.0",
27
- "express": "^4.18.2",
28
- "inquirer": "^9.2.11",
29
- "ws": "^8.16.0"
26
+ "@supabase/supabase-js": "^2.76.1",
27
+ "chalk": "^5.6.2",
28
+ "chokidar": "^4.0.3",
29
+ "express": "^5.1.0",
30
+ "inquirer": "^12.10.0",
31
+ "ws": "^8.18.3"
32
+ },
33
+ "lint-staged": {
34
+ "src/**/*.{js,css}": [
35
+ "prettier --write",
36
+ "eslint --fix"
37
+ ]
30
38
  },
31
39
  "scripts": {
32
40
  "dev": "node bin/build.js && node bin/server.js",