New Upstream Snapshot - node-d

Ready changes

Summary

Merged new upstream version: 1.0.1+~1.0.1+git20210630.1.01b5bf3 (was: 1.0.1+~1.0.1).

Resulting package

Built on 2022-10-21T19:51 (took 3m37s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-snapshots node-d

Lintian Result

Diff

diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
new file mode 100644
index 0000000..91293c7
--- /dev/null
+++ b/.github/FUNDING.yml
@@ -0,0 +1,2 @@
+github: medikoo
+tidelift: "npm/d"
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..3448279
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,15 @@
+sudo: false # http://docs.travis-ci.com/user/workers/container-based-infrastructure/
+language: node_js
+node_js:
+    - 0.12
+    - 4
+    - 5
+
+before_install:
+    - mkdir node_modules; ln -s ../ node_modules/d
+
+notifications:
+    email:
+        - medikoo+d@medikoo.com
+
+script: "npm test && npm run lint"
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 615d41d..d30cc82 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,3 +3,7 @@
 All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
 
 ### [1.0.1](https://github.com/medikoo/d/compare/v0.1.1...v1.0.1) (2019-06-14)
+
+## Changelog for previous versions
+
+See `CHANGES` file
diff --git a/CHANGES b/CHANGES
index 594b8ef..73234d5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+For recent changelog see CHANGELOG.md
+
+-----
+
 v1.0.0  --  2015.12.04
 - autoBind changes:
   - replace `bindTo` argument with options and `resolveContext` option
diff --git a/README.md b/README.md
index 95097d4..ba39d9f 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,13 @@
-# D
+[![Build status][nix-build-image]][nix-build-url]
+[![Windows status][win-build-image]][win-build-url]
+![Transpilation status][transpilation-image]
+[![npm version][npm-image]][npm-url]
+
+# d
 
 ## Property descriptor factory
 
-_Originally derived from [es5-ext](https://github.com/medikoo/es5-ext) package._
+_Originally derived from [d](https://github.com/medikoo/d) package._
 
 Defining properties with descriptors is very verbose:
 
@@ -113,7 +118,7 @@ var foo = new Foo();
 foo.items.push(1, 2); // foo.items array created and defined directly on foo
 ```
 
-## Tests [![Build Status](https://travis-ci.org/medikoo/d.png)](https://travis-ci.org/medikoo/d)
+## Tests
 
     $ npm test
 
@@ -132,3 +137,11 @@ To report a security vulnerability, please use the [Tidelift security contact](h
 		Tidelift helps make open source sustainable for maintainers while giving companies<br>assurances about security, maintenance, and licensing for their dependencies.
 	</sub>
 </div>
+
+[nix-build-image]: https://semaphoreci.com/api/v1/medikoo-org/d/branches/master/shields_badge.svg
+[nix-build-url]: https://semaphoreci.com/medikoo-org/d
+[win-build-image]: https://ci.appveyor.com/api/projects/status/m0jji0bwq8rfa0ip?svg=true
+[win-build-url]: https://ci.appveyor.com/project/medikoo/d
+[transpilation-image]: https://img.shields.io/badge/transpilation-free-brightgreen.svg
+[npm-image]: https://img.shields.io/npm/v/d.svg
+[npm-url]: https://www.npmjs.com/package/d
diff --git a/debian/changelog b/debian/changelog
index f9ed1fc..80742d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+node-d (1.0.1+~1.0.1+git20210630.1.01b5bf3-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Fri, 21 Oct 2022 19:49:34 -0000
+
 node-d (1.0.1+~1.0.1-2) unstable; urgency=medium
 
   * Team upload
diff --git a/types-d/LICENSE b/types-d/LICENSE
deleted file mode 100755
index 9e841e7..0000000
--- a/types-d/LICENSE
+++ /dev/null
@@ -1,21 +0,0 @@
-    MIT License
-
-    Copyright (c) Microsoft Corporation.
-
-    Permission is hereby granted, free of charge, to any person obtaining a copy
-    of this software and associated documentation files (the "Software"), to deal
-    in the Software without restriction, including without limitation the rights
-    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-    copies of the Software, and to permit persons to whom the Software is
-    furnished to do so, subject to the following conditions:
-
-    The above copyright notice and this permission notice shall be included in all
-    copies or substantial portions of the Software.
-
-    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-    SOFTWARE
diff --git a/types-d/README.md b/types-d/README.md
deleted file mode 100755
index 77c1ff9..0000000
--- a/types-d/README.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# Installation
-> `npm install --save @types/d`
-
-# Summary
-This package contains type definitions for d (https://github.com/medikoo/d#readme).
-
-# Details
-Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/d.
-
-### Additional Details
- * Last updated: Tue, 06 Jul 2021 20:32:35 GMT
- * Dependencies: none
- * Global values: none
-
-# Credits
-These definitions were written by [BendingBender](https://github.com/BendingBender).
diff --git a/types-d/auto-bind.d.ts b/types-d/auto-bind.d.ts
deleted file mode 100755
index 5be0348..0000000
--- a/types-d/auto-bind.d.ts
+++ /dev/null
@@ -1,13 +0,0 @@
-export = autoBind;
-
-declare function autoBind(
-    obj: { [key: string]: PropertyDescriptor },
-    options?: autoBind.Options
-): PropertyDescriptorMap;
-
-declare namespace autoBind {
-    interface Options {
-        overwriteDefinition?: boolean | undefined;
-        resolveContext?: ((context: any) => any) | undefined;
-    }
-}
diff --git a/types-d/index.d.ts b/types-d/index.d.ts
deleted file mode 100755
index 9130000..0000000
--- a/types-d/index.d.ts
+++ /dev/null
@@ -1,40 +0,0 @@
-// Type definitions for d 1.0
-// Project: https://github.com/medikoo/d#readme
-// Definitions by: BendingBender <https://github.com/BendingBender>
-// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-// TypeScript Version: 2.4
-
-export = d;
-
-declare function d(value: any, options?: PropertyDescriptor): PropertyDescriptor;
-declare function d(flags: d.Flags, value: any, options?: PropertyDescriptor): PropertyDescriptor;
-
-declare namespace d {
-    function gs(flags: GetSetFlags, options: PropertyDescriptor): PropertyDescriptor;
-    function gs(flags: GetSetFlags, get: (...args: any[]) => any, options: PropertyDescriptor): PropertyDescriptor;
-    function gs(
-        get: (...args: any[]) => any,
-        set?: ((...args: any[]) => any) | null,
-        options?: PropertyDescriptor
-    ): PropertyDescriptor;
-    function gs(
-        get: ((...args: any[]) => any) | null | undefined,
-        set: (...args: any[]) => any,
-        options?: PropertyDescriptor
-    ): PropertyDescriptor;
-    function gs(
-        flags: GetSetFlags,
-        get: (...args: any[]) => any,
-        set?: ((...args: any[]) => any) | null,
-        options?: PropertyDescriptor
-    ): PropertyDescriptor;
-    function gs(
-        flags: GetSetFlags,
-        get: ((...args: any[]) => any) | null | undefined,
-        set: (...args: any[]) => any,
-        options?: PropertyDescriptor
-    ): PropertyDescriptor;
-
-    type GetSetFlags = 'c' | 'e' | 'ce';
-    type Flags = GetSetFlags | 'w' | 'cw' | 'ew' | 'cew';
-}
diff --git a/types-d/lazy.d.ts b/types-d/lazy.d.ts
deleted file mode 100755
index 3cba797..0000000
--- a/types-d/lazy.d.ts
+++ /dev/null
@@ -1,3 +0,0 @@
-export = lazy;
-
-declare function lazy(obj: { [key: string]: PropertyDescriptor }): PropertyDescriptorMap;
diff --git a/types-d/package.json b/types-d/package.json
deleted file mode 100755
index 16f1b54..0000000
--- a/types-d/package.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
-    "name": "@types/d",
-    "version": "1.0.1",
-    "description": "TypeScript definitions for d",
-    "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/d",
-    "license": "MIT",
-    "contributors": [
-        {
-            "name": "BendingBender",
-            "url": "https://github.com/BendingBender",
-            "githubUsername": "BendingBender"
-        }
-    ],
-    "main": "",
-    "types": "index.d.ts",
-    "repository": {
-        "type": "git",
-        "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
-        "directory": "types/d"
-    },
-    "scripts": {},
-    "dependencies": {},
-    "typesPublisherContentHash": "26072ffd907d1ee22793562411998321cde6da3fc5ce5b87afb47df26aeb014f",
-    "typeScriptVersion": "3.6"
-}
\ No newline at end of file

Debdiff

[The following lists of changes regard files as different if they have different names, permissions or owners.]

Files in first set of .debs but not in second

-rw-r--r--  root/root   /usr/share/nodejs/@types/d/auto-bind.d.ts
-rw-r--r--  root/root   /usr/share/nodejs/@types/d/index.d.ts
-rw-r--r--  root/root   /usr/share/nodejs/@types/d/lazy.d.ts
-rw-r--r--  root/root   /usr/share/nodejs/@types/d/package.json

Control files: lines which differ (wdiff format)

  • Provides: node-types-d (= 1.0.1)

More details

Full run details