frontend-hamroun 1.2.66 → 1.2.67

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "frontend-hamroun",
3
- "version": "1.2.66",
3
+ "version": "1.2.67",
4
4
  "description": "A lightweight full-stack JavaScript framework",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -8,7 +8,7 @@
8
8
  "name": "go-wasm-app",
9
9
  "version": "1.0.0",
10
10
  "dependencies": {
11
- "frontend-hamroun": "^1.2.0"
11
+ "frontend-hamroun": "^1.2.66"
12
12
  },
13
13
  "devDependencies": {
14
14
  "vite": "^4.4.9"
@@ -1519,9 +1519,9 @@
1519
1519
  }
1520
1520
  },
1521
1521
  "node_modules/frontend-hamroun": {
1522
- "version": "1.2.65",
1523
- "resolved": "https://registry.npmjs.org/frontend-hamroun/-/frontend-hamroun-1.2.65.tgz",
1524
- "integrity": "sha512-bZHL31s8q+CWcAL7XSx2wKywoFBCkaNjuciazeciYgBgFqODP2qMNVHrUoLEGr2rEiuOoB9JWVU9Ks0I31hEdQ==",
1522
+ "version": "1.2.66",
1523
+ "resolved": "https://registry.npmjs.org/frontend-hamroun/-/frontend-hamroun-1.2.66.tgz",
1524
+ "integrity": "sha512-OlnrzV3jylU92L5SxG4vifDpfTfXsLyrSAzPpndZjdeI08FxmfWiTGRZi9znBQXEdmSsexcBX/il+iKmy320fQ==",
1525
1525
  "license": "MIT",
1526
1526
  "dependencies": {
1527
1527
  "bcryptjs": "^2.4.3",
@@ -12,7 +12,7 @@
12
12
  "test": "echo \"Error: no test specified\" && exit 1"
13
13
  },
14
14
  "dependencies": {
15
- "frontend-hamroun": "^1.2.0"
15
+ "frontend-hamroun": "^1.2.66"
16
16
  },
17
17
  "devDependencies": {
18
18
  "vite": "^4.4.9"