Skip to content

Commit 4ce00ab

Browse files
committed
1.1.10
1 parent b0e1661 commit 4ce00ab

10 files changed

Lines changed: 10 additions & 10 deletions

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fast-json-patch",
3-
"version": "1.1.9",
3+
"version": "1.1.10",
44
"homepage": "https://github.com/Starcounter-Jack/JSON-Patch",
55
"description": "Fast implementation of JSON-Patch (RFC-6902) with duplex (observe changes) capabilities",
66
"main": "src/json-patch-duplex.js",

dist/json-patch-duplex.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/json-patch.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fast-json-patch",
3-
"version": "1.1.9",
3+
"version": "1.1.10",
44
"description": "Fast implementation of JSON-Patch (RFC-6902) with duplex (observe changes) capabilities",
55
"homepage": "https://github.com/Starcounter-Jack/JSON-Patch",
66
"keywords": [

src/json-patch-duplex.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* https://github.com/Starcounter-Jack/JSON-Patch
3-
* json-patch-duplex.js version: 1.1.9
3+
* json-patch-duplex.js version: 1.1.10
44
* (c) 2013 Joachim Wester
55
* MIT license
66
*/

src/json-patch-duplex.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* https://github.com/Starcounter-Jack/JSON-Patch
3-
* json-patch-duplex.js version: 1.1.9
3+
* json-patch-duplex.js version: 1.1.10
44
* (c) 2013 Joachim Wester
55
* MIT license
66
*/

src/json-patch-duplex.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* https://github.com/Starcounter-Jack/JSON-Patch
3-
* json-patch-duplex.js version: 1.1.9
3+
* json-patch-duplex.js version: 1.1.10
44
* (c) 2013 Joachim Wester
55
* MIT license
66
*/

src/json-patch.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* https://github.com/Starcounter-Jack/JSON-Patch
3-
* json-patch-duplex.js version: 1.1.9
3+
* json-patch-duplex.js version: 1.1.10
44
* (c) 2013 Joachim Wester
55
* MIT license
66
*/

src/json-patch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* https://github.com/Starcounter-Jack/JSON-Patch
3-
* json-patch-duplex.js version: 1.1.9
3+
* json-patch-duplex.js version: 1.1.10
44
* (c) 2013 Joachim Wester
55
* MIT license
66
*/

src/json-patch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* https://github.com/Starcounter-Jack/JSON-Patch
3-
* json-patch-duplex.js version: 1.1.9
3+
* json-patch-duplex.js version: 1.1.10
44
* (c) 2013 Joachim Wester
55
* MIT license
66
*/

0 commit comments

Comments
 (0)