@capture.dev/redux 0.0.3 → 0.0.4

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 (2) hide show
  1. package/package.json +3 -4
  2. package/LICENSE.txt +0 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capture.dev/redux",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "sideEffects": false,
@@ -13,8 +13,7 @@
13
13
  }
14
14
  },
15
15
  "files": [
16
- "dist/**",
17
- "LICENSE.txt"
16
+ "dist/**"
18
17
  ],
19
18
  "keywords": [
20
19
  "capture",
@@ -44,7 +43,7 @@
44
43
  "extends": "../../package.json"
45
44
  },
46
45
  "dependencies": {
47
- "@capture.dev/event-logger": "0.0.2"
46
+ "@capture.dev/event-logger": "0.0.3"
48
47
  },
49
48
  "lint-staged": {
50
49
  "**/*.{ts,tsx,js}": [
package/LICENSE.txt DELETED
@@ -1,7 +0,0 @@
1
- Copyright (c) 2026 Capture.dev
2
-
3
- All rights reserved.
4
-
5
- This software is made available for use by Capture.dev customers.
6
- Unauthorized copying, modification, distribution, or use of this software
7
- is strictly prohibited.