From 566da19db417654ba0db0bb2567967ac7673d988 Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Thu, 25 Aug 2022 15:47:14 -0700 Subject: [PATCH] 1.0.0-beta.37 --- package-lock.json | 37 +++++++++++++++++++++++++++++++++++-- package.json | 2 +- test/test.html | 40 ++++++++++++++++++++-------------------- 3 files changed, 56 insertions(+), 23 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3eccd79c..85acbf8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@jspm/generator", - "version": "1.0.0-beta.36", + "version": "1.0.0-beta.37", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@jspm/generator", - "version": "1.0.0-beta.36", + "version": "1.0.0-beta.37", "license": "MIT", "dependencies": { "@babel/core": "^7.18.2", @@ -1861,6 +1861,12 @@ "node": ">=4" } }, + "node_modules/google-protobuf": { + "version": "3.21.0", + "resolved": "https://registry.npmjs.org/google-protobuf/-/google-protobuf-3.21.0.tgz", + "integrity": "sha512-byR7MBTK4tZ5PZEb+u5ZTzpt4SfrTxv5682MjPlHN16XeqgZE2/8HOIWeiXe8JKnT9OVbtBGhbq8mtvkK8cd5g==", + "peer": true + }, "node_modules/growl": { "version": "1.10.5", "resolved": "https://registry.npmjs.org/growl/-/growl-1.10.5.tgz", @@ -3494,6 +3500,20 @@ "typescript": "4.0.x || 4.1.x || 4.2.x || 4.3.x || 4.4.x || 4.5.x" } }, + "node_modules/typescript": { + "version": "4.5.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz", + "integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==", + "dev": true, + "peer": true, + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=4.2.0" + } + }, "node_modules/uint8arrays": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.0.0.tgz", @@ -5017,6 +5037,12 @@ "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==" }, + "google-protobuf": { + "version": "3.21.0", + "resolved": "https://registry.npmjs.org/google-protobuf/-/google-protobuf-3.21.0.tgz", + "integrity": "sha512-byR7MBTK4tZ5PZEb+u5ZTzpt4SfrTxv5682MjPlHN16XeqgZE2/8HOIWeiXe8JKnT9OVbtBGhbq8mtvkK8cd5g==", + "peer": true + }, "growl": { "version": "1.10.5", "resolved": "https://registry.npmjs.org/growl/-/growl-1.10.5.tgz", @@ -6261,6 +6287,13 @@ "shiki": "^0.10.0" } }, + "typescript": { + "version": "4.5.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz", + "integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==", + "dev": true, + "peer": true + }, "uint8arrays": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.0.0.tgz", diff --git a/package.json b/package.json index 2078ff87..ed6be0de 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@jspm/generator", "description": "Package Import Map Generation Tool", "license": "MIT", - "version": "1.0.0-beta.36", + "version": "1.0.0-beta.37", "types": "src/generator.ts", "type": "module", "scripts": { diff --git a/test/test.html b/test/test.html index bd31d887..2b046542 100644 --- a/test/test.html +++ b/test/test.html @@ -5,37 +5,37 @@ { "imports": { "@jspm/generator": "../dist/generator.js", - "assert": "https://ga.jspm.io/npm:@jspm/core@2.0.0-beta.25/nodelibs/browser/assert.js" + "assert": "https://ga.jspm.io/npm:@jspm/core@2.0.0-beta.26/nodelibs/browser/assert.js" }, "scopes": { "../": { "#fetch": "../dist/fetch-native.js", - "@babel/core": "https://ga.jspm.io/npm:@babel/core@7.18.10/lib/index.js", + "@babel/core": "https://ga.jspm.io/npm:@babel/core@7.18.13/lib/index.js", "@babel/plugin-syntax-import-assertions": "https://ga.jspm.io/npm:@babel/plugin-syntax-import-assertions@7.18.6/lib/index.js", "@babel/preset-typescript": "https://ga.jspm.io/npm:@babel/preset-typescript@7.18.6/lib/index.js", "@jspm/import-map": "https://ga.jspm.io/npm:@jspm/import-map@1.0.4/dist/map.js", - "crypto": "https://ga.jspm.io/npm:@jspm/core@2.0.0-beta.25/nodelibs/browser/crypto.js", + "crypto": "https://ga.jspm.io/npm:@jspm/core@2.0.0-beta.26/nodelibs/browser/crypto.js", "es-module-lexer/js": "https://ga.jspm.io/npm:es-module-lexer@1.0.3/dist/lexer.asm.js", - "fs": "https://ga.jspm.io/npm:@jspm/core@2.0.0-beta.25/nodelibs/browser/fs.js", - "process": "https://ga.jspm.io/npm:@jspm/core@2.0.0-beta.25/nodelibs/browser/process-production.js", + "fs": "https://ga.jspm.io/npm:@jspm/core@2.0.0-beta.26/nodelibs/browser/fs.js", + "process": "https://ga.jspm.io/npm:@jspm/core@2.0.0-beta.26/nodelibs/browser/process-production.js", "sver": "https://ga.jspm.io/npm:sver@1.8.3/sver.js", "sver/convert-range.js": "https://ga.jspm.io/npm:sver@1.8.3/convert-range.js", - "url": "https://ga.jspm.io/npm:@jspm/core@2.0.0-beta.25/nodelibs/browser/url.js" + "url": "https://ga.jspm.io/npm:@jspm/core@2.0.0-beta.26/nodelibs/browser/url.js" }, "https://ga.jspm.io/": { - "#lib/config/files/index.js": "https://ga.jspm.io/npm:@babel/core@7.18.10/lib/config/files/index-browser.js", - "#lib/config/resolve-targets.js": "https://ga.jspm.io/npm:@babel/core@7.18.10/lib/config/resolve-targets-browser.js", - "#lib/transform-file.js": "https://ga.jspm.io/npm:@babel/core@7.18.10/lib/transform-file-browser.js", + "#lib/config/files/index.js": "https://ga.jspm.io/npm:@babel/core@7.18.13/lib/config/files/index-browser.js", + "#lib/config/resolve-targets.js": "https://ga.jspm.io/npm:@babel/core@7.18.13/lib/config/resolve-targets-browser.js", + "#lib/transform-file.js": "https://ga.jspm.io/npm:@babel/core@7.18.13/lib/transform-file-browser.js", "#node.js": "https://ga.jspm.io/npm:browserslist@4.21.3/browser.js", "@ampproject/remapping": "https://ga.jspm.io/npm:@ampproject/remapping@2.2.0/dist/remapping.mjs", "@babel/code-frame": "https://ga.jspm.io/npm:@babel/code-frame@7.18.6/lib/index.js", "@babel/compat-data/native-modules": "https://ga.jspm.io/npm:@babel/compat-data@7.18.8/native-modules.js", "@babel/compat-data/plugins": "https://ga.jspm.io/npm:@babel/compat-data@7.18.8/plugins.js", - "@babel/core": "https://ga.jspm.io/npm:@babel/core@7.18.10/lib/index.js", + "@babel/core": "https://ga.jspm.io/npm:@babel/core@7.18.13/lib/index.js", "@babel/generator": "https://ga.jspm.io/npm:@babel/generator@7.18.12/lib/index.js", "@babel/helper-annotate-as-pure": "https://ga.jspm.io/npm:@babel/helper-annotate-as-pure@7.18.6/lib/index.js", "@babel/helper-compilation-targets": "https://ga.jspm.io/npm:@babel/helper-compilation-targets@7.18.9/lib/index.js", - "@babel/helper-create-class-features-plugin": "https://ga.jspm.io/npm:@babel/helper-create-class-features-plugin@7.18.9/lib/index.js", + "@babel/helper-create-class-features-plugin": "https://ga.jspm.io/npm:@babel/helper-create-class-features-plugin@7.18.13/lib/index.js", "@babel/helper-environment-visitor": "https://ga.jspm.io/npm:@babel/helper-environment-visitor@7.18.9/lib/index.js", "@babel/helper-function-name": "https://ga.jspm.io/npm:@babel/helper-function-name@7.18.9/lib/index.js", "@babel/helper-hoist-variables": "https://ga.jspm.io/npm:@babel/helper-hoist-variables@7.18.6/lib/index.js", @@ -52,12 +52,12 @@ "@babel/helper-validator-option": "https://ga.jspm.io/npm:@babel/helper-validator-option@7.18.6/lib/index.js", "@babel/helpers": "https://ga.jspm.io/npm:@babel/helpers@7.18.9/lib/index.js", "@babel/highlight": "https://ga.jspm.io/npm:@babel/highlight@7.18.6/lib/index.js", - "@babel/parser": "https://ga.jspm.io/npm:@babel/parser@7.18.11/lib/index.js", + "@babel/parser": "https://ga.jspm.io/npm:@babel/parser@7.18.13/lib/index.js", "@babel/plugin-syntax-typescript": "https://ga.jspm.io/npm:@babel/plugin-syntax-typescript@7.18.6/lib/index.js", "@babel/plugin-transform-typescript": "https://ga.jspm.io/npm:@babel/plugin-transform-typescript@7.18.12/lib/index.js", "@babel/template": "https://ga.jspm.io/npm:@babel/template@7.18.10/lib/index.js", - "@babel/traverse": "https://ga.jspm.io/npm:@babel/traverse@7.18.11/lib/index.js", - "@babel/types": "https://ga.jspm.io/npm:@babel/types@7.18.10/lib/index.js", + "@babel/traverse": "https://ga.jspm.io/npm:@babel/traverse@7.18.13/lib/index.js", + "@babel/types": "https://ga.jspm.io/npm:@babel/types@7.18.13/lib/index.js", "@jridgewell/gen-mapping": "https://ga.jspm.io/npm:@jridgewell/gen-mapping@0.1.1/dist/gen-mapping.umd.js", "@jridgewell/resolve-uri": "https://ga.jspm.io/npm:@jridgewell/resolve-uri@3.1.0/dist/resolve-uri.umd.js", "@jridgewell/set-array": "https://ga.jspm.io/npm:@jridgewell/set-array@1.1.2/dist/set-array.umd.js", @@ -65,16 +65,16 @@ "@jridgewell/trace-mapping": "https://ga.jspm.io/npm:@jridgewell/trace-mapping@0.3.15/dist/trace-mapping.umd.js", "ansi-styles": "https://ga.jspm.io/npm:ansi-styles@3.2.1/index.js", "browserslist": "https://ga.jspm.io/npm:browserslist@4.21.3/index.js", - "buffer": "https://ga.jspm.io/npm:@jspm/core@2.0.0-beta.25/nodelibs/browser/buffer.js", - "caniuse-lite/dist/unpacker/agents": "https://ga.jspm.io/npm:caniuse-lite@1.0.30001380/dist/unpacker/agents.js", + "buffer": "https://ga.jspm.io/npm:@jspm/core@2.0.0-beta.26/nodelibs/browser/buffer.js", + "caniuse-lite/dist/unpacker/agents": "https://ga.jspm.io/npm:caniuse-lite@1.0.30001383/dist/unpacker/agents.js", "chalk": "https://ga.jspm.io/npm:chalk@2.4.2/index.js", "color-convert": "https://ga.jspm.io/npm:color-convert@1.9.3/index.js", "color-name": "https://ga.jspm.io/npm:color-name@1.1.3/index.js", "convert-source-map": "https://ga.jspm.io/npm:convert-source-map@1.8.0/index.js", "debug": "https://ga.jspm.io/npm:debug@4.3.4/src/browser.js", - "electron-to-chromium/versions": "https://ga.jspm.io/npm:electron-to-chromium@1.4.225/versions.js", + "electron-to-chromium/versions": "https://ga.jspm.io/npm:electron-to-chromium@1.4.230/versions.js", "escape-string-regexp": "https://ga.jspm.io/npm:escape-string-regexp@1.0.5/index.js", - "fs": "https://ga.jspm.io/npm:@jspm/core@2.0.0-beta.25/nodelibs/browser/fs.js", + "fs": "https://ga.jspm.io/npm:@jspm/core@2.0.0-beta.26/nodelibs/browser/fs.js", "gensync": "https://ga.jspm.io/npm:gensync@1.0.0-beta.2/index.js", "globals": "https://ga.jspm.io/npm:globals@11.12.0/index.js", "js-tokens": "https://ga.jspm.io/npm:js-tokens@4.0.0/index.js", @@ -82,8 +82,8 @@ "ms": "https://ga.jspm.io/npm:ms@2.1.2/index.js", "node-releases/data/processed/envs.json": "https://ga.jspm.io/npm:node-releases@2.0.6/data/processed/envs.json.js", "node-releases/data/release-schedule/release-schedule.json": "https://ga.jspm.io/npm:node-releases@2.0.6/data/release-schedule/release-schedule.json.js", - "path": "https://ga.jspm.io/npm:@jspm/core@2.0.0-beta.25/nodelibs/browser/path.js", - "process": "https://ga.jspm.io/npm:@jspm/core@2.0.0-beta.25/nodelibs/browser/process-production.js", + "path": "https://ga.jspm.io/npm:@jspm/core@2.0.0-beta.26/nodelibs/browser/path.js", + "process": "https://ga.jspm.io/npm:@jspm/core@2.0.0-beta.26/nodelibs/browser/process-production.js", "safe-buffer": "https://ga.jspm.io/npm:safe-buffer@5.1.2/index.js", "semver": "https://ga.jspm.io/npm:semver@6.3.0/semver.js", "supports-color": "https://ga.jspm.io/npm:supports-color@5.5.0/browser.js",