@entur/utils 0.12.2 → 0.12.3

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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Utils
2
2
 
3
- This package contains the different utils shared across the Entur Designsystem packages.
3
+ This package contains the different utils shared across the Entur Linje packages.
4
4
 
5
5
  > ## Think twice before adding stuff here
6
6
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/utils",
3
- "version": "0.12.2",
3
+ "version": "0.12.3",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/utils.esm.js",
@@ -31,5 +31,5 @@
31
31
  "devDependencies": {
32
32
  "dts-cli": "2.0.5"
33
33
  },
34
- "gitHead": "835e1335b390f48b80379ae6c473ac89041a392a"
34
+ "gitHead": "bfd8f62e4735cc13d55e50bc8747535d72aaf679"
35
35
  }