@camera.ui/camera-ui-wasm-motion 0.0.19 → 0.0.20

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": "WASM Motion",
3
3
  "name": "@camera.ui/camera-ui-wasm-motion",
4
- "version": "0.0.19",
4
+ "version": "0.0.20",
5
5
  "description": "Browser-based motion detection using WebAssembly. Fast, client-side movement analysis with cross-platform support.",
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": {
@@ -22,13 +22,13 @@
22
22
  "update": "updates --update ./"
23
23
  },
24
24
  "bugs": {
25
- "url": "https://github.com/seydx/camera.ui/issues"
25
+ "url": "https://github.com/cameraui/plugins/issues"
26
26
  },
27
27
  "engines": {
28
28
  "camera.ui": ">=0.0.50",
29
29
  "node": ">=22.0.0"
30
30
  },
31
- "homepage": "https://github.com/seydx/camera.ui#readme",
31
+ "homepage": "https://github.com/cameraui/plugins/tree/main/camera-ui-wasm-motion#readme",
32
32
  "keywords": [
33
33
  "camera-ui-plugin",
34
34
  "smtp",
@@ -38,13 +38,11 @@
38
38
  "license": "MIT",
39
39
  "repository": {
40
40
  "type": "git",
41
- "url": "git+https://github.com/seydx/camera.ui.git"
41
+ "url": "git+https://github.com/cameraui/plugins.git",
42
+ "directory": "camera-ui-wasm-motion"
42
43
  },
43
- "camera.ui": {
44
- "extensions": [
45
- "motionDetection"
46
- ],
47
- "dependencies": [],
48
- "bundled": true
49
- }
44
+ "files": [
45
+ "bundle.zip",
46
+ "CHANGELOG.md"
47
+ ]
50
48
  }