@jsonforms/vue
Advanced tools
Comparing version 3.2.0-alpha.4 to 3.2.0-beta.0
@@ -34,2 +34,16 @@ 'use strict'; | ||
} | ||
function _toPrimitive(t, r) { | ||
if ("object" != typeof t || !t) return t; | ||
var e = t[Symbol.toPrimitive]; | ||
if (void 0 !== e) { | ||
var i = e.call(t, r || "default"); | ||
if ("object" != typeof i) return i; | ||
throw new TypeError("@@toPrimitive must return a primitive value."); | ||
} | ||
return ("string" === r ? String : Number)(t); | ||
} | ||
function _toPropertyKey(t) { | ||
var i = _toPrimitive(t, "string"); | ||
return "symbol" == typeof i ? i : String(i); | ||
} | ||
function _typeof(o) { | ||
@@ -85,16 +99,2 @@ "@babel/helpers - typeof"; | ||
} | ||
function _toPrimitive(input, hint) { | ||
if (typeof input !== "object" || input === null) return input; | ||
var prim = input[Symbol.toPrimitive]; | ||
if (prim !== undefined) { | ||
var res = prim.call(input, hint || "default"); | ||
if (typeof res !== "object") return res; | ||
throw new TypeError("@@toPrimitive must return a primitive value."); | ||
} | ||
return (hint === "string" ? String : Number)(input); | ||
} | ||
function _toPropertyKey(arg) { | ||
var key = _toPrimitive(arg, "string"); | ||
return typeof key === "symbol" ? key : String(key); | ||
} | ||
@@ -101,0 +101,0 @@ var script$3 = vue.defineComponent({ |
@@ -26,2 +26,16 @@ import { defineComponent, openBlock, createElementBlock, inject, ref, computed, onBeforeMount, onUnmounted, createBlock, resolveDynamicComponent, normalizeProps, guardReactiveProps, reactive, resolveComponent } from 'vue'; | ||
} | ||
function _toPrimitive(t, r) { | ||
if ("object" != typeof t || !t) return t; | ||
var e = t[Symbol.toPrimitive]; | ||
if (void 0 !== e) { | ||
var i = e.call(t, r || "default"); | ||
if ("object" != typeof i) return i; | ||
throw new TypeError("@@toPrimitive must return a primitive value."); | ||
} | ||
return ("string" === r ? String : Number)(t); | ||
} | ||
function _toPropertyKey(t) { | ||
var i = _toPrimitive(t, "string"); | ||
return "symbol" == typeof i ? i : String(i); | ||
} | ||
function _typeof(o) { | ||
@@ -77,16 +91,2 @@ "@babel/helpers - typeof"; | ||
} | ||
function _toPrimitive(input, hint) { | ||
if (typeof input !== "object" || input === null) return input; | ||
var prim = input[Symbol.toPrimitive]; | ||
if (prim !== undefined) { | ||
var res = prim.call(input, hint || "default"); | ||
if (typeof res !== "object") return res; | ||
throw new TypeError("@@toPrimitive must return a primitive value."); | ||
} | ||
return (hint === "string" ? String : Number)(input); | ||
} | ||
function _toPropertyKey(arg) { | ||
var key = _toPrimitive(arg, "string"); | ||
return typeof key === "symbol" ? key : String(key); | ||
} | ||
@@ -93,0 +93,0 @@ var script$3 = defineComponent({ |
{ | ||
"name": "@jsonforms/vue", | ||
"version": "3.2.0-alpha.4", | ||
"version": "3.2.0-beta.0", | ||
"description": "Vue 3 module of JSON Forms", | ||
@@ -37,11 +37,2 @@ "repository": "https://github.com/eclipsesource/jsonforms", | ||
], | ||
"scripts": { | ||
"serve": "vue-cli-service serve dev/serve.ts", | ||
"build": "cross-env NODE_ENV=production rollup --config rollup.config.js", | ||
"clean": "rimraf lib", | ||
"lint": "eslint .", | ||
"lint:fix": "eslint --fix .", | ||
"doc": "typedoc --name 'JSON Forms Vue' --out docs src/jsonFormsCompositions.ts", | ||
"test": "jest" | ||
}, | ||
"dependencies": { | ||
@@ -54,6 +45,5 @@ "lodash": "^4.17.21" | ||
"@babel/preset-typescript": "^7.9.0", | ||
"@jsonforms/core": "3.2.0-alpha.4", | ||
"@rollup/plugin-alias": "^3.1.8", | ||
"@types/jest": "^27.4.1", | ||
"@types/node": "^16.18.34", | ||
"@types/node": "^18.19.4", | ||
"@typescript-eslint/eslint-plugin": "^5.54.1", | ||
@@ -88,9 +78,18 @@ "@typescript-eslint/parser": "^5.54.1", | ||
"typescript": "4.2.3", | ||
"vue": "^3.2.26" | ||
"vue": "^3.2.26", | ||
"@jsonforms/core": "3.2.0-beta.0" | ||
}, | ||
"peerDependencies": { | ||
"@jsonforms/core": "3.2.0-alpha.4", | ||
"@jsonforms/core": "v3.2.0-beta.0", | ||
"vue": "^3.2.26" | ||
}, | ||
"gitHead": "288f0dc97d0e861583f5a3c3f8a65ffb5eab8568" | ||
} | ||
"scripts": { | ||
"serve": "vue-cli-service serve dev/serve.ts", | ||
"build": "cross-env NODE_ENV=production rollup --config rollup.config.js", | ||
"clean": "rimraf lib", | ||
"lint": "eslint .", | ||
"lint:fix": "eslint --fix .", | ||
"doc": "typedoc --name 'JSON Forms Vue' --out docs src/jsonFormsCompositions.ts", | ||
"test": "jest" | ||
} | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
216908