Skip to content

Commit

Permalink
updating npm package contents
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Lauer authored and Jake Lauer committed Mar 10, 2024
1 parent 86a5f99 commit 7069114
Show file tree
Hide file tree
Showing 6 changed files with 126 additions and 115 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,7 @@ dist
# Local certs
.cert
.cert/*

#other
*.zip
*.tgz
5 changes: 4 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
.*
tsconfig.json
/lib
/src
/packages/publisher
node_modules
pnpm-workspace.yaml
*.map
Binary file removed Archive.zip
Binary file not shown.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": false,
"name": "theseus-js",
"version": "1.0.0",
"version": "1.0.1",
"type": "module",
"description": "Functionality to create and modify data fluently and narratively",
"author": "Jake Lauer",
Expand All @@ -26,37 +26,37 @@
},
"devDependencies": {
"@theseus/publisher": "workspace:latest",
"@types/chai": "^4.3.11",
"@types/chai": "^4.3.12",
"@types/chai-as-promised": "^7.1.8",
"@types/deep-equal": "^1.0.4",
"@types/deep-extend": "^0.6.2",
"@types/deep-freeze-strict": "^1.1.2",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.17",
"@types/node": "^20.11.25",
"@types/promise.allsettled": "^1.0.6",
"@types/sinon": "^17.0.3",
"@types/sinon-chai": "^3.2.12",
"@types/ungap__structured-clone": "^1.2.0",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"chai": "^4.4.1",
"chai-as-promised": "^7.1.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-mocha": "^10.2.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-mocha": "^10.4.1",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"mocha": "^10.3.0",
"mocha-suppress-logs": "^0.4.1",
"prettier": "^3.1.0",
"prettier": "^3.2.5",
"prettier-plugin-jsdoc": "^1.3.0",
"resolve-tspaths": "^0.8.18",
"sinon": "^17.0.1",
"sinon-chai": "^3.7.0",
"structured-clone": "link:@types/@ungap/structured-clone",
"tsx": "^4.7.1",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"lint-staged": {
"*.ts": [
Expand Down
Loading

0 comments on commit 7069114

Please sign in to comment.