@jsonic/multisource 0.4.0 → 0.5.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.
@@ -1,4 +1,4 @@
1
- import { Jsonic, Context, Rule, Plugin } from 'jsonic';
1
+ import { Jsonic, Context, Rule, Plugin } from '@jsonic/jsonic-next';
2
2
  interface MultiSourceMeta {
3
3
  path?: string;
4
4
  deps?: DependencyMap;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jsonic/multisource",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "description": "",
5
5
  "main": "dist/multisource.js",
6
6
  "type": "commonjs",
@@ -41,18 +41,18 @@
41
41
  "dist"
42
42
  ],
43
43
  "devDependencies": {
44
- "@types/jest": "^27.4.1",
44
+ "@types/jest": "^27.5.1",
45
45
  "browserify": "^17.0.0",
46
- "esbuild": "^0.14.29",
46
+ "esbuild": "^0.14.40",
47
47
  "esbuild-jest": "^0.5.0",
48
- "jest": "^27.5.1",
49
- "jsonic": "github:jsonicjs/jsonic#nextgen",
50
- "prettier": "^2.6.1",
48
+ "jest": "^28.1.0",
49
+ "@jsonic/jsonic-next": "2.0.1",
50
+ "prettier": "^2.6.2",
51
51
  "tinyify": "^3.0.0",
52
- "ts-jest": "^27.1.4",
53
- "typescript": "^4.6.3"
52
+ "ts-jest": "^28.0.3",
53
+ "typescript": "^4.7.2"
54
54
  },
55
55
  "dependencies": {
56
- "@jsonic/directive": "^0.5.0"
56
+ "@jsonic/directive": "^0.6.0"
57
57
  }
58
58
  }
@@ -1,6 +1,6 @@
1
1
  /* Copyright (c) 2021 Richard Rodger, MIT License */
2
2
 
3
- import { Jsonic, Context, Rule, Plugin } from 'jsonic'
3
+ import { Jsonic, Context, Rule, Plugin } from '@jsonic/jsonic-next'
4
4
  import { Directive, DirectiveOptions } from '@jsonic/directive'
5
5
 
6
6
  import { makeJsonicProcessor } from './processor/jsonic'
@@ -1,7 +1,7 @@
1
1
  /* Copyright (c) 2021 Richard Rodger, MIT License */
2
2
 
3
3
 
4
- import { Jsonic, Rule, Context } from 'jsonic'
4
+ import { Jsonic, Rule, Context } from '@jsonic/jsonic-next'
5
5
 
6
6
  import {
7
7
  MultiSourceOptions,
@@ -1,7 +1,7 @@
1
1
  import Fs from 'fs'
2
2
  import Path from 'path'
3
3
 
4
- import { Rule, Context } from 'jsonic'
4
+ import { Rule, Context } from '@jsonic/jsonic-next'
5
5
 
6
6
  import {
7
7
  MultiSourceOptions,
@@ -1,6 +1,6 @@
1
1
 
2
2
 
3
- import { Rule, Context } from 'jsonic'
3
+ import { Rule, Context } from '@jsonic/jsonic-next'
4
4
 
5
5
  import {
6
6
  MultiSourceOptions,