@contentful/contentful-slatejs-adapter
Advanced tools
Comparing version 15.16.14 to 15.17.0
'use strict'; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
var Contentful = require('@contentful/rich-text-types'); | ||
function _interopNamespace(e) { | ||
if (e && e.__esModule) return e; | ||
function _interopNamespaceDefault(e) { | ||
var n = Object.create(null); | ||
@@ -21,7 +18,7 @@ if (e) { | ||
} | ||
n["default"] = e; | ||
n.default = e; | ||
return Object.freeze(n); | ||
} | ||
var Contentful__namespace = /*#__PURE__*/_interopNamespace(Contentful); | ||
var Contentful__namespace = /*#__PURE__*/_interopNamespaceDefault(Contentful); | ||
@@ -42,3 +39,5 @@ /****************************************************************************** | ||
***************************************************************************** */ | ||
/* global Reflect, Promise, SuppressedError, Symbol */ | ||
var __assign = function() { | ||
@@ -45,0 +44,0 @@ __assign = Object.assign || function __assign(t) { |
{ | ||
"name": "@contentful/contentful-slatejs-adapter", | ||
"version": "15.16.14", | ||
"version": "15.17.0", | ||
"description": "", | ||
@@ -23,4 +23,4 @@ "keywords": [], | ||
"prebuild": "rimraf dist", | ||
"build": "tsc && rollup -c rollup.config.ts", | ||
"start": "rollup -c rollup.config.ts -w", | ||
"build": "tsc && rollup -c --bundleConfigAsCjs rollup.config.ts", | ||
"start": "rollup -c --bundleConfigAsCjs rollup.config.ts -w", | ||
"test": "jest", | ||
@@ -32,3 +32,3 @@ "test:watch": "jest --watch", | ||
"dependencies": { | ||
"@contentful/rich-text-types": "^16.3.5" | ||
"@contentful/rich-text-types": "^16.4.0" | ||
}, | ||
@@ -38,3 +38,2 @@ "devDependencies": { | ||
"@types/node": "^10.0.3", | ||
"@types/rollup-plugin-json": "^3.0.3", | ||
"colors": "^1.1.2", | ||
@@ -45,15 +44,6 @@ "coveralls": "^3.0.0", | ||
"faker": "^4.1.0", | ||
"husky": "^2.7.0", | ||
"jest": "^27.1.0", | ||
"lodash.camelcase": "^4.3.0", | ||
"prompt": "^1.0.0", | ||
"rimraf": "^2.6.1", | ||
"rollup": "^2.79.0", | ||
"rollup-plugin-commonjs": "^9.0.0", | ||
"rollup-plugin-json": "^4.0.0", | ||
"rollup-plugin-node-resolve": "^4.2.4", | ||
"rollup-plugin-sourcemaps": "^0.6.3", | ||
"rollup-plugin-typescript2": "^0.36.0", | ||
"ts-jest": "^29.1.2", | ||
"ts-node": "^6.0.0", | ||
"typescript": "^5.3.2" | ||
@@ -65,3 +55,3 @@ }, | ||
}, | ||
"gitHead": "e2746b2524fc034aaf2e2ba3a21ec454b67eb220" | ||
"gitHead": "f39fbb99956d719a695eb917dbddb5af969d52b6" | ||
} |
Sorry, the diff of this file is not supported yet
12
76136
1088