Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apollographql/invariant-packages
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ts-invariant@0.7.2
Choose a base ref
...
head repository: apollographql/invariant-packages
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ts-invariant@0.7.3
Choose a head ref
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on Mar 19, 2021

  1. Verified

    This commit was signed with the committer’s verified signature.
    benjamn Ben Newman
    Copy the full SHA
    aef769b View commit details
  2. Verified

    This commit was signed with the committer’s verified signature.
    benjamn Ben Newman
    Copy the full SHA
    4b26c3c View commit details
  3. Publish

     - rollup-plugin-invariant@0.7.3
     - ts-invariant@0.7.3
    benjamn committed Mar 19, 2021

    Verified

    This commit was signed with the committer’s verified signature.
    benjamn Ben Newman
    Copy the full SHA
    41c1891 View commit details
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@
"mocha": "^8.3.2",
"rollup": "^2.41.5",
"rollup-plugin-typescript2": "^0.30.0",
"typescript": "^4.1.2"
"typescript": "^4.2.3"
},
"engines": {
"node": ">=8"
16 changes: 8 additions & 8 deletions packages/rollup-plugin-invariant/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/rollup-plugin-invariant/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-invariant",
"version": "0.7.2",
"version": "0.7.3",
"author": "Ben Newman <ben@apollographql.com>",
"description": "Rollup plugin to strip invariant(condition, message) strings in production",
"license": "MIT",
@@ -32,7 +32,7 @@
"dependencies": {
"recast": "^0.20.4",
"rollup-pluginutils": "^2.3.3",
"tslib": "^1.9.3"
"tslib": "^2.1.0"
},
"devDependencies": {
"acorn": "^8.0.4",
8 changes: 4 additions & 4 deletions packages/ts-invariant/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/ts-invariant/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-invariant",
"version": "0.7.2",
"version": "0.7.3",
"author": "Ben Newman <ben@apollographql.com>",
"description": "TypeScript implementation of invariant(condition, message)",
"license": "MIT",
@@ -33,7 +33,7 @@
"test:no-node": "! grep -i node lib/invariant.d.ts"
},
"dependencies": {
"tslib": "^1.9.3"
"tslib": "^2.1.0"
},
"devDependencies": {
"@types/invariant": "^2.2.29",