@guanghechen/invariant 6.0.2 → 6.0.3

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <header>
2
2
  <h1 align="center">
3
- <a href="https://github.com/guanghechen/sora/tree/@guanghechen/invariant@6.0.2/packages/invariant#readme">@guanghechen/invariant</a>
3
+ <a href="https://github.com/guanghechen/sora/tree/@guanghechen/invariant@6.0.3/packages/invariant#readme">@guanghechen/invariant</a>
4
4
  </h1>
5
5
  <div align="center">
6
6
  <a href="https://www.npmjs.com/package/@guanghechen/invariant">
@@ -84,5 +84,5 @@ and throw an error when the given condition fails.
84
84
 
85
85
  ## Related
86
86
 
87
- [homepage]: https://github.com/guanghechen/sora/tree/@guanghechen/invariant@6.0.2/packages/invariant#readme
87
+ [homepage]: https://github.com/guanghechen/sora/tree/@guanghechen/invariant@6.0.3/packages/invariant#readme
88
88
  [tiny-invariant]: https://github.com/alexreardon/tiny-invariant
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@guanghechen/invariant",
3
- "version": "6.0.2",
3
+ "version": "6.0.3",
4
4
  "description": "A simple invariant function",
5
5
  "author": {
6
6
  "name": "guanghechen",
@@ -8,10 +8,10 @@
8
8
  },
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "https://github.com/guanghechen/sora/tree/@guanghechen/invariant@6.0.1",
11
+ "url": "https://github.com/guanghechen/sora/tree/@guanghechen/invariant@6.0.2",
12
12
  "directory": "packages/invariant"
13
13
  },
14
- "homepage": "https://github.com/guanghechen/sora/tree/@guanghechen/invariant@6.0.1/packages/invariant#readme",
14
+ "homepage": "https://github.com/guanghechen/sora/tree/@guanghechen/invariant@6.0.2/packages/invariant#readme",
15
15
  "type": "module",
16
16
  "exports": {
17
17
  ".": {
@@ -37,5 +37,5 @@
37
37
  "LICENSE",
38
38
  "README.md"
39
39
  ],
40
- "gitHead": "e4d3bb66f61d6bf0a771d6c805dc1eb1ea31361d"
40
+ "gitHead": "4d896054ffb818e22b520d50cb4030ec09abc277"
41
41
  }