@nostrify/policies 0.36.20 → 0.36.22

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @nostrify/policies@0.36.20 build /home/alex/Projects/nostrify/packages/policies
2
+ > @nostrify/policies@0.36.21 build /home/alex/Projects/nostrify/packages/policies
3
3
  > npx tsc -p tsconfig.json && node ../../esbuild.config.js --package ./
4
4
 
5
5
  npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
@@ -28,5 +28,5 @@ Building with esbuild...
28
28
  dist/ReadOnlyPolicy.js 187b
29
29
  ...and 1 more output file...
30
30
 
31
- ⚡ Done in 30ms
31
+ ⚡ Done in 26ms
32
32
  Done!
@@ -1,5 +1,5 @@
1
1
 
2
- > @nostrify/policies@0.36.20 typecheck /home/alex/Projects/nostrify/packages/policies
2
+ > @nostrify/policies@0.36.21 typecheck /home/alex/Projects/nostrify/packages/policies
3
3
  > npx tsc --noEmit
4
4
 
5
5
  npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.36.22
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @nostrify/nostrify@0.50.3
9
+
10
+ ## 0.36.21
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ - @nostrify/nostrify@0.50.2
16
+
3
17
  ## 0.36.20
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nostrify/policies",
3
- "version": "0.36.20",
3
+ "version": "0.36.22",
4
4
  "exports": {
5
5
  ".": "./dist/mod.js"
6
6
  },
@@ -10,7 +10,7 @@
10
10
  "@deno/kv": "^0.10.0",
11
11
  "@types/node": "^24.1.0",
12
12
  "nostr-tools": "^2.13.0",
13
- "@nostrify/nostrify": "0.50.1",
13
+ "@nostrify/nostrify": "0.50.3",
14
14
  "@nostrify/types": "0.36.9"
15
15
  },
16
16
  "publishConfig": {