json-p3 2.2.2 → 2.3.0
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.
- package/README.md +0 -1
- package/dist/json-p3.browser.js +5303 -0
- package/dist/json-p3.browser.min.js +2 -0
- package/dist/json-p3.browser.min.js.map +1 -0
- package/dist/json-p3.cjs.js +70 -97
- package/dist/json-p3.esm.js +70 -97
- package/dist/json-p3.iife.min.js +1 -1
- package/dist/json-p3.iife.min.js.map +1 -1
- package/package.json +11 -24
- package/dist/deep_equals.d.ts +0 -10
- package/dist/index.d.ts +0 -10
- package/dist/json-p3.iife.js +0 -5366
- package/dist/patch/errors.d.ts +0 -11
- package/dist/patch/index.d.ts +0 -11
- package/dist/patch/patch.d.ts +0 -161
- package/dist/path/environment.d.ts +0 -165
- package/dist/path/errors.d.ts +0 -65
- package/dist/path/expression.d.ts +0 -101
- package/dist/path/extra/expression.d.ts +0 -6
- package/dist/path/extra/index.d.ts +0 -0
- package/dist/path/extra/selectors.d.ts +0 -35
- package/dist/path/functions/count.d.ts +0 -7
- package/dist/path/functions/function.d.ts +0 -26
- package/dist/path/functions/has.d.ts +0 -44
- package/dist/path/functions/index.d.ts +0 -11
- package/dist/path/functions/length.d.ts +0 -7
- package/dist/path/functions/match.d.ts +0 -33
- package/dist/path/functions/pattern.d.ts +0 -2
- package/dist/path/functions/search.d.ts +0 -34
- package/dist/path/functions/value.d.ts +0 -7
- package/dist/path/index.d.ts +0 -76
- package/dist/path/lex.d.ts +0 -74
- package/dist/path/lru_cache.d.ts +0 -10
- package/dist/path/node.d.ts +0 -84
- package/dist/path/parse.d.ts +0 -61
- package/dist/path/path.d.ts +0 -42
- package/dist/path/segments.d.ts +0 -39
- package/dist/path/selectors.d.ts +0 -85
- package/dist/path/serialize.d.ts +0 -6
- package/dist/path/token.d.ts +0 -70
- package/dist/path/types.d.ts +0 -46
- package/dist/pointer/errors.d.ts +0 -42
- package/dist/pointer/index.d.ts +0 -24
- package/dist/pointer/pointer.d.ts +0 -106
- package/dist/tsconfig.tsbuildinfo +0 -1
- package/dist/types.d.ts +0 -25
package/README.md
CHANGED
|
@@ -58,7 +58,6 @@ JSON P3 has zero runtime dependencies.
|
|
|
58
58
|
| --------------------- | -------------------------------------------------------------------------- |
|
|
59
59
|
| `json-p3.cjs.js` | A CommonJS formatted bundle. |
|
|
60
60
|
| `json-p3.esm.js` | An ECMAScript module formatted bundle. |
|
|
61
|
-
| `json-p3-iife.js` | A bundle formatted as an Immediately Invoked Function Expression. |
|
|
62
61
|
| `json-p3-iife.min.js` | A minified bundle formatted as an Immediately Invoked Function Expression. |
|
|
63
62
|
|
|
64
63
|
## Compliance Environment Variables
|