@lit-protocol/vincent-policy-send-counter 0.0.7-mma → 0.1.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.
package/CHANGELOG.md ADDED
@@ -0,0 +1,14 @@
1
+ ## 0.1.0 (2025-08-05)
2
+
3
+ ### 🚀 Features
4
+
5
+ - Migrated abilities and policy to vincent monorepo ([f62d9461](https://github.com/LIT-Protocol/Vincent/commit/f62d9461))
6
+
7
+ ### 🧱 Updated Dependencies
8
+
9
+ - Updated ability-sdk to 2.0.0
10
+ - Updated app-sdk to 2.0.0
11
+
12
+ ### ❤️ Thank You
13
+
14
+ - FedericoAmura @FedericoAmura
@@ -0,0 +1,14 @@
1
+ ## 0.1.0 (2025-08-05)
2
+
3
+ ### 🚀 Features
4
+
5
+ - Migrated abilities and policy to vincent monorepo ([f62d9461](https://github.com/LIT-Protocol/Vincent/commit/f62d9461))
6
+
7
+ ### 🧱 Updated Dependencies
8
+
9
+ - Updated ability-sdk to 2.0.0
10
+ - Updated app-sdk to 2.0.0
11
+
12
+ ### ❤️ Thank You
13
+
14
+ - FedericoAmura @FedericoAmura
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lit-protocol/vincent-policy-send-counter",
3
- "version": "0.0.1",
3
+ "version": "0.1.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },