@salt-ds/countries 0.0.0-snapshot-20250217112728 → 0.0.0-snapshot-20250219105728

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 +2 -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-20250217112728
3
+ ## 0.0.0-snapshot-20250219105728
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -9,7 +9,7 @@
9
9
  - Updated dependencies [98d3aac]
10
10
  - Updated dependencies [ea5fc00]
11
11
  - Updated dependencies [ba0f436]
12
- - @salt-ds/core@0.0.0-snapshot-20250217112728
12
+ - @salt-ds/core@0.0.0-snapshot-20250219105728
13
13
 
14
14
  ## 1.4.6
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salt-ds/countries",
3
- "version": "0.0.0-snapshot-20250217112728",
3
+ "version": "0.0.0-snapshot-20250219105728",
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-20250217112728",
31
+ "@salt-ds/core": "^0.0.0-snapshot-20250219105728",
32
32
  "@salt-ds/styles": "0.2.1",
33
33
  "@salt-ds/window": "0.1.1",
34
34
  "clsx": "^2.0.0"