medusa-plugin-ordinant 0.1.0 → 0.1.1
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.
|
@@ -34,6 +34,7 @@ const CATEGORY_FIELDS = {
|
|
|
34
34
|
"aow",
|
|
35
35
|
"destructive_device",
|
|
36
36
|
"suppressor",
|
|
37
|
+
"suppressor_part",
|
|
37
38
|
"firearm_part"
|
|
38
39
|
],
|
|
39
40
|
mag_capacity: [
|
|
@@ -53,7 +54,8 @@ const CATEGORY_FIELDS = {
|
|
|
53
54
|
"short_barreled_shotgun",
|
|
54
55
|
"machine_gun",
|
|
55
56
|
"aow",
|
|
56
|
-
"suppressor"
|
|
57
|
+
"suppressor",
|
|
58
|
+
"suppressor_part"
|
|
57
59
|
],
|
|
58
60
|
action_type: [
|
|
59
61
|
"handgun",
|
|
@@ -31,6 +31,7 @@ const CATEGORY_FIELDS = {
|
|
|
31
31
|
"aow",
|
|
32
32
|
"destructive_device",
|
|
33
33
|
"suppressor",
|
|
34
|
+
"suppressor_part",
|
|
34
35
|
"firearm_part"
|
|
35
36
|
],
|
|
36
37
|
mag_capacity: [
|
|
@@ -50,7 +51,8 @@ const CATEGORY_FIELDS = {
|
|
|
50
51
|
"short_barreled_shotgun",
|
|
51
52
|
"machine_gun",
|
|
52
53
|
"aow",
|
|
53
|
-
"suppressor"
|
|
54
|
+
"suppressor",
|
|
55
|
+
"suppressor_part"
|
|
54
56
|
],
|
|
55
57
|
action_type: [
|
|
56
58
|
"handgun",
|
package/README.md
CHANGED
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
Ordinant compliance for Medusa v2: AI-proposed product classification with
|
|
4
4
|
merchant attestation, and a deterministic, citation-bearing checkout gate.
|
|
5
5
|
|
|
6
|
+
Published on npm — install with `npm install medusa-plugin-ordinant`
|
|
7
|
+
([npmjs.com/package/medusa-plugin-ordinant](https://www.npmjs.com/package/medusa-plugin-ordinant)).
|
|
8
|
+
|
|
6
9
|
> **Ordinant is a compliance information and automation service — not legal
|
|
7
10
|
> advice.** No attorney–client relationship is created by its use. Merchants
|
|
8
11
|
> attest to the final classification of their products.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "medusa-plugin-ordinant",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Ordinant compliance for Medusa v2: catalog classification with merchant attestation and a deterministic, citation-bearing checkout gate. Compliance information and automation - not legal advice.",
|
|
5
5
|
"author": "Ordinant (https://ordinant.com)",
|
|
6
6
|
"license": "MIT",
|