@stll/stdnum 2.1.4 → 2.1.6

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.
Files changed (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stll/stdnum",
3
- "version": "2.1.4",
3
+ "version": "2.1.6",
4
4
  "description": "Standard identifier validation backed by a single Rust core",
5
5
  "homepage": "https://github.com/stella/stdnum",
6
6
  "license": "MIT",
@@ -940,11 +940,11 @@
940
940
  "typescript": "7.0.2"
941
941
  },
942
942
  "optionalDependencies": {
943
- "@stll/stdnum-darwin-arm64": "2.1.4",
944
- "@stll/stdnum-darwin-x64": "2.1.4",
945
- "@stll/stdnum-linux-arm64-gnu": "2.1.4",
946
- "@stll/stdnum-linux-x64-gnu": "2.1.4",
947
- "@stll/stdnum-wasm": "2.1.4",
948
- "@stll/stdnum-win32-x64-msvc": "2.1.4"
943
+ "@stll/stdnum-darwin-arm64": "2.1.6",
944
+ "@stll/stdnum-darwin-x64": "2.1.6",
945
+ "@stll/stdnum-linux-arm64-gnu": "2.1.6",
946
+ "@stll/stdnum-linux-x64-gnu": "2.1.6",
947
+ "@stll/stdnum-wasm": "2.1.6",
948
+ "@stll/stdnum-win32-x64-msvc": "2.1.6"
949
949
  }
950
950
  }