@spscommerce/ds-shared 5.25.0 → 6.0.0-rc1

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 +4 -5
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@spscommerce/ds-shared",
3
3
  "description": "Package for sharing code and types between DS Angular and DS React.",
4
- "version": "5.25.0",
4
+ "version": "6.0.0-rc1",
5
5
  "author": "SPS Commerce",
6
6
  "license": "UNLICENSED",
7
7
  "repository": "https://github.com/spscommerce/design-system/tree/main/packages/@spscommerce/ds-shared",
@@ -13,12 +13,12 @@
13
13
  "module": "./lib/index.es.js",
14
14
  "types": "./lib/index.d.ts",
15
15
  "peerDependencies": {
16
- "@spscommerce/utils": "5.25.0",
16
+ "@spscommerce/utils": "6.0.0-rc1",
17
17
  "moment": "^2.25.3",
18
18
  "moment-timezone": "^0.5.28"
19
19
  },
20
20
  "devDependencies": {
21
- "@spscommerce/utils": "5.25.0",
21
+ "@spscommerce/utils": "6.0.0-rc1",
22
22
  "moment": "^2.25.3",
23
23
  "moment-timezone": "^0.5.28"
24
24
  },
@@ -30,6 +30,5 @@
30
30
  "clean": "git clean -fdX",
31
31
  "pub": "pnpm pack && node ../../scripts/publish-package.js",
32
32
  "build:copy-translations": "echo \"export default \"$(cat ../i18n/locales/en-US/design-system.json)\";\" > src/translations.ts"
33
- },
34
- "readme": "[//]: # \"START_AUTOGENERATED\"\n\n## [@spscommerce/ds-shared](https://github.com/spscommerce/design-system/tree/main/packages/@spscommerce/ds-shared#readme)\n\n![release: 1.1.0](https://img.shields.io/badge/release-1.1.0-blue.svg?style=flat-square)\n![build: passing](https://img.shields.io/badge/build-passing-green.svg?style=flat-square)\n![tests: failing](https://img.shields.io/badge/tests-failing-red.svg?style=flat-square)\n\nPackage for sharing code and types between DS Angular and DS React. \n \n ### Installation \n \n ```shell\nnpm install --save @spscommerce/ds-shared\n```\n\n#### Peer Dependencies\n\n<div class=\"row\">\n <div class=\"col-5\"> \n <table class=\"sps-table\">\n <thead class=\"sps-table__head\">\n <tr class=\"sps-table__row\">\n <th class=\"sps-table__header\">\n <span class=\"sps-table__header-cell-body\"> \n Package\n </span>\n </th>\n <th class=\"sps-table__header text-right\">\n <span class=\"sps-table__header-cell-body\"> \n Version\n </span>\n </th>\n </tr>\n </thead>\n <tbody class=\"sps-table__body\">\n <tr class=\"sps-table__row\"><td class=\"sps-table__cell\"><a href=\"https://github.com/spscommerce/design-system/tree/main/packages/@spscommerce/utils#readme\">@spscommerce/utils</a></td><td class=\"sps-table__cell text-right\">^1.1.0</td></tr>\n<tr class=\"sps-table__row\"><td class=\"sps-table__cell\"><a href=\"https://momentjs.com\">moment</a></td><td class=\"sps-table__cell text-right\">^2.25.3</td></tr>\n<tr class=\"sps-table__row\"><td class=\"sps-table__cell\"><a href=\"http://momentjs.com/timezone/\">moment-timezone</a></td><td class=\"sps-table__cell text-right\">^0.5.28</td></tr>\n </tbody>\n </table>\n </div>\n <div class=\"col-7\">\n &nbsp;\n </div>\n</div>\n\n[//]: # \"END_AUTOGENERATED\"\n"
33
+ }
35
34
  }