@atlaspack/transformer-jsonld 2.14.63-dev-82931d988.0 → 2.14.63-dev-9ef951846.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.
- package/lib/JSONLDTransformer.js +1 -1
- package/package.json +4 -4
package/lib/JSONLDTransformer.js
CHANGED
|
@@ -18,7 +18,7 @@ function _json() {
|
|
|
18
18
|
};
|
|
19
19
|
return data;
|
|
20
20
|
}
|
|
21
|
-
function _interopRequireDefault(
|
|
21
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
22
22
|
// A list of all attributes in a schema that may produce a dependency
|
|
23
23
|
// Based on https://schema.org/ImageObject
|
|
24
24
|
// Section "Instances of ImageObject may appear as values for the following properties"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaspack/transformer-jsonld",
|
|
3
|
-
"version": "2.14.63-dev-
|
|
3
|
+
"version": "2.14.63-dev-9ef951846.0",
|
|
4
4
|
"license": "(MIT OR Apache-2.0)",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"build:lib": "gulp build --gulpfile ../../../gulpfile.js --cwd ."
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@atlaspack/plugin": "2.14.63-dev-
|
|
24
|
-
"@atlaspack/types": "2.15.53-dev-
|
|
23
|
+
"@atlaspack/plugin": "2.14.63-dev-9ef951846.0",
|
|
24
|
+
"@atlaspack/types": "2.15.53-dev-9ef951846.0",
|
|
25
25
|
"json5": "^2.2.0"
|
|
26
26
|
},
|
|
27
27
|
"type": "commonjs",
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "9ef951846054ca4eacd2d24047ae09e451f72824"
|
|
29
29
|
}
|