@jarenjs/emit 0.83.3 → 0.84.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.
@@ -58,7 +58,6 @@ export declare const TYPESCRIPT_STYLESHEET: {
58
58
  $raw: string;
59
59
  })[];
60
60
  } | {
61
- priority?: undefined;
62
61
  mode: string;
63
62
  body: (string | {
64
63
  $apply: string[];
@@ -71,9 +70,9 @@ export declare const TYPESCRIPT_STYLESHEET: {
71
70
  $not: string;
72
71
  })[];
73
72
  })[];
73
+ priority?: undefined;
74
74
  match?: undefined;
75
75
  } | {
76
- priority?: undefined;
77
76
  match: {
78
77
  schema: {
79
78
  type: string;
@@ -89,8 +88,8 @@ export declare const TYPESCRIPT_STYLESHEET: {
89
88
  body: {
90
89
  $raw: string;
91
90
  }[];
92
- } | {
93
91
  priority?: undefined;
92
+ } | {
94
93
  match: {
95
94
  schema: {
96
95
  type: string;
@@ -106,8 +105,8 @@ export declare const TYPESCRIPT_STYLESHEET: {
106
105
  body: {
107
106
  $json: string;
108
107
  }[];
109
- } | {
110
108
  priority?: undefined;
109
+ } | {
111
110
  match: {
112
111
  schema: {
113
112
  type: string;
@@ -123,6 +122,7 @@ export declare const TYPESCRIPT_STYLESHEET: {
123
122
  body: (string | {
124
123
  $apply: string[];
125
124
  }[])[];
125
+ priority?: undefined;
126
126
  })[];
127
127
  };
128
128
  export type EmitModel = import('./model.js').EmitModel;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jarenjs/emit",
3
3
  "private": false,
4
- "version": "0.83.3",
4
+ "version": "0.84.3",
5
5
  "type": "module",
6
6
  "main": "./src/index.js",
7
7
  "types": "./dist/types/index.d.ts",
@@ -68,8 +68,8 @@
68
68
  "prepack": "npm run build:types"
69
69
  },
70
70
  "dependencies": {
71
- "@jarenjs/core": "^0.83.3",
72
- "@jarenjs/json": "^0.83.3",
73
- "@jarenjs/validate": "^0.83.3"
71
+ "@jarenjs/core": "^0.84.3",
72
+ "@jarenjs/json": "^0.84.3",
73
+ "@jarenjs/validate": "^0.84.3"
74
74
  }
75
75
  }