@truelies/osm-dybuf 0.2.1 → 0.2.2

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 (2) hide show
  1. package/package.json +1 -1
  2. package/schema_ids.mjs +1 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truelies/osm-dybuf",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Gridex OSM DyBuf parser and schema utilities",
5
5
  "type": "module",
6
6
  "main": "./osm_dybuf.mjs",
package/schema_ids.mjs CHANGED
@@ -1,7 +1,4 @@
1
- import { createRequire } from "node:module";
2
-
3
- const require = createRequire(import.meta.url);
4
- const REGION_CODES_RAW = require("./region_numeric_codes.json");
1
+ import REGION_CODES_RAW from "./region_numeric_codes.js";
5
2
 
6
3
  export const ENTITY_TYPE_IDS = Object.freeze({
7
4
  c: 0,