@salt-ds/countries 0.0.0-snapshot-20241226112913 → 0.0.0-snapshot-20250120114156

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/CHANGELOG.md +3 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @salt-ds/countries
2
2
 
3
- ## 0.0.0-snapshot-20241226112913
3
+ ## 0.0.0-snapshot-20250120114156
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,7 +8,8 @@
8
8
  - Updated dependencies [86d2a28]
9
9
  - Updated dependencies [dedbade]
10
10
  - Updated dependencies [0a5b68b]
11
- - @salt-ds/core@0.0.0-snapshot-20241226112913
11
+ - Updated dependencies [cf3d9a8]
12
+ - @salt-ds/core@0.0.0-snapshot-20250120114156
12
13
 
13
14
  ## 1.4.3
14
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salt-ds/countries",
3
- "version": "0.0.0-snapshot-20241226112913",
3
+ "version": "0.0.0-snapshot-20250120114156",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -28,7 +28,7 @@
28
28
  "copy:css": "yarn node ./scripts/copyCss.mjs"
29
29
  },
30
30
  "dependencies": {
31
- "@salt-ds/core": "^0.0.0-snapshot-20241226112913",
31
+ "@salt-ds/core": "^0.0.0-snapshot-20250120114156",
32
32
  "@salt-ds/styles": "0.2.1",
33
33
  "@salt-ds/window": "0.1.1",
34
34
  "clsx": "^2.0.0"