Skip to content

Commit

Permalink
## 9.1.11
Browse files Browse the repository at this point in the history
### Patch Changes

- fix: npm run compile: tsc -b .
- Updated dependencies [undefined]
- @ctx-core/object@17.4.1
  • Loading branch information
btakita committed Mar 28, 2021
1 parent 77a1984 commit 3525dd8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ctx-core/uri

## 9.1.11

### Patch Changes

- fix: npm run compile: tsc -b .
- Updated dependencies [undefined]
- @ctx-core/object@17.4.1

## 9.1.10

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ctx-core/uri",
"version": "9.1.10",
"version": "9.1.11",
"description": "ctx-core uri",
"keywords": [
"ctx-core",
Expand All @@ -22,12 +22,12 @@
"scripts": {
"build": "npm run clean && npm run compile",
"clean": "rm -f tsconfig.tsbuildinfo",
"compile": "./node_modules/.bin/tsc -b",
"compile": "./node_modules/.bin/tsc -b .",
"exec": "$@",
"prepublishOnly": "npm run compile"
},
"dependencies": {
"@ctx-core/object": "workspace:^17.4.0"
"@ctx-core/object": "workspace:^17.4.1"
},
"devDependencies": {
"ava": "^3.15.0",
Expand All @@ -42,4 +42,4 @@
"esm"
]
}
}
}

0 comments on commit 3525dd8

Please sign in to comment.