Skip to content

Commit 13a59d2

Browse files
committed
v1.2.0
1 parent 40cf8df commit 13a59d2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonic/path",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "This plugin allows the [Jsonic](https://jsonic.senecajs.org) JSON parser to determine the path to values.",
55
"main": "path.js",
66
"type": "commonjs",

path.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Plugin } from '@jsonic/jsonic-next';
1+
import { Plugin } from 'jsonic';
22
type PathOptions = {};
33
declare const Path: Plugin;
44
export { Path };

path.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Copyright (c) 2022-2024 Richard Rodger, MIT License */
22

3-
import { Jsonic, Plugin } from '@jsonic/jsonic-next'
3+
import { Jsonic, Plugin } from 'jsonic'
44

55
type PathOptions = {}
66

0 commit comments

Comments
 (0)