@nicnocquee/dataqueue-react 0.3.0 → 1.26.0
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/package.json +2 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nicnocquee/dataqueue-react",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.26.0",
|
|
4
4
|
"description": "React hooks for subscribing to dataqueue job status and progress",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -41,7 +41,6 @@
|
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@arethetypeswrong/cli": "^0.18.2",
|
|
44
|
-
"@changesets/cli": "^2.29.5",
|
|
45
44
|
"@testing-library/jest-dom": "^6.9.1",
|
|
46
45
|
"@testing-library/react": "^16.3.2",
|
|
47
46
|
"@types/react": "^19.0.0",
|
|
@@ -57,9 +56,6 @@
|
|
|
57
56
|
"lint": "tsc",
|
|
58
57
|
"test": "vitest run",
|
|
59
58
|
"check-exports": "attw --pack .",
|
|
60
|
-
"ci": "npm run build && npm run check-exports && npm run lint && npm run test"
|
|
61
|
-
"local-release": "changeset version && changeset publish",
|
|
62
|
-
"changeset:add": "changeset",
|
|
63
|
-
"changeset:version": "changeset version && find .changeset -type f -name '*.md' ! -name 'README.md' -delete"
|
|
59
|
+
"ci": "npm run build && npm run check-exports && npm run lint && npm run test"
|
|
64
60
|
}
|
|
65
61
|
}
|