@camera.ui/camera-ui-pamdiff 0.0.25 → 0.0.26

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/LICENSE.md +1 -1
  2. package/bundle.zip +0 -0
  3. package/package.json +10 -12
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2023-2024 seydx <dev@seydx.com>
3
+ Copyright (c) 2023-2026 seydx <hi@seydx.dev>
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining
6
6
  a copy of this software and associated documentation files (the
package/bundle.zip CHANGED
Binary file
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "displayName": "Pam Diff",
3
3
  "name": "@camera.ui/camera-ui-pamdiff",
4
- "version": "0.0.25",
4
+ "version": "0.0.26",
5
5
  "description": "Efficient pixel-based motion detection using PAM difference algorithm. Light on resources with quick response time.",
6
- "author": "seydx (https://github.com/seydx/camera.ui)",
6
+ "author": "seydx (https://github.com/cameraui/plugins)",
7
7
  "main": "./dist/index.js",
8
8
  "type": "commonjs",
9
9
  "scripts": {
@@ -24,13 +24,13 @@
24
24
  "pam-diff": "^1.2.1"
25
25
  },
26
26
  "bugs": {
27
- "url": "https://github.com/seydx/camera.ui/issues"
27
+ "url": "https://github.com/cameraui/plugins/issues"
28
28
  },
29
29
  "engines": {
30
30
  "camera.ui": ">=0.0.50",
31
31
  "node": ">=22.0.0"
32
32
  },
33
- "homepage": "https://github.com/seydx/camera.ui#readme",
33
+ "homepage": "https://github.com/cameraui/plugins/tree/main/camera-ui-pamdiff#readme",
34
34
  "keywords": [
35
35
  "camera-ui-plugin",
36
36
  "cameras",
@@ -41,13 +41,11 @@
41
41
  "license": "MIT",
42
42
  "repository": {
43
43
  "type": "git",
44
- "url": "git+https://github.com/seydx/camera.ui.git"
44
+ "url": "git+https://github.com/cameraui/plugins.git",
45
+ "directory": "camera-ui-pamdiff"
45
46
  },
46
- "camera.ui": {
47
- "extensions": [
48
- "motionDetection"
49
- ],
50
- "dependencies": [],
51
- "bundled": true
52
- }
47
+ "files": [
48
+ "bundle.zip",
49
+ "CHANGELOG.md"
50
+ ]
53
51
  }