@ndn/naming-convention1
Advanced tools
Comparing version 0.0.20240113 to 0.0.20240630
@@ -14,3 +14,3 @@ import { Component, TT } from "@ndn/packet"; | ||
create(v) { | ||
return new Component(undefined, Encoder.encode([this.marker, NNI(v)], 9)); | ||
return new Component(TT.GenericNameComponent, Encoder.encode([this.marker, NNI(v)], 9)); | ||
} | ||
@@ -17,0 +17,0 @@ parse(comp) { |
@@ -14,3 +14,3 @@ import { Component, TT } from "@ndn/packet"; | ||
create(v) { | ||
return new Component(undefined, Encoder.encode([this.marker, NNI(v)], 9)); | ||
return new Component(TT.GenericNameComponent, Encoder.encode([this.marker, NNI(v)], 9)); | ||
} | ||
@@ -17,0 +17,0 @@ parse(comp) { |
{ | ||
"name": "@ndn/naming-convention1", | ||
"version": "0.0.20240113", | ||
"version": "0.0.20240630", | ||
"description": "NDNts: Naming Convention rev1", | ||
@@ -22,10 +22,10 @@ "keywords": [ | ||
"url": "https://github.com/yoursunny/NDNts.git", | ||
"directory": "packages/naming-convention1" | ||
"directory": "pkg/naming-convention1" | ||
}, | ||
"dependencies": { | ||
"@ndn/packet": "0.0.20240113", | ||
"@ndn/tlv": "0.0.20240113", | ||
"tslib": "^2.6.2" | ||
"@ndn/packet": "0.0.20240630", | ||
"@ndn/tlv": "0.0.20240630", | ||
"tslib": "^2.6.3" | ||
}, | ||
"types": "lib/mod.d.ts" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5462
+ Added@ndn/packet@0.0.20240630(transitive)
+ Added@ndn/tlv@0.0.20240630(transitive)
+ Added@ndn/util@0.0.20240630(transitive)
+ Added@shigen/polyfill-symbol-dispose@1.0.1(transitive)
+ Addedevent-iterator@2.0.0(transitive)
+ Addedtiny-invariant@1.3.3(transitive)
+ Addedwait-your-turn@1.0.1(transitive)
- Removed@ndn/packet@0.0.20240113(transitive)
- Removed@ndn/tlv@0.0.20240113(transitive)
- Removed@ndn/util@0.0.20240113(transitive)
- Removed@types/minimalistic-assert@1.0.3(transitive)
- Removedminimalistic-assert@1.0.1(transitive)
Updated@ndn/packet@0.0.20240630
Updated@ndn/tlv@0.0.20240630
Updatedtslib@^2.6.3