@slicemachine/adapter-nuxt 0.3.2-dev-next-release.0 → 0.3.2-dev-next-release.5
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/dist/_node_modules/web-streams-polyfill/dist/ponyfill.es2018.cjs +3 -3
- package/dist/_node_modules/web-streams-polyfill/dist/ponyfill.es2018.js +4 -4
- package/dist/_virtual/ponyfill.es2018.cjs +1 -9
- package/dist/_virtual/ponyfill.es2018.cjs.map +1 -1
- package/dist/_virtual/ponyfill.es2018.js +2 -11
- package/dist/_virtual/ponyfill.es2018.js.map +1 -1
- package/package.json +35 -35
|
@@ -5,7 +5,7 @@ const ponyfill_es2018 = require("../../../_virtual/ponyfill.es2018.cjs");
|
|
|
5
5
|
var hasRequiredPonyfill_es2018;
|
|
6
6
|
function requirePonyfill_es2018() {
|
|
7
7
|
if (hasRequiredPonyfill_es2018)
|
|
8
|
-
return ponyfill_es2018.exports;
|
|
8
|
+
return ponyfill_es2018.__module.exports;
|
|
9
9
|
hasRequiredPonyfill_es2018 = 1;
|
|
10
10
|
(function(module2, exports2) {
|
|
11
11
|
(function(global, factory) {
|
|
@@ -3815,8 +3815,8 @@ function requirePonyfill_es2018() {
|
|
|
3815
3815
|
exports3.WritableStreamDefaultWriter = WritableStreamDefaultWriter;
|
|
3816
3816
|
Object.defineProperty(exports3, "__esModule", { value: true });
|
|
3817
3817
|
});
|
|
3818
|
-
})(ponyfill_es2018.__module, ponyfill_es2018.exports);
|
|
3819
|
-
return ponyfill_es2018.exports;
|
|
3818
|
+
})(ponyfill_es2018.__module, ponyfill_es2018.__module.exports);
|
|
3819
|
+
return ponyfill_es2018.__module.exports;
|
|
3820
3820
|
}
|
|
3821
3821
|
exports.__require = requirePonyfill_es2018;
|
|
3822
3822
|
//# sourceMappingURL=ponyfill.es2018.cjs.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { commonjsGlobal } from "../../../_virtual/_commonjsHelpers.js";
|
|
2
|
-
import {
|
|
2
|
+
import { __module as ponyfill_es2018 } from "../../../_virtual/ponyfill.es2018.js";
|
|
3
3
|
var hasRequiredPonyfill_es2018;
|
|
4
4
|
function requirePonyfill_es2018() {
|
|
5
5
|
if (hasRequiredPonyfill_es2018)
|
|
6
|
-
return
|
|
6
|
+
return ponyfill_es2018.exports;
|
|
7
7
|
hasRequiredPonyfill_es2018 = 1;
|
|
8
8
|
(function(module, exports) {
|
|
9
9
|
(function(global, factory) {
|
|
@@ -3813,8 +3813,8 @@ function requirePonyfill_es2018() {
|
|
|
3813
3813
|
exports2.WritableStreamDefaultWriter = WritableStreamDefaultWriter;
|
|
3814
3814
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
3815
3815
|
});
|
|
3816
|
-
})(ponyfill_es2018,
|
|
3817
|
-
return
|
|
3816
|
+
})(ponyfill_es2018, ponyfill_es2018.exports);
|
|
3817
|
+
return ponyfill_es2018.exports;
|
|
3818
3818
|
}
|
|
3819
3819
|
export {
|
|
3820
3820
|
requirePonyfill_es2018 as __require
|
|
@@ -1,13 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
|
|
4
|
-
var ponyfill_es2018 = {
|
|
5
|
-
get exports() {
|
|
6
|
-
return exports.exports;
|
|
7
|
-
},
|
|
8
|
-
set exports(v) {
|
|
9
|
-
exports.exports = v;
|
|
10
|
-
}
|
|
11
|
-
};
|
|
3
|
+
var ponyfill_es2018 = { exports: {} };
|
|
12
4
|
exports.__module = ponyfill_es2018;
|
|
13
5
|
//# sourceMappingURL=ponyfill.es2018.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ponyfill.es2018.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ponyfill.es2018.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -1,14 +1,5 @@
|
|
|
1
|
-
var
|
|
2
|
-
var ponyfill_es2018 = {
|
|
3
|
-
get exports() {
|
|
4
|
-
return ponyfill_es2018Exports;
|
|
5
|
-
},
|
|
6
|
-
set exports(v) {
|
|
7
|
-
ponyfill_es2018Exports = v;
|
|
8
|
-
}
|
|
9
|
-
};
|
|
1
|
+
var ponyfill_es2018 = { exports: {} };
|
|
10
2
|
export {
|
|
11
|
-
ponyfill_es2018 as __module
|
|
12
|
-
ponyfill_es2018Exports as exports
|
|
3
|
+
ponyfill_es2018 as __module
|
|
13
4
|
};
|
|
14
5
|
//# sourceMappingURL=ponyfill.es2018.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ponyfill.es2018.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ponyfill.es2018.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@slicemachine/adapter-nuxt",
|
|
3
|
-
"version": "0.3.2-dev-next-release.
|
|
3
|
+
"version": "0.3.2-dev-next-release.5",
|
|
4
4
|
"description": "Slice Machine adapter for Nuxt 3.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"typescript",
|
|
@@ -47,52 +47,55 @@
|
|
|
47
47
|
"dev": "vite build --watch",
|
|
48
48
|
"format": "prettier --write .",
|
|
49
49
|
"lint": "eslint --ext .js,.ts .",
|
|
50
|
-
"
|
|
50
|
+
"prepack": "$npm_execpath run build",
|
|
51
51
|
"size": "size-limit",
|
|
52
|
-
"test": "
|
|
52
|
+
"test": "yarn lint && yarn types && yarn unit && yarn build && yarn size",
|
|
53
53
|
"types": "tsc --noEmit",
|
|
54
54
|
"unit": "vitest run --coverage",
|
|
55
55
|
"unit:watch": "vitest watch",
|
|
56
56
|
"depcheck": "depcheck --config=.depcheckrc",
|
|
57
|
-
"audit": "
|
|
57
|
+
"audit": "yarn npm audit --environment production --severity high"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"@prismicio/simulator": "^0.1.4",
|
|
61
|
-
"@prismicio/types-internal": "2.0.0
|
|
62
|
-
"@slicemachine/plugin-kit": "0.4.2-dev-next-release.
|
|
61
|
+
"@prismicio/types-internal": "^2.0.0",
|
|
62
|
+
"@slicemachine/plugin-kit": "^0.4.2-dev-next-release.5",
|
|
63
63
|
"common-tags": "^1.8.2",
|
|
64
|
+
"fp-ts": "^2.13.1",
|
|
64
65
|
"fs-extra": "^11.1.0",
|
|
66
|
+
"io-ts": "^2.2.20",
|
|
67
|
+
"io-ts-types": "^0.5.19",
|
|
65
68
|
"magicast": "^0.2.1",
|
|
69
|
+
"monocle-ts": "^2.3.13",
|
|
70
|
+
"newtype-ts": "^0.3.5",
|
|
66
71
|
"node-fetch": "^3.3.1",
|
|
67
72
|
"pascal-case": "^3.1.2",
|
|
68
73
|
"prismic-ts-codegen": "^0.1.10"
|
|
69
74
|
},
|
|
70
75
|
"devDependencies": {
|
|
71
|
-
"@prismicio/mock": "
|
|
72
|
-
"@size-limit/preset-small-lib": "
|
|
73
|
-
"@types/common-tags": "
|
|
74
|
-
"@types/fs-extra": "
|
|
75
|
-
"@types/prettier": "
|
|
76
|
-
"@
|
|
77
|
-
"@typescript-eslint/
|
|
78
|
-
"@
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"eslint": "
|
|
83
|
-
"eslint-
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
"vitest": "^0.27.3",
|
|
95
|
-
"vue": "^3.2.47"
|
|
76
|
+
"@prismicio/mock": "0.2.0",
|
|
77
|
+
"@size-limit/preset-small-lib": "8.2.4",
|
|
78
|
+
"@types/common-tags": "1.8.1",
|
|
79
|
+
"@types/fs-extra": "11.0.1",
|
|
80
|
+
"@types/prettier": "2.7.2",
|
|
81
|
+
"@typescript-eslint/eslint-plugin": "5.55.0",
|
|
82
|
+
"@typescript-eslint/parser": "5.55.0",
|
|
83
|
+
"@vitest/coverage-v8": "0.32.0",
|
|
84
|
+
"depcheck": "1.4.3",
|
|
85
|
+
"eslint": "8.37.0",
|
|
86
|
+
"eslint-config-prettier": "8.7.0",
|
|
87
|
+
"eslint-plugin-prettier": "4.2.1",
|
|
88
|
+
"eslint-plugin-tsdoc": "0.2.17",
|
|
89
|
+
"nuxt": "3.3.3",
|
|
90
|
+
"prettier": "2.8.4",
|
|
91
|
+
"prettier-plugin-jsdoc": "0.4.2",
|
|
92
|
+
"size-limit": "8.2.4",
|
|
93
|
+
"ts-morph": "17.0.1",
|
|
94
|
+
"typescript": "4.9.5",
|
|
95
|
+
"vite": "4.3.9",
|
|
96
|
+
"vite-plugin-sdk": "0.1.1",
|
|
97
|
+
"vitest": "0.32.0",
|
|
98
|
+
"vue": "3.2.47"
|
|
96
99
|
},
|
|
97
100
|
"peerDependencies": {
|
|
98
101
|
"nuxt": "^3.0.0"
|
|
@@ -100,8 +103,5 @@
|
|
|
100
103
|
"engines": {
|
|
101
104
|
"node": ">=14.15.0"
|
|
102
105
|
},
|
|
103
|
-
"
|
|
104
|
-
"access": "public"
|
|
105
|
-
},
|
|
106
|
-
"gitHead": "f84069b7cafd0ad18e6344a0c9e9eb31bcc7f089"
|
|
106
|
+
"gitHead": "717e95f1910df2a92c76cacb4d13602b83a736f6"
|
|
107
107
|
}
|