@nostrify/policies 0.36.25 → 0.36.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.
@@ -1,33 +1,32 @@
1
-
2
-
3
- > @nostrify/policies@0.36.25 build /home/alex/Projects/nostrify/packages/policies
4
- > npx tsc -p tsconfig.json && node ../../esbuild.config.js --package ./
5
-
6
- npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
7
- npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
8
- ⠙⠙Building with esbuild...
9
-
10
- dist/DomainPolicy.js 2.1kb
11
- dist/WoTPolicy.js 1.5kb
12
- dist/ReplyBotPolicy.js 1.4kb
13
- dist/mod.js 1.3kb
14
- dist/AntiDuplicationPolicy.js 1.2kb
15
- dist/OpenAIPolicy.js 985b 
16
- dist/PowPolicy.js 667b 
17
- dist/AuthorPolicy.js 640b 
18
- dist/HellthreadPolicy.js 494b 
19
- dist/WhitelistPolicy.js 490b 
20
- dist/SizePolicy.js 453b 
21
- dist/HashtagPolicy.js 425b 
22
- dist/AnyPolicy.js 412b 
23
- dist/KeywordPolicy.js 411b 
24
- dist/FiltersPolicy.js 410b 
25
- dist/InvertPolicy.js 385b 
26
- dist/PipePolicy.js 383b 
27
- dist/PubkeyBanPolicy.js 367b 
28
- dist/RegexPolicy.js 332b 
29
- dist/ReadOnlyPolicy.js 187b 
30
- dist/NoOpPolicy.js 147b 
31
-
32
- ⚡ Done in 22ms
33
- Done!
1
+
2
+ > @nostrify/policies@0.36.26 build /home/alex/Projects/nostrify/packages/policies
3
+ > npx tsc -p tsconfig.json && node ../../esbuild.config.js --package ./
4
+
5
+ npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
6
+ npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
7
+ Building with esbuild...
8
+
9
+ dist/DomainPolicy.js 2.1kb
10
+ dist/WoTPolicy.js 1.5kb
11
+ dist/ReplyBotPolicy.js 1.4kb
12
+ dist/mod.js 1.3kb
13
+ dist/AntiDuplicationPolicy.js 1.2kb
14
+ dist/OpenAIPolicy.js 985b
15
+ dist/PowPolicy.js 667b
16
+ dist/AuthorPolicy.js 640b
17
+ dist/HellthreadPolicy.js 494b
18
+ dist/WhitelistPolicy.js 490b
19
+ dist/SizePolicy.js 453b
20
+ dist/HashtagPolicy.js 425b
21
+ dist/AnyPolicy.js 412b
22
+ dist/KeywordPolicy.js 411b
23
+ dist/FiltersPolicy.js 410b
24
+ dist/InvertPolicy.js 385b
25
+ dist/PipePolicy.js 383b
26
+ dist/PubkeyBanPolicy.js 367b
27
+ dist/RegexPolicy.js 332b
28
+ dist/ReadOnlyPolicy.js 187b
29
+ ...and 1 more output file...
30
+
31
+ ⚡ Done in 43ms
32
+ Done!
@@ -1,8 +1,6 @@
1
-
2
-
3
- > @nostrify/policies@0.36.25 typecheck /home/alex/Projects/nostrify/packages/policies
4
- > npx tsc --noEmit
5
-
6
- npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
7
- npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
8
- ⠙⠙
1
+
2
+ > @nostrify/policies@0.36.26 typecheck /home/alex/Projects/nostrify/packages/policies
3
+ > npx tsc --noEmit
4
+
5
+ npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
6
+ npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.36.26
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @nostrify/nostrify@0.51.1
9
+
3
10
  ## 0.36.25
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nostrify/policies",
3
- "version": "0.36.25",
3
+ "version": "0.36.26",
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.51.0",
13
+ "@nostrify/nostrify": "0.51.1",
14
14
  "@nostrify/types": "0.36.9"
15
15
  },
16
16
  "publishConfig": {