@spscommerce/utils 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.
- package/.pnpm-debug.log +23 -0
- package/package.json +2 -3
package/.pnpm-debug.log
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"0 debug pnpm:scope": {
|
|
3
|
+
"selected": 1,
|
|
4
|
+
"workspacePrefix": "/Users/mabuan/Documents/projects/design-system"
|
|
5
|
+
},
|
|
6
|
+
"1 error pnpm": {
|
|
7
|
+
"code": "ELIFECYCLE",
|
|
8
|
+
"errno": "ENOENT",
|
|
9
|
+
"syscall": "spawn",
|
|
10
|
+
"file": "sh",
|
|
11
|
+
"pkgid": "@spscommerce/utils@5.16.1",
|
|
12
|
+
"stage": "build:js",
|
|
13
|
+
"script": "vite build",
|
|
14
|
+
"pkgname": "@spscommerce/utils",
|
|
15
|
+
"err": {
|
|
16
|
+
"name": "pnpm",
|
|
17
|
+
"message": "@spscommerce/utils@5.16.1 build:js: `vite build`\nspawn ENOENT",
|
|
18
|
+
"code": "ELIFECYCLE",
|
|
19
|
+
"stack": "pnpm: @spscommerce/utils@5.16.1 build:js: `vite build`\nspawn ENOENT\n at ChildProcess.<anonymous> (/Users/mabuan/.nvm/versions/node/v12.22.7/lib/node_modules/pnpm/dist/pnpm.cjs:93846:22)\n at ChildProcess.emit (events.js:314:20)\n at maybeClose (internal/child_process.js:1022:16)\n at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5)"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"2 warn pnpm:global": " Local package.json exists, but node_modules missing, did you mean to install?"
|
|
23
|
+
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spscommerce/utils",
|
|
3
3
|
"description": "Utility items for frontend projects.",
|
|
4
|
-
"version": "
|
|
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/utils",
|
|
@@ -28,6 +28,5 @@
|
|
|
28
28
|
"watch": "vite build --watch",
|
|
29
29
|
"clean": "git clean -fdX",
|
|
30
30
|
"pub": "pnpm pack && node ../../scripts/publish-package.js"
|
|
31
|
-
}
|
|
32
|
-
"readme": "[//]: # \"START_AUTOGENERATED\"\n\n## [@spscommerce/utils](https://github.com/spscommerce/design-system/tree/main/packages/@spscommerce/utils#readme)\n\n\n\n\n\nUtility items for frontend projects. \n \n ### Installation \n \n ```shell\nnpm install --save @spscommerce/utils\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://lodash.com/\">lodash.isempty</a></td><td class=\"sps-table__cell text-right\">^4.4.0</td></tr>\n<tr class=\"sps-table__row\"><td class=\"sps-table__cell\"><a href=\"https://lodash.com/\">lodash.isnil</a></td><td class=\"sps-table__cell text-right\">^4.0.0</td></tr>\n<tr class=\"sps-table__row\"><td class=\"sps-table__cell\"><a href=\"https://lodash.com/\">lodash.isplainobject</a></td><td class=\"sps-table__cell text-right\">^4.0.6</td></tr>\n<tr class=\"sps-table__row\"><td class=\"sps-table__cell\"><a href=\"https://lodash.com/\">lodash.padstart</a></td><td class=\"sps-table__cell text-right\">^4.6.1</td></tr>\n </tbody>\n </table>\n </div>\n <div class=\"col-7\">\n \n </div>\n</div>\n\n[//]: # \"END_AUTOGENERATED\"\n"
|
|
31
|
+
}
|
|
33
32
|
}
|